diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 000000000..ae3c6cea3 --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,27 @@ +name: Continuous Integration + +on: + pull_request: + branches: + - master + - main + push: + branches: + - master + - main + +jobs: + prettier: + runs-on: ubuntu-latest + timeout-minutes: 5 + + steps: + - name: Checkout + uses: actions/checkout@v3 + with: + ref: ${{ github.head_ref }} + + - name: Prettify code + uses: creyD/prettier_action@v4.3 + with: + prettier_options: --write **/*.json diff --git a/README.md b/README.md index e0a94acfc..2eb938795 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://www.patreon.com/bePatron?u=8336557) [![Ko-Fi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/Z8Z25AVR) - This is the data found within the [Pokémon TCG API](https://pokemontcg.io/). Currently, the raw JSON files for all the card information can be found here. If you find this data useful, consider donating via one of the links above. All donations are greatly appreciated! diff --git a/cards/en/base1.json b/cards/en/base1.json index fe2f623c1..22c3ee735 100644 --- a/cards/en/base1.json +++ b/cards/en/base1.json @@ -3,14 +3,10 @@ "id": "base1-1", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -38,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its brain can outperform a supercomputer. Its intelligence quotient is said to be 5000.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -63,14 +49,10 @@ "id": "base1-2", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -82,11 +64,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count." @@ -98,19 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A brutal Pokémon with pressurized water jets on its shell. They are used for high-speed tackles.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -123,36 +95,22 @@ "id": "base1-3", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "120", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Chansey during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Chansey does 80 damage to itself." @@ -170,17 +128,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A rare and elusive Pokémon that is said to bring happiness to those who manage to catch it.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -193,14 +147,10 @@ "id": "base1-4", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "76", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -212,12 +162,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Energy cards attached to Charizard in order to use this attack." @@ -235,19 +180,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Spits fire that is hot enough to melt boulders. Known to unintentionally cause forest fires.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -260,34 +199,22 @@ "id": "base1-5", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Metronome", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy costs and anything else required in order to use that attack, such as discarding Energy cards. (No matter what type the Defending Pokémon is, Clefairy's type is still Colorless.)" @@ -305,17 +232,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its magical and cute appeal has many admirers. It is rare and found only in certain areas.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -328,35 +251,22 @@ "id": "base1-6", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -374,19 +284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -399,31 +303,21 @@ "id": "base1-7", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Special Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -435,18 +329,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "While seeming to do nothing, it fires punches in lightning-fast volleys that are impossible to see.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -459,14 +348,10 @@ "id": "base1-8", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -478,12 +363,7 @@ "attacks": [ { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -495,19 +375,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Using its amazing muscles, it throws powerful punches that can knock its victim clear over the horizon.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -520,38 +394,23 @@ "id": "base1-9", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magneton does 80 damage to itself." @@ -563,17 +422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "Formed by several Magnemites linked together. It frequently appears when sunspots flare up.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -586,31 +441,21 @@ "id": "base1-10", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "53", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." }, { "name": "Barrier", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Mewtwo in order to prevent all effects of attacks, including damage, done to Mewtwo during your opponent's next turn." @@ -622,19 +467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A scientist created this Pokémon after years of horrific gene-splicing and DNA engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -647,34 +486,22 @@ "id": "base1-11", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "23", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Thrash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage and Nidoking does 10 damage to itself." }, { "name": "Toxic", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -686,19 +513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Uses its powerful tail in battle to smash, constrict, then break its prey's bones.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -711,34 +532,22 @@ "id": "base1-12", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Lure", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with his or her Active Pokémon." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 1 Fire Energy card attached to Ninetales in order to use this attack." @@ -750,17 +559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -773,35 +578,22 @@ "id": "base1-13", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwrath but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -813,19 +605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "An adept swimmer at both the front crawl and breaststroke. Easily overtakes the best human swimmers.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -838,35 +624,22 @@ "id": "base1-14", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Agility", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Raichu." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, Raichu does 30 damage to itself." @@ -878,17 +651,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -901,14 +670,10 @@ "id": "base1-15", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -920,12 +685,7 @@ "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -937,18 +697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -961,35 +716,21 @@ "id": "base1-16", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "64", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, Zapdos does 30 damage to itself." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Energy cards attached to Zapdos in order to use this attack." @@ -1001,19 +742,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon said to appear from clouds while wielding enormous lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1026,34 +761,22 @@ "id": "base1-17", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Twineedle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -1075,9 +798,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Flies at high speed and attacks using the large, venomous stingers on its forelegs and tail.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -1090,38 +811,23 @@ "id": "base1-18", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -1133,18 +839,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A mystical Pokémon that exudes a gentle aura. Has the ability to change climate conditions.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1157,35 +858,22 @@ "id": "base1-19", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Slash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "70", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1203,18 +891,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "A team of Diglett triplets. It triggers huge earthquakes by burrowing 60 miles underground.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1227,33 +910,22 @@ "id": "base1-20", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderpunch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage plus Electabuzz does 10 damage to itself." @@ -1265,18 +937,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Normally found near power plants, it can wander away and cause major blackouts in cities.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1289,14 +956,10 @@ "id": "base1-21", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -1308,11 +971,7 @@ "attacks": [ { "name": "Electric Shock", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Electrode does 10 damage to itself." @@ -1324,17 +983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "It stores electrical energy under very high pressure. It often explodes with little or no provocation.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1347,36 +1002,23 @@ "id": "base1-22", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Pidgeotto was attacked last turn, do the final result of that attack on Pidgeotto to the Defending Pokémon." @@ -1394,17 +1036,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Very protective of its sprawling territory, this Pokémon will fiercely peck at any intruder.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -1417,35 +1055,22 @@ "id": "base1-23", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Arcanine in order to use this attack." }, { "name": "Take Down", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Arcanine does 30 damage to itself." @@ -1457,19 +1082,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A Pokémon that has been long admired for its beauty. It runs gracefully, as if on wings.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -1482,37 +1101,23 @@ "id": "base1-24", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Charmeleon in order to use this attack." @@ -1524,17 +1129,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When it swings its burning tail, it raises the temperature to unbearably high levels.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1547,35 +1148,22 @@ "id": "base1-25", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1587,19 +1175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Stores thermal energy in its body. Swims at a steady 8 knots even in intensely cold waters.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -1612,23 +1194,15 @@ "id": "base1-26", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1640,17 +1214,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Long considered a mythical Pokémon until recently, when a small colony was found living underwater.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -1663,34 +1233,22 @@ "id": "base1-27", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Leek Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again)." }, { "name": "Pot Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1708,17 +1266,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The sprig of green onions it holds is its weapon. This sprig is used much like a metal sword.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -1731,24 +1285,15 @@ "id": "base1-28", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1760,17 +1305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Very protective of its territory. It will bark and bite to repel intruders from its space.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -1783,34 +1324,23 @@ "id": "base1-29", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "You can't use this attack unless the Defending Pokémon is Asleep." @@ -1822,17 +1352,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "Because of its ability to slip through block walls, it is said to be from another dimension.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -1845,37 +1371,23 @@ "id": "base1-30", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -1887,17 +1399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When the bulb on its back grows large, the Pokémon seems to lose the ability to stand on its hind legs.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -1910,31 +1418,21 @@ "id": "base1-31", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Meditate", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -1946,18 +1444,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Merely by meditating, the Pokémon launches a powerful psychic energy attack.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1970,36 +1463,23 @@ "id": "base1-32", "name": "Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Recover", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Kadabra in order to use this attack. Remove all damage counters from Kadabra." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2011,19 +1491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It emits special alpha waves from its body that induce headaches even to those just nearby.", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -2036,35 +1510,23 @@ "id": "base1-33", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Kakuna during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2076,18 +1538,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself from predators.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2100,38 +1557,23 @@ "id": "base1-34", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50-", "text": "Does 50 damage minus 10 damage for each damage counter on Machoke." }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Machoke does 20 damage to itself." @@ -2143,19 +1585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful that it must wear a power-save belt to help regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2168,32 +1604,22 @@ "id": "base1-35", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Magikarp." @@ -2205,17 +1631,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "In the distant past, it was stronger than its horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -2228,35 +1650,22 @@ "id": "base1-36", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Magmar in order to use this attack." @@ -2268,18 +1677,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its body always burns with an orange glow that enables it to hide perfectly among flames.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2292,38 +1696,23 @@ "id": "base1-37", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Horn Drill", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -2335,17 +1724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "An aggressive Pokémon that is quick to attack. The horn on its head secretes a powerful venom.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -2358,37 +1743,23 @@ "id": "base1-38", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Doubleslap", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2400,17 +1771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Capable of living in or out of water. When out of water, it sweats to keep its body slimy.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -2423,33 +1790,22 @@ "id": "base1-39", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Conversion 1", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon has a Weakness, you may change it to a type of your choice other than Colorless." }, { "name": "Conversion 2", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Change Porygon's Resistance to a type of your choice other than Colorless." @@ -2467,17 +1823,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", "flavorText": "A Pokémon that consists entirely of programming code. Capable of moving freely in cyberspace.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -2490,32 +1842,22 @@ "id": "base1-40", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10)." @@ -2533,17 +1875,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It uses its whiskers to maintain its balance. It seems to slow down if they are cut off.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -2556,23 +1894,15 @@ "id": "base1-41", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2584,17 +1914,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The protruding horn on its head is very hard. This horn is used for bashing through thick ice.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -2607,36 +1933,23 @@ "id": "base1-42", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Wartortle during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2648,17 +1961,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Often hides in water to stalk unweary prey. When swimming quickly, it moves its ears to maintain balance.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2671,23 +1980,15 @@ "id": "base1-43", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2703,9 +2004,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Using its ability to read minds, it will identify impending danger and teleport to safety.", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -2718,24 +2017,15 @@ "id": "base1-44", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Bulbasaur." @@ -2747,17 +2037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A strange seed was planted on its back at birth. Thus, a plant sprouted and now grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -2770,23 +2056,15 @@ "id": "base1-45", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2798,17 +2076,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2822,33 +2096,22 @@ "id": "base1-46", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Charmander in order to use this attack." @@ -2860,17 +2123,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Obviously prefers hot places. If it gets caught in the rain, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -2883,33 +2142,22 @@ "id": "base1-47", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2931,9 +2179,7 @@ "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Lives about three feet underground, where it feeds on plant roots. It sometimes appears above ground.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -2946,23 +2192,15 @@ "id": "base1-48", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -2984,9 +2222,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A bird that makes up for its poor flying with its fast foot speed. Leaves giant footprints.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -2999,33 +2235,22 @@ "id": "base1-49", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3037,17 +2262,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Puts enemies to sleep, then eats their dreams. Occasionally gets sick from eating bad dreams.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -3060,33 +2281,22 @@ "id": "base1-50", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleeping Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Destiny Bond", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Gastly in order to use this attack. If a Pokémon Knocks Out Gastly during your opponent's next turn, Knock Out that Pokémon." @@ -3102,9 +2312,7 @@ "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Almost invisible, this gaseous Pokémon cloaks the target and puts it to sleep without notice.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -3117,24 +2325,15 @@ "id": "base1-51", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Foul Gas", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned; if tails, it is now Confused." @@ -3146,17 +2345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Because it stores several kinds of toxic gases in its body, it is prone to exploding without warning.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3169,23 +2364,15 @@ "id": "base1-52", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3197,17 +2384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Loves to build its muscles. It trains in all styles of martial arts to become even stronger.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -3220,33 +2403,22 @@ "id": "base1-53", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magnemite does 40 damage to itself." @@ -3258,17 +2430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Uses anti-gravity to stay suspended. Appears without warning and uses attacks like Thunder Wave.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3281,35 +2449,23 @@ "id": "base1-54", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Metapod during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3321,18 +2477,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is vulnerable to attack because its shell is soft, exposing its weak and tender body.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -3345,23 +2496,15 @@ "id": "base1-55", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3373,17 +2516,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Stiffens its ears to sense danger. The larger, more powerful of its horns secretes venom.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -3396,33 +2535,22 @@ "id": "base1-56", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Harden", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 30 or less damage is done to Onix (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" @@ -3434,19 +2562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "As it grows, the stone portions of its body harden to become similar to a diamond, though colored black.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -3459,24 +2581,15 @@ "id": "base1-57", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" @@ -3494,17 +2607,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -3517,33 +2626,22 @@ "id": "base1-58", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Pikachu does 10 damage to itself." @@ -3555,17 +2653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "When several of these Pokémon gather, their electricity can cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -3578,23 +2672,15 @@ "id": "base1-59", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Poliwag but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd don't count." @@ -3606,17 +2692,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its newly grown legs prevent it from running. It appears to prefer swimming over trying to stand.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -3629,34 +2711,22 @@ "id": "base1-60", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3668,17 +2738,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its hooves are 10 times harder than diamonds. It can trample anything flat in moments.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -3691,23 +2757,15 @@ "id": "base1-61", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3729,9 +2787,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Bites anything when it attacks. Small and very quick, it is a common sight in many places.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -3744,23 +2800,15 @@ "id": "base1-62", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand-attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3778,17 +2826,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Burrows deep underground in arid locations far from water. It only emerges to hunt for food.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -3801,33 +2845,22 @@ "id": "base1-63", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Withdraw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Squirtle during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -3839,17 +2872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "After birth, its back swells and hardens into a shell. It powerfully sprays foam from its mouth.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -3862,33 +2891,22 @@ "id": "base1-64", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Recover", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Water Energy card attached to Starmie in order to use this attack. Remove all damage counters from Starmie." }, { "name": "Star Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3900,17 +2918,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Its central core glows with the seven colors of the rainbow. Some people value this core as a gem.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3923,23 +2937,15 @@ "id": "base1-65", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Slap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3951,17 +2957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "An enigmatic Pokémon that can effortlessly regenerate any appendage it loses in battle.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -3974,35 +2976,22 @@ "id": "base1-66", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Bind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -4014,18 +3003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its whole body is swathed with wide vines that are similar to seaweed. These vines shake as it walks.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4038,23 +3022,15 @@ "id": "base1-67", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4066,17 +3042,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Monster Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4089,24 +3061,15 @@ "id": "base1-68", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4118,17 +3081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "At the time of birth, it has just one tail. Its tail splits from the tip as it grows older.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4141,23 +3100,15 @@ "id": "base1-69", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4169,17 +3120,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often found in forests, eating leaves. It has a sharp, venomous stinger on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4523,9 +3470,7 @@ "id": "base1-88", "name": "Professor Oak", "supertype": "Trainer", - "rules": [ - "Discard your hand, then draw 7 cards." - ], + "rules": ["Discard your hand, then draw 7 cards."], "number": "88", "artist": "Ken Sugimori", "rarity": "Uncommon", @@ -4577,9 +3522,7 @@ "id": "base1-91", "name": "Bill", "supertype": "Trainer", - "rules": [ - "Draw 2 cards." - ], + "rules": ["Draw 2 cards."], "number": "91", "artist": "Ken Sugimori", "rarity": "Common", @@ -4631,9 +3574,7 @@ "id": "base1-94", "name": "Potion", "supertype": "Trainer", - "rules": [ - "Remove up to 2 damage counters from 1 of your Pokémon." - ], + "rules": ["Remove up to 2 damage counters from 1 of your Pokémon."], "number": "94", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -4651,9 +3592,7 @@ "id": "base1-95", "name": "Switch", "supertype": "Trainer", - "rules": [ - "Switch 1 of your own Benched Pokémon with your Active Pokémon." - ], + "rules": ["Switch 1 of your own Benched Pokémon with your Active Pokémon."], "number": "95", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -4671,9 +3610,7 @@ "id": "base1-96", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Provides ColorlessColorless energy.\nDoesn't count as a basic Energy card." ], @@ -4693,9 +3630,7 @@ "id": "base1-97", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "97", "artist": "Keiji Kinebuchi", "legalities": { @@ -4712,9 +3647,7 @@ "id": "base1-98", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "98", "artist": "Keiji Kinebuchi", "legalities": { @@ -4731,9 +3664,7 @@ "id": "base1-99", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "99", "artist": "Keiji Kinebuchi", "legalities": { @@ -4750,9 +3681,7 @@ "id": "base1-100", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "100", "artist": "Keiji Kinebuchi", "legalities": { @@ -4769,9 +3698,7 @@ "id": "base1-101", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "101", "artist": "Keiji Kinebuchi", "legalities": { @@ -4788,9 +3715,7 @@ "id": "base1-102", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "102", "artist": "Keiji Kinebuchi", "legalities": { diff --git a/cards/en/base2.json b/cards/en/base2.json index f10557b39..6669e2e91 100644 --- a/cards/en/base2.json +++ b/cards/en/base2.json @@ -3,31 +3,22 @@ "id": "base2-1", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy costs and anything else required in order to use that attack, such as discarding Energy cards. (No matter what type the Defending Pokémon is, Clefable's type is still Colorless.)" }, { "name": "Minimize", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "All damage done by attacks to Clefable during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -45,18 +36,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A timid Fairy Pokémon that is rarely seen. It will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -69,33 +55,22 @@ "id": "base2-2", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Chain Lightning", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon isn't Colorless, this attack does 10 damage to each Benched Pokémon of the same type as the Defending Pokémon (including your own)." @@ -107,17 +82,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It stores electrical energy under very high pressure. It often explodes with little or no provocation.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -130,34 +101,22 @@ "id": "base2-3", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard 1 Fire Energy card attached to Flareon in order to use this attack." @@ -169,17 +128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "When storing thermal energy in its body, its temperature could soar to over 1600 degrees.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -192,33 +147,22 @@ "id": "base2-4", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -230,17 +174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It accumulates negative ions from the atmosphere to blast out 10,000-volt lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -253,32 +193,21 @@ "id": "base2-5", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fetch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -296,19 +225,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The infant rarely ventures out of its mother's protective pouch until it is three years old.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -321,14 +244,10 @@ "id": "base2-6", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mime Jr.", "abilities": [ { @@ -340,10 +259,7 @@ "attacks": [ { "name": "Meditate", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -355,17 +271,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "If interrupted while miming, it will slap around the enemy with its broad hands.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -378,34 +290,22 @@ "id": "base2-7", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Boyfriends", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each Nidoking you have in play." }, { "name": "Mega Punch", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -417,19 +317,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its hard scales provide strong protection. It uses its hefty bulk to execute powerful moves.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -442,33 +336,22 @@ "id": "base2-8", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Unless this attack Knocks Out the Defending Pokémon, return the Defending Pokémon and all cards attached to it to your opponent's hand." @@ -490,9 +373,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -505,33 +386,21 @@ "id": "base2-9", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Guillotine", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -543,17 +412,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "If it fails to crush the victim in its pincers, it will swing its victim around and toss it hard.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -566,34 +431,22 @@ "id": "base2-10", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Scyther's Slash attack's base damage is 60 instead of 30." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -615,9 +468,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "With ninja-like agility and speed, it can create the illusion that there is more than one of it.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -630,14 +481,10 @@ "id": "base2-11", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Munchlax", "abilities": [ { @@ -649,12 +496,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -672,20 +514,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -698,33 +533,22 @@ "id": "base2-12", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Water Gun", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Vaporeon but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count." @@ -736,17 +560,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Lives close to water. Its long tail is ridged with a fin that is often mistaken for a mermaid's.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -759,14 +579,10 @@ "id": "base2-13", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -778,10 +594,7 @@ "attacks": [ { "name": "Venom Powder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." @@ -803,9 +616,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "The dust-like scales covering its wings are color coded to indicate the kinds of poison it has.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -818,31 +629,22 @@ "id": "base2-14", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Lure", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with his or her Active Pokémon." }, { "name": "Acid", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't retreat during your next turn." @@ -854,18 +656,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -878,14 +675,10 @@ "id": "base2-15", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -897,11 +690,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads. Vileplume is now Confused (after doing damage)." @@ -913,18 +702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -937,32 +721,22 @@ "id": "base2-16", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each of your Benched Pokémon." @@ -980,18 +754,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The body is soft and rubbery. When angered, it will suck in air and inflate itself to an enormous size.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -1004,31 +773,22 @@ "id": "base2-17", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy costs and anything else required in order to use that attack, such as discarding Energy cards. (No matter what type the Defending Pokémon is, Clefable's type is still Colorless.)" }, { "name": "Minimize", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "All damage done by attacks to Clefable during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -1046,18 +806,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A timid Fairy Pokémon that is rarely seen. It will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -1070,33 +825,22 @@ "id": "base2-18", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Chain Lightning", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon isn't Colorless, this attack does 10 damage to each Benched Pokémon of the same type as the Defending Pokémon (including your own)." @@ -1108,17 +852,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It stores electrical energy under very high pressure. It often explodes with little or no provocation.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1131,34 +871,22 @@ "id": "base2-19", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard 1 Fire Energy card attached to Flareon in order to use this attack." @@ -1170,17 +898,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When storing thermal energy in its body, its temperature could soar to over 1600 degrees.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -1193,33 +917,22 @@ "id": "base2-20", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1231,17 +944,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It accumulates negative ions from the atmosphere to blast out 10,000-volt lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -1254,32 +963,21 @@ "id": "base2-21", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fetch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1297,19 +995,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The infant rarely ventures out of its mother's protective pouch until it is three years old.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -1322,14 +1014,10 @@ "id": "base2-22", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mime Jr.", "abilities": [ { @@ -1341,10 +1029,7 @@ "attacks": [ { "name": "Meditate", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -1356,17 +1041,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "If interrupted while miming, it will slap around the enemy with its broad hands.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -1379,34 +1060,22 @@ "id": "base2-23", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Boyfriends", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each Nidoking you have in play." }, { "name": "Mega Punch", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -1418,19 +1087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its hard scales provide strong protection. It uses its hefty bulk to execute powerful moves.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1443,33 +1106,22 @@ "id": "base2-24", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Unless this attack Knocks Out the Defending Pokémon, return the Defending Pokémon and all cards attached to it to your opponent's hand." @@ -1491,9 +1143,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -1506,33 +1156,21 @@ "id": "base2-25", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Guillotine", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -1544,17 +1182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "If it fails to crush the victim in its pincers, it will swing its victim around and toss it hard.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -1567,34 +1201,22 @@ "id": "base2-26", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Scyther's Slash attack's base damage is 60 instead of 30." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1616,9 +1238,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "With ninja-like agility and speed, it can create the illusion that there is more than one of it.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -1631,14 +1251,10 @@ "id": "base2-27", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Munchlax", "abilities": [ { @@ -1650,12 +1266,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1673,20 +1284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -1699,33 +1303,22 @@ "id": "base2-28", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Water Gun", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Vaporeon but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count." @@ -1737,17 +1330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Lives close to water. Its long tail is ridged with a fin that is often mistaken for a mermaid's.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -1760,14 +1349,10 @@ "id": "base2-29", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -1779,10 +1364,7 @@ "attacks": [ { "name": "Venom Powder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." @@ -1804,9 +1386,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "The dust-like scales covering its wings are color coded to indicate the kinds of poison it has.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -1819,31 +1399,22 @@ "id": "base2-30", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Lure", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with his or her Active Pokémon." }, { "name": "Acid", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't retreat during your next turn." @@ -1855,18 +1426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -1879,14 +1445,10 @@ "id": "base2-31", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -1898,11 +1460,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads. Vileplume is now Confused (after doing damage)." @@ -1914,18 +1472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1938,32 +1491,22 @@ "id": "base2-32", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each of your Benched Pokémon." @@ -1981,18 +1524,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The body is soft and rubbery. When angered, it will suck in air and inflate itself to an enormous size.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -2005,34 +1543,22 @@ "id": "base2-33", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Butterfree equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10)." @@ -2054,9 +1580,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "In battle, it flaps its wings at high speed to release highly toxic dust into the air.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -2069,14 +1593,10 @@ "id": "base2-34", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -2088,11 +1608,7 @@ "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Dodrio." @@ -2114,9 +1630,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Uses its three brains to execute complex plans. While two heads sleep, one head stays awake.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -2129,30 +1643,22 @@ "id": "base2-35", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Teleport", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Exeggutor with 1 of your Benched Pokémon." }, { "name": "Big Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a number of coins equal to the number of Energy attached to Exeggutor. This attack does 20 damage times the number of heads." @@ -2164,19 +1670,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Legend has it that on rare occasions, one of its heads will drop off and continue on as an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2189,35 +1689,22 @@ "id": "base2-36", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Fearow." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "" @@ -2239,9 +1726,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "With its huge and magnificent wings, it can keep aloft without ever having to land for rest.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2254,35 +1739,23 @@ "id": "base2-37", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Foul Odor", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Both the Defending Pokémon and Gloom are now Confused (after doing damage)." @@ -2294,17 +1767,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "The fluid that oozes from its mouth isn't drool; it is a nectar that is used to attract prey.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2317,33 +1786,22 @@ "id": "base2-38", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Tongue Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Supersonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2361,19 +1819,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its tongue can be extended like a chameleon's. It leaves a stinging sensation when it licks enemies.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -2386,33 +1838,22 @@ "id": "base2-39", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Bonemerang", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Call for Friend", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for a Fighting Basic Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -2430,17 +1871,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "The bone it holds is its key weapon. It throws the bone skillfully like a boomerang to K.O. targets.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -2453,35 +1890,23 @@ "id": "base2-40", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2493,17 +1918,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The female's horn develops slowly. Prefers physical attacks such as clawing and biting.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -2516,33 +1937,22 @@ "id": "base2-41", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2554,17 +1964,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A host-parasite pair in which the parasite mushroom has taken over the host bug. Prefers damp places.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -2577,33 +1983,22 @@ "id": "base2-42", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Pounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon attacks Persian during your next turn, any damage done by the attack is reduced by 10 (after applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" @@ -2625,9 +2020,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Although its fur has many admirers, it is tough to raise as a pet because of its fickle meanness.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -2640,33 +2033,22 @@ "id": "base2-43", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Tantrum", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Primeape is now Confused (after doing damage)." @@ -2678,17 +2060,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Always furious and tenacious to boot. It will not abandon chasing its quarry until its quarry is caught.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -2701,33 +2079,22 @@ "id": "base2-44", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Agility", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rapidash." @@ -2743,9 +2110,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hopes of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -2758,38 +2123,23 @@ "id": "base2-45", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Ram", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "50", "text": "Rhydon does 20 damage to itself. If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon. Switch the Pokémon even if Rhydon is knocked out.)" @@ -2807,19 +2157,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3600 degrees.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -2832,31 +2176,22 @@ "id": "base2-46", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Horn Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2868,17 +2203,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "In the autumn spawning season, they can be seen swimming powerfully up rivers and creeks.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -2891,32 +2222,21 @@ "id": "base2-47", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Rampage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Tauros. Flip a coin. If tails, Tauros is now Confused (after doing damage)." @@ -2934,18 +2254,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When it targets an enemy, it charges furiously while whipping its body with its long tails.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -2958,34 +2273,23 @@ "id": "base2-48", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2997,17 +2301,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It spits out poisonpowder to immobilize the enemy, and then finishes the enemy with a spray of acid.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -3020,32 +2320,22 @@ "id": "base2-49", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Call for Family", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon named Bellsprout and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -3057,17 +2347,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A carniverous Pokémon that traps and eats bugs. It uses its root feet to soak up needed moisture.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -3080,33 +2366,22 @@ "id": "base2-50", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Snivel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks Cubone during your opponent's next turn, any damage done by the attack is reduced by 20 (after applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" }, { "name": "Rage", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Cubone." @@ -3124,17 +2399,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Because it never removes its skull helmet, no one has ever seen this Pokémon's real face.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -3147,14 +2418,10 @@ "id": "base2-51", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3168,19 +2435,14 @@ "attacks": [ { "name": "Tail Wag", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Eevee during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -3198,17 +2460,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its genetic code is irregular. It may mutate if it is exposed to radiation from elemental stones.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3221,33 +2479,22 @@ "id": "base2-52", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Exeggcute." @@ -3259,17 +2506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often mistaken for eggs. When disturbed, they quickly gather and attack in swarms.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -3282,23 +2525,15 @@ "id": "base2-53", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3314,9 +2549,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its tail fin billows like an elegant ballroom dress, giving it the nickname \"Water Queen.\"", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -3329,33 +2562,22 @@ "id": "base2-54", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3373,17 +2595,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When its huge eyes light up, it sings a mysteriously soothing melody that lulls its enemies to sleep.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -3396,17 +2614,11 @@ "id": "base2-55", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "abilities": [ { "name": "Peek", @@ -3417,9 +2629,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3435,9 +2645,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Extremely quick to anger. It could be docile one moment, then thrashing away the next.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3450,24 +2658,15 @@ "id": "base2-56", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, draw a card." @@ -3485,17 +2684,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Adores circular objects. Wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -3508,33 +2703,22 @@ "id": "base2-57", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Call for Family", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Basic Pokémon named Nidoran ♂ or Nidoran ♀ and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -3546,17 +2730,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Although small, its venomous barbs make this Pokémon dangerous. The female has smaller horns.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -3569,33 +2749,22 @@ "id": "base2-58", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Sprout", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Basic Pokémon named Oddish and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -3607,17 +2776,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "During the day, it keeps its face buried in the ground. At night, it wanders around sowing its seeds.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -3630,34 +2795,22 @@ "id": "base2-59", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -3669,17 +2822,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Burrows to suck tree roots. The mushrooms on its back grow by drawing nutrients from the bug host.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -3692,25 +2841,16 @@ "id": "base2-60", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pichu", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3722,17 +2862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When several of these Pokémon gather, their electricity can build and cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -3745,34 +2881,22 @@ "id": "base2-61", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Rhyhorn during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3790,19 +2914,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its massive bones are 1,000 times harder than human bones. It can easily knock a trailer flying.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -3815,34 +2933,22 @@ "id": "base2-62", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Spearow was attacked last turn, do the final result of that attack on Spearow to the Defending Pokémon." @@ -3864,9 +2970,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Eats bugs in grassy areas. It has to flap its short wings at high speeds to stay airborne.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -3879,33 +2983,22 @@ "id": "base2-63", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Leech Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Remove a number of damage counters from Venonat equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance)." @@ -3917,17 +3010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Lives in the shadows of tall trees where it eats insects. It is attracted by light at night.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -3956,4 +3045,4 @@ "large": "https://images.pokemontcg.io/base2/64_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/base3.json b/cards/en/base3.json index 52ec6afda..a594995f6 100644 --- a/cards/en/base3.json +++ b/cards/en/base3.json @@ -3,14 +3,10 @@ "id": "base3-1", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -44,18 +36,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "A ferocious prehistoric Pokémon that goes for the enemy's throat with its serrated saw-like fangs.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -68,34 +55,21 @@ "id": "base3-2", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Freeze Dry", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -107,18 +81,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -131,14 +100,10 @@ "id": "base3-3", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Transform", @@ -158,17 +123,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "Capable of copying an enemy's genetic code to instantly transform itself into a duplicate of the enemy.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -181,14 +142,10 @@ "id": "base3-4", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -200,12 +157,7 @@ "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -217,17 +169,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "An extremely rarely seen marine Pokémon. Its intelligence is said to match that of humans.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -240,14 +188,10 @@ "id": "base3-5", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -259,11 +203,7 @@ "attacks": [ { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -275,17 +215,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "Under a full moon, this Pokémon likes to mimic the shadows of people and laugh at their fright.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -298,18 +234,12 @@ "id": "base3-6", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Transparency", @@ -320,10 +250,7 @@ "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -339,9 +266,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Because of its ability to slip through block walls, it is said to be from another dimension.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -354,32 +279,21 @@ "id": "base3-7", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -391,17 +305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When in a hurry, its legs lengthen progressively. It runs smoothly with extra long, loping strides.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -414,32 +324,22 @@ "id": "base3-8", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Prophecy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at up to 3 cards from the top of either player's deck and rearrange them as you like." }, { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -451,18 +351,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When it locks eyes with an enemy, it will use a mix of psi moves such as Hypnosis and Confusion.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -475,34 +370,22 @@ "id": "base3-9", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Sharp Sickle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Absorb", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Kabutops equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Kabutops has fewer damage counters than that, remove all of them." @@ -514,17 +397,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its sleek shape is perfect for swimming. It slashes prey with its claws and drains the body fluids.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -537,30 +416,21 @@ "id": "base3-10", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Lapras but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Confuse Ray", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -572,18 +442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A Pokémon that has been overhunted almost to extinction. It can ferry people across water.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -596,37 +461,23 @@ "id": "base3-11", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magneton does 100 damage to itself." @@ -638,18 +489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Formed by several Magnemites linked together. They frequently appear when sunspots flare up.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -662,32 +508,21 @@ "id": "base3-12", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Wildfire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of Fire Energy cards attached to Moltres when you use this attack. If you do, discard that many cards from the top of your opponent's deck." }, { "name": "Dive Bomb", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -699,18 +534,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Known as the legendary bird of fire. Every flap of its wings creates a dazzling flash of flames.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -723,14 +553,10 @@ "id": "base3-13", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -742,11 +568,7 @@ "attacks": [ { "name": "Sludge", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -758,18 +580,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Thickly covered with a filthy, vile sludge. It is so toxic, even its footprints contain poison.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -782,24 +599,15 @@ "id": "base3-14", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Gigashock", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "30", "text": "Choose 3 of your opponent's Benched Pokémon and this attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) If your opponent has fewer than 3 Benched Pokémon, do the damage to each of them." @@ -811,17 +619,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -834,23 +638,14 @@ "id": "base3-15", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunderstorm", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "40", "text": "For each of your opponent's Benched Pokémon, flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Then, Zapdos does 10 damage times the number of tails to itself." @@ -862,18 +657,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A legendary thunderbird Pokémon whose anger is said to cause storms. Some say it has lived above the clouds for thousands of years.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -886,14 +676,10 @@ "id": "base3-16", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -905,11 +691,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -927,18 +709,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "A ferocious prehistoric Pokémon that goes for the enemy's throat with its serrated saw-like fangs.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -951,34 +728,21 @@ "id": "base3-17", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Freeze Dry", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -990,18 +754,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -1014,14 +773,10 @@ "id": "base3-18", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Transform", @@ -1041,17 +796,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "Capable of copying an enemy's genetic code to instantly transform itself into a duplicate of the enemy.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -1064,14 +815,10 @@ "id": "base3-19", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -1083,12 +830,7 @@ "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1100,17 +842,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "An extremely rarely seen marine Pokémon. Its intelligence is said to match that of humans.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -1123,14 +861,10 @@ "id": "base3-20", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -1142,11 +876,7 @@ "attacks": [ { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1158,17 +888,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "Under a full moon, this Pokémon likes to mimic the shadows of people and laugh at their fright.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1181,18 +907,12 @@ "id": "base3-21", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Transparency", @@ -1203,10 +923,7 @@ "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -1222,9 +939,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Because of its ability to slip through block walls, it is said to be from another dimension.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -1237,32 +952,21 @@ "id": "base3-22", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1274,17 +978,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "When in a hurry, its legs lengthen progressively. It runs smoothly with extra long, loping strides.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -1297,32 +997,22 @@ "id": "base3-23", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Prophecy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at up to 3 cards from the top of either player's deck and rearrange them as you like." }, { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1334,18 +1024,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "When it locks eyes with an enemy, it will use a mix of psi moves such as Hypnosis and Confusion.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1358,34 +1043,22 @@ "id": "base3-24", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Sharp Sickle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Absorb", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Kabutops equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Kabutops has fewer damage counters than that, remove all of them." @@ -1397,17 +1070,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its sleek shape is perfect for swimming. It slashes prey with its claws and drains the body fluids. ", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -1420,30 +1089,21 @@ "id": "base3-25", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Lapras but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Confuse Ray", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1455,18 +1115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "A Pokémon that has been overhunted almost to extinction. It can ferry people across water.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -1479,37 +1134,23 @@ "id": "base3-26", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magneton does 100 damage to itself." @@ -1521,18 +1162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Formed by several Magnemites linked together. They frequently appear when sunspots flare up.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1545,32 +1181,21 @@ "id": "base3-27", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Wildfire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of Fire Energy cards attached to Moltres when you use this attack. If you do, discard that many cards from the top of your opponent's deck." }, { "name": "Dive Bomb", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -1582,18 +1207,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Known as the legendary bird of fire. Every flap of its wings creates a dazzling flash of flames.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -1606,14 +1226,10 @@ "id": "base3-28", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -1625,11 +1241,7 @@ "attacks": [ { "name": "Sludge", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -1641,18 +1253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Thickly covered with a filthy, vile sludge. It is so toxic, even its footprints contain poison.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -1665,24 +1272,15 @@ "id": "base3-29", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Gigashock", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "30", "text": "Choose 3 of your opponent's Benched Pokémon and this attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) If your opponent has fewer than 3 Benched Pokémon, do that damage to each of them." @@ -1694,17 +1292,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its long tail serves as a ground to protect itself from its own high voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1717,23 +1311,14 @@ "id": "base3-30", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunderstorm", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "40", "text": "For each of your opponent's Benched Pokémon, flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Then, Zapdos does 10 damage times the number of tails to itself." @@ -1745,18 +1330,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A legendary thunderbird Pokémon whose anger is said to cause storms. Some say it has lived above the clouds for thousands of years.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1769,32 +1349,22 @@ "id": "base3-31", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Terror Strike", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads and if your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Poison Fang", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -1806,18 +1376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is rumored that the ferocious warning markings on its belly differ from area to area.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -1830,32 +1395,22 @@ "id": "base3-32", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Clamp", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage)." }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -1867,18 +1422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When attacked, it launches its horns in quick volleys. Its innards have never been seen.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -1891,33 +1441,22 @@ "id": "base3-33", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Lick", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Energy Conversion", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Put up to 2 Energy cards from your discard pile into your hand. Gastly does 10 damage to itself." @@ -1933,9 +1472,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A mysterious Pokémon. Some say it is a lifeform from another dimension, while other believe it is formed from smog.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -1948,37 +1485,23 @@ "id": "base3-34", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Leech Life", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Remove a number of damage counters from Golbat equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Golbat has fewer damage counters than that, remove all of them." @@ -2000,9 +1523,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Once it strikes, it will not stop draining energy from the victim even if it gets too heavy to fly.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2015,32 +1536,22 @@ "id": "base3-35", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -2052,17 +1563,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Often seen swimming elegantly by lake shores. It is often mistaken for the Japanese monster, Kappa.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2075,36 +1582,22 @@ "id": "base3-36", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Avalanche", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" }, { "name": "Selfdestruct", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Golem does 100 damage to itself." @@ -2116,20 +1609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its boulder-like body is extremely hard. It can easily withstand dynamite blasts without damage.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -2142,36 +1628,23 @@ "id": "base3-37", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Harden", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 30 or less damage is done to Graveler (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2183,18 +1656,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Rolls down slopes to move. It rolls over any obstacle without slowing or changing its direction.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -2207,32 +1675,22 @@ "id": "base3-38", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Kingler." }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2244,19 +1702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The large pincer has 10,000 horsepower of crushing power. However, its huge size makes it unwieldy to use.", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -2269,34 +1721,23 @@ "id": "base3-39", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magby", - "evolvesTo": [ - "Magmortar" - ], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Smog", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2308,17 +1749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Found at the mouths of volcanoes and extremely hard to spot. There are very few instances of capturing this Pokémon.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2331,32 +1768,22 @@ "id": "base3-40", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2368,17 +1795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A prehistoric Pokémon that died out when its heavy shell made it impossible for it to catch prey.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -2391,32 +1814,22 @@ "id": "base3-41", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2434,17 +1847,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Curls up into a spiny ball when threatened. It can roll while curled up to attack or escape.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -2457,36 +1866,23 @@ "id": "base3-42", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Seadra but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Agility", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Seadra." @@ -2498,17 +1894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Capable of swimming backward by rapidly flapping its wing-like pectoral fins and stout tail.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2521,14 +1913,10 @@ "id": "base3-43", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -2540,10 +1928,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2555,17 +1940,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The Shellder that is latched onto Slowpoke's tail is said to feed on the host's left-over scraps.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -2578,31 +1959,22 @@ "id": "base3-44", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Supersonic", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Jellyfish Sting", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -2618,9 +1990,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The tentacles are normally kept short. On hunts, they are extended to ensnare and immobilize prey.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -2633,33 +2003,22 @@ "id": "base3-45", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Smog", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Selfdestruct", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Weezing does 60 damage to itself." @@ -2671,17 +2030,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Where two kinds of poison gases meet, two Koffings can fuse into a Weezing over many years.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2694,33 +2049,22 @@ "id": "base3-46", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Spit Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Wrap", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2732,17 +2076,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Moves silently and stealthily. Eats the eggs of birds such as Pidgey and Spearow whole.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -2755,24 +2095,15 @@ "id": "base3-47", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Stone Barrage", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -2784,17 +2115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Found in fields and mountains. Mistaking them for boulders, people often step or trip on them.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -2807,32 +2134,22 @@ "id": "base3-48", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Nasty Goo", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Minimize", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "All damage done by attacks to Grimer during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -2844,17 +2161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Appears in filthy areas. Thrives by sucking up polluted sludge that is pumped out of factories.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -2867,23 +2180,15 @@ "id": "base3-49", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -2899,9 +2204,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Known to shoot down flying bugs with precision blasts of ink from the surface of the water.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -2914,18 +2217,12 @@ "id": "base3-50", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "9", "hp": "30", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Kabuto Armor", @@ -2936,9 +2233,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2950,17 +2245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A Pokémon that was resurrected from a fossil found in what was once the ocean floor eons ago.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -2973,33 +2264,22 @@ "id": "base3-51", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon named Krabby and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench if full.)" }, { "name": "Irongrip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3011,18 +2291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its pincers are not only powerful weapons, they are used for balance when walking sideways.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal" }, @@ -3035,18 +2310,12 @@ "id": "base3-52", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "19", "hp": "40", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "abilities": [ { "name": "Clairvoyance", @@ -3057,9 +2326,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Omanyte but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -3071,17 +2338,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Although long extinct, in rare cases, it can be genetically resurrected from fossils.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -3094,32 +2357,22 @@ "id": "base3-53", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headache", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play Trainer cards during his or her next turn." }, { "name": "Fury Swipes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3131,17 +2384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "While lulling its enemies with its vacant look, this wily Pokémon will use psychokinetic powers.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -3154,32 +2403,22 @@ "id": "base3-54", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Hide in Shell", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Shellder during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -3191,17 +2430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -3214,34 +2449,22 @@ "id": "base3-55", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Spacing Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove a damage counter from Slowpoke. This attack can't be used if Slowpoke has no damage counters on it." }, { "name": "Scavenge", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Slowpoke in order to use this attack. Put a Trainer card from your discard pile into your hand." @@ -3253,17 +2476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Incredibly slow and dopey. It takes 5 seconds for it to feel pain when under attack.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -3276,17 +2495,11 @@ "id": "base3-56", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "abilities": [ { "name": "Cowardice", @@ -3297,9 +2510,7 @@ "attacks": [ { "name": "Acid", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3315,9 +2526,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Drifts in shallow seas. Anglers who hook them by accident are often punished by its stinging acid.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -3330,34 +2539,22 @@ "id": "base3-57", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Leech Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Remove a number of damage counters from Zubat equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Zubat has fewer damage counters than that, remove all of them." @@ -3379,9 +2576,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Forms colonies in perpetually dark places. Uses ultrasonic waves to identify and approach targets.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -3484,4 +2679,4 @@ "large": "https://images.pokemontcg.io/base3/62_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/base4.json b/cards/en/base4.json index 45d154138..be0fa8948 100644 --- a/cards/en/base4.json +++ b/cards/en/base4.json @@ -3,14 +3,10 @@ "id": "base4-1", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -38,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its brain can outperform a supercomputer. Its intelligence quotient is said to be 5000.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -63,14 +49,10 @@ "id": "base4-2", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -82,11 +64,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -98,19 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A brutal Pokémon with pressurized water jets on its shell. They are used for high-speed tackles.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -123,36 +95,22 @@ "id": "base4-3", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "120", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Chansey during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Chansey does 80 damage to itself." @@ -170,17 +128,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A rare and elusive Pokémon that is said to bring happiness to those who manage to catch it.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -193,14 +147,10 @@ "id": "base4-4", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "76", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -212,12 +162,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Energy cards attached to Charizard in order to use this attack." @@ -235,19 +180,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Spits fire that is hot enough to melt boulders. Known to unintentionally cause forest fires.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -260,31 +199,22 @@ "id": "base4-5", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy costs and anything else required in order to use that attack, such as discarding Energy cards. (No matter what type the Defending Pokémon is, Clefable's type is still Colorless.)" }, { "name": "Minimize", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "All damage done by attacks to Clefable during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -302,18 +232,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A timid Fairy Pokémon that is rarely seen. It will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -326,34 +251,22 @@ "id": "base4-6", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Metronome", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy costs and anything else required in order to use that attack, such as discarding Energy cards. (No matter what type the Defending Pokémon is, Clefairy's type is still Colorless.)" @@ -371,17 +284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its magical and cute appeal has many admirers. It is rare and found only in certain areas.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -394,35 +303,22 @@ "id": "base4-7", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -440,19 +336,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -465,31 +355,21 @@ "id": "base4-8", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Special Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -501,18 +381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "While seeming to do nothing, it fires punches in lightning-fast volleys that are impossible to see.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -525,38 +400,23 @@ "id": "base4-9", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Does 20 damage to each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magneton does 80 damage to itself." @@ -568,17 +428,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "Formed by several Magnemites linked together. It frequently appears when sunspots flare up.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -591,31 +447,21 @@ "id": "base4-10", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "53", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." }, { "name": "Barrier", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Mewtwo in order to use this attack. During your opponent's next turn, prevent all effects of attacks, including damage, done to Mewtwo." @@ -627,19 +473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A scientist created this Pokémon after years of horrific gene-splicing and DNA engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -652,34 +492,22 @@ "id": "base4-11", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "23", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Thrash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage and Nidoking does 10 damage to itself." }, { "name": "Toxic", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -691,19 +519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Uses its powerful tail in battle to smash, constrict, then break its prey's bones.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -716,34 +538,22 @@ "id": "base4-12", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Boyfriends", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each Nidoking you have in play." }, { "name": "Mega Punch", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -755,19 +565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its hard scales provide strong protection. It uses its hefty bulk to execute powerful moves.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -780,34 +584,22 @@ "id": "base4-13", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Lure", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 1 Fire Energy card attached to Ninetales in order to use this attack." @@ -819,17 +611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -842,33 +630,22 @@ "id": "base4-14", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Unless this attack Knocks Out the Defending Pokémon, return the Defending Pokémon and all cards attached to it to your opponent's hand." @@ -890,9 +667,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -905,35 +680,22 @@ "id": "base4-15", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwrath but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -945,19 +707,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "An adept swimmer at both the front crawl and breaststroke. Easily overtakes the best human swimmers.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -970,35 +726,22 @@ "id": "base4-16", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Agility", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Raichu." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, Raichu does 30 damage to itself." @@ -1010,17 +753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1033,34 +772,22 @@ "id": "base4-17", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Scyther's Slash attack's base damage is 60 instead of 30." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1082,9 +809,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "With ninja-like agility and speed, it can create the illusion that there is more than one of it.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -1097,14 +822,10 @@ "id": "base4-18", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -1116,12 +837,7 @@ "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -1133,18 +849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -1157,32 +868,22 @@ "id": "base4-19", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each of your Benched Pokémon." @@ -1200,18 +901,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The body is soft and rubbery. When angered, it will suck in air and inflate itself to an enormous size.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -1224,35 +920,21 @@ "id": "base4-20", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "64", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, Zapdos does 30 damage to itself." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Energy cards attached to Zapdos in order to use this attack." @@ -1264,19 +946,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon said to appear from clouds while wielding enormous lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1289,34 +965,22 @@ "id": "base4-21", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Twineedle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -1338,9 +1002,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Flies at high speed and attacks using the large, venomous stingers on its forelegs and tail.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -1353,38 +1015,23 @@ "id": "base4-22", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -1396,18 +1043,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A mystical Pokémon that exudes a gentle aura. Has the ability to change climate conditions.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1420,35 +1062,22 @@ "id": "base4-23", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Slash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "70", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1466,18 +1095,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "A team of Diglett triplets. It triggers huge earthquakes by burrowing 60 miles underground.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1490,33 +1114,22 @@ "id": "base4-24", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderpunch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage and Electabuzz does 10 damage to itself." @@ -1528,18 +1141,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Normally found near power plants, it can wander away and cause major blackouts in cities.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1552,14 +1160,10 @@ "id": "base4-25", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -1571,11 +1175,7 @@ "attacks": [ { "name": "Electric Shock", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Electrode does 10 damage to itself." @@ -1587,17 +1187,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "It stores electrical energy under very high pressure. It often explodes with little or no provocation.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1610,32 +1206,21 @@ "id": "base4-26", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fetch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1653,19 +1238,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The infant rarely ventures out of its mother's protective pouch until it is three years old.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -1678,14 +1257,10 @@ "id": "base4-27", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mime Jr.", "abilities": [ { @@ -1697,10 +1272,7 @@ "attacks": [ { "name": "Meditate", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -1712,17 +1284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "If interrupted while miming, it will slap around the enemy with its broad hands.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -1735,36 +1303,23 @@ "id": "base4-28", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Pidgeotto was attacked last turn, do the final result of that attack on Pidgeotto to the Defending Pokémon." @@ -1782,17 +1337,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Very protective of its sprawling territory, this Pokémon will fiercely peck at any intruder.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -1805,33 +1356,21 @@ "id": "base4-29", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Guillotine", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -1843,17 +1382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "If it fails to crush the victim in its pincers, it will swing its victim around and toss it hard.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -1866,14 +1401,10 @@ "id": "base4-30", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Munchlax", "abilities": [ { @@ -1885,12 +1416,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1908,20 +1434,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -1934,14 +1453,10 @@ "id": "base4-31", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -1953,10 +1468,7 @@ "attacks": [ { "name": "Venom Powder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." @@ -1978,9 +1490,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "The dust-like scales covering its wings are color coded to indicate the kinds of poison it has.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -1993,31 +1503,22 @@ "id": "base4-32", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Lure", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with his or her Active Pokémon." }, { "name": "Acid", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't retreat during your next turn." @@ -2029,18 +1530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -2053,35 +1549,22 @@ "id": "base4-33", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Arcanine in order to use this attack." }, { "name": "Take Down", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Arcanine does 30 damage to itself." @@ -2093,19 +1576,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A Pokémon that has been long admired for its beauty. It runs gracefully, as if on wings.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -2118,34 +1595,22 @@ "id": "base4-34", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Butterfree equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Butterfree has fewer damage counters than that, remove all of them." @@ -2167,9 +1632,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "In battle, it flaps its wings at high speed to release highly toxic dust into the air.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -2182,37 +1645,23 @@ "id": "base4-35", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Charmeleon in order to use this attack." @@ -2224,17 +1673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When it swings its burning tail, it raises the temperature to unbearably high levels.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -2247,35 +1692,22 @@ "id": "base4-36", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2287,19 +1719,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Stores thermal energy in its body. Swims at a steady 8 knots even in intensely cold waters.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -2312,14 +1738,10 @@ "id": "base4-37", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -2331,11 +1753,7 @@ "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Dodrio." @@ -2357,9 +1775,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Uses its three brains to execute complex plans. While two heads sleep, one head stays awake.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -2372,23 +1788,15 @@ "id": "base4-38", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2400,17 +1808,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Long considered a mythical Pokémon until recently, when a small colony was found living underwater.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -2423,30 +1827,22 @@ "id": "base4-39", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Teleport", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Exeggutor with 1 of your Benched Pokémon." }, { "name": "Big Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a number of coins equal to the number of Energy attached to Exeggutor. This attack does 20 damage times the number of heads." @@ -2458,19 +1854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Legend has it that on rare occasions, one of its heads will drop off and continue on as an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2483,34 +1873,22 @@ "id": "base4-40", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Leek Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Farfetch'd stays in play (even putting Farfetch'd on the Bench won't let you use it again)." }, { "name": "Pot Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2528,17 +1906,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The sprig of green onions it holds is its weapon. This sprig is used much like a metal sword.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -2551,35 +1925,22 @@ "id": "base4-41", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Fearow." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "" @@ -2601,9 +1962,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "With its huge and magnificent wings, it can keep aloft without ever having to land for rest.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2616,24 +1975,15 @@ "id": "base4-42", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2645,17 +1995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Very protective of its territory. It will bark and bite to repel intruders from its space.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -2668,34 +2014,23 @@ "id": "base4-43", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "You can't use this attack unless the Defending Pokémon is Asleep." @@ -2707,17 +2042,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "Because of its ability to slip through block walls, it is said to be from another dimension.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2730,37 +2061,23 @@ "id": "base4-44", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -2772,17 +2089,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When the bulb on its back grows large, the Pokémon seems to lose the ability to stand on its hind legs.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2795,31 +2108,21 @@ "id": "base4-45", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Meditate", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -2831,18 +2134,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Merely by meditating, the Pokémon launches a powerful psychic energy attack.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -2855,36 +2153,23 @@ "id": "base4-46", "name": "Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Recover", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Kadabra in order to use this attack. Remove all damage counters from Kadabra." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2896,19 +2181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It emits special alpha waves from its body that induce headaches even to those just nearby.", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -2921,35 +2200,23 @@ "id": "base4-47", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Kakuna during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2961,18 +2228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself from predators.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2985,33 +2247,22 @@ "id": "base4-48", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Tongue Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Supersonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3029,19 +2280,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its tongue can be extended like a chameleon's. It leaves a stinging sensation when it licks enemies.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -3054,38 +2299,23 @@ "id": "base4-49", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50-", "text": "Does 50 damage minus 10 damage for each damage counter on Machoke." }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Machoke does 20 damage to itself." @@ -3097,19 +2327,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful that it must wear a power-save belt to help regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -3122,32 +2346,22 @@ "id": "base4-50", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Magikarp." @@ -3159,17 +2373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "In the distant past, it was stronger than its horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3182,35 +2392,22 @@ "id": "base4-51", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Magmar in order to use this attack." @@ -3222,18 +2419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its body always burns with an orange glow that enables it to hide perfectly among flames.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -3246,33 +2438,22 @@ "id": "base4-52", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Bonemerang", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Call for Friend", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for a Fighting Basic Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -3290,17 +2471,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "The bone it holds is its key weapon. It throws the bone skillfully like a boomerang to K.O. targets.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -3313,35 +2490,23 @@ "id": "base4-53", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -3353,17 +2518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The female's horn develops slowly. Prefers physical attacks such as clawing and biting.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -3376,38 +2537,23 @@ "id": "base4-54", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Horn Drill", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -3419,17 +2565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "An aggressive Pokémon that is quick to attack. The horn on its head secretes a powerful venom.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -3442,33 +2584,22 @@ "id": "base4-55", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3480,17 +2611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A host-parasite pair in which the parasite mushroom has taken over the host bug. Prefers damp places.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -3503,33 +2630,22 @@ "id": "base4-56", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Pounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon attacks Persian during your next turn, any damage done by the attack is reduced by 10 (after applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" @@ -3551,9 +2667,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Although its fur has many admirers, it is tough to raise as a pet because of its fickle meanness.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -3566,37 +2680,23 @@ "id": "base4-57", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Doubleslap", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -3608,17 +2708,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Capable of living in or out of water. When out of water, it sweats to keep its body slimy.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -3631,32 +2727,22 @@ "id": "base4-58", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10)." @@ -3674,17 +2760,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It uses its whiskers to maintain its balance. It seems to slow down if they are cut off.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -3697,38 +2779,23 @@ "id": "base4-59", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Ram", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "50", "text": "Rhydon does 20 damage to itself. If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon. Switch the Pokémon even if Rhydon is knocked out.)" @@ -3746,19 +2813,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3600 degrees.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -3771,31 +2832,22 @@ "id": "base4-60", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Horn Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3807,17 +2859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "In the autumn spawning season, they can be seen swimming powerfully up rivers and creeks.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -3830,23 +2878,15 @@ "id": "base4-61", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3858,17 +2898,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The protruding horn on its head is very hard. This horn is used for bashing through thick ice.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -3881,32 +2917,21 @@ "id": "base4-62", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Rampage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Tauros. Flip a coin. If tails, Tauros is now Confused (after doing damage)." @@ -3924,18 +2949,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When it targets an enemy, it charges furiously while whipping its body with its long tails.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -3948,36 +2968,23 @@ "id": "base4-63", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Wartortle during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3989,17 +2996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Often hides in water to stalk unweary prey. When swimming quickly, it moves its ears to maintain balance.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -4012,34 +3015,23 @@ "id": "base4-64", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4051,17 +3043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It spits out poisonpowder to immobilize the enemy, and then finishes the enemy with a spray of acid.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -4074,23 +3062,15 @@ "id": "base4-65", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4106,9 +3086,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Using its ability to read minds, it will identify impending danger and teleport to safety.", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -4121,32 +3099,22 @@ "id": "base4-66", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Call for Family", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon named Bellsprout and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -4158,17 +3126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A carnivorous Pokémon that traps and eats bugs. It uses its root feet to soak up needed moisture.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -4181,24 +3145,15 @@ "id": "base4-67", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Bulbasaur." @@ -4210,17 +3165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A strange seed was planted on its back at birth. Thus, a plant sprouted and now grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -4233,23 +3184,15 @@ "id": "base4-68", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4261,17 +3204,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4285,33 +3224,22 @@ "id": "base4-69", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Charmander in order to use this attack." @@ -4323,17 +3251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Obviously prefers hot places. If it gets caught in the rain, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -4346,33 +3270,22 @@ "id": "base4-70", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Snivel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks Cubone during your opponent's next turn, any damage done by the attack is reduced by 20 (after applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" }, { "name": "Rage", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Cubone." @@ -4390,17 +3303,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Because it never removes its skull helmet, no one has ever seen this Pokémon's real face.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -4413,33 +3322,22 @@ "id": "base4-71", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4461,9 +3359,7 @@ "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Lives about three feet underground, where it feeds on plant roots. It sometimes appears above ground.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -4476,23 +3372,15 @@ "id": "base4-72", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4514,9 +3402,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A bird that makes up for its poor flying with its fast foot speed. Leaves giant footprints.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -4529,33 +3415,22 @@ "id": "base4-73", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4567,17 +3442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Puts enemies to sleep, then eats their dreams. Occasionally gets sick from eating bad dreams.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -4590,33 +3461,22 @@ "id": "base4-74", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Exeggcute." @@ -4628,17 +3488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often mistaken for eggs. When disturbed, they quickly gather and attack in swarms.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -4651,33 +3507,22 @@ "id": "base4-75", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleeping Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Destiny Bond", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Gastly in order to use this attack. If a Pokémon Knocks Out Gastly during your opponent's next turn, Knock Out that Pokémon." @@ -4693,9 +3538,7 @@ "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Almost invisible, this gaseous Pokémon cloaks the target and puts it to sleep without notice.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -4708,23 +3551,15 @@ "id": "base4-76", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4740,9 +3575,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its tail fin billows like an elegant ballroom dress, giving it the nickname \"Water Queen.\"", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -4755,33 +3588,22 @@ "id": "base4-77", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4799,17 +3621,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When its huge eyes light up, it sings a mysteriously soothing melody that lulls its enemies to sleep.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -4822,23 +3640,15 @@ "id": "base4-78", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4850,17 +3660,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Loves to build its muscles. It trains in all styles of martial arts to become even stronger.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4873,33 +3679,22 @@ "id": "base4-79", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magnemite does 40 damage to itself." @@ -4911,17 +3706,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Uses anti-gravity to stay suspended. Appears without warning and uses attacks like Thunder Wave.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4934,24 +3725,15 @@ "id": "base4-80", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, draw a card." @@ -4969,17 +3751,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Adores circular objects. Wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4992,35 +3770,23 @@ "id": "base4-81", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Metapod during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5032,18 +3798,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is vulnerable to attack because its shell is soft, exposing its weak and tender body.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -5056,33 +3817,22 @@ "id": "base4-82", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Call for Family", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Basic Pokémon named Nidoran ♂ or Nidoran ♀ and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -5094,17 +3844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Although small, its venomous barbs make this Pokémon dangerous. The female has smaller horns.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -5117,23 +3863,15 @@ "id": "base4-83", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5145,17 +3883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Stiffens its ears to sense danger. The larger, more powerful of its horns secretes venom.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -5168,33 +3902,22 @@ "id": "base4-84", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Harden", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 30 or less damage is done to Onix (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" @@ -5206,19 +3929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "As it grows, the stone portions of its body harden to become similar to a diamond, though colored black.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -5231,34 +3948,22 @@ "id": "base4-85", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -5270,17 +3975,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Burrows to suck tree roots. The mushrooms on its back grow by drawing nutrients from the bug host.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -5293,24 +3994,15 @@ "id": "base4-86", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" @@ -5328,17 +4020,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -5351,33 +4039,22 @@ "id": "base4-87", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Pikachu does 10 damage to itself." @@ -5389,17 +4066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "When several of these Pokémon gather, their electricity can cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -5412,23 +4085,15 @@ "id": "base4-88", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Poliwag but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -5440,17 +4105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its newly grown legs prevent it from running. It appears to prefer swimming over trying to stand.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -5463,23 +4124,15 @@ "id": "base4-89", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5501,9 +4154,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Bites anything when it attacks. Small and very quick, it is a common sight in many places.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -5516,34 +4167,22 @@ "id": "base4-90", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Rhyhorn during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5561,19 +4200,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its massive bones are 1,000 times harder than human bones. It can easily knock a trailer flying.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -5586,23 +4219,15 @@ "id": "base4-91", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand-attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -5620,17 +4245,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Burrows deep underground in arid locations far from water. It only emerges to hunt for food.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -5643,34 +4264,22 @@ "id": "base4-92", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Spearow was attacked last turn, do the final result of that attack on Spearow to the Defending Pokémon." @@ -5692,9 +4301,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Eats bugs in grassy areas. It has to flap its short wings at high speeds to stay airborne.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -5707,33 +4314,22 @@ "id": "base4-93", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Withdraw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Squirtle during your opponent's next turn. (Any other effects of opponent's attacks still happen.)" @@ -5745,17 +4341,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "After birth, its back swells and hardens into a shell. It powerfully sprays foam from its mouth.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -5768,33 +4360,22 @@ "id": "base4-94", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Recover", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Water Energy card attached to Starmie in order to use this attack. Remove all damage counters from Starmie." }, { "name": "Star Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5806,17 +4387,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Its central core glows with the seven colors of the rainbow. Some people value this core as a gem.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -5829,23 +4406,15 @@ "id": "base4-95", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Slap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5857,17 +4426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "An enigmatic Pokémon that can effortlessly regenerate any appendage it loses in battle.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5880,35 +4445,22 @@ "id": "base4-96", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Bind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -5920,18 +4472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its whole body is swathed with wide vines that are similar to seaweed. These vines shake as it walks.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -5944,33 +4491,22 @@ "id": "base4-97", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Leech Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Remove a number of damage counters from Venonat equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Venonat has fewer damage counters than that, remove all of them." @@ -5982,17 +4518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Lives in the shadows of tall trees where it eats insects. It is attracted by light at night.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -6005,23 +4537,15 @@ "id": "base4-98", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6033,17 +4557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -6056,24 +4576,15 @@ "id": "base4-99", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -6085,17 +4596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "At the time of birth, it has just one tail. Its tail splits from the tip as it grows older.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -6108,23 +4615,15 @@ "id": "base4-100", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6136,17 +4635,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often found in forests, eating leaves. It has a sharp, venomous stinger on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6435,9 +4930,7 @@ "id": "base4-116", "name": "Professor Oak", "supertype": "Trainer", - "rules": [ - "Discard your hand, then draw 7 cards." - ], + "rules": ["Discard your hand, then draw 7 cards."], "number": "116", "artist": "Ken Sugimori", "rarity": "Uncommon", @@ -6471,9 +4964,7 @@ "id": "base4-118", "name": "Bill", "supertype": "Trainer", - "rules": [ - "Draw 2 cards." - ], + "rules": ["Draw 2 cards."], "number": "118", "artist": "Ken Sugimori", "rarity": "Common", @@ -6545,9 +5036,7 @@ "id": "base4-122", "name": "Potion", "supertype": "Trainer", - "rules": [ - "Remove up to 2 damage counters from 1 of your Pokémon." - ], + "rules": ["Remove up to 2 damage counters from 1 of your Pokémon."], "number": "122", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -6565,9 +5054,7 @@ "id": "base4-123", "name": "Switch", "supertype": "Trainer", - "rules": [ - "Switch 1 of your Benched Pokémon with your Active Pokémon." - ], + "rules": ["Switch 1 of your Benched Pokémon with your Active Pokémon."], "number": "123", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -6585,9 +5072,7 @@ "id": "base4-124", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Provides Colorless Colorless energy. Doesn't count as a basic Energy card." ], @@ -6607,9 +5092,7 @@ "id": "base4-125", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "125", "artist": "Keiji Kinebuchi", "legalities": { @@ -6626,9 +5109,7 @@ "id": "base4-126", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "126", "artist": "Keiji Kinebuchi", "legalities": { @@ -6645,9 +5126,7 @@ "id": "base4-127", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "127", "artist": "Keiji Kinebuchi", "legalities": { @@ -6664,9 +5143,7 @@ "id": "base4-128", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "128", "artist": "Keiji Kinebuchi", "legalities": { @@ -6683,9 +5160,7 @@ "id": "base4-129", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "129", "artist": "Keiji Kinebuchi", "legalities": { @@ -6702,9 +5177,7 @@ "id": "base4-130", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "130", "artist": "Keiji Kinebuchi", "legalities": { diff --git a/cards/en/base5.json b/cards/en/base5.json index fa426677c..6bcae8df0 100644 --- a/cards/en/base5.json +++ b/cards/en/base5.json @@ -3,34 +3,22 @@ "id": "base5-1", "name": "Dark Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dark Kadabra", "attacks": [ { "name": "Teleport Blast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "You may switch Dark Alakazam with 1 of your Benched Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "40", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -42,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Almost as if it were being controlled by something else, it never changes expressions, even in the middle of battle.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -67,33 +49,22 @@ "id": "base5-2", "name": "Dark Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Stare", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.) If that Pokémon has a Pokémon Power, that power stops working until the end of your opponent's next turn." }, { "name": "Poison Vapor", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "10", "text": "The Defending Pokémon is now Poisoned. This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -105,18 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Freezes its prey with its stare. If you should encounter one, remember not to look into its eyes.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -129,33 +95,22 @@ "id": "base5-3", "name": "Dark Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dark Wartortle", "attacks": [ { "name": "Hydrocannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Dark Blastoise but not used to pay for this attack. You can't add more than 40 damage in this way." }, { "name": "Rocket Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Dark Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Dark Blastoise during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -167,18 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "An aggressive Pokémon that tackles anything it sees.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -191,31 +141,22 @@ "id": "base5-4", "name": "Dark Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Dark Charmeleon", "attacks": [ { "name": "Nail Flick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Continuous Fireball", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip a number of coins equal to the number of Fire Energy cards attached to Dark Charizard. This attack does 50 damage times the number of heads. Discard a number of Fire Energy cards attached to Dark Charizard equal to the number of heads." @@ -233,19 +174,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Seemingly possessed, it spews fire like a volcano, trying to burn all it sees.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -258,14 +193,10 @@ "id": "base5-5", "name": "Dark Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "33", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dark Dragonair", "abilities": [ { @@ -277,12 +208,7 @@ "attacks": [ { "name": "Giant Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -294,18 +220,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Sometimes called \"The God of Destruction.\" Its wings are able to support it in spite of its massive weight.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -318,14 +239,10 @@ "id": "base5-6", "name": "Dark Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "50", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "abilities": [ { @@ -337,10 +254,7 @@ "attacks": [ { "name": "Knock Down", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "Your opponent flips a coin. If tails, this attack does 20 damage plus 20 more damage; if heads, this attack does 20 damage." @@ -358,18 +272,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Digs large sinkholes in the ground and tries to trap its enemies in them.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -382,18 +291,12 @@ "id": "base5-7", "name": "Dark Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Sneak Attack", @@ -404,10 +307,7 @@ "attacks": [ { "name": "Flitter", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -429,9 +329,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Sneaks up silently on its prey and attacks it from behind, sometimes killing it with one bite.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -444,14 +342,10 @@ "id": "base5-8", "name": "Dark Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -463,11 +357,7 @@ "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -485,18 +375,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Normally found only in the deep ocean, it has recently been seen in shallow waters as well.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -509,32 +394,22 @@ "id": "base5-9", "name": "Dark Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Bench Manipulation", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Your opponent flips a number of coins equal to the number of Pokémon on his or her Bench. This attack does 20 damage times the number of tails. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -546,18 +421,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Carries a pendulum with it always. Sometimes appears near less-traveled roads and schools at dusk.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -570,34 +440,22 @@ "id": "base5-10", "name": "Dark Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dark Machoke", "attacks": [ { "name": "Mega Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fling", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Your opponent shuffles his or her Active Pokémon and all cards attached to it into his or her deck. This attack can't be used if your opponent has no Benched Pokémon." @@ -609,19 +467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is almost impossible to defend against a Machamp's four powerful arms.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -634,35 +486,23 @@ "id": "base5-11", "name": "Dark Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Magnetic Lines", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has any basic Energy cards attached to it, choose 1 of them. If your opponent has any Benched Pokémon, choose 1 of them and attach that Energy card to it." @@ -674,18 +514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Miki Tanaka", "rarity": "Rare Holo", "flavorText": "The number of incidents of hackers using Magnetons to damage computer systems is steadily increasing.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -698,14 +533,10 @@ "id": "base5-12", "name": "Dark Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -717,10 +548,7 @@ "attacks": [ { "name": "Fickle Attack", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -732,18 +560,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It loves nothing better than to be left alone, and so sometimes ends up being manipulated by unscrupulous people.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -756,14 +579,10 @@ "id": "base5-13", "name": "Dark Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "29", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dark Gloom", "abilities": [ { @@ -775,11 +594,7 @@ "attacks": [ { "name": "Petal Whirlwind", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coins. This attack does 30 damage times the number of heads. If you get 2 or more heads, Dark Vileplume is now Confused (after doing damage)." @@ -791,18 +606,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Perhaps because of their strong-smelling pollen, other Pokémon do not approach areas where Vileplumes live.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -815,33 +625,22 @@ "id": "base5-14", "name": "Dark Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Mass Explosion", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the total number of Koffings, Weezings, and Dark Weezings in play (Apply Weakness and Resistance.). Then, this attack does 20 damage to each Koffing, Weezing, and Dark Weezing (even your own). Don't apply Weakness and Resistance." }, { "name": "Stun Gas", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned; if tails, the Defending Pokémon is now Paralyzed." @@ -853,17 +652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "Researchers have observed these Pokémon reproducing in industrial waste sites.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -912,9 +707,7 @@ "id": "base5-17", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy counts as every type of basic Energy but only provides 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) When you attach this card from your hand to 1 of your Pokémon, it does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.)" ], @@ -933,34 +726,22 @@ "id": "base5-18", "name": "Dark Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dark Kadabra", "attacks": [ { "name": "Teleport Blast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "You may switch Dark Alakazam with 1 of your Benched Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "40", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -972,19 +753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Almost as if it were being controlled by something else, it never changes expressions, even in the middle of battle.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -997,33 +772,22 @@ "id": "base5-19", "name": "Dark Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Stare", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.) If that Pokémon has a Pokémon Power, that power stops working until the end of your opponent's next turn." }, { "name": "Poison Vapor", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "10", "text": "The Defending Pokémon is now Poisoned. This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1035,18 +799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Freezes its prey with its stare. If you should encounter one, remember not to look into its eyes.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -1059,33 +818,22 @@ "id": "base5-20", "name": "Dark Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dark Wartortle", "attacks": [ { "name": "Hydrocannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Dark Blastoise but not used to pay for this attack. You can't add more than 40 damage in this way." }, { "name": "Rocket Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Dark Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Dark Blastoise during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -1097,18 +845,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "An aggressive Pokémon that tackles anything it sees.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -1121,31 +864,22 @@ "id": "base5-21", "name": "Dark Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Dark Charmeleon", "attacks": [ { "name": "Nail Flick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Continuous Fireball", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip a number of coins equal to the number of Fire Energy cards attached to Dark Charizard. This attack does 50 damage times the number of heads. Discard a number of Fire Energy cards attached to Dark Charizard equal to the number of heads." @@ -1163,19 +897,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Seemingly possessed, it spews fire like a volcano, trying to burn all it sees.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -1188,14 +916,10 @@ "id": "base5-22", "name": "Dark Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "33", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dark Dragonair", "abilities": [ { @@ -1207,12 +931,7 @@ "attacks": [ { "name": "Giant Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -1224,18 +943,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Sometimes called \"The God of Destruction.\" Its wings are able to support it in spite of its massive weight.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -1248,14 +962,10 @@ "id": "base5-23", "name": "Dark Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "50", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "abilities": [ { @@ -1267,10 +977,7 @@ "attacks": [ { "name": "Knock Down", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "Your opponent flips a coin. If tails, this attack does 20 damage plus 20 more damage; if heads, this attack does 20 damage." @@ -1288,18 +995,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Digs large sinkholes in the ground and tries to trap its enemies in them.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1312,18 +1014,12 @@ "id": "base5-24", "name": "Dark Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Sneak Attack", @@ -1334,10 +1030,7 @@ "attacks": [ { "name": "Flitter", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -1359,9 +1052,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Sneaks up silently on its prey and attacks it from behind, sometimes killing it with one bite.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -1374,14 +1065,10 @@ "id": "base5-25", "name": "Dark Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -1393,11 +1080,7 @@ "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1415,18 +1098,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Normally found only in the deep ocean, it has recently been seen in shallow waters as well.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -1439,32 +1117,22 @@ "id": "base5-26", "name": "Dark Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Bench Manipulation", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Your opponent flips a number of coins equal to the number of Pokémon on his or her Bench. This attack does 20 damage times the number of tails. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -1476,18 +1144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Carries a pendulum with it always. Sometimes appears near less-traveled roads and schools at dusk.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1500,34 +1163,22 @@ "id": "base5-27", "name": "Dark Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dark Machoke", "attacks": [ { "name": "Mega Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fling", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Your opponent shuffles his or her Active Pokémon and all cards attached to it into his or her deck. This attack can't be used if your opponent has no Benched Pokémon." @@ -1539,19 +1190,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It is almost impossible to defend against a Machamp's four powerful arms.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -1564,35 +1209,23 @@ "id": "base5-28", "name": "Dark Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Magnetic Lines", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has any basic Energy cards attached to it, choose 1 of them. If your opponent has any Benched Pokémon, choose 1 of them and attach that Energy card to it." @@ -1604,18 +1237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "The number of incidents of hackers using Magnetons to damage computer systems is steadily increasing.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1628,14 +1256,10 @@ "id": "base5-29", "name": "Dark Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1647,10 +1271,7 @@ "attacks": [ { "name": "Fickle Attack", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -1662,18 +1283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It loves nothing better than to be left alone, and so sometimes ends up being manipulated by unscrupulous people.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -1686,14 +1302,10 @@ "id": "base5-30", "name": "Dark Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "29", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dark Gloom", "abilities": [ { @@ -1705,11 +1317,7 @@ "attacks": [ { "name": "Petal Whirlwind", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coins. This attack does 30 damage times the number of heads. If you get 2 or more heads, Dark Vileplume is now Confused (after doing damage)." @@ -1721,18 +1329,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Perhaps because of their strong-smelling pollen, other Pokémon do not approach areas where Vileplumes live.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1745,33 +1348,22 @@ "id": "base5-31", "name": "Dark Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Mass Explosion", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the total number of Koffings, Weezings, and Dark Weezings in play (Apply Weakness and Resistance.). Then, this attack does 20 damage to each Koffing, Weezing, and Dark Weezing (even your own). Don't apply Weakness and Resistance." }, { "name": "Stun Gas", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned; if tails, the Defending Pokémon is now Paralyzed." @@ -1783,17 +1375,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Shin-ichi Yoshida", "rarity": "Rare", "flavorText": "Researchers have observed these Pokémon reproducing in industrial waste sites.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -1806,36 +1394,23 @@ "id": "base5-32", "name": "Dark Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "50", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Fireball", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "70", "text": "Use this attack only if there are any Fire Energy cards attached to Dark Charmeleon. Flip a coin. If heads, discard 1 of those Energy cards. If tails, this attack does nothing (not even damage)." @@ -1847,18 +1422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its tail is incredibly strong, able to lift up to 5 adult men.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1871,18 +1441,12 @@ "id": "base5-33", "name": "Dark Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "abilities": [ { "name": "Evolutionary Light", @@ -1893,11 +1457,7 @@ "attacks": [ { "name": "Tail Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -1909,18 +1469,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "As is fitting for a legendary Pokémon, it has many strange powers, including the ability to make rain or snow fall.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1933,31 +1488,22 @@ "id": "base5-34", "name": "Dark Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Energy Bomb", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Take all Energy cards attached to Dark Electrode and attach them to your Benched Pokémon (in any way you choose). If you have no Benched Pokémon, discard all Energy cards attached to Dark Electrode." @@ -1969,17 +1515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Some researchers hypothesize that Electrode may actually be a form of energy instead of having an actual body.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1992,31 +1534,22 @@ "id": "base5-35", "name": "Dark Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "50", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Rage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Dark Flareon." }, { "name": "Playing with Fire", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30+", "text": "Use this attack only if there are any Fire Energy cards attached to Dark Flareon. Flip a coin. If heads, discard 1 of those Energy cards and this attack does 30 damage plus 20 more damage; if tails, this attack does 30 damage." @@ -2028,17 +1561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A Pokémon with a hot temper that can't be controlled once it's angered. Capable of breathing flames hotter than 3000°.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -2051,19 +1580,12 @@ "id": "base5-36", "name": "Dark Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "abilities": [ { "name": "Pollen Stench", @@ -2074,10 +1596,7 @@ "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -2089,18 +1608,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its pollen has such a strong smell that it even confuses itself at times.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2113,32 +1627,22 @@ "id": "base5-37", "name": "Dark Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Third Eye", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 Energy card attached to Dark Golduck in order to draw up to 3 cards." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2150,18 +1654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When Psyducks evolve, their headaches disappear and they find themselves in possession of formidable mental powers.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2174,32 +1673,22 @@ "id": "base5-38", "name": "Dark Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Lightning Flash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Thunder Attack", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, Dark Jolteon does 10 damage to itself." @@ -2211,17 +1700,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A dangerous Pokémon when angered. It likes to playfully shock people with the electricity it stores within its body.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -2234,18 +1719,12 @@ "id": "base5-39", "name": "Dark Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "abilities": [ { "name": "Matter Exchange", @@ -2256,10 +1735,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -2271,18 +1747,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Some people say that Kadabras are responsible for many of the mysterious events reported in the news.", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -2295,37 +1766,23 @@ "id": "base5-40", "name": "Dark Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Drag Off", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Before doing damage, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. Do the damage to the new Defending Pokémon. This attack can't be used if your opponent has no Benched Pokémon." }, { "name": "Knock Back", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" @@ -2337,18 +1794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "While normally peaceful and friendly, the number of incidents involving cruel Machokes is rising.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2361,14 +1813,10 @@ "id": "base5-41", "name": "Dark Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -2380,10 +1828,7 @@ "attacks": [ { "name": "Sludge Punch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -2395,18 +1840,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Muks appear suddenly, spreading sludge everywhere. Whenever one appears in a city, panic ensues.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -2419,31 +1859,22 @@ "id": "base5-42", "name": "Dark Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Fascinate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. This attack can't be used if your opponent has no Benched Pokémon." }, { "name": "Poison Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2465,9 +1896,7 @@ "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "Popular with women because of its beautiful fur. The leader of the Rockets keeps one as a pet.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -2480,14 +1909,10 @@ "id": "base5-43", "name": "Dark Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "abilities": [ { @@ -2499,10 +1924,7 @@ "attacks": [ { "name": "Frenzied Attack", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "Dark Primeape is now Confused (after doing damage)." @@ -2514,17 +1936,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Although Primeapes have always been mean, lately they seem to be becoming even more vicious and frenzied.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -2537,32 +1955,22 @@ "id": "base5-44", "name": "Dark Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flame Pillar", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "You may discard 1 Fire Energy card attached to Dark Rapidash when you use this attack. If you do and if your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2578,9 +1986,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "A wild, uncontrollable Pokémon. When running, it looks like a comet streaking through the sky.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -2593,34 +1999,22 @@ "id": "base5-45", "name": "Dark Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -2632,17 +2026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A Pokémon capable of controlling water, so it is capable of creating giant whirlpools.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -2655,34 +2045,23 @@ "id": "base5-46", "name": "Dark Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Mirror Shell", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If an attack does damage to Dark Wartortle during your opponent's next turn (even if Dark Wartortle is Knocked Out), Dark Wartortle attacks the Defending Pokémon for an equal amount of damage." @@ -2694,17 +2073,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "A Pokémon with a negative attitude, it hides in its shell whenever it's in a bad mood—which is often.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2717,34 +2092,22 @@ "id": "base5-47", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rapid Evolution", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for an Evolution card named Gyarados or Dark Gyarados and put it on Magikarp. (This counts as evolving Magikarp.) Shuffle your deck afterward." @@ -2756,17 +2119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Recent research has revealed the presence of dragon DNA in this species of Pokémon.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -2779,34 +2138,22 @@ "id": "base5-48", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Conversion 1", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon has a Weakness, you may change it to a type of your choice other than Colorless." }, { "name": "Psybeam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2828,9 +2175,7 @@ "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "More and more people play the slots every day, trying to win a Porygon.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -2843,32 +2188,22 @@ "id": "base5-49", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Vanish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle Abra into your deck. (Discard all cards attached to Abra.)" }, { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2880,17 +2215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It teleports itself away from danger, making it difficult to capture.", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -2903,17 +2234,11 @@ "id": "base5-50", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "abilities": [ { "name": "Gather Fire", @@ -2924,9 +2249,7 @@ "attacks": [ { "name": "Fire Tail", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2938,17 +2261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Many people find it cute and try to hold it, only to be burned by its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -2961,33 +2280,22 @@ "id": "base5-51", "name": "Dark Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -3005,17 +2313,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Shin-ichi Yoshida", "rarity": "Common", "flavorText": "A Raticate's front teeth are incredibly powerful; it can destroy a two-story house with them in 5 minutes.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -3028,33 +2332,22 @@ "id": "base5-52", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Scratch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3076,9 +2369,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It follows Onixes in their tunnels, looking for scraps of food they have left behind.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -3091,24 +2382,15 @@ "id": "base5-53", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3120,17 +2402,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The capture of the first Dratini inspired the search for other legendary Pokémon.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -3143,17 +2421,11 @@ "id": "base5-54", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "abilities": [ { "name": "Long-Distance Hypnosis", @@ -3164,10 +2436,7 @@ "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3179,17 +2448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Not popular with girls because of its attitude. Can often be heard muttering to itself in a low voice.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -3202,14 +2467,10 @@ "id": "base5-55", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3223,19 +2484,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sand-attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3253,17 +2509,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A rare and unique Pokémon about which little is known, as few have been captured.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3276,33 +2528,22 @@ "id": "base5-56", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3314,17 +2555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A carnivore that swallows its prey whole. Pidgeys and Spearows are its favorite food.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -3337,33 +2574,22 @@ "id": "base5-57", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Poison Gas", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Sticky Hands", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Paralyzed; if tails, this attack does 10 damage." @@ -3375,17 +2601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It has recently been found that Grimers are formed in waste-processing plants, and can move into towns via sewers.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -3398,33 +2620,22 @@ "id": "base5-58", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Gas", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3436,17 +2647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "First discovered in a weapons factory, this Pokémon can now be found almost anywhere.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3459,35 +2666,22 @@ "id": "base5-59", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3499,17 +2693,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It's said that not even pro wrestlers can take down a Machop.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -3522,34 +2712,22 @@ "id": "base5-60", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Magnetism", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Magnemite, Magneton, and Dark Magneton on your Bench." @@ -3561,17 +2739,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It is said that enough Magnemites and Magnetons gather in one place, they can create a powerful magnetic barrier.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3584,33 +2758,22 @@ "id": "base5-61", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Mischief", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's deck." }, { "name": "Anger", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -3626,9 +2789,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Normally friendly, it quickly becomes angry if it doesn't get what it wants.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3641,24 +2802,15 @@ "id": "base5-62", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Coin Hurl", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon and flip a coin. If heads, this attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -3676,17 +2828,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A popular Pokémon that earns money for its owner with its \"Pay Day\" ability.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -3699,32 +2847,22 @@ "id": "base5-63", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3736,17 +2874,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It wanders around at night sowing its seeds to create more Oddishes.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -3759,24 +2893,15 @@ "id": "base5-64", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Ponyta in order to use this attack." @@ -3788,17 +2913,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A gentle grass-eater, it will allow riders on its back. However, anyone attempting to do so must be careful not to get burned.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -3811,33 +2932,22 @@ "id": "base5-65", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Dizziness", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Psyduck but not used to pay for this attack. You can't add more than 20 damage in this way." @@ -3849,17 +2959,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It is often seen holding its head in its paws, as if it were suffering from a headache.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -3872,17 +2978,11 @@ "id": "base5-66", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "abilities": [ { "name": "Trickery", @@ -3893,9 +2993,7 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage." @@ -3917,9 +3015,7 @@ "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Loves to eat walnuts, chestnuts, cheese, and milk.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -3932,33 +3028,22 @@ "id": "base5-67", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Afternoon Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Psychic Energy card and attach it to Slowpoke. Shuffle your deck afterward." }, { "name": "Headbutt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3970,17 +3055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Although it knows how to fish, no other intelligent behavior has been detected in it.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -3993,24 +3074,15 @@ "id": "base5-68", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Shell Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4022,17 +3094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Cute Pokémon that charms people with its innocent eyes. Loves swimming all day long.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -4045,23 +3113,15 @@ "id": "base5-69", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Speed Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4073,17 +3133,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Usually seen only in power plants, it is sometimes seen in towns, apparently using the power lines to travel.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4096,33 +3152,22 @@ "id": "base5-70", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4144,9 +3189,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Lives in dark caves. Can occasionally be seen at night, when it flies in search of food.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4231,9 +3274,7 @@ "id": "base5-75", "name": "Digger", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Flip a coin. If tails, do 10 damage to your Active Pokémon. If heads, your opponent flips a coin. If tails, your opponent does 10 damage to his or her Active Pokémon. If heads, you flip a coin. Keep doing this until a player gets tails." ], @@ -4270,9 +3311,7 @@ "id": "base5-77", "name": "Nightly Garbage Run", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Choose up to 3 Basic Pokémon cards, Evolution cards, and/or basic Energy cards from your discard pile. Show them to your opponent and shuffle them into your deck." ], @@ -4309,12 +3348,8 @@ "id": "base5-79", "name": "Sleep!", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], - "rules": [ - "Flip a coin. If heads, the Defending Pokémon is now Asleep." - ], + "subtypes": ["Rocket's Secret Machine"], + "rules": ["Flip a coin. If heads, the Defending Pokémon is now Asleep."], "number": "79", "artist": "Sumiyoshi Kizuki", "rarity": "Common", @@ -4330,9 +3365,7 @@ "id": "base5-80", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy counts as every type of basic Energy but only provides 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) When you attach this card from your hand to 1 of your Pokémon, it does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.)" ], @@ -4351,9 +3384,7 @@ "id": "base5-81", "name": "Full Heal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If you play this card from your hand, the Pokémon you attach it to is no longer Asleep, Confused, Paralyzed, or Poisoned.", "Full Heal Energy provides Colorless energy. (Doesn't count as a basic Energy card.)" @@ -4373,9 +3404,7 @@ "id": "base5-82", "name": "Potion Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If you play this card from your hand, remove 1 damage counter from the Pokémon you attach it to, if it has any.", "Potion Energy provides Colorless energy. (Doesn't count as a basic Energy card.)" @@ -4395,23 +3424,15 @@ "id": "base5-83", "name": "Dark Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Surprise Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, flip another coin. If the second coin is heads, this attack does 20 damage to each of your opponent's Benched Pokémon. If the second coin is tails, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4423,17 +3444,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "Stores up electricity in its body, then suddenly releases it to surprise and shock everyone.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -4442,4 +3459,4 @@ "large": "https://images.pokemontcg.io/base5/83_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/base6.json b/cards/en/base6.json index 82a6fc230..9b279fe6c 100644 --- a/cards/en/base6.json +++ b/cards/en/base6.json @@ -3,14 +3,10 @@ "id": "base6-1", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -38,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its brain can outperform a supercomputer. Its intelligence quotient is said to be 5000.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -63,34 +49,21 @@ "id": "base6-2", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Freeze Dry", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -102,18 +75,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -126,14 +94,10 @@ "id": "base6-3", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "76", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -145,12 +109,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Energy cards attached to Charizard or this attack does nothing." @@ -168,19 +127,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Spits fire that is hot enough to melt boulders. Known to unintentionally cause forest fires.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -193,33 +146,22 @@ "id": "base6-4", "name": "Dark Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dark Wartortle", "attacks": [ { "name": "Hydrocannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Dark Blastoise but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." }, { "name": "Rocket Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Dark Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Dark Blastoise during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -231,18 +173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "An aggressive Pokémon that tackles anything it sees.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -255,14 +192,10 @@ "id": "base6-5", "name": "Dark Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "33", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dark Dragonair", "abilities": [ { @@ -274,12 +207,7 @@ "attacks": [ { "name": "Giant Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -291,18 +219,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Sometimes called \"The God of Destruction.\" Its wings are able to support it in spite of its massive weight.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -315,31 +238,22 @@ "id": "base6-6", "name": "Dark Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Fascinate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. This attack can't be used if your opponent has no Benched Pokémon." }, { "name": "Poison Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -361,9 +275,7 @@ "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "Popular with women because of its beautiful fur. The leader of the Rockets keeps one as a pet.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -376,23 +288,15 @@ "id": "base6-7", "name": "Dark Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Surprise Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, flip another coin. If the second coins is heads, this attack does 20 damage to each of your opponent's Benched Pokémon. If the second coin is tails, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -404,17 +308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Stores up electricity in its body, then suddenly releases it to surprise and shock everyone.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -427,14 +327,10 @@ "id": "base6-8", "name": "Dark Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -446,10 +342,7 @@ "attacks": [ { "name": "Fickle Attack", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -461,18 +354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It loves nothing better than to be left alone, and so sometimes ends up being manipulated by unscrupulous people.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -485,34 +373,22 @@ "id": "base6-9", "name": "Dark Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -524,17 +400,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A Pokémon capable of controlling water, so it is capable of creating giant whirlpools.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -547,34 +419,22 @@ "id": "base6-10", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard 1 Fire Energy card attached to Flareon or this attack does nothing." @@ -586,17 +446,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "When storing thermal energy in its body, its temperature could soar to over 1600 degrees.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -609,14 +465,10 @@ "id": "base6-11", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -628,11 +480,7 @@ "attacks": [ { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -644,17 +492,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "Under a full moon, this Pokémon like to mimic the shadows of people and laugh at their fright.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -667,35 +511,22 @@ "id": "base6-12", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -713,19 +544,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -738,32 +563,21 @@ "id": "base6-13", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon, and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -775,17 +589,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When in a hurry, its legs lengthen progressively. It runs smoothly with extra long, loping strides.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -798,33 +608,22 @@ "id": "base6-14", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Pin Missle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -836,17 +635,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It accumulates negative ions from the atmosphere to blast out 10,000-volt lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -859,14 +654,10 @@ "id": "base6-15", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -878,12 +669,7 @@ "attacks": [ { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -895,19 +681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Using its amazing muscles, it throws powerful punches that can knock its victim clear over the horizon.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -920,14 +700,10 @@ "id": "base6-16", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -939,11 +715,7 @@ "attacks": [ { "name": "Sludge", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -955,18 +727,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Thickly covered with a filthy, vile sludge. It is so toxic, even its footprints contain poison.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -979,34 +746,22 @@ "id": "base6-17", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Lure", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 1 Fire Energy card attached to Ninetales or this attack does nothing." @@ -1018,17 +773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1041,14 +792,10 @@ "id": "base6-18", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -1060,12 +807,7 @@ "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -1077,18 +819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -1101,35 +838,21 @@ "id": "base6-19", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "64", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, Zapdos does 30 damage to itself." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Energy cards attached to Zapdos or this attack does nothing." @@ -1141,19 +864,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon said to appear from clouds while wielding enormous lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1166,34 +883,22 @@ "id": "base6-20", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Twineedle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -1215,9 +920,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Flies at high speed and attacks using the large, venomous stingers on its forelegs and tail.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -1230,34 +933,22 @@ "id": "base6-21", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "28", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Butterfree equal of half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Butterfree has fewer damage counters that that, remove all of them." @@ -1279,9 +970,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "In battle, it flaps its wings at high speed to release highly toxic dust into the air.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -1294,33 +983,22 @@ "id": "base6-22", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Chain Lightning", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon isn't Colorless, this attack does 10 damage to each Benched Pokémon of the same type as the Defending Pokémon (including your own). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1332,17 +1010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It stores electrical energy under very high pressure. It often explodes with little or no provocation.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1355,30 +1029,22 @@ "id": "base6-23", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Teleport", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Exeggutor with 1 of your Benched Pokémon." }, { "name": "Big Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a number of coins equal to the number of Energy attached to Exeggutor. This attack does 20 damage times the number of heads." @@ -1390,19 +1056,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Legend has it that on rare occasions, one of its heads will drop off and continue on as an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -1415,36 +1075,22 @@ "id": "base6-24", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Avalanche", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" }, { "name": "Selfdestruct", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Golem does 100 damage to itself." @@ -1456,20 +1102,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its boulder-like body is extremely hard. It can easily withstand dynamite blasts without damage.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -1482,32 +1121,22 @@ "id": "base6-25", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Prophecy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at up to 3 cards from the top of either player's deck and rearrange them as you like." }, { "name": "Dark Mind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1519,18 +1148,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "When it locks eyes with an enemy, it will use a mix of psi moves such as Hypnosis and Confusion.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1543,31 +1167,21 @@ "id": "base6-26", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Meditate", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -1579,18 +1193,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Merely by meditating, the Pokémon launches a powerful psychic energy attack.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1603,34 +1212,22 @@ "id": "base6-27", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "30", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Sharp Sickle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Absorb", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Kabutops equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Kabutops has fewer damage counters than that, remove all of them." @@ -1642,17 +1239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its sleek shape is perfect for swimming. It slashes prey with its claws and drains the body fluids.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -1665,37 +1258,23 @@ "id": "base6-28", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magneton does 100 damage to itself." @@ -1707,18 +1286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Formed by several Magnemites linked together. They frequently appear when sunspots flare up.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1731,31 +1305,21 @@ "id": "base6-29", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Control", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a basic Energy card attached to 1 of your opponent's Pokémon and attach it to another of your opponent's Pokémon of your choice." }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -1767,18 +1331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Christopher Rush", "rarity": "Rare", "flavorText": "A scientist created this Pokémon after years of horrific gene-splicing and DNA engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -1791,32 +1350,21 @@ "id": "base6-30", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Wildfire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of Fire Energy cards attached to Moltres when you use this attack. If you do, discard that many cards from the top of your opponent's deck." }, { "name": "Dive Bomb", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -1828,18 +1376,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Known as the legendary bird of fire. Every flap of its wings creates a dazzling flash of flames.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -1852,34 +1395,22 @@ "id": "base6-31", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Thrash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage and Nidoking does 10 damage to itself." }, { "name": "Toxic", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -1891,19 +1422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Uses its powerful tail in battle to smash, constrict, then break its prey's bones.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -1916,34 +1441,22 @@ "id": "base6-32", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Boyfriends", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each Nidoking you have in play." }, { "name": "Mega Punch", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -1955,19 +1468,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its hard scales provide strong protection. It uses its hefty bulk to execute powerful moves.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1980,33 +1487,22 @@ "id": "base6-33", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Unless this attack Knocks Out the Defending Pokémon, return the Defending Pokémon and all cards attached to it to your opponent's hand." @@ -2028,9 +1524,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -2043,36 +1537,23 @@ "id": "base6-34", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Pidgeotto was attacked last turn, do the final result of that attack on Pidgeotto to the Defending Pokémon." @@ -2090,17 +1571,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Very protective of its sprawling territory, this Pokémon will fiercely peck at any intruder.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -2113,38 +1590,23 @@ "id": "base6-35", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Ram", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "50", "text": "Rhydon does 20 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon. Switch the Pokémon even if Rhydon is Knocked Out.)" @@ -2162,19 +1624,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3600 degrees.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -2187,35 +1643,22 @@ "id": "base6-36", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Arcanine or this attack does nothing." }, { "name": "Take Down", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Arcanine does 30 damage to itself." @@ -2227,19 +1670,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A Pokémon that has been long admired for its beauty. It runs gracefully, as if on wings.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -2252,37 +1689,23 @@ "id": "base6-37", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Charmeleon or this attack does nothing." @@ -2294,17 +1717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When it swings its burning tail, it raises the temperature to unbearably high levels.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -2317,18 +1736,12 @@ "id": "base6-38", "name": "Dark Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "abilities": [ { "name": "Evolutionary Light", @@ -2339,11 +1752,7 @@ "attacks": [ { "name": "Tail Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -2355,18 +1764,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "As is fitting for a legendary Pokémon, it has many strange powers, including the ability to make rain or snow fall.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -2379,34 +1783,23 @@ "id": "base6-39", "name": "Dark Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Mirror Shell", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If an attack does damage to Dark Wartortle during your opponent's next turn (even if Dark Wartortle is Knocked Out), Dark Wartortle does an equal amount of damage to the Defending Pokémon." @@ -2418,17 +1811,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "A Pokémon with a negative attitude, it hides in its shell whenever it's in a bad mood—which is often.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2441,35 +1830,22 @@ "id": "base6-40", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2481,19 +1857,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Stores thermal energy in its body. Swims at a steady 8 knots even in intensely cold waters.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -2506,14 +1876,10 @@ "id": "base6-41", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -2525,11 +1891,7 @@ "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Dodrio." @@ -2551,9 +1913,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Uses its three brains to execute complex plans. While two heads sleep, one head stays awake.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -2566,35 +1926,22 @@ "id": "base6-42", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Fearow." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "" @@ -2616,9 +1963,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "With its huge and magnificent wings, it can keep aloft without ever having to land for rest.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2631,32 +1976,22 @@ "id": "base6-43", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -2668,17 +2003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Often seen swimming elegantly by lake shores. It is often mistaken for the Japanese monster, Kappa.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2691,36 +2022,23 @@ "id": "base6-44", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Harden", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 30 or less damage is done to Graveler (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2732,18 +2050,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Rolls down slopes to move. It rolls over any obstacle without slowing or changing its direction.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -2756,24 +2069,15 @@ "id": "base6-45", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2785,17 +2089,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Very protective of its territory. It will bark and bite to repel intruders from its space.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -2808,18 +2108,12 @@ "id": "base6-46", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Transparency", @@ -2830,10 +2124,7 @@ "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -2849,9 +2140,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Because of its ability to slip through block walls, it is said to be from another dimension.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2864,37 +2153,23 @@ "id": "base6-47", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -2906,17 +2181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When the bulb on its back grows large, the Pokémon seems to lose the ability to stand on its hind legs.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2929,18 +2200,12 @@ "id": "base6-48", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "9", "hp": "30", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Kabuto Armor", @@ -2951,9 +2216,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2965,17 +2228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A Pokémon that was resurrected from a fossil found in what was once the ocean floor eons ago.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -2988,36 +2247,23 @@ "id": "base6-49", "name": "Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Recover", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Kadabra or this attack does nothing. Remove all damage counters from Kadabra." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3029,19 +2275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It emits special alpha waves from its body that induce headaches even to those just nearby.", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -3054,35 +2294,23 @@ "id": "base6-50", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Kakuna during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3094,18 +2322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself from predators.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -3118,38 +2341,23 @@ "id": "base6-51", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50-", "text": "Does 50 damage minus 10 damage for each damage counter on Machoke." }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Machoke does 20 damage to itself." @@ -3161,19 +2369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful that it must wear a power-save belt to help regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -3186,32 +2388,22 @@ "id": "base6-52", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Magikarp." @@ -3223,17 +2415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "In the distant past, it was stronger than its horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3246,24 +2434,15 @@ "id": "base6-53", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, draw a card." @@ -3281,17 +2460,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Adores circular objects. Wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -3304,35 +2479,23 @@ "id": "base6-54", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Metapod during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3344,18 +2507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is vulnerable to attack because its shell is soft, exposing its weak and tender body.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -3368,35 +2526,23 @@ "id": "base6-55", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -3408,17 +2554,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The female's horn develops slowly. Prefers physical attacks such as clawing and biting.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -3431,38 +2573,23 @@ "id": "base6-56", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Horn Drill", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -3474,17 +2601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "An aggressive Pokémon that is quick to attack. The horn on its head secretes a powerful venom.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -3497,18 +2620,12 @@ "id": "base6-57", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "19", "hp": "40", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "abilities": [ { "name": "Clairvoyance", @@ -3519,9 +2636,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Omanyte but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -3533,17 +2648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Although long extinct, in rare cases, it can be genetically resurrected from fossils.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -3556,32 +2667,22 @@ "id": "base6-58", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -3593,17 +2694,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A prehistoric Pokémon that died out when its heavy shell made it impossible for it to catch prey.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -3616,33 +2713,22 @@ "id": "base6-59", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Tantrum", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Primeape is now Confused (after doing damage)." @@ -3654,17 +2740,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Always furious and tenacious to boot. It will not abandon chasing its quarry until its quarry is caught.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -3677,33 +2759,22 @@ "id": "base6-60", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Agility", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rapidash." @@ -3719,9 +2790,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hope of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3734,32 +2803,22 @@ "id": "base6-61", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10)." @@ -3777,17 +2836,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It uses its whiskers to maintain its balance. It seems to slow down if they are cut off.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -3800,32 +2855,22 @@ "id": "base6-62", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -3843,17 +2888,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Curls up into a spiny ball when threatened. It can roll while curled up to attack or escape.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -3866,36 +2907,23 @@ "id": "base6-63", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Seadra but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Agility", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Seadra." @@ -3907,17 +2935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Capable of swimming backward by rapidly flapping its wing-like pectoral fins and stout tail.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -3930,14 +2954,10 @@ "id": "base6-64", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Thick Skinned", @@ -3948,12 +2968,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads the Defending Pokémon is now Paralyzed." @@ -3971,20 +2986,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "64", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -3997,32 +3005,21 @@ "id": "base6-65", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Rampage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Tauros. Flip a coin. If tails, Tauros is now Confused (after doing damage)." @@ -4040,18 +3037,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When it targets an enemy, it charges furiously while whipping its body with its long tails.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -4064,31 +3056,22 @@ "id": "base6-66", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Supersonic", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Jellyfish Sting", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -4104,9 +3087,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The tentacles are normally kept short. On hunts, the are extended to ensnare and immobilize prey.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -4119,23 +3100,15 @@ "id": "base6-67", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4151,9 +3124,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Using its ability to read minds, it will identify impending danger and teleport to safety.", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -4166,24 +3137,15 @@ "id": "base6-68", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Bulbasaur." @@ -4195,17 +3157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A strange seed was planted on its back at birth. Thus, a plant sprouted and now grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -4218,23 +3176,15 @@ "id": "base6-69", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4246,17 +3196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4270,33 +3216,22 @@ "id": "base6-70", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Charmander or this attack does nothing." @@ -4308,17 +3243,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Obviously prefers hot places. If it gets caught in the rain, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -4331,23 +3262,15 @@ "id": "base6-71", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4369,9 +3292,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A bird that makes up for its poor flying with its fast foot speed. Leaves giant footprints.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -4384,23 +3305,15 @@ "id": "base6-72", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4412,17 +3325,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Long considered a mythical Pokémon until recently, when a small colony was found living underwater.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -4435,17 +3344,11 @@ "id": "base6-73", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "abilities": [ { "name": "Long-Distance Hypnosis", @@ -4456,10 +3359,7 @@ "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4471,17 +3371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Not popular with girls because of its attitude. Can often be heard muttering to itself in a low voice.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -4494,14 +3390,10 @@ "id": "base6-74", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -4515,19 +3407,14 @@ "attacks": [ { "name": "Tail Wag", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Eevee during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -4545,17 +3432,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its genetic code is irregular. It may mutate if it is exposed to radiation from elemental stones.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -4568,33 +3451,22 @@ "id": "base6-75", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Unless all damage from this attack is prevented, you may remove 1 damage counter from Exeggcute." @@ -4606,17 +3478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often mistaken for eggs. When disturbed, they quickly gather and attack in swarms.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -4629,33 +3497,22 @@ "id": "base6-76", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Energy Conversion", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Put up to 2 Energy cards from your discard pile into your hand. Gastly does 10 damage to itself." @@ -4671,9 +3528,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A mysterious Pokémon. Some say it is a lifeform from another dimension, while others believe it is formed from smog.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -4686,24 +3541,15 @@ "id": "base6-77", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Stone Barrage", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -4715,17 +3561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Found in fields and mountains. Mistaking them for boulders, people often step or trip on them.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -4738,32 +3580,22 @@ "id": "base6-78", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Nasty Goo", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Minimized", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "All damage done by attacks to Grimer during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -4775,17 +3607,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Appears in filthy areas. Thrives by sucking up polluted sludge that is pumped out of factories.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -4798,35 +3626,22 @@ "id": "base6-79", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4838,17 +3653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It's said that not even pro wrestlers can take down a Machop.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4861,33 +3672,22 @@ "id": "base6-80", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Magnemite does 40 damage to itself." @@ -4899,17 +3699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Uses anti-gravity to stay suspended. Appears without warning and uses attacks like Thunder Wave.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4922,33 +3718,22 @@ "id": "base6-81", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Mischief", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's deck." }, { "name": "Anger", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -4964,9 +3749,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Normally friendly, it quickly becomes angry if it doesn't get what it wants.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -4979,33 +3762,22 @@ "id": "base6-82", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Call for Family", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Basic Pokémon named Nidoran ♀ or Nidoran ♂ and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -5017,17 +3789,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Although small, its venomous barbs make this Pokémon dangerous. The female has smaller horns.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -5040,23 +3808,15 @@ "id": "base6-83", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5068,17 +3828,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Stiffens its ears to sense danger. The larger, more powerful of its horns secretes venom.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -5091,33 +3847,22 @@ "id": "base6-84", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Harden", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 30 or less damage is done to Onix (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" @@ -5129,19 +3874,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "As it grows, the stone portions of its body harden to become similar to a diamond, though colored black.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -5154,24 +3893,15 @@ "id": "base6-85", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" @@ -5189,17 +3919,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -5212,24 +3938,15 @@ "id": "base6-86", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5241,17 +3958,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When several of these Pokémon gather, their electricity can build and cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -5264,34 +3977,22 @@ "id": "base6-87", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5303,17 +4004,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its hooves are 10 times harder than diamonds. It can trample anything flat in moments.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -5326,33 +4023,22 @@ "id": "base6-88", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Dizziness", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Psyduck but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -5364,17 +4050,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It is often seen holding its head in its paws, as if it were suffering from a headache.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -5387,23 +4069,15 @@ "id": "base6-89", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5425,9 +4099,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Bites anything when it attacks. Small and very quick, it is a common sight in many places.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -5440,34 +4112,22 @@ "id": "base6-90", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5485,19 +4145,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its massive bones are 1,000 times harder than human bones. It can easily knock a trailer flying.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -5510,23 +4164,15 @@ "id": "base6-91", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand-attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -5544,17 +4190,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Burrow deep underground in arid locations far from water. It only emerges to hunt for food.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -5567,23 +4209,15 @@ "id": "base6-92", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5595,17 +4229,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The protruding horn on its head is very hard. This horn is used for bashing through thick ice.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -5618,34 +4248,22 @@ "id": "base6-93", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Spacing Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove a damage counter from Slowpoke. This attack can't be used if Slowpoke has no damage counters on it." }, { "name": "Scavenge", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 1 Psychic Energy card attached to Slowpoke in order to use this attack. Put a Trainer card from your discard pile into your hand." @@ -5657,17 +4275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Incredibly slow and dopey. It takes 5 seconds for it to feel pain when under attack.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -5680,34 +4294,22 @@ "id": "base6-94", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If Spearow was attacked last turn, do the final result of that attack on Spearow to the Defending Pokémon." @@ -5729,9 +4331,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Eats bugs in grassy areas. It has to flap its short wings at high speed to stay airborne.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -5744,33 +4344,22 @@ "id": "base6-95", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Withdraw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Squirtle during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -5782,17 +4371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "After birth, its back swells and hardens into a shell. It powerfully sprays foam from its mouth.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -5805,17 +4390,11 @@ "id": "base6-96", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "abilities": [ { "name": "Cowardice", @@ -5826,9 +4405,7 @@ "attacks": [ { "name": "Acid", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5844,9 +4421,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Drifts in shallow seas. Anglers who hook them by accident are often punished by its stinging acid.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -5859,23 +4434,15 @@ "id": "base6-97", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5887,17 +4454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5910,24 +4473,15 @@ "id": "base6-98", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -5939,17 +4493,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "At the time of birth, it has just one tail. Its tail splits from the tip as it grows older.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -5962,23 +4512,15 @@ "id": "base6-99", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -5990,17 +4532,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often found in forests, eating leaves. It has a sharp, venomous stinger on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6014,9 +4552,7 @@ "id": "base6-100", "name": "Full Heal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If you play this card from your hand, the Pokémon you attach it to is no longer affected by a Special Condition. Full Heal Energy provides Colorless energy. (Doesn't count as a basic Energy card.)" ], @@ -6035,9 +4571,7 @@ "id": "base6-101", "name": "Potion Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If you play this card from your hand, remove 1 damage counter from the Pokémon you attach it to, if it has any. Potion Energy provides Colorless energy. (Doesn't count as a basic Energy card.)" ], @@ -6166,9 +4700,7 @@ "id": "base6-108", "name": "Bill", "supertype": "Trainer", - "rules": [ - "Draw 2 cards." - ], + "rules": ["Draw 2 cards."], "number": "108", "artist": "Ken Sugimori", "rarity": "Common", @@ -6203,9 +4735,7 @@ "id": "base6-110", "name": "Potion", "supertype": "Trainer", - "rules": [ - "Remove up to 2 damage counters from 1 of your Pokémon." - ], + "rules": ["Remove up to 2 damage counters from 1 of your Pokémon."], "number": "110", "artist": "Keiji Kinebuchi", "rarity": "Common", diff --git a/cards/en/basep.json b/cards/en/basep.json index 2518b3106..8bf3dc551 100644 --- a/cards/en/basep.json +++ b/cards/en/basep.json @@ -3,33 +3,22 @@ "id": "basep-1", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks Pikachu during your opponent's next turn, any damage done by the attack is reduced by 10 (after applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -41,17 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Keiji Kinebuchi", "rarity": "Promo", "flavorText": "When several of these Pokémon gather, their electricity could build and cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -64,33 +49,22 @@ "id": "basep-2", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Light Screen", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Whenever an attack does damage to Electabuzz (after applying Weakness and Resistance) during your opponent's next turn, that attack only does half the damage to Electabuzz (rounded down to the nearest 10). (Any other effects of attacks still happen.)" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -102,18 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "A wild Pokémon with a short temper. It is able to distinguish colors, and likes the color red.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -126,31 +95,21 @@ "id": "basep-3", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "60", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 2 Energy cards from your discard pile and attach them to Mewtwo." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -162,18 +121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Years of genetic experiments resulted in the creation of this never-before-seen violent Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -186,34 +140,22 @@ "id": "basep-4", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to Pikachu. Shuffle your deck afterward." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard all Energy cards attached to Pikachu in order to use this attack." @@ -225,17 +167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "When several of these Pokémon gather, they attract so much electricity that they can cause lightning to strike.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -248,14 +186,10 @@ "id": "basep-5", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -267,11 +201,7 @@ "attacks": [ { "name": "Supersonic Flight", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -283,18 +213,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "This Pokémon can fly is spite of its large bulk. It is said to be able to circumnavigate the earth in just 16 hours.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -307,32 +232,22 @@ "id": "basep-6", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Flames of Rage", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "40+", "text": "Discard 2 Fire Energy cards attached to Arcanine in order to use this attack. This attack does 40 damage plus 10 more damage for each damage counter on Arcanine." @@ -344,17 +259,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "A legendary Pokémon famous for its beauty. It looks almost as if it flies when it runs.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -367,34 +278,22 @@ "id": "basep-7", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "First Aid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from Jigglypuff." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Jigglypuff does 20 damage to itself." @@ -412,17 +311,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Keiji Kinebuchi", "rarity": "Promo", "flavorText": "When its huge eyes light up, it sings a mysteriously soothing melody that lulls its enemies to sleep.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -435,30 +330,21 @@ "id": "basep-8", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Energy cards attached to the Defending Pokémon." }, { "name": "Devolution Beam", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Choose an evolved Pokémon (your own or your opponent's). Return the highest Stage Evolution card on that Pokémon to its player's hand. That Pokémon is no longer Asleep, Confused, Paralyzed, or Poisoned, or anything else that might be the result of an attack (just as if you had evolved it)." @@ -470,17 +356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -493,30 +375,21 @@ "id": "basep-9", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "51", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Energy cards attached to the Defending Pokémon." }, { "name": "Devolution Beam", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Choose an evolved Pokémon (your own or your opponent's). Return the highest Stage Evolution card on that Pokémon to its player's hand. That Pokémon is no longer Asleep, Confused, Paralyzed, or Poisoned, or anything else that might be the result of an attack (just as if you had evolved it)." @@ -528,17 +401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -551,24 +420,15 @@ "id": "basep-10", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Cat Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 20 damage. If tails and if your opponent has any Benched Pokémon, he or she chooses 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -586,17 +446,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "Adores circular objects. Wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -609,14 +465,10 @@ "id": "basep-11", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -637,9 +489,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -661,9 +511,7 @@ "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "Its genetic code is irregular. It may mutate if it is exposed to radiation from elemental stones.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -676,31 +524,21 @@ "id": "basep-12", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Control", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a basic Energy card attached to 1 of your opponent's Pokémon and attach it to another of your opponent's Pokémon of your choice." }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -712,18 +550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Christopher Rush", "rarity": "Promo", "flavorText": "A scientist created this Pokémon after years of horrific gene-splicing and DNA engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -736,14 +569,10 @@ "id": "basep-13", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "16", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -755,12 +584,7 @@ "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "40", "text": "Remove a number of damage counters from Venusaur equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Venusaur has fewer damage counters than that, remove all of them." @@ -772,18 +596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -796,31 +615,21 @@ "id": "basep-14", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "60", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 2 Energy cards from your discard pile and attach them to Mewtwo." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -832,18 +641,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Benimaru Itoh", "rarity": "Promo", "flavorText": "Years of genetic experiments resulted in the creation of this never-before-seen violent Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -856,36 +660,22 @@ "id": "basep-15", "name": "Cool Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Texture Magic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "You may change Cool Porygon's Resistance to a type of your choice other than Colorless. If the Defending Pokémon has a Weakness, you may change it to a type of your choice other than Colorless. (Benching either Pokémon ends the effect on that Pokémon.)" }, { "name": "3-D Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -903,17 +693,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Hiromichi Sugiyama", "rarity": "Promo", "flavorText": "A Pokémon that consists entirely of programming code. Capable of moving freely in cyberspace.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -926,9 +712,7 @@ "id": "basep-16", "name": "Computer Error", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "You may draw up to 5 cards, then your opponent may draw up to 5 cards. Your turn is over now (you don't get to attack)." ], @@ -947,31 +731,22 @@ "id": "basep-17", "name": "Dark Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Tempt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." }, { "name": "Poison Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. if heads, the Defending Pokémon is now Poisoned." @@ -993,9 +768,7 @@ "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Popular with women because of its beautiful fur. The leader of the Rockets keeps one as a pet.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -1008,23 +781,15 @@ "id": "basep-18", "name": "Team Rocket's Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Miraculous Comeback", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a number of coins equal to the number of Pokémon in play. This attack does 10 damage times the number of heads. Then Team Rocket's Meowth does 10 damage times the number of tails to itself." @@ -1042,17 +807,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kunihiko Yuyama", "rarity": "Promo", "flavorText": "This Pokémon is more active at night. It likes bright, shiny things and cannot resist taking them and adding them to its collection.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -1065,33 +826,22 @@ "id": "basep-19", "name": "Sabrina's Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Synchronize", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack can't be used unless Sabrina's Abra and the Defending Pokémon have the same number of Energy cards attached to them." @@ -1106,9 +856,7 @@ "number": "19", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -1121,32 +869,22 @@ "id": "basep-20", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headache", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play Trainer cards during his or her next turn." }, { "name": "Fury Swipes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -1158,17 +896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "While lulling its enemies with its vacant look, this wily Pokémon will use psychokinetic powers.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -1181,22 +915,14 @@ "id": "basep-21", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Hyper Flame", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard 1 Fire Energy card attached to Moltres. If tails, discard all Energy cards attached to Moltres. If you can't discard Energy cards, this attack does nothing." @@ -1208,17 +934,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "The flames on this legendary Pokémon's wings burn so brightly that they can make night seem like day.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -1231,22 +953,14 @@ "id": "basep-22", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Diamond Dust", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1258,17 +972,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "This legendary Pokémon is said to freeze the water in the air during winter, causing snow.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -1281,22 +991,14 @@ "id": "basep-23", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Lightning Burn", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, and if your opponent has any Benched Pokémon, choose 1 of them. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If tails, Zapdos does 30 damage to itself." @@ -1308,17 +1010,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "This legendary Pokémon is said to be present wherever there is a lightning storm.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1331,24 +1029,15 @@ "id": "basep-24", "name": "_____'s Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Birthday Surprise", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30+", "text": "If it's not your birthday, this attack does 30 damage. If it is your birthday, flip a coin. If heads, this attack does 30 damage plus 50 more damage; if tails, this attack does 30 damage." @@ -1360,17 +1049,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "Your Birthdate: ______________________________", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -1383,34 +1068,22 @@ "id": "basep-25", "name": "Flying Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Flying Pikachu; if tails, this attack does nothing (not even damage)." @@ -1422,17 +1095,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "By learning how to fly, Pikachu overcame its weakness to Fighting Pokémon.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -1445,33 +1114,22 @@ "id": "basep-26", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard all Energy cards attached to Pikachu." @@ -1483,17 +1141,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Gakuji Nomoto", "rarity": "Promo", "flavorText": "It uses its sensitive tail to sense its environment and has been known to react violently if its tail is grabbed.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -1506,33 +1160,22 @@ "id": "basep-27", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Agility", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Pikachu." @@ -1548,9 +1191,7 @@ "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "When several of these Pokémon gather, their electricity can cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -1563,24 +1204,15 @@ "id": "basep-28", "name": "Surfing Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1592,17 +1224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Toshinao Aoki", "rarity": "Promo", "flavorText": "One summer, a group of Pikachus was found riding the waves at the local beach.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1616,24 +1244,15 @@ "id": "basep-29", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "64", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to Marill but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -1645,17 +1264,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "The tip of its tail, which contains oil that is lighter than water, lets it swim without drowning.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -1668,33 +1283,22 @@ "id": "basep-30", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Snivel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks Togepi during your opponent's next turn, any damage done to Togepi is reduced by 20 (before applying Weakness and Resistance). (Benching either Pokémon ends this effect.)" }, { "name": "Mini-Metronome", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. Mini-Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type the Defending Pokémon is, Togepi's type is still Colorless.) Togepi performs that attack." @@ -1706,17 +1310,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Still only a hatchling, it uses poison to chase off its enemies when threatened.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -1729,27 +1329,19 @@ "id": "basep-31", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "5", "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", - "evolvesTo": [ - "Clefairy" - ], + "evolvesTo": ["Clefairy"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Eek", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." @@ -1759,9 +1351,7 @@ "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -1774,20 +1364,14 @@ "id": "basep-32", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Paint", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a type (other than Colorless) and put a Coloring counter on the Defending Pokémon. That Pokémon is now the type you chose. If it already had a Coloring counter, remove the old one. If tails, this attack does nothing." @@ -1805,17 +1389,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Tomokazu Komiya", "rarity": "Promo", "flavorText": "Once it becomes an adult, it has a tendency to let its comrades plant footprints on its back.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -1828,32 +1408,22 @@ "id": "basep-33", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Scizor during your opponent's next turn. (Benching either Pokémon ends this effect.)" }, { "name": "Metal Pincer", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 damage plus 10 more damage for each heads." @@ -1871,18 +1441,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Hironobu Yoshida", "rarity": "Promo", "flavorText": "Its wings are not used for flying. They are flapped at high speed to adjust its body temperature.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -1895,14 +1460,10 @@ "id": "basep-34", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "37", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Bolt", @@ -1913,11 +1474,7 @@ "attacks": [ { "name": "Protective Flame", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to your Benched Pokémon." @@ -1929,17 +1486,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Volcanoes erupt when it barks. Unable to restrain its extreme power, it races headlong around the land.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -1952,27 +1505,19 @@ "id": "basep-35", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "4", "hp": "30", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", - "evolvesTo": [ - "Pikachu" - ], + "evolvesTo": ["Pikachu"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Let's Play!", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Baby Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -1982,9 +1527,7 @@ "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It is not yet skilled at storing electricity. It may send out a jolt if amused or startled.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1997,27 +1540,19 @@ "id": "basep-36", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "5", "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", - "evolvesTo": [ - "Jigglypuff" - ], + "evolvesTo": ["Jigglypuff"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Good Night Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -2027,9 +1562,7 @@ "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "Its extremely flexible and elastic body makes it bounce continuously—anytime, anywhere.", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -2042,32 +1575,21 @@ "id": "basep-37", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Repeating Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Rapid Spin", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)" @@ -2079,17 +1601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -2102,14 +1620,10 @@ "id": "basep-38", "name": "Unown [J]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2123,9 +1637,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2137,17 +1649,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Hideki Kazama", "rarity": "Promo", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2160,33 +1668,22 @@ "id": "basep-39", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Pain Split", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon for each damage counter on Misdreavus." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2198,17 +1695,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin-ichi Yoshida", "rarity": "Promo", "flavorText": "It loves to bite and yank people's hair from behind without warning, just to see their shocked reactions.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -2239,9 +1732,7 @@ "id": "basep-41", "name": "Lucky Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may flip a coin. If heads, that player draws a card." @@ -2261,9 +1752,7 @@ "id": "basep-42", "name": "Pokémon Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "If the effect of a Pokémon Power, attack, Energy card, or Trainer card would put a card in a discard pile into its owner's hand, that card stays in that discard pile instead." @@ -2283,34 +1772,22 @@ "id": "basep-43", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Seething Anger", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a number of coins equal to the number of damage counters on Machamp. This attack does 20 damage plus 10 more damage for each heads." }, { "name": "Fling", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" @@ -2322,19 +1799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Tomokazu Komiya", "rarity": "Promo", "flavorText": "Using its amazing muscles, it throws powerful punches that can knock its victim clear over the horizon.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -2347,34 +1818,22 @@ "id": "basep-44", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Burning Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "When you use this attack, you may discard any number of Fire Energy cards attached to your Pokémon in play. This attack does 10 damage plus 10 more damage for each Fire Energy card you discarded in this way." }, { "name": "Magma Punch", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2386,18 +1845,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "Its body always burns with an orange glow that enables it to hide perfectly among flames.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2410,24 +1864,15 @@ "id": "basep-45", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Slashing Strike", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "Scyther can't use this attack during your next turn. (Benching or evolving Scyther ends this effect.)" @@ -2445,17 +1890,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Hironobu Yoshida", "rarity": "Promo", "flavorText": "With ninja-like agility and speed, it can create the illusion that there is more than one.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -2468,33 +1909,22 @@ "id": "basep-46", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Lightning Rod", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon and put a Lightning Rod marker on it. (A Pokémon can have only 1 Lightning Rod marker on it at a time.)" }, { "name": "Lightning Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "10", "text": "This attack does 20 damage to any Pokémon with a Lightning Rod marker on it. Apply Weakness and Resistance." @@ -2506,17 +1936,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Miki Tanaka", "rarity": "Promo", "flavorText": "Normally found near power plants, it can wander away and cause major blackouts in cities.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -2529,14 +1955,10 @@ "id": "basep-47", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Neutral Shield", @@ -2547,9 +1969,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2561,17 +1981,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -2584,14 +2000,10 @@ "id": "basep-48", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Aurora Veil", @@ -2602,12 +2014,7 @@ "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2619,18 +2026,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -2643,14 +2045,10 @@ "id": "basep-49", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Guard", @@ -2661,12 +2059,7 @@ "attacks": [ { "name": "Roll Over", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Snorlax is now Asleep. Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -2684,20 +2077,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "49", "artist": "Craig Turvey", "rarity": "Promo", "flavorText": "Very lazy. Just eats and sleeps. As its rotund bulk builds, it becomes steadily more slothful.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -2710,20 +2096,13 @@ "id": "basep-50", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Leaf Slice", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2735,16 +2114,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Hajime Kusajima", "rarity": "Promo", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -2757,32 +2132,21 @@ "id": "basep-51", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Jump Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them. Flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -2797,9 +2161,7 @@ "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -2812,22 +2174,13 @@ "id": "basep-52", "name": "Ho-oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Sacred Wing", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, this attack's base damage is 20 instead of 60." @@ -2845,17 +2198,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -2868,13 +2216,9 @@ "id": "basep-53", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pure Body", @@ -2885,11 +2229,7 @@ "attacks": [ { "name": "Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage. If tails, this attack does 30 damage and the Defending Pokémon is now Asleep." @@ -2901,16 +2241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -2919,4 +2255,4 @@ "large": "https://images.pokemontcg.io/basep/53_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bp.json b/cards/en/bp.json index e684f1fa5..d615b1c5f 100644 --- a/cards/en/bp.json +++ b/cards/en/bp.json @@ -3,33 +3,22 @@ "id": "bp-1", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderpunch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage plus Electabuzz does 10 damage to itself." @@ -41,18 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "Normally found near power plants, it can wander away and cause major blackouts in cities.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -65,31 +49,21 @@ "id": "bp-2", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Special Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -101,18 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "While seeming to do nothing, it fires punches in lightning-fast volleys that are impossible to see.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -143,30 +112,20 @@ "id": "bp-4", "name": "Rocket's Scizor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Focus", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Rocket's Scizor's Agility attack's damage is doubled." }, { "name": "Agility", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rocket's Scizor." @@ -184,17 +143,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "K Hoshiba", "rarity": "Promo", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -207,29 +161,20 @@ "id": "bp-5", "name": "Rocket's Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Entrap", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Continuous Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -247,16 +192,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Katsura Tabata", "rarity": "Promo", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -269,17 +210,11 @@ "id": "bp-6", "name": "Dark Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Dark Venusaur" - ], + "evolvesTo": ["Dark Venusaur"], "abilities": [ { "name": "Vine Pull", @@ -290,10 +225,7 @@ "attacks": [ { "name": "Fury Strikes", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent puts 3 markers onto his or her Pokémon (divided as he or she chooses). (More than 1 marker can be put on the same Pokémon.) Then, this attack does 10 damage to each Pokémon for each marker on it. Don't apply Weakness and Resistance. Remove the markers at the end of the turn." @@ -305,17 +237,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Shin-ichi Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -328,22 +255,14 @@ "id": "bp-7", "name": "Dark Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dark Ivysaur", "attacks": [ { "name": "Horrid Pollen", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip 2 coins. If 1 is heads, the Defending Pokémon is now Asleep and Poisoned. If both are heads, the Defending Pokémon is now Confused and Poisoned. If both are tails, the Defending Pokémon is now Paralyzed and Poisoned." @@ -355,17 +274,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Shin-ichi Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -378,42 +292,28 @@ "id": "bp-8", "name": "Rocket's Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Juxtapose", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch the number of damage counters on Rocket's Mewtwo with the number of damage counters on the Defending Pokémon (even if it would Knock Out either Pokémon). (It's okay if 1 of the Pokémon has no damage counters on it.)" }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -425,17 +325,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Shin-ichi Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -448,31 +343,21 @@ "id": "bp-9", "name": "Rocket's Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Crosscounter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If an attack does damage to Rocket's Hitmonchan during your opponent's next turn (even if Rocket's Hitmonchan is Knocked Out), flip a coin. If heads, Rocket's Hitmonchan attacks your opponent's Active Pokémon for double that amount of damage. (If Rocket's Hitmonchan takes 20 damage, it does 40 damage to that Pokémon.)" }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -484,16 +369,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -502,4 +383,4 @@ "large": "https://images.pokemontcg.io/bp/9_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw1.json b/cards/en/bw1.json index a51e15b1b..953e10313 100644 --- a/cards/en/bw1.json +++ b/cards/en/bw1.json @@ -3,32 +3,21 @@ "id": "bw1-1", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -46,17 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -70,23 +55,14 @@ "id": "bw1-2", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -104,17 +80,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -128,33 +100,22 @@ "id": "bw1-3", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -172,17 +133,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "They avoid attacks by sinking into the shadows of thick foliage. They retaliate with masterful whipping techniques.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -196,24 +153,15 @@ "id": "bw1-4", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Wring Out", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon." @@ -231,17 +179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "They avoid attacks by sinking into the shadows of thick foliage. They retaliate with masterful whipping techniques.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -255,31 +199,21 @@ "id": "bw1-5", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "attacks": [ { "name": "Vine Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Leaf Storm", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 20 damage from each of your Grass Pokémon." @@ -301,9 +235,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "They raise their heads to intimidate opponents but only give it their all when fighting a powerful opponent.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -317,13 +249,9 @@ "id": "bw1-6", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "abilities": [ { @@ -335,10 +263,7 @@ "attacks": [ { "name": "Leaf Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -356,17 +281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "They raise their heads to intimidate opponents but only give it their all when fighting a powerful opponent.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -380,33 +301,21 @@ "id": "bw1-7", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -424,17 +333,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "sui", "rarity": "Common", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are known to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -448,31 +353,21 @@ "id": "bw1-8", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -490,18 +385,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It attacks enemies with strikes of its thorn-covered tail. This Pokémon is wild tempered.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -515,22 +405,14 @@ "id": "bw1-9", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Magical Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage and heal 10 damage from this Pokémon." @@ -548,17 +430,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Since they prefer moist, nutrient-rich soil, the areas where Petilil live are known to be good for growing plants.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -572,30 +450,21 @@ "id": "bw1-10", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now confused." }, { "name": "Leaf Storm", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 20 damage from each of your Grass Pokémon." @@ -613,17 +482,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "The fragrance of the garland on its head has a relaxing effect. It withers if a Trainer does not take good care of it.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -637,30 +502,20 @@ "id": "bw1-11", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Pin Missile", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -678,18 +533,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It uses an up-tempo song and dance to drive away the bird Pokémon that prey on its flower seeds.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -703,30 +553,20 @@ "id": "bw1-12", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Constant Rattle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage. If 2 of them are heads, this attack does 30 damage. If all of them are heads, this attack does 60 damage." }, { "name": "Giga Drain", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." @@ -744,18 +584,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Arid regions are their habitat. They move rhythmically, making a sound similar to maracas.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -769,32 +604,21 @@ "id": "bw1-13", "name": "Deerling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sawsbuck" - ], + "types": ["Grass"], + "evolvesTo": ["Sawsbuck"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -812,17 +636,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The color and scent of their fur changes to match the mountain grass. When they sense hostility, they hide in the grass.", - "nationalPokedexNumbers": [ - 585 - ], + "nationalPokedexNumbers": [585], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -836,31 +656,21 @@ "id": "bw1-14", "name": "Sawsbuck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Deerling", "attacks": [ { "name": "Nature Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 10 more damage for each Grass Energy attached to both your and your opponent's Pokémon." }, { "name": "Horn Leech", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage from this Pokémon." @@ -878,17 +688,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "They migrate according to the seasons. People can tell the season by looking at Sawbuck's horns.", - "nationalPokedexNumbers": [ - 586 - ], + "nationalPokedexNumbers": [586], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -902,32 +708,21 @@ "id": "bw1-15", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -939,17 +734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -963,23 +754,14 @@ "id": "bw1-16", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -991,18 +773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1016,34 +793,22 @@ "id": "bw1-17", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1055,19 +820,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1081,35 +840,22 @@ "id": "bw1-18", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -1121,19 +867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1147,34 +887,21 @@ "id": "bw1-19", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard all Fire Energy attached to this Pokémon." @@ -1186,20 +913,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1213,13 +933,9 @@ "id": "bw1-20", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -1231,12 +947,7 @@ "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1248,20 +959,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1275,33 +979,21 @@ "id": "bw1-21", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1313,17 +1005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "match", "rarity": "Common", "flavorText": "When it is angered, the temperature of its head tuft reaches 600° F. It uses its tuft to roast berries.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1337,31 +1025,21 @@ "id": "bw1-22", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Flame Burst", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -1373,17 +1051,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It loves sweets because they become energy for the fire burning inside its body.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1397,22 +1071,14 @@ "id": "bw1-23", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1424,18 +1090,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Darumaka's droppings are hot, so people used to put them in their clothes to keep themselves warm.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1449,32 +1110,21 @@ "id": "bw1-24", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1486,18 +1136,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Darumaka's droppings are hot, so people used to put them in their clothes to keep themselves warm.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1511,32 +1156,21 @@ "id": "bw1-25", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Thrash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." @@ -1548,18 +1182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "When weakened in battle, it transforms into a stone statue, then it sharpens its mind and fights on mentally.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1573,31 +1202,20 @@ "id": "bw1-26", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -1609,18 +1227,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1634,32 +1247,21 @@ "id": "bw1-27", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1671,17 +1273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The scalchop on its stomach is made from the same elements as claws. It detaches the scalchop for use as a blade.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1695,23 +1293,14 @@ "id": "bw1-28", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Razor Shell", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1723,17 +1312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The scalchop on its stomach is made from the same elements as claws. It detaches the scalchop for use as a blade.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1747,35 +1332,22 @@ "id": "bw1-29", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Razor Shell", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1787,17 +1359,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Scalchop techniques differ from one Dewott to another. It never neglects maintaining its scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1811,24 +1379,15 @@ "id": "bw1-30", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Aqua Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin for each Water Energy attached to this Pokémon. This attack does 10 more damage for each heads." @@ -1840,17 +1399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Scalchop techniques differ from one Dewott to another. It never neglects maintaining its scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1864,32 +1419,21 @@ "id": "bw1-31", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "attacks": [ { "name": "Pike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1901,18 +1445,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Part of the armor on its anterior legs becomes a giant sword. Its cry alone is enough to intimidate most enemies.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1926,13 +1465,9 @@ "id": "bw1-32", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "abilities": [ { @@ -1944,11 +1479,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -1960,18 +1491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Part of the armor on its anterior legs becomes a giant sword. Its cry alone is enough to intimidate most enemies.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1985,33 +1511,21 @@ "id": "bw1-33", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2023,17 +1537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It does not thrive in dry environments. It keeps itself damp by shooting water stored in its head tuft from its tail.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2047,31 +1557,21 @@ "id": "bw1-34", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Scald", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -2083,17 +1583,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The high-pressure water expelled from its tail is so powerful, it can destroy a concrete wall.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2107,20 +1603,13 @@ "id": "bw1-35", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Crunch", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -2132,17 +1621,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Red and blue Basculin get along so poorly, they'll start fighting instantly. These Pokémon are very hostile.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2156,22 +1641,14 @@ "id": "bw1-36", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2189,17 +1666,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "These bird Pokémon are excellent divers. They swim around in the water eating their favorite food—peat moss.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2213,30 +1686,21 @@ "id": "bw1-37", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Feather Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, each of this Pokémon's attacks does 40 more damage (before applying Weakness and Resistance)." }, { "name": "Aqua Ring", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2254,17 +1718,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2278,32 +1738,20 @@ "id": "bw1-38", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -2315,18 +1763,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "sui", "rarity": "Uncommon", "flavorText": "Floating in the open sea is how they live. When they find a wounded Pokémon, they embrace it and bring it to shore.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2340,31 +1783,20 @@ "id": "bw1-39", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -2376,19 +1808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Floating in the open sea is how they live. When they find a wounded Pokémon, they embrace it and bring it to shore.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2402,23 +1828,14 @@ "id": "bw1-40", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2430,17 +1847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "When thunderclouds cover the sky, it will appear. It can catch lightning with its mane and store the electricity.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2454,22 +1867,14 @@ "id": "bw1-41", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2481,17 +1886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use their flashing manes to communicate with one another.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2505,32 +1906,21 @@ "id": "bw1-42", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon does 10 damage to itself." @@ -2542,17 +1932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "This ill-tempered Pokémon is dangerous because when it's angry, it shoots lightning from its mane in all directions.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2566,31 +1952,21 @@ "id": "bw1-43", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Electrispark", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2602,17 +1978,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2626,22 +1998,14 @@ "id": "bw1-44", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Stun Needle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2653,17 +2017,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2677,22 +2037,14 @@ "id": "bw1-45", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Leech Life", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." @@ -2704,17 +2056,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2728,30 +2076,21 @@ "id": "bw1-46", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Electroweb", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Leech Life", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." @@ -2763,17 +2102,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "They employ an electrically charged web to trap their prey. While it is immobilized by shock, they leisurely consume it.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2787,31 +2122,20 @@ "id": "bw1-47", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -2823,18 +2147,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2848,32 +2167,21 @@ "id": "bw1-48", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60", "text": "If the Defending Pokémon is not Asleep, this attack does nothing." @@ -2885,18 +2193,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Munna always float in the air. People whose dreams are eaten by them forget what the dreams had been about.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2910,30 +2213,21 @@ "id": "bw1-49", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Hypnotic Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "90", "text": "If the Defending Pokémon is not Asleep, this attack does nothing." @@ -2945,18 +2239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The mist emanating from their foreheads is packed with the dreams of people and Pokémon.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2970,22 +2259,14 @@ "id": "bw1-50", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3003,17 +2284,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3027,30 +2304,21 @@ "id": "bw1-51", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Attract", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Heart Stamp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3068,17 +2336,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It emits sound waves of various frequencies from its nose, including some powerful enough to destroy rocks.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3092,33 +2356,21 @@ "id": "bw1-52", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Psychic"], + "evolvesTo": ["Whirlipede"], "attacks": [ { "name": "Ram", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3130,18 +2382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its bite injects a potent poison, enough to paralyze large bird Pokémon that try to prey on it.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3155,35 +2402,22 @@ "id": "bw1-53", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Rollout", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3195,18 +2429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Protected by a hard shell, it spins its body like a wheel and crashes furiously into its enemies.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3220,34 +2449,21 @@ "id": "bw1-54", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whirlipede", "attacks": [ { "name": "Steamroller", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Poison Claws", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "The Defending Pokémon is now Poisoned." @@ -3259,19 +2475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Highly aggressive, it uses the claws near its neck to dig into its opponent and poison them.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3285,32 +2495,21 @@ "id": "bw1-55", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Cell Culture", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Solosis and put it into your Bench. Shuffle your deck afterward." }, { "name": "Rollout", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3322,17 +2521,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "MAHOU", "rarity": "Common", "flavorText": "Because their bodies are enveloped in a special liquid, they can survive in any environment.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3346,33 +2541,22 @@ "id": "bw1-56", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy attached to this Pokémon and heal all damage from this Pokémon." }, { "name": "Rollout", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3384,17 +2568,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "When their brains, now divided in two, are thinking the same thought, these Pokémon exhibit their maximum power.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3408,13 +2588,9 @@ "id": "bw1-57", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "abilities": [ { @@ -3426,11 +2602,7 @@ "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -3442,18 +2614,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "These remarkably intelligent Pokémon fight by controlling arms that can grip with rock-crushing power.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3467,23 +2634,14 @@ "id": "bw1-58", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Pound", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3495,17 +2653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "match", "rarity": "Common", "flavorText": "It fights by swinging a piece of timber around. It is close to evolving when it can handle the lumber without difficulty.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3519,32 +2673,21 @@ "id": "bw1-59", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pound", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3556,18 +2699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "These Pokémon appear at building sites and help out with construction. They always carry squared logs.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3581,34 +2719,22 @@ "id": "bw1-60", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Bulk Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "During your next turn, each of this Pokémon's attacks does 20 more damage (before applying Weakness and Resistance)." }, { "name": "Pound", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3620,18 +2746,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "They strengthen their bodies by carrying steel beams. They show off their big muscles to their friends.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3645,31 +2766,20 @@ "id": "bw1-61", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Circle Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Storm Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -3681,19 +2791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "When they encounter foes bigger than themselves, they try to throw them. They always travel in packs of five.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3707,29 +2811,20 @@ "id": "bw1-62", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Low Sweep", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3741,17 +2836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "The sound of Sawk punching boulders and trees can be heard all the way from the mountains where they train.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3765,33 +2856,21 @@ "id": "bw1-63", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Fighting"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3809,18 +2888,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It moves along below the sand's surface, except for its nose and eyes. A dark membrane shields its eyes from the sun.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3834,34 +2908,22 @@ "id": "bw1-64", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Torment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3879,18 +2941,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "The special membrane covering its eyes can sense the heat of objects, so it can see its surroundings even in darkness.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3904,33 +2961,21 @@ "id": "bw1-65", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Torment", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Krookoroll", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 more damage." @@ -3948,19 +2993,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It can expand the focus of its eyes, enabling it to see objects in the far distance as if it were using binoculars.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3974,32 +3013,21 @@ "id": "bw1-66", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4017,17 +3045,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4041,30 +3065,21 @@ "id": "bw1-67", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Sucker Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 30 more damage." @@ -4082,17 +3097,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Stealthily, it sneaks up on its target, striking from behind before its victim has a chance to react.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4106,22 +3117,14 @@ "id": "bw1-68", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4139,17 +3142,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4163,31 +3162,21 @@ "id": "bw1-69", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Spit Acid", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Burned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed." }, { "name": "High Jump Kick", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4205,17 +3194,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Groups of them beat up anything that enters their territory. Each can spit acidic liquid from its mouth.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4229,23 +3214,14 @@ "id": "bw1-70", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4263,17 +3239,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4287,30 +3259,21 @@ "id": "bw1-71", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Foul Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks and use it as this attack." @@ -4328,17 +3291,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "Each has the ability to fool a large group of people simultaneously. They protect their lair with illusory scenery.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4352,22 +3311,14 @@ "id": "bw1-72", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4385,17 +3336,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its wings are too tiny to allow it to fly. As the time approaches for it to evolve, it discards the bones it was wearing.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4409,31 +3356,21 @@ "id": "bw1-73", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Blindside", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Does 50 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Punishment", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is a Stage 2 Pokémon, this attack does 60 more damage." @@ -4451,17 +3388,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It makes a nest out of bones it finds. It grabs weakened prey in its talons and hauls it to its nest of bones.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4475,22 +3408,14 @@ "id": "bw1-74", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Bind", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4508,18 +3433,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4533,34 +3453,22 @@ "id": "bw1-75", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Bind", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Gear Grind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -4578,18 +3486,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "By changing the direction in which it rotates, it communicates its feelings to others. When angry, it rotates faster.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4603,13 +3506,9 @@ "id": "bw1-76", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "abilities": [ { @@ -4621,11 +3520,7 @@ "attacks": [ { "name": "Gear Grind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -4643,19 +3538,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Its red core functions as an energy tank. It fires the charged energy through its spikes into an area.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4669,32 +3558,21 @@ "id": "bw1-77", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4706,17 +3584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Using food stored in cheek pouches, they can keep watches for days. They use their tails to communicate with others.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4730,22 +3604,14 @@ "id": "bw1-78", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4757,17 +3623,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Extremely cautious, they take shifts to maintain a constant watch of their nest. They feel insecure without a lookout.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4781,31 +3643,21 @@ "id": "bw1-79", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -4817,17 +3669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "match", "rarity": "Uncommon", "flavorText": "They make the patterns on their bodies shine in order to threaten predators. Keen eyesight lets them see in the dark.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4841,31 +3689,21 @@ "id": "bw1-80", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Pickup", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put an Item card from your discard pile into your hand." }, { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4877,17 +3715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It faces strong opponents with great courage. But, when at a disadvantage in a fight, this intelligent Pokémon flees.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4901,32 +3735,21 @@ "id": "bw1-81", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4938,17 +3761,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "sui", "rarity": "Common", "flavorText": "The long hair around its face provides an amazing radar that lets it sense subtle changes in its surroundings.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4962,35 +3781,22 @@ "id": "bw1-82", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw 3 cards." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5002,17 +3808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It loyally follows its Trainer's orders. For ages, they have helped Trainers raise Pokémon.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5026,33 +3828,21 @@ "id": "bw1-83", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "attacks": [ { "name": "Odor Sleuth", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. For each heads, put a card from your discard pile into your hand." }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This Pokémon can't attack during your next turn." @@ -5064,19 +3854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "match", "rarity": "Rare", "flavorText": "This extremely wise Pokémon excels at rescuing people stranded at sea or in the mountains.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5090,22 +3874,14 @@ "id": "bw1-84", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5123,17 +3899,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Each follows its Trainer's orders as best it can, but they sometimes fail to understand complicated commands.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5147,33 +3919,22 @@ "id": "bw1-85", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5191,17 +3952,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It can return to its Trainer's location regardless of the distance separating them.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5215,32 +3972,21 @@ "id": "bw1-86", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Fly", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5258,17 +4004,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Males swing their head plumage to threaten opponents. The females' flying abilities surpass those of the males.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5282,20 +4024,13 @@ "id": "bw1-87", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -5307,18 +4042,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5332,22 +4062,14 @@ "id": "bw1-88", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -5359,17 +4081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "sui", "rarity": "Common", "flavorText": "They greet one another by rubbing each other with their tails, which are always kept well groomed and clean.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5383,30 +4101,21 @@ "id": "bw1-89", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of your Benched Pokémon." @@ -5418,17 +4127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Their white fur is coated in a special oil that makes it easy for them to deflect attacks.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5442,31 +4147,20 @@ "id": "bw1-90", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Double Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -5478,18 +4172,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "They charge wildly and headbutt everything. Their headbutts have enough destructive force to derail a train.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5503,32 +4192,20 @@ "id": "bw1-91", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage." }, { "name": "Head Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -5540,18 +4217,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5565,9 +4237,7 @@ "id": "bw1-92", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5589,9 +4259,7 @@ "id": "bw1-93", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5613,9 +4281,7 @@ "id": "bw1-94", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5637,9 +4303,7 @@ "id": "bw1-95", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5661,9 +4325,7 @@ "id": "bw1-96", "name": "PlusPower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "During this turn, your Pokémon's attacks do 10 more damage to the Active Pokémon (before applying Weakness and Resistance).", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5684,9 +4346,7 @@ "id": "bw1-97", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5708,9 +4368,7 @@ "id": "bw1-98", "name": "Pokédex", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 5 cards of your deck and put them back on top of your deck in any order.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5731,9 +4389,7 @@ "id": "bw1-99", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal a Pokémon in your hand and put it on top of your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5754,9 +4410,7 @@ "id": "bw1-100", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5778,9 +4432,7 @@ "id": "bw1-101", "name": "Professor Juniper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5801,9 +4453,7 @@ "id": "bw1-102", "name": "Revive", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Basic Pokémon from your discard pile onto your Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5824,9 +4474,7 @@ "id": "bw1-103", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5847,9 +4495,7 @@ "id": "bw1-104", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5871,9 +4517,7 @@ "id": "bw1-105", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "105", "rarity": "Common", "legalities": { @@ -5890,9 +4534,7 @@ "id": "bw1-106", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "rarity": "Common", "legalities": { @@ -5909,9 +4551,7 @@ "id": "bw1-107", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "107", "rarity": "Common", "legalities": { @@ -5928,9 +4568,7 @@ "id": "bw1-108", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "108", "rarity": "Common", "legalities": { @@ -5947,9 +4585,7 @@ "id": "bw1-109", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "109", "rarity": "Common", "legalities": { @@ -5966,9 +4602,7 @@ "id": "bw1-110", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "110", "rarity": "Common", "legalities": { @@ -5985,9 +4619,7 @@ "id": "bw1-111", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "111", "rarity": "Common", "legalities": { @@ -6004,9 +4636,7 @@ "id": "bw1-112", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "112", "rarity": "Common", "legalities": { @@ -6023,31 +4653,20 @@ "id": "bw1-113", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -6059,18 +4678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6084,31 +4698,20 @@ "id": "bw1-114", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -6120,18 +4723,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6145,33 +4743,21 @@ "id": "bw1-115", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Energize", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy from your discard pile to this Pokémon." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard all Energy attached to this Pokémon." @@ -6183,17 +4769,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Kouki Saitou", "rarity": "Rare Secret", "flavorText": "This is an extremely rare Pikachu card. You're very lucky to have found it!", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6203,4 +4785,4 @@ "large": "https://images.pokemontcg.io/bw1/115_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw10.json b/cards/en/bw10.json index fa7d6a971..c39d170f9 100644 --- a/cards/en/bw10.json +++ b/cards/en/bw10.json @@ -3,22 +3,14 @@ "id": "bw10-1", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It appears as if it is skating on water. It draws prey with a sweet scent from the tip of its head.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,14 +42,9 @@ "id": "bw10-2", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "abilities": [ { @@ -73,11 +56,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -89,17 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Its antennae have eye patterns on them. Its four wings enable it to hover and fly in any direction.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -113,17 +88,11 @@ "id": "bw10-3", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil Lileep", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "rules": [ "Put this card onto your Bench only with the effect of Root Fossil Lileep" ], @@ -137,10 +106,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -158,18 +124,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It lived on the seafloor 100 million years ago and was reanimated scientifically.", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -183,31 +144,21 @@ "id": "bw10-4", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "attacks": [ { "name": "Lifesplosion", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each Energy attached to this Pokémon, search your deck for a Stage 2 Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage from this Pokémon." @@ -225,18 +176,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It lives in the shallows of warm seas. When the tide goes out, it digs up prey from beaches.", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -250,29 +196,20 @@ "id": "bw10-5", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Return", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Energy Press", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." @@ -290,17 +227,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It flies by flapping its broad leaves and gives the sweet, delicious fruit around its neck to children.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -314,23 +247,14 @@ "id": "bw10-6", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -342,17 +266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "match", "rarity": "Common", "flavorText": "For some reason they evolve when they receive electrical energy while they are attacking Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -366,32 +286,21 @@ "id": "bw10-7", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -403,19 +312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "When it and Karrablast are together, and both receive electrical stimulation, they both evolve.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -429,31 +332,21 @@ "id": "bw10-8", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Retribution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If an Escavalier you had in play was Knocked Out by damage from an opponent's attack during his or her last turn, put all Energy attached to the Defending Pokémon into your opponent's hand." }, { "name": "Signal Beam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -469,9 +362,7 @@ "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "When its body dries out, it weakens. So it wraps a membrane around itself for protection while it spits poison.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -485,14 +376,9 @@ "id": "bw10-9", "name": "Virizion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -506,10 +392,7 @@ "attacks": [ { "name": "Emerald Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may search your deck for 2 Grass Energy cards and attach them to 1 of your Benched Pokémon. Shuffle your deck afterward." @@ -527,16 +410,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -550,30 +429,20 @@ "id": "bw10-10", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Jet Impact", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -585,17 +454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -609,15 +474,9 @@ "id": "bw10-11", "name": "Genesect-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -631,11 +490,7 @@ "attacks": [ { "name": "Megalo Cannon", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -647,16 +502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -670,32 +521,21 @@ "id": "bw10-12", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -707,19 +547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Said to have been born from the sun, it spews fire from its horns and encases itself in a cocoon of fire when it evolves.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -733,32 +567,21 @@ "id": "bw10-13", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Solar Transporter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Reveal the top 5 cards of your deck and put all Team Plasma cards you find there into your hand. Discard the other cards." }, { "name": "Leech Life", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." @@ -770,17 +593,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Thought to be an embodiment of the sun, it appeared during a bitterly cold winter and saved Pokémon from freezing.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -794,32 +613,21 @@ "id": "bw10-14", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -831,17 +639,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It shelters itself in its shell then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -855,34 +659,22 @@ "id": "bw10-15", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double Spin", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -894,18 +686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "It is said to live 10,000 years. Its furry tail is popular as a symbol of longevity.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -919,13 +706,9 @@ "id": "bw10-16", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -937,12 +720,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -954,20 +732,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "16", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "The jets of water it spouts from the rocket cannons on its shell can punch through thick steel.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -981,32 +752,20 @@ "id": "bw10-17", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Cleanse Away", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 30 damage from each of your Benched Pokémon." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1018,18 +777,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Able to understand human speech and very intelligent, it loves to swim in the sea with people on its back.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1043,23 +797,14 @@ "id": "bw10-18", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1071,17 +816,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The water they shoot from their mouths can hit moving prey from more than 300 feet away.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1095,31 +836,21 @@ "id": "bw10-19", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bubble Beam", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1131,17 +862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It has a tendency to want to be in holes. It prefers rock crags or pots and sprays ink from them before attacking.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1155,13 +882,9 @@ "id": "bw10-20", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Safeguard", @@ -1172,11 +895,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1188,18 +907,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It races around the world to purify fouled water. It dashes away with the north wind.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1213,33 +927,21 @@ "id": "bw10-21", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1251,18 +953,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It is said that several Snorunt gather under giant leaves and live together in harmony.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1276,33 +973,21 @@ "id": "bw10-22", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Asleep." }, { "name": "Reflect Energy", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Move a Water Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1314,18 +999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It prevents prey from escaping by instantaneously freezing moisture in the air.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1339,14 +1019,9 @@ "id": "bw10-23", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -1358,10 +1033,7 @@ "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1373,17 +1045,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It freezes prey by blowing its -58 degrees F breath. It is said to then secretly display its prey.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1397,30 +1065,20 @@ "id": "bw10-24", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Fossil Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Item cards that have Fossil in their names from your discard pile into your hand." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1432,17 +1090,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "A rare Pokémon discovered during a deep-sea exploration. It has not changed in over 100 million years.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1456,34 +1110,21 @@ "id": "bw10-25", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1495,18 +1136,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Seemingly curious about people, they gather around footsteps they find on snowy mountains.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1520,32 +1156,21 @@ "id": "bw10-26", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Bang Heads", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Both this Pokémon and the Defending Pokémon are now Confused." @@ -1557,18 +1182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "They appear when the snow flowers bloom. When the petals fall, they retreat to places unknown again.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1582,17 +1202,11 @@ "id": "bw10-27", "name": "Tirtouga", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cover Fossil", - "evolvesTo": [ - "Carracosta" - ], + "evolvesTo": ["Carracosta"], "rules": [ "Put this card onto your Bench only with the effect of Cover Fossil" ], @@ -1606,11 +1220,7 @@ "attacks": [ { "name": "Slam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -1622,19 +1232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "This Pokémon was restored from a fossil. It swam skillfully and dove to depths beyond half a mile.", - "nationalPokedexNumbers": [ - 564 - ], + "nationalPokedexNumbers": [564], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1648,34 +1252,21 @@ "id": "bw10-28", "name": "Carracosta", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tirtouga", "attacks": [ { "name": "Fossil Clutch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may discard an Item card that has Fossil in its name from your hand. If you do, this attack does 50 more damage." }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1687,20 +1278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It could knock out a foe with a slap from one of its developed front appendages and chew it up, shell or bones and all.", - "nationalPokedexNumbers": [ - 565 - ], + "nationalPokedexNumbers": [565], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1714,23 +1298,14 @@ "id": "bw10-29", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Splatter", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1748,17 +1323,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1772,36 +1343,23 @@ "id": "bw10-30", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Giga Frost", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Water Energy attached to this Pokémon." @@ -1813,18 +1371,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1838,22 +1390,14 @@ "id": "bw10-31", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1865,17 +1409,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "One alone can emit only a trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1889,33 +1429,22 @@ "id": "bw10-32", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1927,17 +1456,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It wraps itself around its prey and paralyzes it with electricity from the round spots on its sides. Then it chomps.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1951,34 +1476,21 @@ "id": "bw10-33", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Crush and Burn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard as many Energy attached to your Pokémon as you like. This attack does 30 damage times the number of Energy cards you discarded." }, { "name": "Thunder Tempest", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -1990,19 +1502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It latches on to prey with its sucker mouth, sinking in its fangs and shocking the prey with powerful electricity.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2016,33 +1522,21 @@ "id": "bw10-34", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Creepy Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Wind Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2054,18 +1548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "These Pokémon are called the \"Signpost for Wandering Spirits.\" Children holding them sometimes vanish.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2079,13 +1568,9 @@ "id": "bw10-35", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "abilities": [ { @@ -2097,11 +1582,7 @@ "attacks": [ { "name": "Derail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a Special Energy attached to the Defending Pokémon." @@ -2117,9 +1598,7 @@ "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "They carry people and Pokémon, but the wind can catch them, so there can't be a fixed destination.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2133,19 +1612,13 @@ "id": "bw10-36", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psypower", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -2157,17 +1630,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "When Uxie flew, people gained the ability to solve problems. It was the birth of knowledge.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2181,13 +1650,9 @@ "id": "bw10-37", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mental Shroud", @@ -2198,11 +1663,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2214,17 +1675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "When Mesprit flew, people learned the joy and sadness of living. It was the birth of emotions.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2238,30 +1695,20 @@ "id": "bw10-38", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Trading Places", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Psyjamming", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Move as many Special Energy attached to your opponent's Pokémon to your opponent's other Pokémon in any way you like." @@ -2273,17 +1720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "When Azelf flew, people gained the determination to do things. It was the birth of willpower.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2297,32 +1740,21 @@ "id": "bw10-39", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Focused Wish", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2334,17 +1766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mizue", "rarity": "Common", "flavorText": "This Pokémon appears before people and Pokémon who are having nightmares and eats those dreams.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2358,31 +1786,21 @@ "id": "bw10-40", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Precognitive Dream", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. This Pokémon is now Asleep." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Confused." @@ -2394,19 +1812,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The dream mist coming from its forehead changes into many different colors depending on the dream that was eaten.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2420,13 +1832,9 @@ "id": "bw10-41", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Toolbox", @@ -2437,11 +1845,7 @@ "attacks": [ { "name": "Cutting Wind", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2459,17 +1863,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "The guardians of an ancient city, they always fly the same route while keeping watch for invaders.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2483,22 +1883,14 @@ "id": "bw10-42", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Hide", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2510,17 +1902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Because their bodies are enveloped in a special liquid, they are fine in any environment, no matter how severe.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2534,24 +1922,15 @@ "id": "bw10-43", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Focused Wish", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2563,17 +1942,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "match", "rarity": "Uncommon", "flavorText": "When their two divided brains think the same thoughts, their psychic power is maximized.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2587,31 +1962,21 @@ "id": "bw10-44", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Telekinesis of Nobility", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2623,18 +1988,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "They use psychic power to control their arms, which are made of a special liquid. They can crush boulders psychically.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2648,33 +2008,21 @@ "id": "bw10-45", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mega Punch", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2686,19 +2034,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Ancient science fashioned this Pokémon from clay. It's been active for thousands of years.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2712,33 +2054,21 @@ "id": "bw10-46", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Iron Fist of Justice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "If you have any Team Plasma Pokémon in play, this attack does nothing." }, { "name": "Shadow Punch", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -2750,20 +2080,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "46", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Golurk were created to protect people and Pokémon. They run on a mysterious energy.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2777,23 +2100,14 @@ "id": "bw10-47", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2805,19 +2119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "sui", "rarity": "Common", "flavorText": "Though small in stature, it is powerful enough to easily heft and throw a number of Geodude at once.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2831,34 +2139,22 @@ "id": "bw10-48", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Last-Chance Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon's remaining HP is 10, this attack does 70 more damage." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2870,19 +2166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "match", "rarity": "Uncommon", "flavorText": "It happily carries heavy cargo to toughen up. It willingly does hard work for people.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2896,13 +2186,9 @@ "id": "bw10-49", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -2914,12 +2200,7 @@ "attacks": [ { "name": "Close Combat", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip a coin. If tails, during your opponent's next turn, any damage done to this Pokémon by attacks is increased by 30 (after applying Weakness and Resistance)." @@ -2931,19 +2212,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "Its four muscled arms slam foes with powerful punches and chops at blinding speed.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2957,34 +2232,21 @@ "id": "bw10-50", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Knock Off", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a random card from your opponent's hand." }, { "name": "Reinforced Lariat", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage." @@ -2996,19 +2258,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its four muscled arms slam foes with powerful punches and chops at blinding speed.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3022,31 +2278,20 @@ "id": "bw10-51", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Freestyle Strike", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Shoulder Throw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80-", "text": "Does 80 damage minus 20 damage for each Colorless in the Defending Pokémon's Retreat Cost." @@ -3058,19 +2303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "When it encounters a foe bigger than itself, it wants to throw it. It changes belts as it gets stronger.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3084,30 +2323,20 @@ "id": "bw10-52", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Kick of Righteousness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is a Team Plasma Pokémon, this attack does 40 more damage." }, { "name": "Low Sweep", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3119,17 +2348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Desiring the strongest karate chop, they seclude themselves in mountains and train without sleeping.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3143,17 +2368,11 @@ "id": "bw10-53", "name": "Archen", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Plume Fossil", - "evolvesTo": [ - "Archeops" - ], + "evolvesTo": ["Archeops"], "rules": [ "Put this card onto your Bench only with the effect of Plume Fossil" ], @@ -3167,10 +2386,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3182,17 +2398,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It was revived from an ancient fossil. Not able to fly, it lived in treetops and hopped from one branch to another.", - "nationalPokedexNumbers": [ - 566 - ], + "nationalPokedexNumbers": [566], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3206,30 +2418,21 @@ "id": "bw10-54", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Archen", "attacks": [ { "name": "Acrobatics", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Swift Dive", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "100", "text": "If this Pokémon's remaining HP is 50 or less, this attack's base damage is 50." @@ -3245,9 +2448,7 @@ "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It runs better than it flies. It takes off into the sky by running at a speed of 25 mph.", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3261,32 +2462,21 @@ "id": "bw10-55", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Ambush", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -3304,17 +2494,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It is smart enough to hunt in packs. It uses a variety of cries for communicating with others.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3328,32 +2514,21 @@ "id": "bw10-56", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Blazing Claws", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon is a Team Plasma Pokémon, this attack does 60 more damage, and the Defending Pokémon is now Burned." @@ -3371,17 +2546,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "The flames it breathes when angry contain toxins. If they cause a burn, it will hurt forever.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3395,33 +2566,21 @@ "id": "bw10-57", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Iron Head", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." }, { "name": "Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3439,18 +2598,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "In order to build up its steel body, it eats iron ore. This pesky Pokémon is known to eat railroad tracks.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3464,34 +2618,22 @@ "id": "bw10-58", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Iron Head", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip a coin until you get tails. This attack does 50 damage times the number of heads." @@ -3509,20 +2651,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Lairon fight over territory, and when their steel bodies collide, sparks fly.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3536,33 +2671,21 @@ "id": "bw10-59", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Knock Back", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Aura of the Land", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3580,20 +2703,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "59", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It claims an entire mountain as its own. The more wounds it has, the more it has battled, so don't take it lightly.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3607,14 +2723,9 @@ "id": "bw10-60", "name": "Jirachi-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3628,11 +2739,7 @@ "attacks": [ { "name": "Hypnostrike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Both this Pokémon and the Defending Pokémon are now Asleep." @@ -3650,16 +2757,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3673,33 +2776,21 @@ "id": "bw10-61", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Steamroll", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Slashing Strike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -3717,19 +2808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Wearing the shell covering they stole from Shelmet, they defend themselves and attack with two lances.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3743,32 +2828,21 @@ "id": "bw10-62", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3780,17 +2854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3804,34 +2874,22 @@ "id": "bw10-63", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Rollout", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3843,19 +2901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3869,13 +2921,9 @@ "id": "bw10-64", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -3887,12 +2935,7 @@ "attacks": [ { "name": "Gaia Crush", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard any Stadium card in play." @@ -3904,20 +2947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "64", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "As a result of its long-held dream of flying, its cellular structure changed, and wings grew out.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3931,38 +2967,23 @@ "id": "bw10-65", "name": "Dialga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Reverse Edge", - "cost": [ - "Psychic", - "Metal", - "Colorless" - ], + "cost": ["Psychic", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, put a card from your discard pile into your hand." }, { "name": "Fast Forward", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "For each Plasma Energy attached to this Pokémon, discard the top card of your opponent's deck." @@ -3974,17 +2995,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3998,38 +3014,23 @@ "id": "bw10-66", "name": "Palkia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Dimension Heal", - "cost": [ - "Grass", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Heal from this Pokémon 20 damage for each Plasma Energy attached to this Pokémon." @@ -4041,17 +3042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4065,32 +3061,21 @@ "id": "bw10-67", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Strong Bond", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card named Iris, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4102,17 +3087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "sui", "rarity": "Common", "flavorText": "Its large tusks have a tendency to break, but each time they grow back, they grow in harder and sturdier.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4126,33 +3107,22 @@ "id": "bw10-68", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4164,18 +3134,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "A broken tusk will not grow back, so it diligently sharpens its tusks on river rocks after the end of a battle.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4189,30 +3154,21 @@ "id": "bw10-69", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Dragonaxe", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "40×", "text": "Does 40 damage times the amount of Metal Energy attached to this Pokémon." }, { "name": "Strike of the Champion", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon is a Team Plasma Pokémon, it is Knocked Out. (If the Defending Pokémon is not a Team Plasma Pokémon, this attack does nothing.)" @@ -4224,18 +3180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Its tusks are incredibly destructive. They can easily slice through a thick, sturdy steel column every time.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4249,30 +3200,20 @@ "id": "bw10-70", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Big Swing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." }, { "name": "Shred", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -4284,17 +3225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It runs through the narrow tunnels formed by Excadrill and Onix. It uses its sharp claws to catch prey.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4308,29 +3245,20 @@ "id": "bw10-71", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -4342,18 +3270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It raises its offspring in its belly pouch. It lets the baby play only when it feels safe.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4367,22 +3290,14 @@ "id": "bw10-72", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4394,17 +3309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A man-made Pokémon created using advanced scientific means. It can move freely in cyberspace.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4418,24 +3329,15 @@ "id": "bw10-73", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Destructive Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4447,17 +3349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "HiRON", "rarity": "Uncommon", "flavorText": "It was upgraded to enable the exploration of other planets. However, it failed to measure up.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4471,14 +3369,9 @@ "id": "bw10-74", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -4490,11 +3383,7 @@ "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads." @@ -4506,17 +3395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Its programming was modified to enable work in alien dimensions. It did not work as planned.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4530,23 +3415,14 @@ "id": "bw10-75", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4558,18 +3434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It lets honey soak into its paws so it can lick them all the time. Every set of paws tastes unique.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4583,35 +3454,21 @@ "id": "bw10-76", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Adrenalash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, each of this Pokémon's attacks does 50 more damage (before applying Weakness and Resistance)." }, { "name": "Strength", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -4623,19 +3480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "In its territory, it leaves scratches on trees that bear delicious berries or fruits.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4649,30 +3500,20 @@ "id": "bw10-77", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Misinformation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon." }, { "name": "Tone-Deaf", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." @@ -4690,17 +3531,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its tongue is just like a human's. As a result, it can cleverly mimic human speech.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4714,9 +3551,7 @@ "id": "bw10-78", "name": "Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put as many cards from your hand as you like on the bottom of your deck in any order. Then, draw a card for each card you put on the bottom of your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4737,9 +3572,7 @@ "id": "bw10-79", "name": "Cover Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Tirtouga you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4760,9 +3593,7 @@ "id": "bw10-80", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4784,9 +3615,7 @@ "id": "bw10-81", "name": "Iris", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 10 more damage to the Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4807,9 +3636,7 @@ "id": "bw10-82", "name": "Plume Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Archen you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4830,9 +3657,7 @@ "id": "bw10-83", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your opponent's Active Pokémon with 1 of his or her Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4854,9 +3679,7 @@ "id": "bw10-84", "name": "Professor Juniper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4877,9 +3700,7 @@ "id": "bw10-85", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.) You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4901,10 +3722,7 @@ "id": "bw10-86", "name": "Reversal Trigger", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Team Plasma" - ], + "subtypes": ["Pokémon Tool", "Team Plasma"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When the Team Plasma Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, search your deck for a card and put it into your hand. Shuffle your deck afterward.", @@ -4926,9 +3744,7 @@ "id": "bw10-87", "name": "Root Fossil Lileep", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Lileep you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4949,9 +3765,7 @@ "id": "bw10-88", "name": "Silver Bangle", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Pokémon this card is attached to (excluding Pokémon-EX) do 30 more damage to Active Pokémon-EX (before applying Weakness and Resistance).", @@ -4973,9 +3787,7 @@ "id": "bw10-89", "name": "Silver Mirror", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all effects of attacks, including damage, done to the Pokémon this card is attached to (excluding Pokémon-EX) by your opponent's Team Plasma Pokémon.", @@ -4997,9 +3809,7 @@ "id": "bw10-90", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5020,13 +3830,8 @@ "id": "bw10-91", "name": "Plasma Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Team Plasma" - ], - "rules": [ - "This card provides Colorless Energy." - ], + "subtypes": ["Special", "Team Plasma"], + "rules": ["This card provides Colorless Energy."], "number": "91", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -5043,11 +3848,7 @@ "id": "bw10-92", "name": "G Booster", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC", - "Team Plasma" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC", "Team Plasma"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Genesect-EX this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -5057,11 +3858,7 @@ "attacks": [ { "name": "G Booster", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy attached to this Pokémon. This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -5083,11 +3880,7 @@ "id": "bw10-93", "name": "G Scope", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC", - "Team Plasma" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC", "Team Plasma"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Genesect-EX this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -5097,11 +3890,7 @@ "attacks": [ { "name": "G Scope", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -5123,10 +3912,7 @@ "id": "bw10-94", "name": "Master Ball", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -5148,10 +3934,7 @@ "id": "bw10-95", "name": "Scoop Up Cyclone", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -5173,14 +3956,9 @@ "id": "bw10-96", "name": "Virizion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5194,10 +3972,7 @@ "attacks": [ { "name": "Emerald Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may search your deck for 2 Grass Energy cards and attach them to 1 of your Benched Pokémon. Shuffle your deck afterward." @@ -5215,16 +3990,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5238,15 +4009,9 @@ "id": "bw10-97", "name": "Genesect-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5260,11 +4025,7 @@ "attacks": [ { "name": "Megalo Cannon", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -5276,16 +4037,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5299,14 +4056,9 @@ "id": "bw10-98", "name": "Jirachi-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5320,11 +4072,7 @@ "attacks": [ { "name": "Hypnostrike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Both this Pokémon and the Defending Pokémon are now Asleep." @@ -5342,16 +4090,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5365,38 +4109,23 @@ "id": "bw10-99", "name": "Dialga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Reverse Edge", - "cost": [ - "Psychic", - "Metal", - "Colorless" - ], + "cost": ["Psychic", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, put a card from your discard pile into your hand." }, { "name": "Fast Forward", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "For each Plasma Energy attached to this Pokémon, discard the top card of your opponent's deck." @@ -5408,17 +4137,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5432,38 +4156,23 @@ "id": "bw10-100", "name": "Palkia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Dimension Heal", - "cost": [ - "Grass", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Heal from this Pokémon 20 damage for each Plasma Energy attached to this Pokémon." @@ -5475,17 +4184,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5499,9 +4203,7 @@ "id": "bw10-101", "name": "Iris", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 10 more damage to the Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5522,16 +4224,10 @@ "id": "bw10-102", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "abilities": [ { "name": "Propagation", @@ -5542,10 +4238,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5563,17 +4256,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5587,29 +4276,20 @@ "id": "bw10-103", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Leaf Wallop", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Leaf Wallop does 40 more damage (before applying Weakness and Resistance)." @@ -5627,17 +4307,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5651,13 +4327,9 @@ "id": "bw10-104", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -5669,12 +4341,7 @@ "attacks": [ { "name": "Shadow Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -5686,19 +4353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5712,9 +4373,7 @@ "id": "bw10-105", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.) You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5732,4 +4391,4 @@ "large": "https://images.pokemontcg.io/bw10/105_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw11.json b/cards/en/bw11.json index 472877ce2..0c5958403 100644 --- a/cards/en/bw11.json +++ b/cards/en/bw11.json @@ -3,33 +3,21 @@ "id": "bw11-1", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Beat", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flog", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -47,18 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "kirisAki", "rarity": "Common", "flavorText": "Many writhing vines cover it, so its true identity remains unknown. The blue vines grow its whole life long.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -72,32 +55,21 @@ "id": "bw11-2", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Bind Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Flog", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -115,20 +87,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Even if one of its arms is eaten, it's fine. The Pokémon regenerates quickly and will go right back to normal.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -142,30 +107,20 @@ "id": "bw11-3", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Share", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from 1 of your Benched Pokémon." }, { "name": "Double Stab", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -177,17 +132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The berries stored in its vaselike shell eventually become a thick, pulpy juice.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -201,22 +152,14 @@ "id": "bw11-4", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -234,17 +177,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The small ball is not only filled with nutrients, it is also tasty. Starly try to peck it off.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -258,20 +197,13 @@ "id": "bw11-5", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Ambush Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage and discard an Energy attached to the Defending Pokémon." @@ -289,18 +221,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "HiRON", "rarity": "Uncommon", "flavorText": "Using its tentacles to lash itself to trees, it lies in wait for prey, luring it close with sweet-smelling drool.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -314,23 +241,14 @@ "id": "bw11-6", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -348,17 +266,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -372,24 +286,15 @@ "id": "bw11-7", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Wring Out", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon." @@ -407,17 +312,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "They avoid attacks by sinking into the shadows of thick foliage. They retaliate with masterful whipping techniques.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -431,13 +332,9 @@ "id": "bw11-8", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "abilities": [ { @@ -449,10 +346,7 @@ "attacks": [ { "name": "Leaf Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -470,17 +364,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "They raise their heads to intimidate opponents but only give it their all when fighting a powerful opponent.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -494,23 +384,14 @@ "id": "bw11-9", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Leaf Boomerang", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -522,17 +403,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Leavanny dress it in clothes they made for it when it hatched. It hides its head in its hood while it is sleeping.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -546,23 +423,14 @@ "id": "bw11-10", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -574,17 +442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Since this Pokémon makes its own clothes out of leaves, it is a popular mascot for fashion designers.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -598,33 +462,22 @@ "id": "bw11-11", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "String Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -636,17 +489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "sui", "rarity": "Uncommon", "flavorText": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -660,13 +509,9 @@ "id": "bw11-12", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "abilities": [ { @@ -678,11 +523,7 @@ "attacks": [ { "name": "Cutting Arm", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -694,18 +535,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "match", "rarity": "Rare Holo", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves, using the cutters on its arms and sticky silk.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -719,23 +555,14 @@ "id": "bw11-13", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -747,18 +574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "sui", "rarity": "Common", "flavorText": "When it finds a stone of a suitable size, it secretes a liquid from its mouth to open up a hole to crawl into.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -772,32 +594,21 @@ "id": "bw11-14", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dwebble", "attacks": [ { "name": "Hard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Hammer In", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -809,18 +620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "When its boulder is broken in battles for territory, it feels unsure and begins to weaken.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -834,29 +640,20 @@ "id": "bw11-15", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Leaf Wallop", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Leaf Wallop does 40 more damage (before applying Weakness and Resistance)." @@ -874,17 +671,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -898,31 +691,20 @@ "id": "bw11-16", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Slash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Gaia Blaster", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Does 20 more damage for each Grass Energy attached to this Pokémon." @@ -934,17 +716,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -958,32 +736,21 @@ "id": "bw11-17", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Draw In", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 Fire Energy cards from your discard pile to this Pokémon." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -995,18 +762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "match", "rarity": "Common", "flavorText": "The fire on the tip of its tail is a measure of its life. If healthy, its tail burns intensely.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1020,34 +782,22 @@ "id": "bw11-18", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Raging Claws", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 10 more damage for each damage counter on this Pokémon." @@ -1059,18 +809,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "In the rocky mountains where Charmeleon live, their fiery tails shine at night like stars.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1084,35 +829,21 @@ "id": "bw11-19", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Scorching Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1124,19 +855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It is said that Charizard's fire burns hotter if it has experienced harsh battles.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1150,23 +875,14 @@ "id": "bw11-20", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1178,17 +894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "As each tail grows, its fur becomes more lustrous. When held, it feels slightly warm.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1202,22 +914,14 @@ "id": "bw11-21", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Color Coordination", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has any basic Energy attached to it that is the same type as the Defending Pokémon, this attack does 40 more damage." @@ -1229,17 +933,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "Each of its nine tails is imbued with supernatural power, and it can live for a thousand years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1253,33 +953,20 @@ "id": "bw11-22", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Burned." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1297,18 +984,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1322,13 +1004,9 @@ "id": "bw11-23", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Star", @@ -1339,10 +1017,7 @@ "attacks": [ { "name": "Stored Power", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move all Energy attached to this Pokémon to 1 of your Benched Pokémon." @@ -1354,17 +1029,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1378,34 +1049,23 @@ "id": "bw11-24", "name": "Victini-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Turbo Energize", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Intensifying Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage." @@ -1417,16 +1077,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1440,23 +1096,14 @@ "id": "bw11-25", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -1468,18 +1115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1493,35 +1135,22 @@ "id": "bw11-26", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -1533,19 +1162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "When its internal fire flares up, its movements grow sharper and faster. When it trouble, it emits smoke.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1559,13 +1182,9 @@ "id": "bw11-27", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -1577,12 +1196,7 @@ "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1594,20 +1208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "27", "artist": "Kanako Eo", "rarity": "Rare Holo", "flavorText": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1621,31 +1228,20 @@ "id": "bw11-28", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 or more for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -1657,18 +1253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1682,37 +1273,23 @@ "id": "bw11-29", "name": "Reshiram-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." @@ -1724,18 +1301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1749,22 +1320,14 @@ "id": "bw11-30", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flailing Flop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -1776,17 +1339,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Midori Harada", "rarity": "Common", "flavorText": "A Magikarp living for many years can leap a mountain using Splash. The move remains useless, though.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1800,34 +1359,21 @@ "id": "bw11-31", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Howling Rampage", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage times the number of Prize cards both players have taken." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "120", "text": "" @@ -1839,19 +1385,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "hatachu", "rarity": "Rare", "flavorText": "Once it begins to rampage, a Gyarados will burn everything down, even in a harsh storm.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1865,33 +1405,20 @@ "id": "bw11-32", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Ice Wing", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1909,18 +1436,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1934,23 +1456,14 @@ "id": "bw11-33", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1962,17 +1475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Mizue", "rarity": "Common", "flavorText": "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1986,24 +1495,15 @@ "id": "bw11-34", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2015,18 +1515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "Because every Prinplup considers itself to be the most important, they can never form a group.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2040,32 +1535,21 @@ "id": "bw11-35", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Emperor's Strike", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If this Pokémon has fewer remaining HP than the Defending Pokémon, this attack does 60 more damage." @@ -2077,18 +1561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "kawayoo", "rarity": "Rare", "flavorText": "If anyone were to hurt its pride, it would slash them with wings that can cleave through an ice floe.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2102,28 +1581,20 @@ "id": "bw11-36", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Pull Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile on top of your deck." }, { "name": "Aqua Boomerang", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Return this Pokémon and all cards attached to it to your hand." @@ -2135,17 +1606,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It drifts in warm seas. It always returns to where it was born, no matter how far it may have drifted.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2159,23 +1626,14 @@ "id": "bw11-37", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Razor Shell", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2187,17 +1645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Midori Harada", "rarity": "Common", "flavorText": "The scalchop on its stomach is made from the same elements as claws. It detaches the scalchop for use as a blade.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2211,24 +1665,15 @@ "id": "bw11-38", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Aqua Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin for each Water Energy attached to this Pokémon. This attack does 10 more damage for each heads." @@ -2240,17 +1685,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Scalchop techniques differ from one Dewott to another. It never neglects maintaining its scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2264,13 +1705,9 @@ "id": "bw11-39", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "abilities": [ { @@ -2282,11 +1719,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -2298,18 +1731,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "Part of the armor on its anterior legs becomes a giant sword. Its cry alone is enough to intimidate most enemies.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2323,32 +1751,21 @@ "id": "bw11-40", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Vibration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Shot", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2360,17 +1777,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans. It uses the rhythm of these sounds to talk.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2384,34 +1797,22 @@ "id": "bw11-41", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Round", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Does 20 damage times the number of your Pokémon that have the Round attack." @@ -2423,18 +1824,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "It lives in the water and on land. It uses its long, sticky tongue to capture prey.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2448,32 +1844,21 @@ "id": "bw11-42", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Does 30 damage times the number of your Pokémon that have the Round attack." }, { "name": "Hyper Voice", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2485,19 +1870,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It increases the power of its punches by vibrating the bumps on its fists. It can turn a boulder to rubble with one punch.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2511,31 +1890,20 @@ "id": "bw11-43", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Glaciate", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2547,18 +1915,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2572,37 +1935,23 @@ "id": "bw11-44", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Wings", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Hail Blizzard", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon can't use Hail Blizzard during your next turn." @@ -2614,18 +1963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2639,14 +1982,9 @@ "id": "bw11-45", "name": "Keldeo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2660,11 +1998,7 @@ "attacks": [ { "name": "Secret Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 20 more damage for each Water Energy attached to this Pokémon." @@ -2676,17 +2010,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2700,33 +2029,20 @@ "id": "bw11-46", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thundering Hurricane", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -2744,18 +2060,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2769,28 +2080,20 @@ "id": "bw11-47", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Tag Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 4 cards. If Minun is on your Bench, draw 4 more cards." }, { "name": "Positive Ion", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2802,17 +2105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2826,28 +2125,20 @@ "id": "bw11-48", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Negative Ion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Electrishower", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2859,17 +2150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2883,28 +2170,20 @@ "id": "bw11-49", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2926,9 +2205,7 @@ "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "They live on treetops and glide using the inside of a cape-like membrane while discharging electricity.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2942,30 +2219,20 @@ "id": "bw11-50", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Disaster Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -2977,17 +2244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Yukiko Baba", "rarity": "Rare Holo", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3001,31 +2264,20 @@ "id": "bw11-51", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -3037,18 +2289,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3062,37 +2309,23 @@ "id": "bw11-52", "name": "Zekrom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strong Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -3104,18 +2337,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3129,32 +2356,20 @@ "id": "bw11-53", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Power Edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Psyslash", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 2 Energy attached to this Pokémon." @@ -3166,18 +2381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3191,38 +2401,24 @@ "id": "bw11-54", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "X Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon." }, { "name": "Psydrive", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -3234,17 +2430,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3258,23 +2449,14 @@ "id": "bw11-55", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Peck", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3286,17 +2468,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It picks food from cactus plants, deftly avoiding buds and spines. It seems to skip about to move.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3310,31 +2488,21 @@ "id": "bw11-56", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Fortunate Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "You and your opponent play Rock-Paper-Scissors. The player who wins draws 3 cards. The player who loses discards the top 3 cards of his or her deck." }, { "name": "Miracle Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3346,17 +2514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "This odd Pokémon can see both the past and the future. It eyes the sun's movement all day.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3370,23 +2534,14 @@ "id": "bw11-57", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3398,17 +2553,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "A Pokémon that startles people in the middle of the night. It gathers fear as its energy.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3422,32 +2573,21 @@ "id": "bw11-58", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Absorb Life", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 10 damage from this Pokémon." }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3459,16 +2599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3482,23 +2618,14 @@ "id": "bw11-59", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3510,17 +2637,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3534,36 +2657,22 @@ "id": "bw11-60", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3575,17 +2684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3599,36 +2704,25 @@ "id": "bw11-61", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Hiroki Asanuma", "rarity": "Uncommon", "flavorText": "It hides in the darkness of caves. Its diet of gems has transformed its eyes into gemstones.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3642,23 +2736,14 @@ "id": "bw11-62", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -3670,17 +2755,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3694,31 +2775,21 @@ "id": "bw11-63", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Revenge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage." }, { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -3730,17 +2801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "The croaking that Toxicroak produces before a battle is for churning the poison it has stored in its poison sac.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3754,22 +2821,14 @@ "id": "bw11-64", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Dual Cut", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3787,17 +2846,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Mizue", "rarity": "Common", "flavorText": "The heart-shaped mark left on a body after a Woobat has been attached to it is said to bring good fortune.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3811,29 +2866,21 @@ "id": "bw11-65", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Energy Gift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for 2 Psychic Energy cards and attach them to your Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Heart Stamp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -3851,17 +2898,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It shakes its tail vigorously when it emits ultrasonic waves strong enough to reduce concrete to rubble.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3875,13 +2918,9 @@ "id": "bw11-66", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Safeguard", @@ -3892,11 +2931,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -3908,17 +2943,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "The guardians of an ancient city, they use their psychic power to attack enemies that invade their territory.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3932,34 +2963,21 @@ "id": "bw11-67", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Poison Gas", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -3971,18 +2989,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "kawayoo", "rarity": "Common", "flavorText": "Inhaling the gas they belch will make you sleep for a week. They prefer unsanitary places.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3996,13 +3009,9 @@ "id": "bw11-68", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -4014,11 +3023,7 @@ "attacks": [ { "name": "Sludge Toss", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4030,19 +3035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Tomoaki Imakuni", "rarity": "Rare Holo", "flavorText": "It clenches opponents with its left arm and finishes them off with foul-smelling poison gas belched from its mouth.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4056,32 +3055,21 @@ "id": "bw11-69", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4093,17 +3081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Their ribbonlike feelers increase their psychic power. They are always staring at something.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4117,23 +3101,14 @@ "id": "bw11-70", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4145,17 +3120,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stares intently at everything. It can become so obsessed with watching that it doesn't notice attacks.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4169,33 +3140,22 @@ "id": "bw11-71", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." @@ -4207,17 +3167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "They use hypnosis to control people and Pokémon. Tales of Gothorita leading people astray are told in every corner.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4231,13 +3187,9 @@ "id": "bw11-72", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "abilities": [ { @@ -4249,11 +3201,7 @@ "attacks": [ { "name": "Madkinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 20 more damage for each Psychic Energy attached to this Pokémon." @@ -4265,18 +3213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4290,22 +3233,14 @@ "id": "bw11-73", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4317,17 +3252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "HiRON", "rarity": "Common", "flavorText": "They drive away attackers by unleashing psychic power. They can use telepathy to talk with others", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4341,32 +3272,21 @@ "id": "bw11-74", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Nap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Ram", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4378,17 +3298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Because their bodies are enveloped in a special liquid, they are fine in any environment, no matter how severe.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4402,23 +3318,15 @@ "id": "bw11-75", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4430,17 +3338,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Since they have two divided brains, at times they suddenly try to take two different actions at once.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4454,29 +3358,21 @@ "id": "bw11-76", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck and put them back on top of your deck in any order." }, { "name": "Net Force", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "Does 40 damage times the number of Reuniclus you have in play." @@ -4488,18 +3384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "When Reuniclus shake hands, a network forms between their brains, increasing their psychic power.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4513,34 +3404,23 @@ "id": "bw11-77", "name": "Chandelure-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Eerie Glow", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon is now Burned and Confused." @@ -4552,17 +3432,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4576,30 +3451,20 @@ "id": "bw11-78", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Echoed Voice", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -4611,17 +3476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "The melodies sung by Meloetta have the power to make Pokémon that hear them happy or sad.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4635,32 +3496,21 @@ "id": "bw11-79", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4672,17 +3522,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It has the peculiar power of being able to see emotions such as joy and rage in the form of waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4696,13 +3542,9 @@ "id": "bw11-80", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -4714,10 +3556,7 @@ "attacks": [ { "name": "Aura Sphere", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4729,17 +3568,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "MAHOU", "rarity": "Rare Holo", "flavorText": "A well-trained one can sense auras to identify and take in the feelings of creatures over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4753,31 +3588,21 @@ "id": "bw11-81", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Nerve Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Pandemonium Blade", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 20 more damage for each of your Benched Pokémon that has any damage counters on it." @@ -4789,18 +3614,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "When trying to protect someone, it extends its elbows as if they were swords and fights savagely.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4814,36 +3634,23 @@ "id": "bw11-82", "name": "Excadrill-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dig Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard the top card of your deck. If that card is a basic Energy card, attach it to 1 of your Pokémon." }, { "name": "Break Ground", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4861,18 +3668,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4886,29 +3687,20 @@ "id": "bw11-83", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." }, { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4926,19 +3718,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers a jolt of electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4952,31 +3738,20 @@ "id": "bw11-84", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4988,20 +3763,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5015,30 +3783,20 @@ "id": "bw11-85", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Abundant Harvest", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Gaia Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5056,17 +3814,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \"The Guardian of the Fields.\"", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5080,30 +3834,20 @@ "id": "bw11-86", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Magical Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Benched Pokémon." }, { "name": "Shooting Star Pirouette", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -5115,17 +3859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Mizue", "rarity": "Rare", "flavorText": "The melodies sung by Meloetta have the power to make Pokémon that hear them happy or sad.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5139,13 +3879,9 @@ "id": "bw11-87", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Sealing Scream", @@ -5156,25 +3892,19 @@ "attacks": [ { "name": "Hexed Mirror", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its constant mischief and misdeeds resulted in it being bound to an Odd Keystone by a mysterious spell.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5188,14 +3918,9 @@ "id": "bw11-88", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5209,11 +3934,7 @@ "attacks": [ { "name": "Night Spear", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5231,17 +3952,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5255,32 +3971,21 @@ "id": "bw11-89", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Ascension", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5298,17 +4003,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5322,31 +4023,21 @@ "id": "bw11-90", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Brutal Bash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of Darkness Pokémon you have in play." }, { "name": "Dark Rush", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of damage counters on this Pokémon." @@ -5364,18 +4055,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "match", "rarity": "Rare Holo", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5389,31 +4075,20 @@ "id": "bw11-91", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Energy Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Iron Breaker", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't attack during your opponent's next turn." @@ -5431,18 +4106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", "flavorText": "It has a body and heart of steel. Its glare is sufficient to make even an unruly Pokémon obey it.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5456,32 +4126,21 @@ "id": "bw11-92", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Cleave", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon." @@ -5493,17 +4152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5517,30 +4172,20 @@ "id": "bw11-93", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Shred", - "cost": [ - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -5552,19 +4197,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5578,32 +4217,21 @@ "id": "bw11-94", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gnaw", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5615,17 +4243,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "sui", "rarity": "Common", "flavorText": "It attacks using its huge mouth. While its attacks are powerful, it hurts itself out of clumsiness, too.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5639,33 +4263,22 @@ "id": "bw11-95", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Shred", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -5677,17 +4290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It loves sparkly things. It seeks treasures in caves and hoards the loot in its nest.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5701,30 +4310,21 @@ "id": "bw11-96", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Mach Cut", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Dragonblade", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard the top 2 cards of your deck." @@ -5736,17 +4336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It is said that when one runs at high speed, its wings create blades of wind that can fell nearby trees.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5760,32 +4356,21 @@ "id": "bw11-97", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Deep Growl", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Power Breath", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -5797,18 +4382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It tends to bite everything, and it is not a picky eater. Approaching it carelessly is dangerous.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5822,35 +4402,22 @@ "id": "bw11-98", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Dragon Claw", - "cost": [ - "Psychic", - "Darkness", - "Darkness" - ], + "cost": ["Psychic", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -5862,18 +4429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "After it has eaten up all the food in its territory, it moves to another area. Its two heads do not get along.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5887,13 +4449,9 @@ "id": "bw11-99", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -5905,12 +4463,7 @@ "attacks": [ { "name": "Dragonblast", - "cost": [ - "Psychic", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Discard 2 Darkness Energy attached to this Pokémon." @@ -5922,19 +4475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "This brutal Pokémon travels the skies on its six wings. Anything that moves seems like a foe to it, triggering its attack.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5948,37 +4495,23 @@ "id": "bw11-100", "name": "Black Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Freeze Shock", - "cost": [ - "Water", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -5990,18 +4523,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6015,37 +4542,23 @@ "id": "bw11-101", "name": "White Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Ice Burn", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned." @@ -6057,18 +4570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6082,15 +4589,9 @@ "id": "bw11-102", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6104,12 +4605,7 @@ "attacks": [ { "name": "Plasma Gale", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard a Plasma Energy attached to this Pokémon. If you can't discard a Plasma Energy, this attack does nothing." @@ -6127,17 +4623,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6151,23 +4642,14 @@ "id": "bw11-103", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Glare and Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6185,17 +4667,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "For some reason, it likes to land on people's heads softly and act like it's a hat.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6209,32 +4687,21 @@ "id": "bw11-104", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6246,17 +4713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Midori Harada", "rarity": "Common", "flavorText": "These Pokémon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6270,13 +4733,9 @@ "id": "bw11-105", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -6288,11 +4747,7 @@ "attacks": [ { "name": "Echoed Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -6304,17 +4759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Their white fur is coated in a special oil that makes it easy for them to deflect attacks.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6328,13 +4779,9 @@ "id": "bw11-106", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Rough Skin", @@ -6345,28 +4792,19 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "match", "rarity": "Uncommon", "flavorText": "It races through narrow caves, using its sharp claws to catch prey. The skin on its face is harder than a rock.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6380,32 +4818,20 @@ "id": "bw11-107", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage." }, { "name": "Head Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -6417,18 +4843,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6442,30 +4863,20 @@ "id": "bw11-108", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Wheel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your Benched Pokémon to this Pokémon." }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -6483,17 +4894,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Miki Tanaka", "rarity": "Rare Holo", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6507,9 +4914,7 @@ "id": "bw11-109", "name": "Bianca", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6530,9 +4935,7 @@ "id": "bw11-110", "name": "Cedric Juniper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put a Pokémon from your hand face down in front of you and tell your opponent its name. Your opponent guesses the height of that Pokémon. Reveal that Pokémon. If your opponent guessed right, he or she draws 3 cards. If your opponent guessed wrong, you draw 3 cards. Return the Pokémon to your hand. (You can't choose a Pokémon that doesn't have the height printed on the card.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6553,9 +4956,7 @@ "id": "bw11-111", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6577,9 +4978,7 @@ "id": "bw11-112", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6601,12 +5000,8 @@ "id": "bw11-113", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "113", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -6623,31 +5018,20 @@ "id": "bw11-114", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -6659,18 +5043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6684,31 +5063,20 @@ "id": "bw11-115", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -6720,18 +5088,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6745,33 +5108,21 @@ "id": "bw11-RC1", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy from your hand to this Pokémon." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6783,17 +5134,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC1", "artist": "Eske Yoshinob", "rarity": "Common", "flavorText": "Being exposed to sunlight makes its movements swifter. It uses vines more adeptly than its hands.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6807,34 +5154,22 @@ "id": "bw11-RC2", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -6846,17 +5181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC2", "artist": "kirisAki", "rarity": "Common", "flavorText": "When it gets dirty, its leaves can't be used in photosynthesis, so it always keeps itself clean.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6870,13 +5201,9 @@ "id": "bw11-RC3", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "abilities": [ { @@ -6888,11 +5215,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6904,18 +5227,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC3", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It only gives its all against strong opponents who are not fazed by the glare from Serperior's noble eyes.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6929,34 +5247,21 @@ "id": "bw11-RC4", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from this Pokémon. This Pokémon is now Asleep." }, { "name": "Lunge", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -6968,18 +5273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC4", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Extremely loyal to its Trainer, it will bark at those who approach the Trainer unexpectedly and run them out of town.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6993,32 +5293,21 @@ "id": "bw11-RC5", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7030,17 +5319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC5", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees F.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7054,32 +5339,21 @@ "id": "bw11-RC6", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Peck", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7091,17 +5365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC6", "artist": "sui", "rarity": "Uncommon", "flavorText": "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7115,32 +5385,21 @@ "id": "bw11-RC7", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7152,17 +5411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC7", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7176,32 +5431,21 @@ "id": "bw11-RC8", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Pound", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7213,17 +5457,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC8", "artist": "Mizue", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7237,34 +5477,22 @@ "id": "bw11-RC9", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Tiptoe Step", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card for each Psychic Energy attached to this Pokémon." }, { "name": "Double Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7276,17 +5504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC9", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7300,31 +5524,21 @@ "id": "bw11-RC10", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon is now Confused." }, { "name": "Eternal Radiance", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from this Pokémon to the Defending Pokémon. This Pokémon can't use Eternal Radiance during your next turn." @@ -7336,17 +5550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC10", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "To protect its Trainer, it will expend all its psychic power to create a small black hole.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7360,35 +5570,23 @@ "id": "bw11-RC11", "name": "Meloetta-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Brilliant Voice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." }, { "name": "Round", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 damage times the number of your Pokémon that have the Round attack." @@ -7400,16 +5598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC11", "artist": "Eske Yoshinob", "rarity": "Rare", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7423,30 +5617,20 @@ "id": "bw11-RC12", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Attract", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7464,19 +5648,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "RC12", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "When its opponent can't be paralyzed, it contorts itself with unexpected speed and flops away.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7490,22 +5668,14 @@ "id": "bw11-RC13", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Captivate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with the Defending Pokémon." @@ -7523,17 +5693,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC13", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Their cute act is a ruse. They trick people and steal their valuables just to see the looks on their faces.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7547,13 +5713,9 @@ "id": "bw11-RC14", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7567,9 +5729,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -7581,17 +5741,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC14", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7605,32 +5761,21 @@ "id": "bw11-RC15", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Honey Snack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7642,19 +5787,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "RC15", "artist": "kirisAki", "rarity": "Common", "flavorText": "It lets honey soak into its paws so it can lick them all the time. Every set of paws tastes unique.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7668,33 +5807,21 @@ "id": "bw11-RC16", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Picnic Weather", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put a Teddiursa from your discard pile onto your Bench. Then, attach an Energy card from your discard pile to that Pokémon." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads." @@ -7706,19 +5833,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "RC16", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "In its territory, it leaves scratches on trees that bear delicious berries or fruits.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7732,21 +5853,13 @@ "id": "bw11-RC17", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Relaxed Roll", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number heads." @@ -7758,18 +5871,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC17", "artist": "MAHOU", "rarity": "Common", "flavorText": "Using the feelers on its ears, it can tell how someone is feeling or when an egg might hatch.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7783,22 +5891,14 @@ "id": "bw11-RC18", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -7810,17 +5910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC18", "artist": "sui", "rarity": "Common", "flavorText": "Minccino greet each other by grooming one another thoroughly with their tails.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7834,13 +5930,9 @@ "id": "bw11-RC19", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -7852,11 +5944,7 @@ "attacks": [ { "name": "Echoed Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -7868,17 +5956,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC19", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Cinccino's body is coated in a special oil that helps it deflect attacks, such as punches.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7892,9 +5976,7 @@ "id": "bw11-RC20", "name": "Elesa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for 3 Pokémon Tool cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7915,33 +5997,23 @@ "id": "bw11-RC21", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 more damage for each Prize card your opponent has taken." @@ -7959,16 +6031,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC21", "artist": "Kanako Eo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7982,31 +6050,20 @@ "id": "bw11-RC22", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -8018,18 +6075,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC22", "artist": "Kagemaru Himeno", "rarity": "Rare Ultra", "flavorText": "This legendary Pokémon can scorch the world with fire. It helps those who want to build a world of truth.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8043,28 +6095,20 @@ "id": "bw11-RC23", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -8086,9 +6130,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare Ultra", "flavorText": "It glides on its outstretched membrane while shocking foes with the electricity stored in the pouches on its cheeks.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8102,14 +6144,9 @@ "id": "bw11-RC24", "name": "Mew-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -8123,9 +6160,7 @@ "attacks": [ { "name": "Replace", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -8137,16 +6172,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC24", "artist": "MAHOU", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8160,35 +6191,23 @@ "id": "bw11-RC25", "name": "Meloetta-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Brilliant Voice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." }, { "name": "Round", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 damage times the number of your Pokémon that have the Round attack." @@ -8200,16 +6219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC25", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8219,4 +6234,4 @@ "large": "https://images.pokemontcg.io/bw11/RC25_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw2.json b/cards/en/bw2.json index af16be1fb..721e7bfd5 100644 --- a/cards/en/bw2.json +++ b/cards/en/bw2.json @@ -3,32 +3,21 @@ "id": "bw2-1", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -46,17 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This Pokémon dwells deep in the forest. Eating a leaf from its head whisks weariness away as if by magic.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -70,32 +55,21 @@ "id": "bw2-2", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Fire's Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If this Pokémon has any Fire Energy attached to it, the Defending Pokémon is now Burned." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -113,18 +87,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "match", "rarity": "Rare", "flavorText": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -138,31 +107,21 @@ "id": "bw2-3", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -174,17 +133,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Leavanny dress it in clothes they made for it when it hatched. It hides its head in its hood while it is sleeping.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -198,32 +153,21 @@ "id": "bw2-4", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -235,17 +179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "This Pokémon makes clothes for itself. It chews up leaves and sews them with sticky thread extruded from its mouth.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -259,34 +199,22 @@ "id": "bw2-5", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -298,17 +226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It protects itself from the cold by wrapping up in leaves. It stays on the move, eating leaves in forests.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -322,33 +246,22 @@ "id": "bw2-6", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Grass Cocooning", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from this Pokémon." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -360,18 +273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -385,30 +293,21 @@ "id": "bw2-7", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "attacks": [ { "name": "Nurturing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your Pokémon. Search your deck for a card that evolves from that Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 50 more damage." @@ -420,17 +319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves, using the cutters on its arms and sticky silk.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -444,31 +339,21 @@ "id": "bw2-8", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Triple Cutter", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 3 coins. This attack does 60 damage times the number of heads." @@ -480,17 +365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It keeps its eggs warm with heat from fermenting leaves. It also uses leaves to make warm wrappings for Sewaddle.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -504,22 +385,14 @@ "id": "bw2-9", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Grass"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -537,17 +410,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They go wherever the wind takes them. On rainy days, their bodies are heavier, so they take shelter beneath big trees.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -561,22 +430,14 @@ "id": "bw2-10", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Grass"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -594,17 +455,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When attacked, it escapes by shooting cotton from its body. The cotton serves as a decoy to distract the attacker.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -618,29 +475,21 @@ "id": "bw2-11", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Helping Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Shuffle your deck afterward." }, { "name": "Cotton Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -662,9 +511,7 @@ "artist": "sui", "rarity": "Uncommon", "flavorText": "Like the wind, it can slip through any gap, no matter how small. It leaves balls of white fluff behind.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -678,30 +525,21 @@ "id": "bw2-12", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Encore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. During your opponent's next turn, that Pokémon can only use that attack." }, { "name": "U-turn", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -719,17 +557,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mizue", "rarity": "Rare", "flavorText": "Riding whirlwinds, they appear. These Pokémon sneak through gaps into houses and cause all sorts of mischief.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -743,32 +577,21 @@ "id": "bw2-13", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -786,17 +609,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "The leaves on its head are very bitter. Eating one of these leaves is known to refresh a tired body.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -810,31 +629,21 @@ "id": "bw2-14", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Bemusing Aroma", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned. If tails, the Defending Pokémon is now Confused." }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -852,17 +661,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Even veteran Trainers face a challenge in getting its beautiful flower to bloom. This Pokémon is popular with celebrities.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -876,32 +681,21 @@ "id": "bw2-15", "name": "Deerling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sawsbuck" - ], + "types": ["Grass"], + "evolvesTo": ["Sawsbuck"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wild Kick", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -919,17 +713,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "sui", "rarity": "Common", "flavorText": "The turning of the seasons changes the color and scent of this Pokémon's fur. People use it to mark the seasons.", - "nationalPokedexNumbers": [ - 585 - ], + "nationalPokedexNumbers": [585], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -943,31 +733,21 @@ "id": "bw2-16", "name": "Sawsbuck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Deerling", "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Take Down", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon does 20 damage to itself." @@ -985,18 +765,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The plants growing on its horns change according to the season. The leaders of the herd possess magnificent horns.", - "nationalPokedexNumbers": [ - 586 - ], + "nationalPokedexNumbers": [586], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1010,31 +785,20 @@ "id": "bw2-17", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." }, { "name": "Sacred Sword", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Sacred Sword during your next turn." @@ -1052,17 +816,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This Pokémon fought humans in order to protect its friends. Legends about it continue to be passed down.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1076,32 +836,21 @@ "id": "bw2-18", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1113,17 +862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "This Pokémon lives in caves in volcanoes. The fire within the tuft on its head can reach 600º F.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1137,32 +882,21 @@ "id": "bw2-19", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Water's Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If this Pokémon has any Water Energy attached to it, the Defending Pokémon is now Asleep." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -1174,17 +908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A flame burns inside its body. It scatters embers from its head and tail to sear its opponents.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1198,33 +928,21 @@ "id": "bw2-20", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1236,18 +954,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "When its internal fire is burning, it cannot calm down and it runs around. When the fire diminishes, it falls asleep.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1261,33 +974,21 @@ "id": "bw2-21", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Fire Punch", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "The Defending Pokémon is now Burned." @@ -1299,19 +1000,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its internal fire burns at 2,500º F, making enough power that it can destroy a dump truck with one punch.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1325,32 +1020,21 @@ "id": "bw2-22", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1362,17 +1046,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It does not thrive in dry environments. It keeps itself damp by shooting water stored in its head tuft from its tail.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1386,32 +1066,21 @@ "id": "bw2-23", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Grass' Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If this Pokémon has any Grass Energy attached to it, heal 20 damage from this Pokémon." }, { "name": "Rushing Water", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon." @@ -1423,17 +1092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "The tuft on its head holds water. When the level runs low, it replenishes the tuft by siphoning up water with its tail.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1447,30 +1112,20 @@ "id": "bw2-24", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on this Pokémon." }, { "name": "Final Gambit", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip 2 coins. If both of them are tails, this Pokémon does 80 damage to itself." @@ -1482,17 +1137,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "match", "rarity": "Common", "flavorText": "Red and blue Basculin get along so poorly, they'll start fighting instantly. These Pokémon are very hostile.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1506,29 +1157,20 @@ "id": "bw2-25", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Splatter", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1540,17 +1182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Red and blue Basculin usually do not get along, but sometimes members of one school mingle with the other's school.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1564,32 +1202,21 @@ "id": "bw2-26", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Roost", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from this Pokémon. This Pokémon can't retreat during your next turn." }, { "name": "Rain Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1607,17 +1234,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "MAHOU", "rarity": "Common", "flavorText": "When attacked, it uses its feathers to splash water, escaping under cover of the spray.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1631,32 +1254,21 @@ "id": "bw2-27", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Wing Dance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Air Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -1674,17 +1286,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It administers sharp, powerful pecks with its bill. It whips its long neck to deliver forceful repeated strikes.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1698,32 +1306,21 @@ "id": "bw2-28", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 60 damage from this Pokémon. This Pokémon is now Asleep." @@ -1735,18 +1332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "sui", "rarity": "Common", "flavorText": "When it is not feeling well, its mucus gets watery and the power of its Ice-type moves decreases.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1760,23 +1352,14 @@ "id": "bw2-29", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Icicle Punch", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1788,18 +1371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Its nose is always running. It sniffs the snot back up because the mucus provides the raw material for its moves.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1813,34 +1391,21 @@ "id": "bw2-30", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Sheer Cold", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Icicle Crash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -1852,19 +1417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It can make its breath freeze at will. Very able in the water, it swims around in northern seas and catches prey.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1878,31 +1437,21 @@ "id": "bw2-31", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Asleep." }, { "name": "Superpower", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." @@ -1914,18 +1463,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It freezes its breath to create fangs and claws of ice to fight with. Cold northern areas are its habitat.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1939,29 +1483,20 @@ "id": "bw2-32", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1977,9 +1512,7 @@ "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The energy made in its cheeks' electric pouches is stored inside its membranes and released while it is gliding.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1993,22 +1526,14 @@ "id": "bw2-33", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2020,17 +1545,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Joltik that live in cities have learned a technique for sucking electricity from the outlets in houses.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2044,30 +1565,21 @@ "id": "bw2-34", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Stun Needle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2083,9 +1595,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When attacked, they create an electric barrier by spitting out many electrically charged threads.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2099,30 +1609,20 @@ "id": "bw2-35", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Disaster Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -2134,17 +1634,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2158,23 +1654,14 @@ "id": "bw2-36", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2186,17 +1673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2210,30 +1693,21 @@ "id": "bw2-37", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Phat Sound", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. This attack does 10 damage times the number of heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2251,17 +1725,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Anyone who comes into contact with the ultrasonic waves emitted by a courting male experiences a positive mood shift.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2275,32 +1745,21 @@ "id": "bw2-38", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Psychic"], + "evolvesTo": ["Whirlipede"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2312,18 +1771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It discovers what is going on around it by using the feelers on its head and tail. It is brutally aggressive.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2337,34 +1791,22 @@ "id": "bw2-39", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "attacks": [ { "name": "Venoshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Poisoned, this attack does 60 more damage." }, { "name": "Steamroller", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -2376,19 +1818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It is usually motionless, but when attacked, it rotates at high speed and then crashes into its opponent.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2402,32 +1838,21 @@ "id": "bw2-40", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whirlipede", "attacks": [ { "name": "Toxic Claws", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Wild Horn", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -2439,18 +1864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "kawayoo", "rarity": "Rare", "flavorText": "With quick movements, it chases down its foes, attacking relentlessly with its horns until it prevails.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2464,30 +1884,20 @@ "id": "bw2-41", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Reflect", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)." }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 50 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -2505,17 +1915,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The guardians of an ancient city, they use their psychic power to attack enemies that invade their territory.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2529,30 +1935,20 @@ "id": "bw2-42", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Psychic Assault", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 10 more damage for each damage counter on the Defending Pokémon." @@ -2570,17 +1966,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "match", "rarity": "Uncommon", "flavorText": "They never vary the route they fly, because their memories of guarding an ancient city remain steadfast.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2594,32 +1986,21 @@ "id": "bw2-43", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2631,17 +2012,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "MAHOU", "rarity": "Common", "flavorText": "Their ribbonlike feelers increase their psychic power. They are always staring at something.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2655,23 +2032,14 @@ "id": "bw2-44", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2683,17 +2051,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "sui", "rarity": "Common", "flavorText": "They intently observe both Trainers and Pokémon. Apparently, they are looking at something that only Gothita can see.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2707,33 +2071,22 @@ "id": "bw2-45", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." @@ -2745,17 +2098,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "They use hypnosis to control people and Pokémon. Tales of Gothorita leading people astray are told in every corner.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2769,34 +2118,22 @@ "id": "bw2-46", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Deleting Glare", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2808,17 +2145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Starlight is the source of their power. At night, they mark star positions by using psychic power to float stones.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2832,13 +2165,9 @@ "id": "bw2-47", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "abilities": [ { @@ -2850,11 +2179,7 @@ "attacks": [ { "name": "Madkinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 20 more damage for each Psychic Energy attached to this Pokémon." @@ -2866,18 +2191,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2891,31 +2211,21 @@ "id": "bw2-48", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "attacks": [ { "name": "Smack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Mental Shock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, discard an Energy attached to the Defending Pokémon." @@ -2927,17 +2237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "They can predict the future from the placement and movement of the stars. They can see Trainers' life spans.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2951,33 +2257,21 @@ "id": "bw2-49", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 40 or less." }, { "name": "Headbutt", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2989,18 +2283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its ear is hexagonal in shape. Compressed underground, its body is as hard as steel.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3014,32 +2303,21 @@ "id": "bw2-50", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -3051,18 +2329,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They were discovered a hundred years ago in an earthquake fissure. Inside each one is an energy core.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3076,36 +2349,22 @@ "id": "bw2-51", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Smack Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon has Fighting Resistance, this attack does 60 more damage." }, { "name": "Power Gem", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -3117,19 +2376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When it overflows with power, the orange crystal on its body glows. It looks for underground water in caves.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3143,35 +2396,22 @@ "id": "bw2-52", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hard Crash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." @@ -3183,19 +2423,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Because its energy was too great to be contained, the energy leaked and formed orange crystals.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3209,32 +2443,21 @@ "id": "bw2-53", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "attacks": [ { "name": "Shear", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Fighting Energy cards, attach them to this Pokémon." }, { "name": "Rock Bullet", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Does 20 more damage for each Fighting Energy attached to this Pokémon." @@ -3246,20 +2469,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "53", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "The solar energy absorbed by its body's orange crystals is magnified internally and fired from its mouth.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3273,31 +2489,21 @@ "id": "bw2-54", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Hone Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance)." }, { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3315,18 +2521,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "match", "rarity": "Uncommon", "flavorText": "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3340,24 +2541,14 @@ "id": "bw2-55", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3375,17 +2566,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It makes its way swiftly through the soil by putting both claws together and rotating at high speed.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3399,31 +2586,21 @@ "id": "bw2-56", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Drill Run", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to the Defending Pokémon." @@ -3441,18 +2618,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3466,32 +2638,21 @@ "id": "bw2-57", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Dig", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3509,18 +2670,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "More than 300 feet below the surface, they build mazelike nests. Their activity can be destructive to subway tunnels.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3534,20 +2690,13 @@ "id": "bw2-58", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Scarf Hold", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -3559,18 +2708,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "match", "rarity": "Uncommon", "flavorText": "When it tightens its belt, it becomes stronger. Wild Throh use vines to weave their own belts.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3584,20 +2728,13 @@ "id": "bw2-59", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Five Fierce Chops", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 5 coins. This attack does 20 damage times the number of heads. This Pokémon can't attack during your next turn." @@ -3609,17 +2746,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Tying their belts gets them pumped and makes their punches more destructive. Disturbing their training angers them.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3633,23 +2766,14 @@ "id": "bw2-60", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Fighting"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3661,18 +2785,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They live buried in the sands of the desert. The sun-warmed sands prevent their body temperature from dropping.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3686,34 +2805,22 @@ "id": "bw2-61", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Crunch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -3725,18 +2832,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3750,13 +2852,9 @@ "id": "bw2-62", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Krokorok", "abilities": [ { @@ -3768,11 +2866,7 @@ "attacks": [ { "name": "Thrash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." @@ -3790,19 +2884,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "They never allow prey to escape. Their jaws are so powerful, they can crush the body of an automobile.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3816,31 +2904,20 @@ "id": "bw2-63", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Sacred Sword", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Sacred Sword during your next turn." @@ -3852,20 +2929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "63", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This Pokémon came to the defense of Pokémon that had lost their homes in a war among humans.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3879,23 +2949,14 @@ "id": "bw2-64", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard a random card from your opponent's hand." @@ -3913,17 +2974,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They steal from people for fun, but their victims can't help but forgive them. Their deceptively cute act is perfect.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3937,31 +2994,21 @@ "id": "bw2-65", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Does 30 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon." }, { "name": "Claw Rend", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 more damage." @@ -3979,17 +3026,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "These Pokémon vanish and appear unexpectedly. Many Trainers are drawn to their beautiful form and fur.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4003,32 +3046,21 @@ "id": "bw2-66", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Ram", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -4046,17 +3078,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4070,31 +3098,21 @@ "id": "bw2-67", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Night Daze", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4112,18 +3130,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4137,32 +3150,21 @@ "id": "bw2-68", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Rear Guard", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Gust", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4180,17 +3182,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "sui", "rarity": "Common", "flavorText": "They tend to guard their posteriors with suitable bones they have found. They pursue weak Pokémon.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4204,30 +3202,21 @@ "id": "bw2-69", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Bone Rush", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Dark Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each Darkness Energy attached to all of your Pokémon." @@ -4245,17 +3234,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Watching from the sky, they swoop to strike weakened Pokémon on the ground. They decorate themselves with bones.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4269,23 +3254,14 @@ "id": "bw2-70", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Pin Missile", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -4303,18 +3279,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Midori Harada", "rarity": "Common", "flavorText": "They stick their spikes into cave walls and absorb the minerals they find in the rock.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4328,23 +3299,14 @@ "id": "bw2-71", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Pierce", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4362,18 +3324,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "MAHOU", "rarity": "Common", "flavorText": "When threatened, it attacks by shooting a barrage of spikes, which gives it a chance to escape by rolling away.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4387,31 +3344,21 @@ "id": "bw2-72", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Steel Feelers", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." }, { "name": "Gyro Ball", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4429,18 +3376,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "They attach themselves to cave ceilings, firing steel spikes at targets passing beneath them.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4454,30 +3396,21 @@ "id": "bw2-73", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Iron Defense", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Power Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 10 damage for each Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4495,19 +3428,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It fights by swinging around its three spiky feelers. A hit from these steel spikes can reduce a boulder to rubble.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4521,33 +3448,21 @@ "id": "bw2-74", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gear Grind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -4565,17 +3480,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Interlocking two bodies and spinning around generates the energy they need to live.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4589,34 +3500,22 @@ "id": "bw2-75", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Guard Press", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -4634,17 +3533,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Spinning minigears are rotated at high speed and repeatedly fired away. It is dangerous if the gears don't return.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4658,31 +3553,21 @@ "id": "bw2-76", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "attacks": [ { "name": "Charge Beam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Zap Cannon", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this Pokémon can't use Zap Cannon during your next turn." @@ -4700,20 +3585,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "76", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The gear with the red core is rotated at high speed for a rapid energy charge.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4727,31 +3605,20 @@ "id": "bw2-77", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Horns", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Sacred Sword", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Sacred Sword during your next turn." @@ -4769,18 +3636,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon battled against humans to protect Pokémon. Its personality is calm and composed.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4794,22 +3656,14 @@ "id": "bw2-78", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4821,17 +3675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Extremely cautious, they take shifts to maintain a constant watch of their nest. They feel insecure without a lookout.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4845,30 +3695,21 @@ "id": "bw2-79", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Watcheck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your opponent's deck and put them back on top of his or her deck in any order." }, { "name": "Quick Tail Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Before doing damage, you may flip a coin. If heads, this attack does 60 more damage. If tails, this attack does nothing." @@ -4880,17 +3721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "When they see an enemy, their tails stand high, and they spit the seeds of berries stored in their cheek pouches.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4904,23 +3741,14 @@ "id": "bw2-80", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4938,17 +3766,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Each follows its Trainer's orders as best it can, but they sometimes fail to understand complicated commands.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4962,34 +3786,22 @@ "id": "bw2-81", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5007,17 +3819,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Many people believe that, deep in the forest where Tranquill live, there is a peaceful place where there is no war.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5031,31 +3839,21 @@ "id": "bw2-82", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Tailwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy from your hand to 1 of your Pokémon." }, { "name": "Feather Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage. If tails, discard an Energy attached to the Defending Pokémon." @@ -5077,9 +3875,7 @@ "artist": "kawayoo", "rarity": "Rare", "flavorText": "Males have plumage on their heads. They will never let themselves fell close to anyone other than their Trainers.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5093,30 +3889,20 @@ "id": "bw2-83", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Powerful Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 40 damage times the number of heads." }, { "name": "Heal Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Heal 50 damage from 1 of your Pokémon." @@ -5128,18 +3914,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its auditory sense is astounding. It has a radar-like ability to understand its surrounding through slight sounds.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5153,22 +3934,14 @@ "id": "bw2-84", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Last Resort", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5180,17 +3953,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "These Pokémon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5204,30 +3973,21 @@ "id": "bw2-85", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Captivate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Fluffy Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -5239,17 +3999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Their white fur feels amazing to touch. Their fur repels dust and prevents static electricity from building up.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5263,32 +4019,21 @@ "id": "bw2-86", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5306,17 +4051,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They will challenge anything, even strong opponents, without fear. Their frequent fights help them become stronger.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5330,32 +4071,21 @@ "id": "bw2-87", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5373,17 +4103,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "They crush berries with their talons. They bravely stand up to any opponent, no matter how strong it is.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5397,32 +4123,21 @@ "id": "bw2-88", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Brave Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 30 damage to itself." @@ -5440,17 +4155,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "The more scars they have, the more respect these brave soldiers of the sky get from their peers.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5464,30 +4175,20 @@ "id": "bw2-89", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Wheel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your Benched Pokémon to this Pokémon." }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -5505,17 +4206,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5529,9 +4226,7 @@ "id": "bw2-90", "name": "Bianca", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5552,9 +4247,7 @@ "id": "bw2-91", "name": "Cheren", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5575,9 +4268,7 @@ "id": "bw2-92", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5599,9 +4290,7 @@ "id": "bw2-93", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5623,9 +4312,7 @@ "id": "bw2-94", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. Then, discard all Energy attached to that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5646,9 +4333,7 @@ "id": "bw2-95", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your opponent's Active Pokémon with 1 of his or her Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5670,9 +4355,7 @@ "id": "bw2-96", "name": "Recycle", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put a card from your discard pile on top of your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5693,30 +4376,20 @@ "id": "bw2-97", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Disaster Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -5728,17 +4401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5752,30 +4421,20 @@ "id": "bw2-98", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Wheel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your Benched Pokémon to this Pokémon." }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -5793,17 +4452,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5813,4 +4468,4 @@ "large": "https://images.pokemontcg.io/bw2/98_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw3.json b/cards/en/bw3.json index 1442aacdd..173faf57e 100644 --- a/cards/en/bw3.json +++ b/cards/en/bw3.json @@ -3,23 +3,14 @@ "id": "bw3-1", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Leaf Boomerang", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Mizue", "rarity": "Common", "flavorText": "Leavanny dress it in clothes they made for it when it hatched. It hides its head in its hood while it is sleeping.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,33 +42,22 @@ "id": "bw3-2", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "String Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -93,17 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -117,13 +89,9 @@ "id": "bw3-3", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "abilities": [ { @@ -135,11 +103,7 @@ "attacks": [ { "name": "Cutting Arm", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -151,18 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves, using cutters on its arms and sticky silk.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -176,32 +135,21 @@ "id": "bw3-4", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -219,17 +167,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Since they prefer moist, nutrient-rich soil, the areas where Petilil live are known to be good for growing plants.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -243,30 +187,21 @@ "id": "bw3-5", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Aromax", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 1 of your Benched Pokémon." }, { "name": "Windmill", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -284,17 +219,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The fragrance of the garland on its head has a relaxing effect. It withers if a Trainer does not take good care of it.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -308,32 +239,21 @@ "id": "bw3-6", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -345,18 +265,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "MAHOU", "rarity": "Common", "flavorText": "The Pokémon can easily melt holes in hard rocks with a liquid secreted from its mouth.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -370,32 +285,21 @@ "id": "bw3-7", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dwebble", "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 50 more damage." }, { "name": "Reckless Charge", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 10 damage to itself." @@ -407,19 +311,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Competing for territory, Crustle fight viciously. The one whose boulder is broken is the loser of the battle.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -433,32 +331,21 @@ "id": "bw3-8", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Mysterious Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Shelmet is in play, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." }, { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -470,17 +357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "sui", "rarity": "Common", "flavorText": "When they feel threatened, they spit acidic liquid to drive attackers away. This Pokémon targets Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -494,22 +377,14 @@ "id": "bw3-9", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Rollout", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -527,17 +402,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "match", "rarity": "Common", "flavorText": "For some reason, this Pokémon resembles a Poké Ball. They release poison spores to repel those who try to catch them.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -551,30 +422,21 @@ "id": "bw3-10", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "attacks": [ { "name": "Toxic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -592,18 +454,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "They show off their Poké Ball caps to lure prey, but very few Pokémon are fooled by this.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -617,31 +474,21 @@ "id": "bw3-11", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Mysterious Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Karrablast is in play, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -653,19 +500,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It evolves when bathed in an electric-like energy along with Karrablast. The reason is still unknown.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -679,29 +520,21 @@ "id": "bw3-12", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Acid Spray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Slashing Strike", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -717,9 +550,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Having removed its heavy shell, it becomes very light and can fight with ninja-like movements.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -733,29 +564,20 @@ "id": "bw3-13", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Leaf Wallop", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Leaf Wallop attack does 40 more damage (before applying Weakness and Resistance)." @@ -773,17 +595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -797,13 +615,9 @@ "id": "bw3-14", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Star", @@ -814,10 +628,7 @@ "attacks": [ { "name": "Stored Power", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move all Energy attached to this Pokémon to 1 of your Benched Pokémon." @@ -829,17 +640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -853,20 +660,13 @@ "id": "bw3-15", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "V-create", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "If you have 4 or fewer Benched Pokémon, this attack does nothing." @@ -878,17 +678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -902,33 +698,21 @@ "id": "bw3-16", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -940,18 +724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "This Pokémon lives in caves in volcanoes. The fire within the tuft on its head can reach 600° F.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -965,31 +744,21 @@ "id": "bw3-17", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -1001,18 +770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "A flame burns inside its body. It scatters embers from its head and tail to sear its opponents.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1026,29 +790,20 @@ "id": "bw3-18", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." }, { "name": "Incinerate", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, discard a Pokémon Tool card attached to the Defending Pokémon." @@ -1060,18 +815,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Using their very hot, flame-covered tongues, they burn through Durant's steel bodies and consume their insides.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1085,22 +835,14 @@ "id": "bw3-19", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -1112,18 +854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "This Pokémon was believed to have been born from the sun. When it evolves, its entire body is engulfed in flames.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1137,23 +874,14 @@ "id": "bw3-20", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -1165,18 +893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The base of volcanoes is where they make their homes. They shoot fire from their five horns to repel attacking enemies.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1190,31 +913,21 @@ "id": "bw3-21", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Fiery Dance", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to 1 of your Pokémon." }, { "name": "Heat Wave", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Burned." @@ -1226,17 +939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "When volcanic ash darkened the atmosphere, it is said that Volcarona's fire provided a replacement for the sun.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1250,32 +959,21 @@ "id": "bw3-22", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Vibration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Shot", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1287,17 +985,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans. It uses the rhythm of these sounds to talk.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1311,34 +1005,22 @@ "id": "bw3-23", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Round", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Does 20 damage times the number of your Pokémon that have the Round attack." @@ -1350,18 +1032,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "sui", "rarity": "Uncommon", "flavorText": "It lives in water and on land. It uses its long, sticky tongue to capture prey.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1375,32 +1052,21 @@ "id": "bw3-24", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Does 30 damage times the number of your Pokémon that have the Round attack." }, { "name": "Hyper Voice", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1412,19 +1078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It increases the power of its punches by vibrating the bumps on its fists. It can turn a boulder to rubble with one punch.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1438,38 +1098,25 @@ "id": "bw3-25", "name": "Tirtouga", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cover Fossil", - "evolvesTo": [ - "Carracosta" - ], + "evolvesTo": ["Carracosta"], "rules": [ "Put this card onto your Bench only with the effect of Cover Fossil" ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1481,19 +1128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Restored from a fossil, this Pokémon can dive to depths beyond half a mile.", - "nationalPokedexNumbers": [ - 564 - ], + "nationalPokedexNumbers": [564], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1507,13 +1148,9 @@ "id": "bw3-26", "name": "Carracosta", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tirtouga", "abilities": [ { @@ -1525,12 +1162,7 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy attached to the Defending Pokémon." @@ -1542,20 +1174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "match", "rarity": "Rare", "flavorText": "They can live both in the ocean and on land. A slap from one of them is enough to open a hole in the bottom of a tanker.", - "nationalPokedexNumbers": [ - 565 - ], + "nationalPokedexNumbers": [565], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1569,22 +1194,14 @@ "id": "bw3-27", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Icicle Barb", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1596,17 +1213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "This Pokémon formed from icicles bathed in energy from the morning sun. It sleeps buried in snow.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1620,34 +1233,22 @@ "id": "bw3-28", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1659,18 +1260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "match", "rarity": "Uncommon", "flavorText": "It conceals itself from enemy eyes by creating many small ice particles and hiding among them.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1684,31 +1280,21 @@ "id": "bw3-29", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "attacks": [ { "name": "Double Freeze", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads. If either of them is heads, the Defending Pokémon is now Paralyzed." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1720,18 +1306,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "If both heads get angry simultaneously, this Pokémon expels a blizzard, burying everything in snow.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1745,23 +1326,14 @@ "id": "bw3-30", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1773,18 +1345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "With its thin, veil-like arms wrapped around the body of its opponent, it sinks to the ocean floor.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1798,13 +1365,9 @@ "id": "bw3-31", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "abilities": [ { @@ -1816,10 +1379,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 20 more damage for each Water Energy attached to this Pokémon." @@ -1831,19 +1391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The fate of ships and crew that wander into Jellicent's habitats: all sunken, all lost, all vanished.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1857,29 +1411,20 @@ "id": "bw3-32", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Ice Shard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is a Fighting Pokémon, this attack does 40 more damage." @@ -1891,17 +1436,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "They are born in snow clouds. They use chains made of ice crystals to capture prey.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1915,29 +1456,20 @@ "id": "bw3-33", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Chain", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Frost Vanish", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "You may return this Pokémon and all cards attached to it to your hand." @@ -1949,17 +1481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "They are born in snow clouds. They use chains made of ice crystals to capture prey.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1973,31 +1501,20 @@ "id": "bw3-34", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Glaciate", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2009,18 +1526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It generates powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2034,22 +1546,14 @@ "id": "bw3-35", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Agility", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2061,17 +1565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "When thunderclouds cover the sky, it will appear. It can catch lightning with its mane and store the electricity.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2085,31 +1585,21 @@ "id": "bw3-36", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If tails, discard all Lightning Energy attached to this Pokémon." @@ -2121,17 +1611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "match", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2145,19 +1631,13 @@ "id": "bw3-37", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Electrichain", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 20 more damage if you have any Lightning Pokémon on your Bench." @@ -2169,17 +1649,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "They live on treetops and glide using the inside of a cape-like membrane while discharging electricity.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2193,22 +1669,14 @@ "id": "bw3-38", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2220,17 +1688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "sui", "rarity": "Common", "flavorText": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2244,22 +1708,14 @@ "id": "bw3-39", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2275,9 +1731,7 @@ "artist": "Naoki Saito", "rarity": "Common", "flavorText": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2291,17 +1745,11 @@ "id": "bw3-40", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "abilities": [ { "name": "Dynamotor", @@ -2312,11 +1760,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2328,18 +1772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "They coil around foes and shock them with electricity-generating organs that seem simply to be circular patterns.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2353,32 +1792,21 @@ "id": "bw3-41", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Acid", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 10 damage to itself." @@ -2390,19 +1818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2416,31 +1838,20 @@ "id": "bw3-42", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -2452,18 +1863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2477,19 +1883,13 @@ "id": "bw3-43", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "V-blast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "120", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -2501,17 +1901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It creates an unlimited supply of energy inside its body, which it shares with those who touch it.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2525,22 +1921,14 @@ "id": "bw3-44", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Perplex", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2552,17 +1940,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Each of them carries a mask that used to be its face when it was human. Sometimes they look at it and cry.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2576,22 +1960,14 @@ "id": "bw3-45", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2603,17 +1979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "These Pokémon arose from the spirits of people interred in graves in past ages. Each retains memories of its former life.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2627,32 +1999,21 @@ "id": "bw3-46", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "attacks": [ { "name": "Damagriiigus", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from 1 of your Benched Pokémon to the Defending Pokémon." }, { "name": "Perplex", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -2664,19 +2025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It has been said that they swallow those who get too close and turn them into mummies. They like to eat gold nuggets.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2690,13 +2045,9 @@ "id": "bw3-47", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "abilities": [ { @@ -2708,10 +2059,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2723,18 +2071,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "They pretend to be elaborate coffins to teach lessons to grave robbers. Their bodies are covered in pure gold.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2748,32 +2091,21 @@ "id": "bw3-48", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Garbage Collection", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile on top of your deck." }, { "name": "Sludge Bomb", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2785,17 +2117,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "MAHOU", "rarity": "Common", "flavorText": "The combination of garbage bags and industrial waste caused the chemical reaction that created this Pokémon.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2809,32 +2137,21 @@ "id": "bw3-49", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Gentle Wrap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Gunk Shot", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -2846,19 +2163,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "match", "rarity": "Uncommon", "flavorText": "They absorb garbage and make it part of their bodies. They shoot poisonous liquid from their right-hand fingertips.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2872,22 +2183,14 @@ "id": "bw3-50", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2899,17 +2202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They drive away attackers by unleashing psychic power. They can use telepathy to talk with others.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2923,23 +2222,15 @@ "id": "bw3-51", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2951,17 +2242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "sui", "rarity": "Uncommon", "flavorText": "Since they have two divided brains, at times they suddenly try to take two different actions at once.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2975,29 +2262,21 @@ "id": "bw3-52", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck and put them back on top of your deck in any order." }, { "name": "Net Force", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "Does 40 damage times the number of Reuniclus you have in play." @@ -3009,18 +2288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When Reuniclus shake hands, a network forms between their brains, increasing their psychic power.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3034,31 +2308,21 @@ "id": "bw3-53", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "attacks": [ { "name": "Dizzy Punch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Confused." @@ -3070,18 +2334,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Mizue", "rarity": "Rare", "flavorText": "These remarkably intelligent Pokémon fight by controlling arms that can grip with rock-crushing power.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3095,31 +2354,21 @@ "id": "bw3-54", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Calm Mind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." @@ -3131,17 +2380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "sui", "rarity": "Common", "flavorText": "This Pokémon had never been seen until it appeared from far in the desert 50 years ago.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3155,32 +2400,21 @@ "id": "bw3-55", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "First Contact", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Headbutt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3192,17 +2426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It uses its strong psychic power to squeeze its opponent's brain, causing unendurable headaches.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3216,30 +2446,21 @@ "id": "bw3-56", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Synchronoise", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to each of your opponent's Benched Pokémon that shares a type with the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3251,17 +2472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It uses psychic power to control an opponent's brain and tamper with its memories.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3275,23 +2492,14 @@ "id": "bw3-57", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -3303,17 +2511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Litwick shines a light that absorbs the life energy of people and Pokémon, which becomes the fuel it burns.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3327,22 +2531,14 @@ "id": "bw3-58", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3354,17 +2550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leaches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3378,33 +2570,22 @@ "id": "bw3-59", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Luring Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Will-O-Wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3416,17 +2597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "This ominous Pokémon is feared. Through cities it wanders, searching for the spirits of the fallen.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3440,13 +2617,9 @@ "id": "bw3-60", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Lampent", "abilities": [ { @@ -3458,11 +2631,7 @@ "attacks": [ { "name": "Eerie Glow", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Burned and Confused." @@ -3474,18 +2643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It absorbs a spirit, which it then burns. By waving the flames on its arms, it puts its foes into a hypnotic trance.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3499,32 +2663,21 @@ "id": "bw3-61", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "attacks": [ { "name": "Core Cannon", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each Fighting Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Power Gem", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -3536,20 +2689,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "61", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Compressing the energy from its internal core lets it fire off an attack capable of blowing away a mountain.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3563,22 +2709,14 @@ "id": "bw3-62", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Pummel", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -3590,18 +2728,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It fights by swinging a piece of lumber around. It is close to evolving when it can handle the lumber without difficulty.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3615,35 +2748,22 @@ "id": "bw3-63", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Strength", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Pummel", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3655,19 +2775,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "This Pokémon is so muscular and strongly built that even a group of wrestlers could not make it budge an inch.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3681,13 +2795,9 @@ "id": "bw3-64", "name": "Conkeldurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gurdurr", "abilities": [ { @@ -3699,12 +2809,7 @@ "attacks": [ { "name": "Top Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -3716,20 +2821,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "64", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It it thought that Conkeldurr taught humans how to make concrete more than 2,000 years ago.", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3743,31 +2841,21 @@ "id": "bw3-65", "name": "Conkeldurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gurdurr", "attacks": [ { "name": "Chip Away", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." }, { "name": "Swing Around", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -3779,19 +2867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "They use concrete pillars as walking canes. They know moves that enable them to swing the pillars freely in battle.", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3805,36 +2887,25 @@ "id": "bw3-66", "name": "Archen", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Plume Fossil", - "evolvesTo": [ - "Archeops" - ], + "evolvesTo": ["Archeops"], "rules": [ "Put this card onto your Bench only with the effect of Plume Fossil" ], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -3846,17 +2917,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Said to be an ancestor of bird Pokémon, they were unable to fly and moved about by hopping from one branch to another.", - "nationalPokedexNumbers": [ - 566 - ], + "nationalPokedexNumbers": [566], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3870,13 +2937,9 @@ "id": "bw3-67", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Archen", "abilities": [ { @@ -3888,11 +2951,7 @@ "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3904,18 +2963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "They are intelligent and will cooperate to catch prey. From the ground, they use a running start to take flight.", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -3929,31 +2983,20 @@ "id": "bw3-68", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Trickle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3971,17 +3014,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers a volt of electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3995,32 +3034,21 @@ "id": "bw3-69", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4032,17 +3060,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "match", "rarity": "Common", "flavorText": "In fights, they dominate with onslaughts of flowing, continuous attack. With their sharp claws, they cut enemies.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4056,30 +3080,21 @@ "id": "bw3-70", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Feint", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4091,17 +3106,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It wield the fur on its arms like a whip. Its arms attacks come with such rapidity that they cannot even be seen.", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4115,23 +3126,14 @@ "id": "bw3-71", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Fighting"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Confused." @@ -4149,19 +3151,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "These Pokémon are thought to have been created by the science of an ancient and mysterious civilization.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4175,34 +3171,21 @@ "id": "bw3-72", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Golett", "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top card of your opponent's deck." }, { "name": "Hurricane Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -4220,20 +3203,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "72", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It is said that Golurk were ordered to protect people and Pokémon by the ancient people who made them.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4247,31 +3223,20 @@ "id": "bw3-73", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4283,20 +3248,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "73", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4310,30 +3268,20 @@ "id": "bw3-74", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Abundant Harvest", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Gaia Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4351,17 +3299,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \"The Guardian of the Fields.\"", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4375,22 +3319,14 @@ "id": "bw3-75", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Darkness"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Iron Head", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -4408,17 +3344,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "They fight at Bisharp's command. They cling to their prey and inflict damage by sinking their blades into it.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4432,30 +3364,21 @@ "id": "bw3-76", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Finishing Blow", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 50 more damage." }, { "name": "Night Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -4473,17 +3396,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4497,32 +3416,21 @@ "id": "bw3-77", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Darkness"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4540,18 +3448,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "They cannot see, so they tackle and bite to learn about their surroundings. Their bodies are covered in wounds.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4565,34 +3468,22 @@ "id": "bw3-78", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Double Hit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Strength", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4610,18 +3501,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Since their two heads do not get along and compete with each other for food, they always eat too much.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4635,13 +3521,9 @@ "id": "bw3-79", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -4653,12 +3535,7 @@ "attacks": [ { "name": "Berserker Blade", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4676,19 +3553,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The heads on their arms do not have brains. They use all three heads to consume and destroy everything.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4702,32 +3573,21 @@ "id": "bw3-80", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Twineedle", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -4745,19 +3605,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "These Pokémon evolve by wearing the shell covering of a Shelmet. The steel armor protects their whole body.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4771,32 +3625,21 @@ "id": "bw3-81", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Pierce", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4814,17 +3657,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Blades comprise this Pokémon's entire body. If battling dulls the blades, it sharpens them on stones by the river.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4838,31 +3677,21 @@ "id": "bw3-82", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a Metal Energy card from your discard pile to this Pokémon." }, { "name": "Metal Scissors", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 20 more damage for each Metal Energy attached to this Pokémon." @@ -4880,18 +3709,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It leads a group of Pawniard. It battles to become the boss, but will be driven from the group if it loses.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4905,29 +3729,20 @@ "id": "bw3-83", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Devour", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Durant in play, discard the top card of your opponent's deck." }, { "name": "Vice Grip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4945,17 +3760,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "They attack in groups, covering themselves in steel armor to protect themselves against Heatmor.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4969,31 +3780,20 @@ "id": "bw3-84", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Energy Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Iron Breaker", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't attack during your opponent's next turn." @@ -5011,18 +3811,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It has a body and heart of steel. Its glare is sufficient to make even an unruly Pokémon obey it.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5036,20 +3831,13 @@ "id": "bw3-85", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of your Benched Pokémon." @@ -5061,18 +3849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5086,38 +3869,26 @@ "id": "bw3-86", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Colorless"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5131,50 +3902,34 @@ "id": "bw3-87", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dual Chop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Since a broken tusk will not grow back, they diligently sharpen their tusks on river rocks after they've been fighting.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5188,49 +3943,33 @@ "id": "bw3-88", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Dual Chop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't attack during your next turn." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "They are kind but can be relentless when defending territory. They challenge foes with tusks that can cut steel.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5244,13 +3983,9 @@ "id": "bw3-89", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Rough Skin", @@ -5261,28 +3996,19 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It races through narrow caves, using its sharp claws to catch prey. The skin on its face is harder than a rock.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5296,9 +4022,7 @@ "id": "bw3-90", "name": "Cover Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Tirtouga you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5319,9 +4043,7 @@ "id": "bw3-91", "name": "Eviolite", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is a Basic Pokémon, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).", @@ -5343,9 +4065,7 @@ "id": "bw3-92", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5366,9 +4086,7 @@ "id": "bw3-93", "name": "Plume Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Archen you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5389,9 +4107,7 @@ "id": "bw3-94", "name": "Rocky Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.", @@ -5414,9 +4130,7 @@ "id": "bw3-95", "name": "Super Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5437,9 +4151,7 @@ "id": "bw3-96", "name": "Xtransceiver", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5460,29 +4172,20 @@ "id": "bw3-97", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Leaf Wallop", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Leaf Wallop attack does 40 more damage (before applying Weakness and Resistance)." @@ -5500,17 +4203,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5524,13 +4223,9 @@ "id": "bw3-98", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Star", @@ -5541,10 +4236,7 @@ "attacks": [ { "name": "Stored Power", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move all Energy attached to this Pokémon to 1 of your Benched Pokémon." @@ -5556,17 +4248,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5580,31 +4268,20 @@ "id": "bw3-99", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5616,20 +4293,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5643,31 +4313,20 @@ "id": "bw3-100", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Energy Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Iron Breaker", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't attack during your opponent's next turn." @@ -5685,18 +4344,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Ultra", "flavorText": "It has a body and heart of steel. Its glare is sufficient to make even an unruly Pokémon obey it.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5710,9 +4364,7 @@ "id": "bw3-101", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or his remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5733,32 +4385,21 @@ "id": "bw3-102", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Pay Day", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Draw a card." @@ -5770,17 +4411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Kouki Saitou", "rarity": "Rare Secret", "flavorText": "This is an extremely rare Meowth card. Maybe good fortune will come to you if you hold this card!", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5790,4 +4427,4 @@ "large": "https://images.pokemontcg.io/bw3/102_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw4.json b/cards/en/bw4.json index 64e8b67d0..76d16e7c0 100644 --- a/cards/en/bw4.json +++ b/cards/en/bw4.json @@ -3,31 +3,20 @@ "id": "bw4-1", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Power Pinch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Grip and Squeeze", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -39,18 +28,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It grips prey with its pincers until the prey is torn in half. What it can't tear, it tosses far.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,22 +48,14 @@ "id": "bw4-2", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -97,17 +73,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -121,32 +93,21 @@ "id": "bw4-3", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Beat", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Headbutt", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 10 more damage for each heads." @@ -158,17 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its legs are short. Whenever it stumbles, its stiff antennae clack with a xylophone-like sound.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -182,30 +139,21 @@ "id": "bw4-4", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "White Noise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Draining Cut", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads. Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." @@ -217,17 +165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "There is a village that hosts a contest based on the amazingly variable cries of this Pokémon.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -241,33 +185,23 @@ "id": "bw4-5", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 more damage for each Prize card your opponent has taken." @@ -285,16 +219,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -308,23 +238,14 @@ "id": "bw4-6", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -342,17 +263,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "This Pokémon dwells deep in the forest. Eating a leaf from its head whisks weariness away as if by magic.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -366,30 +283,21 @@ "id": "bw4-7", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Collect", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Stadium Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage and heal 30 damage from this Pokémon." @@ -407,18 +315,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -432,32 +335,21 @@ "id": "bw4-8", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Rising Lunge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -475,17 +367,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It lures people in with its Poké Ball pattern, then releases poison spores. Why it resembles a Poké Ball is unknown.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -499,13 +387,9 @@ "id": "bw4-9", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "abilities": [ { @@ -517,10 +401,7 @@ "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -538,18 +419,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It lures prey close by dancing and waving its arm caps, which resemble Poké Balls, in a swaying motion.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -563,32 +439,21 @@ "id": "bw4-10", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -600,19 +465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "A Pokémon with a loyal nature, it will remain motionless until it is given an order by its Trainer.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -626,23 +485,14 @@ "id": "bw4-11", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -654,18 +504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Mizue", "rarity": "Common", "flavorText": "A Pokémon with a loyal nature, it will remain motionless until it is given an order by its Trainer.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -679,13 +524,9 @@ "id": "bw4-12", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -697,11 +538,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, discard 2 Energy attached to this Pokémon." @@ -713,19 +550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its proud and regal appearance has captured the hearts of people since long ago.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -739,32 +570,21 @@ "id": "bw4-13", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Crunch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -776,19 +596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Ryo Ueda", "rarity": "Uncommon", "flavorText": "Its proud and regal appearance has captured the hearts of people since long ago.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -802,33 +616,20 @@ "id": "bw4-14", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Burned." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard a Fire Energy attached to this Pokémon." @@ -846,18 +647,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -871,23 +667,14 @@ "id": "bw4-15", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -899,17 +686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "James Turner", "rarity": "Common", "flavorText": "When it is angered, the temperature of its head tuft reaches 600° F. It uses its tuft to roast berries.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -923,30 +706,21 @@ "id": "bw4-16", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Collect", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Stadium Burn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage and the Defending Pokémon is now Burned." @@ -958,17 +732,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It loves sweets because they become energy for the fire burning inside its body.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -982,23 +752,14 @@ "id": "bw4-17", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1010,19 +771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Darumaka's droppings are hot, so people used to put them in their clothes to keep themselves warm.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1036,22 +791,14 @@ "id": "bw4-18", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1063,17 +810,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leaches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1087,24 +830,15 @@ "id": "bw4-19", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -1116,17 +850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It arrives near the moment of death and steals spirit from the body.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1140,30 +870,21 @@ "id": "bw4-20", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "attacks": [ { "name": "Flame Burst", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Inferno", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard all Energy attached to this Pokémon. The Defending Pokémon is now Burned." @@ -1175,18 +896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Being consumed in Chandelure's flame burns up the spirit, leaving the body behind.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1200,31 +916,20 @@ "id": "bw4-21", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -1236,18 +941,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1261,37 +961,23 @@ "id": "bw4-22", "name": "Reshiram-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." @@ -1303,18 +989,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1328,31 +1008,21 @@ "id": "bw4-23", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy attached to this Pokémon and heal all damage from this Pokémon." }, { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1364,17 +1034,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "If its body is torn, it can grow back if the red core remains. The core flashes at midnight.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1388,29 +1054,21 @@ "id": "bw4-24", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Swift", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -1426,9 +1084,7 @@ "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "At the center of its body is a red core, which sends mysterious radio signals into the night sky.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1442,29 +1098,20 @@ "id": "bw4-25", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 20 damage to itself." @@ -1476,18 +1123,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It loves crossing the sea with people and Pokémon on its back. It understands human speech.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1501,31 +1143,20 @@ "id": "bw4-26", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1537,18 +1168,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It loves crossing the sea with people and Pokémon on its back. It understands human speech.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1562,33 +1188,20 @@ "id": "bw4-27", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Ice Wing", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1606,18 +1219,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1631,23 +1239,14 @@ "id": "bw4-28", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1659,17 +1258,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Reiko Tanoue", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1683,30 +1278,21 @@ "id": "bw4-29", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Stadium Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage and the Defending Pokémon is now Asleep." @@ -1718,17 +1304,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The tuft on its head holds water. When the level runs low, it replenishes the tuft by siphoning up water with its tail.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1742,28 +1324,20 @@ "id": "bw4-30", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bared Fangs", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "If, before this Pokémon does damage, the Defending Pokémon has no damage counters on it, this attack does nothing." @@ -1775,17 +1349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Red and blue Basculin usually do not get along, but sometimes members of one school mingle with the other's school.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1799,32 +1369,21 @@ "id": "bw4-31", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1836,17 +1395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "The temperature of their breath is -58° F. They create snow crystals and make snow fall in the areas around them.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1860,34 +1415,22 @@ "id": "bw4-32", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1899,18 +1442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Snowy mountains are this Pokémon's habitat. During an ancient ice age, they moved to southern areas.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1924,13 +1462,9 @@ "id": "bw4-33", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "abilities": [ { @@ -1942,11 +1476,7 @@ "attacks": [ { "name": "Crushing Ice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 10 more damage for each Colorless" @@ -1958,18 +1488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Swallowing large amounts of water, they make snow clouds inside their bodies and attack their foes with violent blizzards.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1983,32 +1508,21 @@ "id": "bw4-34", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Spit Poison", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -2020,18 +1534,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "They paralyze prey with poison, then drag them down to their lairs, five miles below the surface.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2045,31 +1554,21 @@ "id": "bw4-35", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "attacks": [ { "name": "Vengeful Wish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to the Defending Pokémon." }, { "name": "Absorb Life", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -2081,18 +1580,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "They propel themselves by expelling absorbed seawater from their bodies. Their favorite food is life energy.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2106,32 +1600,21 @@ "id": "bw4-36", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Sniffle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Belt attack's base damage is 40." }, { "name": "Belt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2143,19 +1626,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its nose is always running. It sniffs the snot back up because the mucus provides the raw material for its moves.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2169,32 +1646,21 @@ "id": "bw4-37", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Daunt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done by attack from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Ambush", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2206,19 +1672,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It can make its breath freeze at will. Very able in the water, it swims around in northern seas and catches prey.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2232,37 +1692,23 @@ "id": "bw4-38", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Wings", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Hail Blizzard", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon can't use Hail Blizzard during your next turn." @@ -2274,18 +1720,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2299,32 +1739,21 @@ "id": "bw4-39", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2336,17 +1765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2360,31 +1785,21 @@ "id": "bw4-40", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Slam", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -2396,17 +1811,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Its tail discharges electricity into the ground, protecting it from getting shocked.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2420,33 +1831,20 @@ "id": "bw4-41", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thundering Hurricane", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -2464,18 +1862,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2489,32 +1882,21 @@ "id": "bw4-42", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Jump On", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2526,17 +1908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2550,22 +1928,14 @@ "id": "bw4-43", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -2577,17 +1947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2601,34 +1967,22 @@ "id": "bw4-44", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Jump On", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 10 damage to itself." @@ -2640,17 +1994,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2664,33 +2014,22 @@ "id": "bw4-45", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2706,9 +2045,7 @@ "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2722,31 +2059,21 @@ "id": "bw4-46", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Flash Impact", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "Does 20 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crunch", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -2758,17 +2085,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It can see clearly through walls to track down its prey and seek its lost young.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2782,23 +2105,14 @@ "id": "bw4-47", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -2810,17 +2124,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "sui", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use their flashing manes to communicate with one another.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2834,32 +2144,21 @@ "id": "bw4-48", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Disconnect", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent can't play any Item cards from his or her hand during your opponent's next turn." }, { "name": "Lightning Crash", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2875,9 +2174,7 @@ "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2891,20 +2188,13 @@ "id": "bw4-49", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Bounce", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2916,17 +2206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "The energy made in its cheeks' electric pouches is stored inside its membrane and released while it is gliding.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2940,31 +2226,20 @@ "id": "bw4-50", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -2976,18 +2251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3001,37 +2271,23 @@ "id": "bw4-51", "name": "Zekrom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strong Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -3043,18 +2299,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3068,23 +2318,14 @@ "id": "bw4-52", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Nasty Goo", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3096,18 +2337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It was born when sludge in a dirty stream was exposed to the moon's X-rays. It appears among filth.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3121,33 +2357,21 @@ "id": "bw4-53", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "attacks": [ { "name": "Gentle Wrap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Toxic Secretion", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." @@ -3159,20 +2383,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "53", "artist": "match", "rarity": "Rare", "flavorText": "A toxic fluids seeps from its body. The fluid instantly kills plants and trees on contact.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3186,38 +2403,24 @@ "id": "bw4-54", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "X Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon." }, { "name": "Psydrive", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -3229,17 +2432,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3253,32 +2451,21 @@ "id": "bw4-55", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3290,17 +2477,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3314,36 +2497,22 @@ "id": "bw4-56", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -3355,17 +2524,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3379,13 +2544,9 @@ "id": "bw4-57", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -3397,12 +2558,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -3414,18 +2570,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "To protect its Trainer, it will expend all its psychic power to create a small black hole.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3439,23 +2590,14 @@ "id": "bw4-58", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3467,18 +2609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It eats the dreams of people and Pokémon. When it eats a pleasant dream, it expels pink-colored mist.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3492,13 +2629,9 @@ "id": "bw4-59", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "abilities": [ { @@ -3510,10 +2643,7 @@ "attacks": [ { "name": "Fluffy Dream", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon is now Asleep." @@ -3525,19 +2655,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "Maiko Fujiwara", "rarity": "Rare", "flavorText": "With the mist from its forehead, it can create shapes of things from dreams it has eaten.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3551,30 +2675,21 @@ "id": "bw4-60", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Synchrodraw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." }, { "name": "DarMAXitan", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads." @@ -3586,19 +2701,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "When weakened in battle, it transforms into a stone statue. Then it sharpens its mind and fights on mentally.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3612,22 +2721,14 @@ "id": "bw4-61", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3639,17 +2740,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It uses its strong psychic power to squeeze its opponent's brain, causing unendurable headaches.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3663,31 +2760,21 @@ "id": "bw4-62", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Brain Control", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand. Choose a card from there and put it on the bottom of your opponent's deck." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Confused." @@ -3699,17 +2786,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It can manipulate an opponent's memory. Apparently, it communicates by flashing its three different-colored fingers.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3723,32 +2806,21 @@ "id": "bw4-63", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3760,17 +2832,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It has the peculiar power of being able to see emotions such as joy and rage in the form of waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3784,13 +2852,9 @@ "id": "bw4-64", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -3802,10 +2866,7 @@ "attacks": [ { "name": "Aura Sphere", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3817,17 +2878,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "A well-trained one can sense auras to identify and take in the feelings of creatures over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3841,33 +2898,21 @@ "id": "bw4-65", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Sand Jet", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3885,20 +2930,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "65", "artist": "match", "rarity": "Common", "flavorText": "It shuts its nostrils tight then travels through sand as if walking. They form colonies of around ten.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3912,34 +2950,21 @@ "id": "bw4-66", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Sand Bazooka", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may move 1 Energy attached to this Pokémon to 1 of your Benched Pokémon." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This attack's damage isn't affected by Resistance." @@ -3957,20 +2982,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "66", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It is surprisingly quick to anger. It holds its mouth agape as a display of its strength.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3984,22 +3002,14 @@ "id": "bw4-67", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Triple Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 times the number of heads." @@ -4011,17 +3021,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Midori Harada", "rarity": "Common", "flavorText": "They has mastered elegant combos. As they concentrate, their battle moves become swifter and more precise.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4035,30 +3041,21 @@ "id": "bw4-68", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Haul In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Pokémon Tool cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Meditate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 10 more damage for each damage counter on the Defending Pokémon." @@ -4070,17 +3067,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "They use the long fur on their arms as a whip to strike their opponents.", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4094,32 +3087,21 @@ "id": "bw4-69", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Corner", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4137,17 +3119,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "A smart and sneaky Pokémon. A pair may work together to steal eggs by having one lure the parents away.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4161,31 +3139,21 @@ "id": "bw4-70", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Dark Penalty", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "90", "text": "If the Defending Pokémon has no Pokémon Tool card attached to it, this attack does nothing." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -4203,17 +3171,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Evolution made it even more devious. It communicates by clawing signs in boulders.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4227,24 +3191,15 @@ "id": "bw4-71", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Surprise Punch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon." @@ -4262,17 +3217,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The sound of its grass flute makes its listeners uneasy. It lives deep in forests.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4286,13 +3237,9 @@ "id": "bw4-72", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -4304,11 +3251,7 @@ "attacks": [ { "name": "Whirlwind", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4326,17 +3269,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "match", "rarity": "Rare", "flavorText": "By flapping its leafy fan, it can whip up gusts of 100 ft/second that can level houses.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4350,32 +3289,21 @@ "id": "bw4-73", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Shed Skin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from this Pokémon." }, { "name": "Lunge", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -4393,18 +3321,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It immediately headbutts anyones that makes eye contact with it. Its skull is massively thick.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4418,31 +3341,21 @@ "id": "bw4-74", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Rock Head", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Hammer Kick", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has fewer remaining HP than the Defending Pokémon, this attack does 30 more damage." @@ -4460,18 +3373,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It can smash concrete blocks with its kicking attacks. The one with the biggest crest is the group leader.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4485,34 +3393,21 @@ "id": "bw4-75", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Spinning Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4530,19 +3425,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "There are researchers who believe this Pokémon reflected like a mirror in the distant past.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4556,13 +3445,9 @@ "id": "bw4-76", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -4574,11 +3459,7 @@ "attacks": [ { "name": "Oracle Inflict", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 10 more damage for each card in your opponent's hand." @@ -4596,20 +3477,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "76", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It brought rains by opening portals to another world. It was revered as a bringer of plentiful harvests.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4623,23 +3497,14 @@ "id": "bw4-77", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Self Destruct", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon does 60 damage to itself." @@ -4657,19 +3522,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "77", "artist": "match", "rarity": "Common", "flavorText": "When threatened, it attacks by shooting a barrage of spikes, which gives it a chance to escape by rolling away.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4683,32 +3542,21 @@ "id": "bw4-78", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4720,18 +3568,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "sui", "rarity": "Uncommon", "flavorText": "When it wavers its big, round eyes, it begins singing a lullaby that makes everyone drowsy.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4745,32 +3588,21 @@ "id": "bw4-79", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of your Pokémon that have the Round attack." }, { "name": "Hypnoblast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -4782,18 +3614,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its fine fur feels sublime to the touch. It can expand its body by inhaling air.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4807,32 +3634,21 @@ "id": "bw4-80", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4844,17 +3660,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It is nocturnal in nature. If it spots something shiny, its eyes glitter brightly.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4868,30 +3680,21 @@ "id": "bw4-81", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Shadow Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard a random card from your opponent's hand." @@ -4903,17 +3706,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "A very haughty Pokémon. Among fans, the size of the jewel in its forehead is a topic of much talk.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4927,37 +3726,23 @@ "id": "bw4-82", "name": "Regigigas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Giga Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." }, { "name": "Raging Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Does 10 more damage for each damage counter on this Pokémon." @@ -4969,19 +3754,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4995,32 +3773,21 @@ "id": "bw4-83", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5038,17 +3805,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "MAHOU", "rarity": "Common", "flavorText": "These Pokémon live in cities. They are accustomed to people. Flocks often gather in parks and plazas.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5062,32 +3825,21 @@ "id": "bw4-84", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5099,17 +3851,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Tomohiro Kitakaze", "rarity": "Uncommon", "flavorText": "These Pokémon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5123,13 +3871,9 @@ "id": "bw4-85", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -5141,11 +3885,7 @@ "attacks": [ { "name": "Echoed Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -5157,17 +3897,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Kanako Eo", "rarity": "Rare Holo", "flavorText": "Their white fur is coated in a special oil that makes it easy for them to deflect attacks.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5181,9 +3917,7 @@ "id": "bw4-86", "name": "Cilan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5204,9 +3938,7 @@ "id": "bw4-87", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When your Active Pokémon is Knocked Out by damage from an opponent's attack, you may move 1 basic Energy card that was attached to that Pokémon to the Pokémon this card is attached to.", @@ -5229,9 +3961,7 @@ "id": "bw4-88", "name": "Heavy Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with a Retreat Cost of 3 or more, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5252,9 +3982,7 @@ "id": "bw4-89", "name": "Level Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5276,9 +4004,7 @@ "id": "bw4-90", "name": "Pokémon Center", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may heal 20 damage from 1 of his or her Benched Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5299,9 +4025,7 @@ "id": "bw4-91", "name": "Skyarrow Bridge", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The Retreat Cost of each Basic Pokémon is play is Colorless less.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5322,12 +4046,8 @@ "id": "bw4-92", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "92", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -5344,9 +4064,7 @@ "id": "bw4-93", "name": "Prism Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "If the Pokémon this card is attached to is a Basic Pokémon, this card provides every type of Energy but provides only 1 Energy at a time." @@ -5367,33 +4085,23 @@ "id": "bw4-94", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 more damage for each Prize card your opponent has taken." @@ -5411,16 +4119,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5434,37 +4138,23 @@ "id": "bw4-95", "name": "Reshiram-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." @@ -5476,18 +4166,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5501,37 +4185,23 @@ "id": "bw4-96", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Wings", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Hail Blizzard", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon can't use Hail Blizzard during your next turn." @@ -5543,18 +4213,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5568,37 +4232,23 @@ "id": "bw4-97", "name": "Zekrom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strong Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -5610,18 +4260,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5635,38 +4279,24 @@ "id": "bw4-98", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "X Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon." }, { "name": "Psydrive", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -5678,17 +4308,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5702,37 +4327,23 @@ "id": "bw4-99", "name": "Regigigas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Giga Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." }, { "name": "Raging Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Does 10 more damage for each damage counter on this Pokémon." @@ -5744,19 +4355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5770,13 +4374,9 @@ "id": "bw4-100", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -5788,12 +4388,7 @@ "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -5805,20 +4400,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5832,13 +4420,9 @@ "id": "bw4-101", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Lampent", "abilities": [ { @@ -5850,11 +4434,7 @@ "attacks": [ { "name": "Eerie Glow", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Burned and Confused." @@ -5866,18 +4446,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5891,30 +4466,21 @@ "id": "bw4-102", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Foul Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks and use it as this attack." @@ -5932,17 +4498,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5956,13 +4518,9 @@ "id": "bw4-103", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -5974,12 +4532,7 @@ "attacks": [ { "name": "Berserker Blade", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5997,19 +4550,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/bw5.json b/cards/en/bw5.json index a252a5a08..56ed919f6 100644 --- a/cards/en/bw5.json +++ b/cards/en/bw5.json @@ -3,33 +3,21 @@ "id": "bw5-1", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -47,18 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "For some time after its birth, it grows by gaining nourishment from the seed on its back.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -72,35 +55,22 @@ "id": "bw5-2", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Poison Powder", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned." @@ -118,19 +88,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "sui", "rarity": "Uncommon", "flavorText": "When the bud on its back starts swelling, a sweet aroma wafts to indicate the flower's coming bloom.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -144,13 +108,9 @@ "id": "bw5-3", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -162,12 +122,7 @@ "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "The Defending Pokémon is now Poisoned." @@ -185,20 +140,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "After a rainy day, the flower on its back smells stronger. The scent attracts other Pokémon.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -212,24 +160,14 @@ "id": "bw5-4", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to this Pokémon." @@ -241,17 +179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "The sharp scythes on its forearms become increasingly sharp by cutting through hard objects.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -265,30 +199,20 @@ "id": "bw5-5", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Lure Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Poisoned." }, { "name": "Spit Squall", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent puts the Defending Pokémon and all cards attached to it into his or her hand." @@ -306,18 +230,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "It binds itself to trees on marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -331,30 +250,21 @@ "id": "bw5-6", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Energy Assist", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -372,17 +282,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "It basically does not fight. With cells similar to those of plants, it can perform photosynthesis.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -396,33 +302,21 @@ "id": "bw5-7", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Beat", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -434,18 +328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It makes a hole in a suitable rock. If that rock breaks, the Pokémon remains agitated until it locates a replacement.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -459,32 +348,21 @@ "id": "bw5-8", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dwebble", "attacks": [ { "name": "Cut", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Heavy Bullet", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -496,19 +374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Ryo Ueda", "rarity": "Uncommon", "flavorText": "It possesses legs of enormous strength, enabling it to carry heavy slabs for many days, even when crossing arid land.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -522,33 +394,21 @@ "id": "bw5-9", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -560,17 +420,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "These mysterious Pokémon evolve when they receive electrical stimulation while they are in the same place as Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -584,23 +440,14 @@ "id": "bw5-10", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -612,19 +459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "When attacked, it defends itself by closing the lid of its shell. It can spit a sticky, poisonous liquid.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -638,30 +479,21 @@ "id": "bw5-11", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Deck and Cover", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "The Defending Pokémon is now Paralyzed and Poisined. Shuffle this Pokémon and all cards attached to it into your deck." @@ -677,9 +509,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When its body dries out, it weakens. So, to prevent dehydration, it wraps itself in many layers of thin membrane.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -693,31 +523,21 @@ "id": "bw5-12", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Sand-Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Fire Slash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -729,17 +549,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Inhaled air is heated in the flame sac in its body to an intense fire over 3,000 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -753,35 +569,23 @@ "id": "bw5-13", "name": "Entei-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Burned." }, { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon." @@ -793,18 +597,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -818,23 +616,14 @@ "id": "bw5-14", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -846,17 +635,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees F.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -870,32 +655,21 @@ "id": "bw5-15", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -907,17 +681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees F.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -931,34 +701,22 @@ "id": "bw5-16", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -970,17 +728,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Its kicking mastery lets it loose 10 kicks per second. It emits sharp cries to intimidate foes.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -994,32 +748,21 @@ "id": "bw5-17", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Blaze Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, the Defending Pokémon is now Burned." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard an Energy attached to this Pokémon." @@ -1031,18 +774,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Flames spout from its wrists, enveloping its knuckles. Its punches scorch it foes.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1056,30 +794,20 @@ "id": "bw5-18", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1091,18 +819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It burns coal inside its shell for energy. It blows out black soot if it is endangered.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1116,30 +839,20 @@ "id": "bw5-19", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Hot Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is Durant, this attack does 50 more damage." }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1151,17 +864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Using their very hot, flame-covered tongues, they burn through Durant's steel bodies and consume their insides.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1175,34 +884,21 @@ "id": "bw5-20", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1214,19 +910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "match", "rarity": "Common", "flavorText": "This Pokémon was believed to have been born from the sun. When it evolves, its entire body is engulfed in flames.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1240,23 +930,14 @@ "id": "bw5-21", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "This Defending Pokémon is now Burned." @@ -1268,17 +949,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The base of volcanoes is where they make their homes. They shoot fire from their five horns to repel attacking enemies.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1292,13 +969,9 @@ "id": "bw5-22", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "abilities": [ { @@ -1310,11 +983,7 @@ "attacks": [ { "name": "Burning Wind", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard an Energy attached to this Pokémon. If you do, the Defending Pokémon is now Burned." @@ -1326,19 +995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "A sea of fire engulfs the surroundings of their battles, since they use their six wings to scatter their ember scales.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1352,33 +1015,21 @@ "id": "bw5-23", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Big Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both this Pokémon and the Defending Pokémon are now Asleep." }, { "name": "Shot in the Dark", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -1390,19 +1041,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "MAHOU", "rarity": "Common", "flavorText": "Although slow, it is skilled at fishing with its tail. It does not feel pain if its tail is bitten.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1416,13 +1061,9 @@ "id": "bw5-24", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1434,10 +1075,7 @@ "attacks": [ { "name": "Lazy Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "This Pokémon is now Asleep." @@ -1449,19 +1087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Though usually dim witted, it seems to become inspired if the Shellder on its tail bites down.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1475,31 +1107,21 @@ "id": "bw5-25", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Muddy Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spiral Drain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage from this Pokémon." @@ -1511,18 +1133,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Its cell composition is similar to water molecules. As a result, it can melt away into water.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1536,35 +1153,23 @@ "id": "bw5-26", "name": "Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Dual Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1576,19 +1181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1602,22 +1200,14 @@ "id": "bw5-27", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -1629,17 +1219,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1653,34 +1239,22 @@ "id": "bw5-28", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Razor Wing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fury Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -1692,18 +1266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Because every Prinplup considers itself to be the most important, they can never form a group.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1717,13 +1286,9 @@ "id": "bw5-29", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "abilities": [ { @@ -1735,9 +1300,7 @@ "attacks": [ { "name": "Attack Command", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's)." @@ -1749,18 +1312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "If anyone were to hurt its pride, it would slash them with wings that can cleave through an ice floe.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1774,30 +1332,21 @@ "id": "bw5-30", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Reflect Energy", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1809,17 +1358,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "By controlling its body heat, it can freeze the atmosphere around it to make a diamond-dust flurry.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1833,23 +1378,14 @@ "id": "bw5-31", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." @@ -1861,17 +1397,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They warn other of danger by vibrating their cheeks to create a high-pitched sound.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1885,24 +1417,15 @@ "id": "bw5-32", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1914,18 +1437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It lives in the water and on land. It uses its long, sticky tongue to capture prey.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1939,22 +1457,14 @@ "id": "bw5-33", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -1966,17 +1476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The temperature of their breath is -58° F. They create snow crystals and make snow fall in the areas surrounding them.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1990,34 +1496,22 @@ "id": "bw5-34", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Triple Spin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2029,17 +1523,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Snowy mountains are this Pokémon's habitat. During an ancient ice age, they moved to southern areas.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2053,23 +1543,14 @@ "id": "bw5-35", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -2087,17 +1568,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "sui", "rarity": "Common", "flavorText": "These bird Pokémon are excellent divers. They swim around in the water eating their favorite food—peat moss.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2111,31 +1588,21 @@ "id": "bw5-36", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Healing Dance", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Incessant Peck", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -2153,17 +1620,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Mizue", "rarity": "Rare", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2177,31 +1640,21 @@ "id": "bw5-37", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Electrigun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "You may discard a Lightning Energy attached to this Pokémon. If you do, this attack does 40 more damage." }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." @@ -2217,9 +1670,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "If agitated, it uses electricity to straighten out its fur and launch it in small bunches.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2233,35 +1684,23 @@ "id": "bw5-38", "name": "Raikou-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Volt Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -2273,16 +1712,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2296,28 +1731,20 @@ "id": "bw5-39", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Tag Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 4 cards. If Minun is on your Bench, draw 4 more cards." }, { "name": "Positive Ion", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2329,17 +1756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2353,28 +1776,20 @@ "id": "bw5-40", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Negative Ion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Electrishower", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2386,17 +1801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2410,32 +1821,21 @@ "id": "bw5-41", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2447,17 +1847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "MAHOU", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2471,22 +1867,14 @@ "id": "bw5-42", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2498,17 +1886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2522,30 +1906,21 @@ "id": "bw5-43", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Quick Turn", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Electrisilk", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon has no Retreat Cost, this attack does 40 more damage." @@ -2557,17 +1932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "They employ an electrically charged web to trap their prey. While it is immobilized by shock, they leisurely consume it.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2581,22 +1952,14 @@ "id": "bw5-44", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Charge Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon." @@ -2608,17 +1971,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Midori Harada", "rarity": "Common", "flavorText": "These Pokémon move in schools. They have an electricity-generating organ, so they discharge electricity if in danger.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2632,22 +1991,14 @@ "id": "bw5-45", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2659,17 +2010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "These Pokémon move in schools. They have an electricity-generating organ, so they discharge electricity if in danger.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2683,34 +2030,22 @@ "id": "bw5-46", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard all Lightning Energy attached to this Pokémon." @@ -2722,18 +2057,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2747,34 +2077,21 @@ "id": "bw5-47", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Suction Heal", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." }, { "name": "Slurp Shakedown", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. This attack does 60 damage to the new Defending Pokémon." @@ -2786,19 +2103,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "With their sucker mouths, they suck in prey. Then they use their fangs to shock the prey with electricity.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2812,13 +2123,9 @@ "id": "bw5-48", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2830,11 +2137,7 @@ "attacks": [ { "name": "Psy Report", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent reveals his or her hand." @@ -2846,17 +2149,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Mizue", "rarity": "Rare", "flavorText": "Its fur is so sensitive, it can sense minute shifts in the air and predict the weather.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2870,31 +2169,21 @@ "id": "bw5-49", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Hand Press", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you have more cards in your hand than your opponent, this attack does 30 more damage." @@ -2906,18 +2195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Being bitten by Shellder gave it intelligence comparable to that of award-winning scientists.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2931,32 +2215,21 @@ "id": "bw5-50", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Heart Stamp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2974,17 +2247,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Suction from its nostrils enables it to stick to cave walls during sleep. It leaves a heart-shaped mark behind.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2998,22 +2267,14 @@ "id": "bw5-51", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose a card at random from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." @@ -3025,17 +2286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "Each of them carries a mask that used to be its face when it was human. Sometimes they look at it and cry.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3049,31 +2306,21 @@ "id": "bw5-52", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "attacks": [ { "name": "Chuck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard as many Pokémon Tool cards as you like from your hand. This attack does 40 damage times the number of cards you discarded." }, { "name": "Lock Up", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3085,18 +2332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It has been said that they swallow those who get too close and turn them into mummies. They like to eat gold nuggets.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3110,13 +2352,9 @@ "id": "bw5-53", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Old Amber Aerodactyl", "rules": [ "Put this card onto your Bench only with the effect of Old Amber Aerodactyl" @@ -3131,11 +2369,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3147,17 +2381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "A Pokémon that roamed the skies in the dinosaur era. Its teeth are like saw blades.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3171,35 +2401,23 @@ "id": "bw5-54", "name": "Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tromp", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Giant Claw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage." @@ -3217,19 +2435,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "54", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3243,23 +2454,14 @@ "id": "bw5-55", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3277,18 +2479,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It makes its way swiftly through the soil by putting both claws together and rotating at high speed.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3302,30 +2499,21 @@ "id": "bw5-56", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Tunnel Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dig Uppercut", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "Put a card from your discard pile into your hand." @@ -3343,19 +2531,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "More than 300 feet below the surface, they build mazelike nests. Their activity can be destructive to subway tunnels.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3369,34 +2551,21 @@ "id": "bw5-57", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Reinforced Drill", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 30 more damage." }, { "name": "Mach Claw", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -3414,20 +2583,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "57", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3441,33 +2603,21 @@ "id": "bw5-58", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3479,17 +2629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Mizue", "rarity": "Common", "flavorText": "These Pokémon appear at building sites and help out with construction. They always carry squared logs.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3503,34 +2649,22 @@ "id": "bw5-59", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Steel Swing", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -3542,18 +2676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "They strengthen their bodies by carrying steel beams. They show off their big muscles to their friends.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3567,32 +2696,21 @@ "id": "bw5-60", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Shadow Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." }, { "name": "Slashing Strike", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -3610,18 +2728,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "When exposed to the moon's aura, the rings on its body glow faintly and it gains a mysterious power.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3635,31 +2748,21 @@ "id": "bw5-61", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Shadow Shutdown", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon." @@ -3677,18 +2780,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When exposed to the moon's aura, the rings on its body glow faintly and it gains a mysterious power.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3702,44 +2800,32 @@ "id": "bw5-62", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Junk Hunt", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Item cards from your discard pile into your hand." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It hides in the darkness of caves. Its diet of gems has transformed its eyes into gemstones.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -3753,14 +2839,9 @@ "id": "bw5-63", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3774,11 +2855,7 @@ "attacks": [ { "name": "Night Spear", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3796,17 +2873,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3820,33 +2892,21 @@ "id": "bw5-64", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Sand Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3864,18 +2924,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "They live buried in the sands of the desert. The sun-warmed sands prevent their body temperature from dropping.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3889,36 +2944,22 @@ "id": "bw5-65", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -3936,19 +2977,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3962,34 +2997,21 @@ "id": "bw5-66", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Bombast", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Does 40 damage times the number of Prize cards you have taken." @@ -4007,19 +3029,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "They never allow prey to escape. Their jaws are so powerful, they can crush the body of an automobile.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4033,23 +3049,14 @@ "id": "bw5-67", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4067,17 +3074,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4091,32 +3094,21 @@ "id": "bw5-68", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Crushing Blow", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4134,18 +3126,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Groups of them beat up anything that enters their territory. Each can spit acidic liquid from its mouth.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4159,32 +3146,21 @@ "id": "bw5-69", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Ascension", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4202,17 +3178,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4226,32 +3198,21 @@ "id": "bw5-70", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Shadow Bind", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4269,17 +3230,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4293,31 +3250,21 @@ "id": "bw5-71", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Brutal Bash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of Darkness Pokémon you have in play." }, { "name": "Dark Rush", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of damage counters on this Pokémon." @@ -4335,18 +3282,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4360,32 +3302,21 @@ "id": "bw5-72", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fury Cutter", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 more damage. If 2 of them are heads, this attack does 30 more damage. If all of them are heads, this attack does 60 more damage." @@ -4403,17 +3334,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4427,22 +3354,14 @@ "id": "bw5-73", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4460,17 +3379,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "match", "rarity": "Uncommon", "flavorText": "Its wings are too tiny to allow it to fly. As the time approaches for it to evolve, it discards the bones it was wearing.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4484,31 +3399,21 @@ "id": "bw5-74", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Joust", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Before doing damage, discard a Pokémon Tool card attached to the Defending Pokémon." }, { "name": "Cavalry Lance", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -4526,19 +3431,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "They fly around at high speed, striking with their pointed spears. Even when in trouble, they face opponents bravely.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4552,23 +3451,14 @@ "id": "bw5-75", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -4586,19 +3476,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Interlocking two bodies and spinning around generates the energy they need to live.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4612,35 +3496,22 @@ "id": "bw5-76", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Charge Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon." }, { "name": "Vice Grip", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4658,19 +3529,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Spinning minigears are rotated at high speed and repeatedly fired away. It is dangerous if the gears don't return.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4684,32 +3549,21 @@ "id": "bw5-77", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Lock Gear", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Draw cards until you have 6 cards in your hand." @@ -4727,20 +3581,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "77", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "The gear with the red core is rotated at high speed for a rapid energy charge.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4754,34 +3601,21 @@ "id": "bw5-78", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4799,17 +3633,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "They fight at Bisharp's command. They cling to their prey and inflict damage by sinking their blades into it.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4823,32 +3653,21 @@ "id": "bw5-79", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4866,18 +3685,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4891,33 +3705,21 @@ "id": "bw5-80", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 30 damage to itself." @@ -4929,19 +3731,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A kindly Pokémon that lays highly nutritious eggs and shares them with injured Pokémon or people.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4955,23 +3751,14 @@ "id": "bw5-81", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -4983,18 +3770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Mizue", "rarity": "Common", "flavorText": "A kindly Pokémon that lays highly nutritious eggs and shares them with injured Pokémon or people.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5008,13 +3790,9 @@ "id": "bw5-82", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -5026,11 +3804,7 @@ "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 60 damage to itself." @@ -5042,19 +3816,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "The eggs it lays are filled with happiness. Eating even one bite will bring a smile to anyone.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5068,13 +3836,9 @@ "id": "bw5-83", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5088,9 +3852,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -5102,17 +3864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "MAHOU", "rarity": "Common", "flavorText": "Because its genetic makeup is irregular, it quickly changes its form due to a variety of causes.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5126,13 +3884,9 @@ "id": "bw5-84", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5146,19 +3900,14 @@ "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5170,17 +3919,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Because its genetic makeup is irregular, it quickly changes its form due to a variety of causes.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5194,29 +3939,20 @@ "id": "bw5-85", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tone-Deaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5234,17 +3970,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Its tongue is just like a human's. As a result, it can cleverly mimic human speech.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5258,32 +3990,21 @@ "id": "bw5-86", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -5295,17 +4016,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The long hair around its face provides an amazing radar that lets it sense subtle changes in its surroundings.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5319,33 +4036,22 @@ "id": "bw5-87", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5357,18 +4063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It has a black, cape-like fur that is very hard and decreases the amount of damage it receives.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5382,34 +4083,21 @@ "id": "bw5-88", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "attacks": [ { "name": "Special Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If this Pokémon has a Special Energy attached to it, this attack does 40 more damage." }, { "name": "Ferocious Bellow", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." @@ -5421,19 +4109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It rescues people stranded by blizzards in the mountains. Its shaggy fur shields it from the cold.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5447,52 +4129,33 @@ "id": "bw5-89", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Guillotine", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Stunning Uppercut", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip 2 coins. If both of them are heads, the Defending Pokémon is now Paralyzed. If both of them are tails, this attack does nothing." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Their sturdy tusks will stay sharp even if used to cut steel beams. These Pokémon are covered in hard armor.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5506,35 +4169,23 @@ "id": "bw5-90", "name": "Tornadus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -5552,16 +4203,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5575,9 +4222,7 @@ "id": "bw5-91", "name": "Cheren", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5598,9 +4243,7 @@ "id": "bw5-92", "name": "Dark Claw", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to a Darkness Pokémon, each of the attacks of that Pokémon does 20 more damage to the Active Pokémon (before applying Weakness and Resistance).", @@ -5622,9 +4265,7 @@ "id": "bw5-93", "name": "Dark Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a basic Darkness Energy card from your discard pile to 1 of your Benched Darkness Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5645,9 +4286,7 @@ "id": "bw5-94", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5668,9 +4307,7 @@ "id": "bw5-95", "name": "Hooligans Jim & Cas", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip a coin. If heads, choose 3 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into his or her deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5691,9 +4328,7 @@ "id": "bw5-96", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5714,9 +4349,7 @@ "id": "bw5-97", "name": "Old Amber Aerodactyl", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Aerodactyl you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5737,9 +4370,7 @@ "id": "bw5-98", "name": "Professor Juniper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5760,9 +4391,7 @@ "id": "bw5-99", "name": "Random Receiver", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal cards from the top of your deck until you reveal a Supporter card. Put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5783,9 +4412,7 @@ "id": "bw5-100", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.) You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5807,9 +4434,7 @@ "id": "bw5-101", "name": "Twist Mountain", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may flip a coin. If heads, that player may play a Restored Pokémon from their hand onto their Bench.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5830,9 +4455,7 @@ "id": "bw5-102", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5853,35 +4476,23 @@ "id": "bw5-103", "name": "Entei-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Burned." }, { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach a Fire Energy from your discard pile to 1 of your Benched Pokémon." @@ -5893,18 +4504,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5918,35 +4523,23 @@ "id": "bw5-104", "name": "Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Dual Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5958,19 +4551,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "104", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5984,35 +4570,23 @@ "id": "bw5-105", "name": "Raikou-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Volt Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -6024,16 +4598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6047,35 +4617,23 @@ "id": "bw5-106", "name": "Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tromp", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Giant Claw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 40 more damage." @@ -6093,19 +4651,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "106", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6119,14 +4670,9 @@ "id": "bw5-107", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6140,11 +4686,7 @@ "attacks": [ { "name": "Night Spear", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6162,17 +4704,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6186,35 +4723,23 @@ "id": "bw5-108", "name": "Tornadus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -6232,16 +4757,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6255,13 +4776,9 @@ "id": "bw5-109", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -6273,12 +4790,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -6290,18 +4802,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6315,13 +4822,9 @@ "id": "bw5-110", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Archen", "abilities": [ { @@ -6333,11 +4836,7 @@ "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6349,18 +4848,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -6374,9 +4868,7 @@ "id": "bw5-111", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your opponent's Active Pokémon with 1 of his or her Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6394,4 +4886,4 @@ "large": "https://images.pokemontcg.io/bw5/111_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw6.json b/cards/en/bw6.json index f34569f7b..b248eaa66 100644 --- a/cards/en/bw6.json +++ b/cards/en/bw6.json @@ -3,22 +3,14 @@ "id": "bw6-1", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Flail Around", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -36,17 +28,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when Hoppip gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -60,23 +48,15 @@ "id": "bw6-2", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "attacks": [ { "name": "Bullet Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -98,9 +78,7 @@ "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It blooms when the weather warms. It floats in the sky to soak up as much sunlight as possible.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -114,13 +92,9 @@ "id": "bw6-3", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -132,9 +106,7 @@ "attacks": [ { "name": "Acrobatics", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -156,9 +128,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Blown by the seasonal winds, it circles the globe, scattering cotton spores as it goes.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -172,23 +142,14 @@ "id": "bw6-4", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -206,17 +167,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It can hover in one spot by flapping its wings at high speed. It flits about to guard its territory.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -230,32 +187,21 @@ "id": "bw6-5", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -277,9 +223,7 @@ "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Its jaw power is incredible. It is adept at biting apart foes while flying by at high speed.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -293,23 +237,14 @@ "id": "bw6-6", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned." @@ -321,17 +256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Often targeted by bird Pokémon, it desperately resists by releasing poison from its tail spikes.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -345,34 +276,22 @@ "id": "bw6-7", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." }, { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -384,19 +303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It wraps silk around the branches of a tree. It drinks rainwater on its silk while awaiting evolution.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -410,31 +323,21 @@ "id": "bw6-8", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "attacks": [ { "name": "Triple Energy", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 3 different types of basic Energy cards and attach them to your Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Drainpour", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Heal 40 damage from each of your Benched Pokémon." @@ -446,17 +349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Despite its looks, it is aggressive. It jabs with its long, thin mouth if disturbed while collecting pollen.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -470,33 +369,22 @@ "id": "bw6-9", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Tangle Drag", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon." }, { "name": "Spiral Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 20 damage from this Pokémon." @@ -508,19 +396,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "match", "rarity": "Uncommon", "flavorText": "It never forgets any attack it endured while in the cocoon. After evolution, it seeks payback.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -534,22 +416,14 @@ "id": "bw6-10", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Dig", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -561,17 +435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "MAHOU", "rarity": "Common", "flavorText": "It grows underground, sensing its surroundings using antennae instead of its virtually blind eyes.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -585,17 +455,11 @@ "id": "bw6-11", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Cast-off Shell", @@ -606,10 +470,7 @@ "attacks": [ { "name": "Night Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." @@ -621,17 +482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Because it moves so quickly, it sometimes becomes unseeable. It congregates around tree sap.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -645,31 +502,21 @@ "id": "bw6-12", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Double Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Relaxing Fragrance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage and remove all Special Conditions from this Pokémon." @@ -687,17 +534,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "The more healthy the Roselia, the more pleasant its flowers' aroma. Its scent deeply relaxes people.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -711,23 +554,14 @@ "id": "bw6-13", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Needling Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -745,17 +579,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "The more healthy the Roselia, the more pleasant its flowers' aroma. Its scent deeply relaxes people.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -769,31 +599,21 @@ "id": "bw6-14", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Crosswise Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." }, { "name": "Poison Point", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -811,17 +631,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Each of its hands contains different toxins, but both hands can jab with near-fatal power.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -835,13 +651,9 @@ "id": "bw6-15", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "abilities": [ { @@ -853,10 +665,7 @@ "attacks": [ { "name": "Squeeze", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed." @@ -874,17 +683,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Each of its hands contains different toxins, but both hands can jab with near-fatal power.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -898,31 +703,20 @@ "id": "bw6-16", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Stun Needle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Reinforced Needle", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage." @@ -940,18 +734,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "sui", "rarity": "Uncommon", "flavorText": "Arid regions are their habitat. They move rhythmically, making a sound similar to maracas.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -965,22 +754,14 @@ "id": "bw6-17", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -998,17 +779,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "For some reason, this Pokémon resembles a Poké Ball. They release poison spores to repel those who try to catch them.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1022,22 +799,14 @@ "id": "bw6-18", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." @@ -1049,17 +818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "MAHOU", "rarity": "Common", "flavorText": "It controls balls of fire. As it grows, its six tails split from their tips to make more tails.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1073,13 +838,9 @@ "id": "bw6-19", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1091,9 +852,7 @@ "attacks": [ { "name": "Hexed Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 50 more damage for each Special Condition affecting the Defending Pokémon." @@ -1105,17 +864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "Its nine tails are said to be imbued with a mystic power. It can live for a thousand years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1129,33 +884,21 @@ "id": "bw6-20", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magma Punch", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1167,18 +910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When it breathes deeply, heat waves form around its body, making it hard to see clearly.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1192,31 +930,21 @@ "id": "bw6-21", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Flame Screen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to this Pokémon." @@ -1228,19 +956,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "When launching 3,600 degrees F fireballs, its body takes on a whitish hue from the intense heat.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1254,14 +976,9 @@ "id": "bw6-22", "name": "Ho-Oh-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1275,11 +992,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 more damage for each different type of basic Energy attached to this Pokémon." @@ -1297,17 +1010,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1321,22 +1029,14 @@ "id": "bw6-23", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Soggy Rush", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -1348,17 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mizue", "rarity": "Common", "flavorText": "A Magikarp living for many years can leap a mountain using Splash. The move remains useless, though.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1372,34 +1068,21 @@ "id": "bw6-24", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Swing Around", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -1411,19 +1094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Mizue", "rarity": "Rare", "flavorText": "Once it begins to rampage, a Gyarados will burn everything down, even in a harsh storm.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1437,33 +1114,21 @@ "id": "bw6-25", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1475,19 +1140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "On sunny days, it lands on beaches to bounce like a ball and play. It spouts water from its nose.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1501,32 +1160,21 @@ "id": "bw6-26", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Water Cannon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin. If heads, this attack does 30 damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Giant Wave", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This Pokémon can't use Giant Wave during your next turn." @@ -1538,20 +1186,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "match", "rarity": "Rare Holo", "flavorText": "The biggest of all Pokémon. It can dive to a depth of almost 10,000 feet on only one breath.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1565,22 +1206,14 @@ "id": "bw6-27", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Add-a-Dash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, draw a card." @@ -1592,17 +1225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It is a shabby and ugly Pokémon. However, it is very hardy and can survive on little water.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1616,31 +1245,21 @@ "id": "bw6-28", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Clear Search", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any 3 cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Asleep." @@ -1652,17 +1271,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "Its lovely scales are described as rainbow colored. They change color depending on the viewing angle.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1676,23 +1291,14 @@ "id": "bw6-29", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Unstoppable Roll", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. If both of them are heads, this attack does 30 more damage." @@ -1704,18 +1310,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It rolls across ice floes to reach shore because its body is poorly shaped for swimming.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1729,35 +1330,22 @@ "id": "bw6-30", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Ice Ball", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1769,19 +1357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It habitually spins things on its nose. By doing so, it learns textures and odors.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1795,34 +1377,21 @@ "id": "bw6-31", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Ice Entomb", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Paralyzed. This Pokémon can't use Ice Entomb during your next turn." @@ -1834,20 +1403,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It shatters ice with its big tusks. Its thick blubber repels not only the cold, but also enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1861,22 +1423,14 @@ "id": "bw6-32", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1888,17 +1442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It spins its two tails like a screw to propel itself through the water. The tails also slice clinging seaweed.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1912,30 +1462,21 @@ "id": "bw6-33", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Wave Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Waterfall", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1947,17 +1488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It is a common sight around fishing ports. It is known to rescue people and carry off prey.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1971,22 +1508,14 @@ "id": "bw6-34", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1998,17 +1527,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans. It uses the rhythm of these sounds to talk.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2022,34 +1547,22 @@ "id": "bw6-35", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Hyper Voice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2061,17 +1574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "When they vibrate the bumps on their heads, the can make wave in water or earthquake-like vibrations on land.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2085,34 +1594,21 @@ "id": "bw6-36", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Echoed Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." }, { "name": "Drain Punch", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Heal 20 damage from this Pokémon." @@ -2124,18 +1620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "kawayoo", "rarity": "Rare", "flavorText": "They shoot paralyzing liquid from their head bumps. They use vibration to hurt their opponents.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2149,31 +1640,20 @@ "id": "bw6-37", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Mysterious Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Double Slap", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2185,18 +1665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "The special membrane enveloping Alomomola has the ability to heal wounds.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2210,32 +1685,21 @@ "id": "bw6-38", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -2247,17 +1711,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "sui", "rarity": "Common", "flavorText": "Its fluffy coat swells to double when static electricity builds up. Touching it can be shocking.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2271,34 +1731,22 @@ "id": "bw6-39", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying weakness and resistance)." }, { "name": "Power Gem", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2310,17 +1758,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2334,13 +1778,9 @@ "id": "bw6-40", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -2352,11 +1792,7 @@ "attacks": [ { "name": "Electrobullet", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2368,18 +1804,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "The tip of its tail shines brightly. In the olden days, people sent signals using the tail's light.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2393,32 +1824,21 @@ "id": "bw6-41", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Tackle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2430,17 +1850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "kawayoo", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2454,23 +1870,14 @@ "id": "bw6-42", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2482,17 +1889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2506,31 +1909,21 @@ "id": "bw6-43", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Energy Crush", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to all of your opponent's Pokémon." }, { "name": "Flash Impact", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 20 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2546,9 +1939,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2562,30 +1953,21 @@ "id": "bw6-44", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Energy Assist", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2597,17 +1979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2621,28 +1999,20 @@ "id": "bw6-45", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2664,9 +2034,7 @@ "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "They live on treetops and glide using the inside of a cape-like membrane while discharging electricity.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2680,14 +2048,9 @@ "id": "bw6-46", "name": "Mew-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2701,9 +2064,7 @@ "attacks": [ { "name": "Replace", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -2715,16 +2076,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2738,31 +2095,21 @@ "id": "bw6-47", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cascoon", "attacks": [ { "name": "Hazardous Scales", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep, Burned, and Poisoned." }, { "name": "Aerial Ace", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2774,17 +2121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Toxic powder is scattered with each flap. At night, it is known to strip leaves off trees lining boulevards.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2798,13 +2141,9 @@ "id": "bw6-48", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nincada", "abilities": [ { @@ -2816,9 +2155,7 @@ "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -2828,9 +2165,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "A discarded bug shell that came to life. Peering into the crack on its back is said to steal one's spirit.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2844,22 +2179,14 @@ "id": "bw6-49", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Sneaky Placement", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -2871,17 +2198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "MAHOU", "rarity": "Common", "flavorText": "Because of the way it floats aimlessly, an old folktale calls it a \"Signpost for Wandering Spirits.\"", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2895,32 +2218,21 @@ "id": "bw6-50", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gust", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2932,17 +2244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Because of the way it floats aimlessly, an old folktale calls it a \"Signpost for Wandering Spirits.\"", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2956,30 +2264,21 @@ "id": "bw6-51", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Shadow Steal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "Does 50 damage times the number of Special Energy cards in your opponent's discard pile." }, { "name": "Plentiful Placement", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on 1 of your opponent's Pokémon." @@ -2991,17 +2290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "At dusk, swarms of them are carried aloft on winds. When noticed, they suddenly vanish.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3015,13 +2310,9 @@ "id": "bw6-52", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Safeguard", @@ -3032,11 +2323,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -3048,17 +2335,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "The guardians of an ancient city, they use their psychic power to attack enemies that invade their territory.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3072,34 +2355,21 @@ "id": "bw6-53", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Poison Gas", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -3111,18 +2381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Inhaling the gas they belch will make you sleep for a week. They prefer unsanitary places.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3136,13 +2401,9 @@ "id": "bw6-54", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -3154,11 +2415,7 @@ "attacks": [ { "name": "Sludge Toss", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3170,19 +2427,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It clenches opponents with its left arm and finishes them off with foul-smelling poison gas belched from its mouth.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3196,22 +2447,14 @@ "id": "bw6-55", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck and put them back on top of your deck in any order." @@ -3223,17 +2466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "They intently observe both Trainers and Pokémon. Apparently, they are looking at something that only Gothita can see.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3247,34 +2486,22 @@ "id": "bw6-56", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -3286,17 +2513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Starlight is the source of their power. At night, they mark star positions by using psychic power to float stones.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3310,32 +2533,21 @@ "id": "bw6-57", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "attacks": [ { "name": "Doom Decree", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If both of them are heads, the Defending Pokémon is Knocked Out." }, { "name": "Black Magic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 20 more damage for each of your opponent's Benched Pokémon." @@ -3347,18 +2559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3372,34 +2579,21 @@ "id": "bw6-58", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 40 damage from this Pokémon." }, { "name": "Pound", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3411,19 +2605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "The energy that burns inside it enables it to move, but no one has yet been able to identify this energy.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3437,34 +2625,21 @@ "id": "bw6-59", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Devolution Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Devolve the Defending Pokémon and put the highest Stage evolution card on it into your opponent's hand." }, { "name": "Ghost Hammer", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -3476,20 +2651,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "59", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It flies around the sky at Mach speeds. Removing the seal on its chest makes its internal energy go out of control.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3503,32 +2671,21 @@ "id": "bw6-60", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3546,17 +2703,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "When it thinks of its dead mother, it cries. Its crying makes the skull it wears rattle hollowly.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3570,31 +2723,21 @@ "id": "bw6-61", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Bone Lock", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Vortex Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon has any Resistance, this attack does 30 more damage." @@ -3612,17 +2755,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "From its birth, this savage Pokémon constantly holds bones. It is skilled in using them as weapons.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3636,23 +2775,14 @@ "id": "bw6-62", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3664,18 +2794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "When endangered, it may protect itself by raising its magnetism and drawing iron objects to its body.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3689,32 +2814,21 @@ "id": "bw6-63", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reverse Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent shuffles his or her hand into his or her deck and draws 4 cards." @@ -3726,17 +2840,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It move by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3750,32 +2860,21 @@ "id": "bw6-64", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3787,19 +2886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "64", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "An ancient clay figurine that came to life as a Pokémon from exposure to a mysterious ray of light.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3813,34 +2906,21 @@ "id": "bw6-65", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3852,19 +2932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "They were discovered a hundred years ago in an earthquake fissure. Inside each one is an energy core.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3878,34 +2952,22 @@ "id": "bw6-66", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Rock Cannon", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3917,19 +2979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Because its energy was too great to be contained, the energy leaked and formed orange crystals.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3943,34 +2999,21 @@ "id": "bw6-67", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "attacks": [ { "name": "Revenge Cannon", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 more damage for each damage counter on each of your Benched Pokémon." }, { "name": "Reckless Charge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -3982,20 +3025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "67", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "The solar energy absorbed by its body's orange crystals is magnified internally are fired from its mouth.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4009,33 +3045,20 @@ "id": "bw6-68", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Squeeze", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed." }, { "name": "Superpower", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." @@ -4047,19 +3070,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "When they encounter foes bigger than themselves, they try to throw them. They always travel in packs of five.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4073,30 +3090,20 @@ "id": "bw6-69", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Defensive Stance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70-", "text": "Does 70 damage minus 10 damage for each damage counter on this Pokémon." @@ -4108,17 +3115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Tying their belts gets them pumped and makes their punches more destructive. Disturbing their training angers them.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4132,29 +3135,20 @@ "id": "bw6-70", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4172,19 +3166,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "HiRON", "rarity": "Uncommon", "flavorText": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers a jolt of electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4198,35 +3186,23 @@ "id": "bw6-71", "name": "Terrakion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Pump-up Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach 2 basic Energy cards from your hand to your Benched Pokémon in any way you like." @@ -4238,18 +3214,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4263,32 +3233,21 @@ "id": "bw6-72", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4306,17 +3265,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "If spotted, it will lure an unwary person into chasing it, then lose the pursuer on mountain trails.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4330,32 +3285,21 @@ "id": "bw6-73", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may have your opponent switch the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Diving Swipe", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a random card from your opponent's hand." @@ -4373,18 +3317,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "If one utters a deep cry, many Murkrow gather quickly. For this, it is called \"Summoner of Night.\"", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4398,33 +3337,21 @@ "id": "bw6-74", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4442,17 +3369,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It is smart enough to hunt in packs. It uses a variety of cries for communicating with others.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4466,31 +3389,21 @@ "id": "bw6-75", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Fire Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon is now Burned." @@ -4508,17 +3421,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The flames it breathes when angry contain toxins. If they cause a burn, it will hurt forever.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4532,22 +3441,14 @@ "id": "bw6-76", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Acid Spray", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4565,17 +3466,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It sprays a foul fluid from its rear. Its stench spreads over a mile radius, driving Pokémon away.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4589,31 +3486,21 @@ "id": "bw6-77", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Smogscreen", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4631,17 +3518,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It attacks by spraying a horribly smelly fluid from the tip of its tail. Attacks from above confound it.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4655,23 +3538,14 @@ "id": "bw6-78", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -4689,18 +3563,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4714,35 +3583,22 @@ "id": "bw6-79", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Wreak Havoc", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -4760,19 +3616,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "For food, it digs up iron ore. It smashes it steely body against others to fight over territory.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4786,13 +3636,9 @@ "id": "bw6-80", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "abilities": [ { @@ -4804,11 +3650,7 @@ "attacks": [ { "name": "Giga Horn", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip 2 coins. If both of them are tails, this attack does nothing." @@ -4826,20 +3668,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "While seeking iron for food, it digs tunnels by breaking through bedrock with its steel horns.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4853,37 +3688,23 @@ "id": "bw6-81", "name": "Registeel-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Laser", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Protect Charge", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -4901,19 +3722,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "81", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4927,32 +3741,21 @@ "id": "bw6-82", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Magnetic Lines", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon." }, { "name": "Heavy Nose", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 more damage." @@ -4970,20 +3773,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "match", "rarity": "Rare", "flavorText": "It freely controls three small units called Mini-Noses using magnetic force.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4997,29 +3793,20 @@ "id": "bw6-83", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Pull Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile on top of your deck." }, { "name": "Iron Head", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -5037,17 +3824,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Durant dig nests in mountains. They build their complicated, interconnected tunnels into mazes.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5061,13 +3844,9 @@ "id": "bw6-84", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -5079,11 +3858,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -5095,17 +3870,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "HiRON", "rarity": "Rare Holo", "flavorText": "If it bonds with a person, it will gently envelop the friend with its soft wings, then hum.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5119,36 +3890,24 @@ "id": "bw6-85", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard all basic Fire Energy or all basic Lightning Energy attached to this Pokémon. This attack does 60 damage times the number of Energy you discarded." @@ -5160,16 +3919,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5183,32 +3938,21 @@ "id": "bw6-86", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gnaw", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5220,17 +3964,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It attacks using its huge mouth. While its attacks are powerful, it hurts itself out of clumsiness, too.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5244,32 +3984,21 @@ "id": "bw6-87", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Sand-Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Knock Away", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5281,17 +4010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It attacks using its huge mouth. While its attacks are powerful, it hurts itself out of clumsiness, too.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5305,33 +4030,22 @@ "id": "bw6-88", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Shred", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -5343,17 +4057,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It loves sparkly things. It seeks treasures in caves and hoards the loot in its nest.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5367,17 +4077,11 @@ "id": "bw6-89", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "abilities": [ { "name": "Dragon Call", @@ -5388,10 +4092,7 @@ "attacks": [ { "name": "Dragonslice", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5403,17 +4104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It loves sparkly things. It seeks treasures in caves and hoards the loot in its nest.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5427,30 +4124,21 @@ "id": "bw6-90", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Mach Cut", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Dragonblade", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard the top 2 cards of your deck." @@ -5462,17 +4150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It is said that when one runs at high speed, its wings create blades of wind that can fell nearby trees.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5486,31 +4170,21 @@ "id": "bw6-91", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Jet Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Sand Tomb", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5526,9 +4200,7 @@ "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It is said that when one runs at high speed, its wings create blades of wind that can fell nearby trees.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5542,37 +4214,23 @@ "id": "bw6-92", "name": "Giratina-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." }, { "name": "Dragon Pulse", - "cost": [ - "Grass", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard the top 3 cards of your deck." @@ -5584,18 +4242,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5609,32 +4261,21 @@ "id": "bw6-93", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Deep Growl", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Power Breath", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -5646,18 +4287,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "kawayoo", "rarity": "Common", "flavorText": "It tends to bit everything, and it is not a picky eater. Approaching it carelessly is dangerous.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5671,33 +4307,21 @@ "id": "bw6-94", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 10 (after applying Weakness and Resistance)." }, { "name": "Headbutt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5709,18 +4333,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They cannot see, so they tackle and bite to learn about their surroundings. Their bodies are covered in wounds.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5734,35 +4353,22 @@ "id": "bw6-95", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Dragon Claw", - "cost": [ - "Psychic", - "Darkness", - "Darkness" - ], + "cost": ["Psychic", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -5774,18 +4380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "After it has eaten up all the food in its territory, it moves to another area. Its two heads do not get along.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5799,34 +4400,22 @@ "id": "bw6-96", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Draw In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 Darkness Energy cards from your discard pile to this Pokémon." }, { "name": "Dragon Headbutt", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -5838,19 +4427,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Since their two heads do not get along and compete with each other for food, they always eat too much.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5864,13 +4447,9 @@ "id": "bw6-97", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -5882,12 +4461,7 @@ "attacks": [ { "name": "Dragonblast", - "cost": [ - "Psychic", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Discard 2 Darkness Energy attached to this Pokémon." @@ -5899,19 +4473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This brutal Pokémon travels the skies on its six wings. Anything that moves seems like a foe to it, triggering its attack.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5925,34 +4493,21 @@ "id": "bw6-98", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "attacks": [ { "name": "Consume", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." }, { "name": "Destructor Beam", - "cost": [ - "Psychic", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -5964,19 +4519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "The heads on their arms do not have brains. They use all three heads to consume and destroy everything.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5990,22 +4539,14 @@ "id": "bw6-99", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Double Hit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -6017,17 +4558,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "sui", "rarity": "Common", "flavorText": "It lives high among the treetops. It can us its tail as freely and cleverly as its hands.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6041,30 +4578,21 @@ "id": "bw6-100", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Double Hit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Hand Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of cards in your hand." @@ -6076,17 +4604,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Split into two, the tails are so adept at handling and doing things, Ambipom rarely uses its hands.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6100,22 +4624,14 @@ "id": "bw6-101", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Smack ‘n' Slack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This Pokémon is now Asleep." @@ -6127,18 +4643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It spends nearly all its time in a day sprawled out. Just seeing it makes one drowsy.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6152,24 +4663,15 @@ "id": "bw6-102", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -6181,17 +4683,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "match", "rarity": "Uncommon", "flavorText": "Its heart beats at a tenfold tempo, so it cannot sit still for even a moment.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6205,13 +4703,9 @@ "id": "bw6-103", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -6223,12 +4717,7 @@ "attacks": [ { "name": "Crushing Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy attached to the Defending Pokémon." @@ -6240,20 +4729,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "103", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "The world's laziest Pokémon. When it is lounging, it is actually saving energy for striking back.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6267,32 +4749,21 @@ "id": "bw6-104", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6310,17 +4781,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It can't relax if it or its surroundings are not clean. It wipes of dirt with its wings.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6334,22 +4801,14 @@ "id": "bw6-105", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6367,17 +4826,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It can't relax if it or its surroundings are not clean. It wipes of dirt with its wings.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6391,23 +4846,14 @@ "id": "bw6-106", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Bang Heads", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Both this Pokémon and the Defending Pokémon are now Confused." @@ -6419,18 +4865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "match", "rarity": "Common", "flavorText": "A comparison revealed that Bidoof's front teeth grow at the same rate as Rattata's.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6444,34 +4885,21 @@ "id": "bw6-107", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Tumbling Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Both this Pokémon and the Defending Pokémon are now Asleep." @@ -6483,18 +4911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "A river dammed by Bibarel will never overflow its banks, which is appreciated by the people nearby.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6508,31 +4931,20 @@ "id": "bw6-108", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Wake-up Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove all Special Conditions from the Defending Pokémon." }, { "name": "Drain Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from this Pokémon." @@ -6544,18 +4956,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Its auditory sense is astounding. It has radarlike ability to understand its surroundings through slight sounds.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6569,32 +4976,21 @@ "id": "bw6-109", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -6606,17 +5002,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They great one another by rubbing each other with their tails, which are always kept well groomed and clean.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6630,13 +5022,9 @@ "id": "bw6-110", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Bouffer", @@ -6647,11 +5035,7 @@ "attacks": [ { "name": "Gold Breaker", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 60 more damage." @@ -6663,18 +5047,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "They charge wildly and headbutt everything. Their headbutts have enough destructive force to derail a trail.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6688,32 +5067,21 @@ "id": "bw6-111", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Chirp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Pokémon with Fighting Resistance, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Sharp Beak", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -6731,17 +5099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "They crush berries with their talons. They bravely stand up to any opponent, no matter how strong it is.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6755,31 +5119,21 @@ "id": "bw6-112", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads." @@ -6801,9 +5155,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "They fight for their friends without any thought about danger to themselves. One can carry a car while flying.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6817,9 +5169,7 @@ "id": "bw6-113", "name": "Devolution Spray", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Devolve 1 of your evolved Pokémon and put the highest stage Evolution card on it into your hand. (That Pokémon can't evolve this turn.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6840,9 +5190,7 @@ "id": "bw6-114", "name": "Giant Cape", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to gets +20 HP.", @@ -6864,9 +5212,7 @@ "id": "bw6-115", "name": "Rescue Scarf", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is Knocked Out by damage from an attack, put that Pokémon into your hand. (Discard all cards attached to that Pokémon.)", @@ -6888,9 +5234,7 @@ "id": "bw6-116", "name": "Tool Scrapper", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 Pokémon Tool cards attached to Pokémon in play (yours or your opponent's) and discard them.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6912,9 +5256,7 @@ "id": "bw6-117", "name": "Blend Energy GrassFirePsychicDarkness", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. When this card is attached to a Pokémon, this card provides Grass, Fire, Psychic, or Darkness Energy but provides only 1 Energy at a time." ], @@ -6934,9 +5276,7 @@ "id": "bw6-118", "name": "Blend Energy WaterLightningFightingMetal", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. When this card is attached to a Pokémon, this card provides Water, Lightning, Fighting, or Metal Energy but provides only 1 Energy at a time." ], @@ -6956,14 +5296,9 @@ "id": "bw6-119", "name": "Ho-Oh-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6977,11 +5312,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 more damage for each different type of basic Energy attached to this Pokémon." @@ -6999,17 +5330,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7023,14 +5349,9 @@ "id": "bw6-120", "name": "Mew-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -7044,9 +5365,7 @@ "attacks": [ { "name": "Replace", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -7058,16 +5377,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7081,35 +5396,23 @@ "id": "bw6-121", "name": "Terrakion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Pump-up Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach 2 basic Energy cards from your hand to your Benched Pokémon in any way you like." @@ -7121,18 +5424,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "121", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7146,37 +5443,23 @@ "id": "bw6-122", "name": "Registeel-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Laser", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." }, { "name": "Protect Charge", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -7194,19 +5477,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "122", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7220,36 +5496,24 @@ "id": "bw6-123", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard all basic Fire Energy or all basic Lightning Energy attached to this Pokémon. This attack does 60 damage times the number of Energy you discarded." @@ -7261,16 +5525,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7284,37 +5544,23 @@ "id": "bw6-124", "name": "Giratina-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." }, { "name": "Dragon Pulse", - "cost": [ - "Grass", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard the top 3 cards of your deck." @@ -7326,18 +5572,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7351,13 +5591,9 @@ "id": "bw6-125", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "abilities": [ { @@ -7369,10 +5605,7 @@ "attacks": [ { "name": "Leaf Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -7390,17 +5623,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7414,13 +5643,9 @@ "id": "bw6-126", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "abilities": [ { @@ -7432,11 +5657,7 @@ "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -7448,18 +5669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7473,34 +5689,21 @@ "id": "bw6-127", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Bombast", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Does 40 damage times the number of Prize cards you have taken." @@ -7518,19 +5721,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "127", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7544,30 +5741,20 @@ "id": "bw6-128", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Shred", - "cost": [ - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -7579,19 +5766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "128", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/bw7.json b/cards/en/bw7.json index 74f3292a5..dc3b8e2d1 100644 --- a/cards/en/bw7.json +++ b/cards/en/bw7.json @@ -3,32 +3,21 @@ "id": "bw7-1", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." }, { "name": "Acid", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -46,17 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It often plants its root feet in the ground during the day and sows seeds as it walks about at night.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -70,36 +55,22 @@ "id": "bw7-2", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Foul Odor", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Both this Pokémon and the Defending Pokémon are now Confused." }, { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -117,17 +88,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The honey it drools from its mouth smells so atrocious, it can curl noses more than a mile away.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -141,13 +108,9 @@ "id": "bw7-3", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -159,12 +122,7 @@ "attacks": [ { "name": "Pollen Spray", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "The Defending Pokémon is now Asleep and Poisoned." @@ -182,19 +140,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Its petals are the largest in the world. As it walks, it scatters extremely allergenic pollen.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -208,31 +160,21 @@ "id": "bw7-4", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Grass Knot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 20 more damage for each Colorless in the Defending Pokémon's Retreat Cost." }, { "name": "Petal Dance", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads. This Pokémon is now Confused." @@ -250,17 +192,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Mizue", "rarity": "Rare", "flavorText": "When the heavy rainfall season ends, it is drawn out by warm sunlight to dance in the open.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -274,33 +212,21 @@ "id": "bw7-5", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Nap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -318,18 +244,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "MAHOU", "rarity": "Common", "flavorText": "Many writhing vines cover it, so its true identity remains unknown. The blue vines grow its whole life long.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -343,32 +264,21 @@ "id": "bw7-6", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Hundred Furious Lashes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Does 30 damage times the amount of Grass Energy attached to this Pokémon. This Pokémon can't use Hundred Furious Lashes during your next turn." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -386,20 +296,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "6", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Even if one of its arms is eaten, it's fine. The Pokémon regenerates quickly and will go right back to normal.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -413,32 +316,21 @@ "id": "bw7-7", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Scythe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -450,17 +342,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "kawayoo", "rarity": "Common", "flavorText": "The sharp scythes on its forearms become increasingly sharp by cutting through hard objects.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -474,30 +362,20 @@ "id": "bw7-8", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Giga Horn", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip 2 coins. If both of them are tails, this attack does nothing." @@ -509,18 +387,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "No matter how heavy its opponents, it flings them far away with its prized horn.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -534,14 +407,9 @@ "id": "bw7-9", "name": "Celebi-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -555,11 +423,7 @@ "attacks": [ { "name": "Wind Whisk", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -577,16 +441,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -600,29 +460,20 @@ "id": "bw7-10", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Leaf Drain", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, heal 30 damage from this Pokémon." @@ -634,17 +485,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The flowers all over its body burst into bloom if it is lovingly hugged and senses gratitude.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -658,32 +505,21 @@ "id": "bw7-11", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -695,17 +531,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mizue", "rarity": "Common", "flavorText": "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -719,34 +551,22 @@ "id": "bw7-12", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Slash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -758,17 +578,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It moves along the ground as if sliding. Its swift movements befuddle its foes, and it then attacks with a vine whip.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -782,32 +598,21 @@ "id": "bw7-13", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "attacks": [ { "name": "Double Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -819,17 +624,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "It can stop its opponents' movements with just a glare. It takes in solar energy and boosts it internally.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -843,22 +644,14 @@ "id": "bw7-14", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Grass"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -876,17 +669,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "sui", "rarity": "Common", "flavorText": "Perhaps because they feel more at ease in a group, they stick to others they find. They end up looking like a cloud.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -900,29 +689,21 @@ "id": "bw7-15", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Fluffy Tag", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon. During your next turn, the attacks of that Pokémon do 40 more damage to the Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -940,17 +721,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "They appear along with whirlwinds. They pull pranks, such as moving furniture and leaving balls of cotton in homes.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -964,22 +741,14 @@ "id": "bw7-16", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -997,17 +766,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "sui", "rarity": "Uncommon", "flavorText": "The leaves on its head grow right back even if they fall out. These bitter leaves refresh those who eat them.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1021,31 +786,21 @@ "id": "bw7-17", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage and heal 30 damage from this Pokémon." @@ -1063,17 +818,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "The fragrance of the garland on its head has a relaxing effect, but taking care of it is very difficult.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1087,32 +838,21 @@ "id": "bw7-18", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Draw In", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 Fire Energy cards from your discard pile to this Pokémon." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1124,18 +864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "The fire on the tip of its tail is a measure of its life. If healthy, its tail burns intensely.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1149,34 +884,22 @@ "id": "bw7-19", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Raging Claws", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 10 more damage for each damage counter on this Pokémon." @@ -1188,18 +911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "In the rocky mountains where Charmeleon live, their fiery tails shine at night like stars.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1213,35 +931,21 @@ "id": "bw7-20", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Scorching Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1253,19 +957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It is said that Charizard's fire burns hotter if it has experienced harsh battles.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1279,24 +977,14 @@ "id": "bw7-21", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to this Pokémon." @@ -1308,19 +996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "match", "rarity": "Common", "flavorText": "The magma in its body reaches 2,200 degrees F. Its hump gets smaller when it uses Fire-type moves.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1334,34 +1016,21 @@ "id": "bw7-22", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Fire Shard", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Burned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -1373,20 +1042,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "22", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The volcanoes on its back have a major eruption every 10 years–or whenever it becomes really angry.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1400,29 +1062,20 @@ "id": "bw7-23", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Relentless Flames", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -1434,17 +1087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It creates an unlimited supply of energy inside its body, which it shares with those who touch it.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1458,32 +1107,21 @@ "id": "bw7-24", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1495,17 +1133,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It blows fire through its nose. When it catches a cold, the fire becomes pitch-black smoke instead.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1519,35 +1153,22 @@ "id": "bw7-25", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Rollout", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1559,18 +1180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Whatever it eats becomes fuel for the flame in its stomach. When it is angered, the intensity of the flame increases.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1584,34 +1200,21 @@ "id": "bw7-26", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -1623,20 +1226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It has mastered fast and powerful fighting moves. It grows a beard of fire.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1650,23 +1246,14 @@ "id": "bw7-27", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -1678,18 +1265,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "When it sleeps, it pulls its limbs into its body and its internal fire goes down to 1,100 F.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1703,31 +1285,21 @@ "id": "bw7-28", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Damage Counterpunch", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any damage counters on it, this attack does 60 more damage." @@ -1739,18 +1311,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "When one is injured in a fierce battle, it hardens into a stone-like form. Then it meditates and sharpens its mind.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1764,16 +1331,10 @@ "id": "bw7-29", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "abilities": [ { "name": "Shell Shield", @@ -1784,10 +1345,7 @@ "attacks": [ { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1799,17 +1357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It shelters itself in its shell then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1823,34 +1377,22 @@ "id": "bw7-30", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1862,18 +1404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It is said to live 10,000 years. Its furry tail is popular as a symbol of longevity.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1887,13 +1424,9 @@ "id": "bw7-31", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -1905,12 +1438,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -1922,20 +1450,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "31", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "The jets of water it spouts from the rocket cannons on its shell can punch through thick steel.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1949,22 +1470,14 @@ "id": "bw7-32", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1976,17 +1489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "match", "rarity": "Common", "flavorText": "Overwhelmed by enigmatic abilities, it suffers a constant headache. It sometimes uses mysterious powers.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2000,22 +1509,14 @@ "id": "bw7-33", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Firefighting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fire Energy attached to the Defending Pokémon." @@ -2027,19 +1528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "When headaches stimulate its brain cells, which are usually inactive, it can use a mysterious power.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2053,30 +1548,21 @@ "id": "bw7-34", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2092,9 +1578,7 @@ "artist": "match", "rarity": "Uncommon", "flavorText": "It is seen swimming dynamically and elegantly using its well-developed limbs and flippers.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2108,30 +1592,21 @@ "id": "bw7-35", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. The Pokémon can't use that attack during your opponent's next turn." }, { "name": "Aquafall", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard all Energy attached to this Pokémon." @@ -2147,9 +1622,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When its forehead shines mysteriously, Golduck can use the full extent of its power.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2163,34 +1636,21 @@ "id": "bw7-36", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2202,18 +1662,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Mizue", "rarity": "Common", "flavorText": "The oil-filled tail functions as a buoy, so it's fine even in rivers with strong currents.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2227,32 +1682,21 @@ "id": "bw7-37", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Deep Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, heal 40 damage from this Pokémon." }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -2264,17 +1708,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its long ears are superb sensors. It can distinguish the movements of things in water and tell what they are.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2288,29 +1728,20 @@ "id": "bw7-38", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Present", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -2322,17 +1753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It carries food all day long. When someone is lost in the mountains, it shares that food.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2346,32 +1773,21 @@ "id": "bw7-39", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seashell Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2383,17 +1799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "match", "rarity": "Common", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2407,34 +1819,22 @@ "id": "bw7-40", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2446,17 +1846,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "match", "rarity": "Uncommon", "flavorText": "Strict training is how it learns its flowing double-scalchop technique.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2470,33 +1866,21 @@ "id": "bw7-41", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Destructive Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy attached to the Defending Pokémon." @@ -2508,19 +1892,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "match", "rarity": "Rare Holo", "flavorText": "One swing of the sword incorporated in its armor can fell an opponent. A simple glare from one of them quiets everybody.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2534,23 +1912,14 @@ "id": "bw7-42", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2568,17 +1937,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2592,32 +1957,21 @@ "id": "bw7-43", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Defog", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard any Stadium card in play. If you do, this attack does 40 more damage." @@ -2635,17 +1989,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Despite their elegant appearance, they can flap their wings strongly and fly for thousands of miles.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2659,24 +2009,14 @@ "id": "bw7-44", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2688,18 +2028,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If its veil-like arms stun and wrap a foe, that foe will be dragged miles below the surface, never to return.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2713,13 +2048,9 @@ "id": "bw7-45", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "abilities": [ { @@ -2731,11 +2062,7 @@ "attacks": [ { "name": "Eerie Light", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2747,19 +2074,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its body is mostly seawater. It's said there's a castle of ships Jellicent have sunk on the seafloor.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2773,20 +2094,13 @@ "id": "bw7-46", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Edge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2798,17 +2112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "They are born in snow clouds. They use chains made of ice crystals to capture prey.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2822,31 +2132,20 @@ "id": "bw7-47", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Slicing Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -2858,17 +2157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It crosses the world, running over the surfaces of oceans and rivers. It appears at scenic waterfronts.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2882,31 +2177,20 @@ "id": "bw7-48", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Hydro Kick", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2918,17 +2202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "By blasting water from its hooves, it can glide across water. It excels at using leg moves while battling.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2942,14 +2222,9 @@ "id": "bw7-49", "name": "Keldeo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2963,11 +2238,7 @@ "attacks": [ { "name": "Secret Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 20 more damage for each Water Energy attached to this Pokémon." @@ -2979,17 +2250,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3003,33 +2269,21 @@ "id": "bw7-50", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Punch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Voltage", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -3041,17 +2295,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3065,22 +2315,14 @@ "id": "bw7-51", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3092,17 +2334,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It looks just like a Poké Ball. It is dangerous because it may electrocute or explode on contact.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3116,31 +2354,21 @@ "id": "bw7-52", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Static Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3156,9 +2384,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is known to drift on winds if it is bloated to bursting with stored electricity.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3172,34 +2398,21 @@ "id": "bw7-53", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Magnetic Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3211,18 +2424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Research is progressing on storing lightning in Electabuzz so this energy can be used at any time.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3236,34 +2444,21 @@ "id": "bw7-54", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Electriwave", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Shock Wave", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -3275,19 +2470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "BERUBURI", "rarity": "Rare Holo", "flavorText": "The instant it presses the tips of its tails onto an opponent, it sends over 20,000 volts of electricity into the foe.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3301,23 +2490,14 @@ "id": "bw7-55", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Electripult", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3329,17 +2509,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It discharges positive and negative electricity from its antenna tips to shock its foes.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3353,22 +2529,14 @@ "id": "bw7-56", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3380,17 +2548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3404,31 +2568,21 @@ "id": "bw7-57", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -3440,17 +2594,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When this ill-tempered Pokémon runs wild, it shoots lightning from its mane in all directions.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3464,21 +2614,13 @@ "id": "bw7-58", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3490,18 +2632,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It desperately tries to keep its black tail hidden. It is said to be proof the tail hides a secret.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3515,22 +2652,14 @@ "id": "bw7-59", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Flail Around", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3542,17 +2671,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Using its tail like a spring, it keeps its heart beating by bouncing constantly. If it stops, it dies.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3566,32 +2691,21 @@ "id": "bw7-60", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused." }, { "name": "Extrasensory", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 60 more damage." @@ -3603,18 +2717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It uses black pearls to amplify its psychic power. It does a strange dance to control foes' minds.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3628,22 +2737,14 @@ "id": "bw7-61", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." @@ -3655,17 +2756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It loves the crying of children. It startles bad kids by passing through walls and making them cry.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3679,34 +2776,22 @@ "id": "bw7-62", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Astonish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3718,18 +2803,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "It seeks drifting will-o'-the-wisps and sucks them into its empty body. What happens inside is a mystery.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3743,13 +2823,9 @@ "id": "bw7-63", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -3761,12 +2837,7 @@ "attacks": [ { "name": "Shadow Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -3778,19 +2849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It is said to take lost spirits into its pliant body and guide them home.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3804,23 +2869,14 @@ "id": "bw7-64", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Paralyzing Jab", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3832,17 +2888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It rarely fights fairly, but that is strictly to ensure survival. It is popular as a mascot.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3856,23 +2908,14 @@ "id": "bw7-65", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -3884,17 +2927,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3908,31 +2947,21 @@ "id": "bw7-66", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Revenge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage." }, { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -3944,17 +2973,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The croaking that Toxicroak produces before a battle is for churning the poison it has stored in its poison sac.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3968,14 +2993,9 @@ "id": "bw7-67", "name": "Cresselia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3989,12 +3009,7 @@ "attacks": [ { "name": "Psychic Protection", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -4006,16 +3021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4029,16 +3040,10 @@ "id": "bw7-68", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "abilities": [ { "name": "Long-Distance Hypnosis", @@ -4049,10 +3054,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4064,18 +3066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "sui", "rarity": "Uncommon", "flavorText": "This Pokémon appears before people and Pokémon who are having nightmares and eats those dreams.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4089,31 +3086,21 @@ "id": "bw7-69", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Telekinesis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Dream Waltz", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack can be used even if this Pokémon is Asleep. If this Pokémon is Asleep, this attack does 30 more damage." @@ -4125,19 +3112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "The dream mist coming from its forehead changes into many different colors depending on the dream that was eaten.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4151,32 +3132,21 @@ "id": "bw7-70", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Scout", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Heart Stamp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4194,17 +3164,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "The heart-shaped mark left on a body after a Woobat has been attached to it is said to bring good fortune.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4218,30 +3184,21 @@ "id": "bw7-71", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Jet Woofer", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "For each Psychic Energy attached to this Pokémon, discard the top card of your opponent's deck." }, { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -4259,17 +3216,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It shakes its tail vigorously when it emits ultrasonic waves strong enough to reduce concrete to rubble.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4283,16 +3236,10 @@ "id": "bw7-72", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Psychic"], + "evolvesTo": ["Whirlipede"], "abilities": [ { "name": "Poison Point", @@ -4303,10 +3250,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4318,18 +3262,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Using the feelers on its head and tail, it picks up vibrations in the air to determine its prey's location and state.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4343,17 +3282,11 @@ "id": "bw7-73", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "abilities": [ { "name": "Poison Point", @@ -4364,11 +3297,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4380,19 +3309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "match", "rarity": "Uncommon", "flavorText": "Storing energy for evolution, it sits. But, when predators approach, it moves to stab them with poison spikes.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4406,13 +3329,9 @@ "id": "bw7-74", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whirlipede", "abilities": [ { @@ -4424,12 +3343,7 @@ "attacks": [ { "name": "Venoshock", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If the Defending Pokémon is Poisoned, this attack does 40 more damage." @@ -4441,20 +3355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It clasps its prey with the claws on its neck until it stops moving. Then it finishes it off with deadly poison.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4468,32 +3375,21 @@ "id": "bw7-75", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Psypunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4505,17 +3401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Their ribbonlike feelers increase their psychic power. They are always staring at something.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4529,35 +3421,22 @@ "id": "bw7-76", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Psypunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Destructive Beam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4569,17 +3448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "They use hypnosis to control people and Pokémon. Tales of Gothorita leading people astray are told in every corner.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4593,30 +3468,20 @@ "id": "bw7-77", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 20 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Echoed Voice", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -4628,17 +3493,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The melodies sung by Meloetta have the power to make Pokémon that hear them happy or sad.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4652,33 +3513,21 @@ "id": "bw7-78", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4696,18 +3545,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It digs deep burrows to live in. When in danger, it rolls up its body to withstand attacks.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4721,32 +3565,21 @@ "id": "bw7-79", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Sand-Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4764,17 +3597,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "BERUBURI", "rarity": "Uncommon", "flavorText": "The spikes on its body are made up of its hardened hide. It rolls up and attacks foes with its spikes.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4788,32 +3617,21 @@ "id": "bw7-80", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Tail Smack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wicked Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4831,17 +3649,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It clamps on to its chosen prey then jabs the stinger on its tail into the prey while it's stunned with surprise.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4855,30 +3669,21 @@ "id": "bw7-81", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Poison Ring", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned. The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Night Slash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -4896,17 +3701,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It dances silently through the sky. When it approaches prey, it can land a critical hit in an instant.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4920,23 +3721,14 @@ "id": "bw7-82", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Slap Push", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4948,18 +3740,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It toughens its body by slamming into thick trees. Many snapped trees can be found near its nest.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4973,32 +3760,21 @@ "id": "bw7-83", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Smithereen Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5016,17 +3792,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It makes an inescapable conical pit and lies in wait at the bottom for prey to come tumbling down.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5040,23 +3812,14 @@ "id": "bw7-84", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Fighting"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of damage counters on this Pokémon." @@ -5068,18 +3831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Midori Harada", "rarity": "Common", "flavorText": "When it finds a stone of a suitable size, it secretes a liquid from its mouth to open up a hole to crawl into.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5093,13 +3851,9 @@ "id": "bw7-85", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dwebble", "abilities": [ { @@ -5111,11 +3865,7 @@ "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5127,19 +3877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When its boulder is broken in battles for territory, it feels unsure and begins to weaken.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5153,22 +3897,14 @@ "id": "bw7-86", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5180,17 +3916,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "In fights, they dominate with onslaughts of flowing, continuous attacks. With their sharp claws, they cut enemies.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5204,22 +3936,14 @@ "id": "bw7-87", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Pound", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5231,17 +3955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It takes pride in the speed at which it can use moves. What it loses in power, it makes up for in quantity.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5255,32 +3975,21 @@ "id": "bw7-88", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Knock Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Discard a random card from your opponent's hand." }, { "name": "Double Whip", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -5292,17 +4001,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Using the long fur on its arms like whips, it launches into combo attacks that, once started, no one can stop.", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5316,34 +4021,23 @@ "id": "bw7-89", "name": "Landorus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammerhead", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Land's Judgment", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard all Fighting Energy attached to this Pokémon. If you do, this attack does 70 more damage." @@ -5361,18 +4055,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5386,22 +4074,14 @@ "id": "bw7-90", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Captivate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with the Defending Pokémon." @@ -5419,17 +4099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Their cute act is a ruse. They trick people and steal their valuables just to see the looks on their faces.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5443,31 +4119,21 @@ "id": "bw7-91", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Tail Trickery", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Assist", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, choose 1 of your Benched Pokémon's attacks and use it as this attack." @@ -5485,17 +4151,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Their beautiful form comes from the muscles they have developed. They run silently in the night.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5509,32 +4171,21 @@ "id": "bw7-92", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Gust", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Wing", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5552,17 +4203,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "They tend to guard their posteriors with suitable bones they have found. They pursue weak Pokémon.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5576,33 +4223,21 @@ "id": "bw7-93", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Gust", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dual Cut", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -5620,17 +4255,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It makes a nest out of the bones it finds. It grabs weakened prey in its talons and hauls it to its nest of bones.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5644,32 +4275,21 @@ "id": "bw7-94", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Steel Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon-EX." }, { "name": "Slashing Strike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -5687,18 +4307,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Hiroki Asanuma", "rarity": "Rare Holo", "flavorText": "It raises its pincers with eyelike markings for intimidation. It also swings them down dangerously.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5712,30 +4327,20 @@ "id": "bw7-95", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Claw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Drill Peck", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5753,18 +4358,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Despite being clad entirely in iron-hard armor, it flies at speed of over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5778,30 +4378,20 @@ "id": "bw7-96", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -5819,18 +4409,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "Its heavy-looking iron body is actually thin and light, so it can fly at speeds over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5844,23 +4429,14 @@ "id": "bw7-97", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -5878,18 +4454,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5903,34 +4474,22 @@ "id": "bw7-98", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Sand Pulse", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5942,17 +4501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "The ultrasonic waves it generates by rubbing its two wings together cause severe headaches.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5966,13 +4521,9 @@ "id": "bw7-99", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -5984,12 +4535,7 @@ "attacks": [ { "name": "Flying Beatdown", - "cost": [ - "Grass", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "You may discard a Grass Energy and a Fighting Energy attached to this Pokémon. If you do, the Defending Pokémon is now Paralyzed." @@ -6001,17 +4547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "BERUBURI", "rarity": "Rare Holo", "flavorText": "Known as \"The Desert Spirit\" this Pokémon hides in the sandstorms it causes by beating its wings.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6025,32 +4567,20 @@ "id": "bw7-100", "name": "Black Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dual Claw", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Flash Freeze", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -6062,18 +4592,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6087,37 +4612,23 @@ "id": "bw7-101", "name": "Black Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Freeze Shock", - "cost": [ - "Water", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -6129,18 +4640,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6154,32 +4659,20 @@ "id": "bw7-102", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Damage Rush", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Cold Fire", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -6191,18 +4684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6216,37 +4704,23 @@ "id": "bw7-103", "name": "White Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Ice Burn", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned." @@ -6258,18 +4732,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6283,22 +4751,14 @@ "id": "bw7-104", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6310,17 +4770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It searches for food all day. It gnaws on hard objects to wear down its fangs, which grow constantly during its lifetime.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6334,31 +4790,21 @@ "id": "bw7-105", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Gnaw Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Pokémon Tool card attached to the Defending Pokémon." }, { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put damage counters on the Defending Pokémon until its remaining HP is 10." @@ -6374,9 +4820,7 @@ "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "With its long fangs, this surprisingly violent Pokémon can gnaw away even thick concrete with ease.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6390,23 +4834,14 @@ "id": "bw7-106", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6418,17 +4853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is nocturnal in nature. If it spots something shiny, its eyes glitter brightly.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6442,23 +4873,14 @@ "id": "bw7-107", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Hard Swing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -6476,17 +4898,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It can't live without the stalk it holds. That's why it defends the stalk from attackers with its life.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6500,13 +4918,9 @@ "id": "bw7-108", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Transform", @@ -6520,17 +4934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "HiRON", "rarity": "Rare Holo", "flavorText": "It can reconstitute its entire cellular structure to change into what it sees, but it returns to normal when it relaxes.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6544,33 +4954,20 @@ "id": "bw7-109", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Double Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -6582,20 +4979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "109", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When its belly is full, it becomes too lethargic to even lift a finger, so it is safe to bounce on its belly.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6609,22 +4999,14 @@ "id": "bw7-110", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Attract Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6636,17 +5018,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It transforms the kindness and joy of others into happiness, which it stores in its shell.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6660,28 +5038,20 @@ "id": "bw7-111", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Dig", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -6697,9 +5067,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It creates mazes in dark locations. When spotted, it flees into the ground by digging with its tail.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6713,22 +5081,14 @@ "id": "bw7-112", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6746,17 +5106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has a gutsy spirit that makes it bravely take on tough foes. It flies in search of warm climates.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6770,32 +5126,21 @@ "id": "bw7-113", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -6807,17 +5152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "sui", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6831,30 +5172,21 @@ "id": "bw7-114", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Gather Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -6866,17 +5198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "The reason it does not have a nest is that it simply searches for a clean, comfortable place then sleeps there.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6890,20 +5218,13 @@ "id": "bw7-115", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6915,17 +5236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "No two Spinda have the same pattern of spots. Its tottering step fouls the aim of foes.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6939,32 +5256,21 @@ "id": "bw7-116", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6976,17 +5282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "MAHOU", "rarity": "Common", "flavorText": "By extending its rolled up ears and striking the ground, it can bound so high it surprises itself.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7000,31 +5302,21 @@ "id": "bw7-117", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Healing Melody", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, heal 60 damage from each of your Pokémon." }, { "name": "Kick Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -7036,17 +5328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "Extremely cautious, it quickly bounds off when it senses danger.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7060,22 +5348,14 @@ "id": "bw7-118", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Patrol", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your deck and put them back on top of your deck in any order." @@ -7087,17 +5367,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Extremely cautious, one of them will always be on the lookout, but it won't notice a foe coming from behind.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7111,30 +5387,21 @@ "id": "bw7-119", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psych Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, this Pokémon's Psych Up attack does 30 more damage (before applying Weakness and Resistance)." @@ -7146,17 +5413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7170,32 +5433,21 @@ "id": "bw7-120", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7207,17 +5459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Though it is a very brave Pokémon, it's also smart enough to check its foe's strength and avoid battle.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7231,34 +5479,22 @@ "id": "bw7-121", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 10 damage to itself." @@ -7270,17 +5506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "This very loyal Pokémon helps trainers, and it also takes care of other Pokémon.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7294,13 +5526,9 @@ "id": "bw7-122", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "abilities": [ { @@ -7312,11 +5540,7 @@ "attacks": [ { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -7328,19 +5552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "122", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Being wrapped in its long fur is so comfortable that a person would be fine even overnight on a wintry mountain.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7354,23 +5572,14 @@ "id": "bw7-123", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -7388,17 +5597,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "This very forgetful Pokémon will wait for a new order from its Trainer even though it already has one.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7412,25 +5617,15 @@ "id": "bw7-124", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to this Pokémon." @@ -7448,17 +5643,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "No matter where in the world it goes, it knows where its nest is, so it never gets seperated from its Trainer.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7472,32 +5663,21 @@ "id": "bw7-125", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Wing Flick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -7515,17 +5695,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "Males swing the plumage on their heads to threaten others, but females are better at flying.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7539,13 +5715,9 @@ "id": "bw7-126", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Busybody", @@ -7556,10 +5728,7 @@ "attacks": [ { "name": "Hip Bump", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -7571,18 +5740,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Using the feelers on its ears, it can tell how someone is feeling or when an egg might hatch.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7596,9 +5760,7 @@ "id": "bw7-127", "name": "Aspertia City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Colorless Pokémon in play (both yours and your opponent's) gets +20 HP.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7619,9 +5781,7 @@ "id": "bw7-128", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7643,9 +5803,7 @@ "id": "bw7-129", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7667,9 +5825,7 @@ "id": "bw7-130", "name": "Hugh", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player either draws or discard cards until he or she has 5 cards in his or her hand. (Your opponent does this first.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7690,9 +5846,7 @@ "id": "bw7-131", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7714,9 +5868,7 @@ "id": "bw7-132", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7738,9 +5890,7 @@ "id": "bw7-133", "name": "Rocky Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damage by an opponent's attack (even if that Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.", @@ -7763,9 +5913,7 @@ "id": "bw7-134", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7787,9 +5935,7 @@ "id": "bw7-135", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7811,9 +5957,7 @@ "id": "bw7-136", "name": "Town Map", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7834,10 +5978,7 @@ "id": "bw7-137", "name": "Computer Search", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a card and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -7859,10 +6000,7 @@ "id": "bw7-138", "name": "Crystal Edge", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to White Kyurem-EX, each of its attacks does 50 more damage to the Active Pokémon (before applying Weakness and Resistance).", @@ -7885,10 +6023,7 @@ "id": "bw7-139", "name": "Crystal Wall", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to Black Kyurem-EX, its maximum HP is 300.", @@ -7911,10 +6046,7 @@ "id": "bw7-140", "name": "Gold Potion", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Heal 90 damage from your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -7936,14 +6068,9 @@ "id": "bw7-141", "name": "Celebi-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -7957,11 +6084,7 @@ "attacks": [ { "name": "Wind Whisk", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -7979,16 +6102,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8002,14 +6121,9 @@ "id": "bw7-142", "name": "Keldeo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -8023,11 +6137,7 @@ "attacks": [ { "name": "Secret Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 20 more damage for each Water Energy attached to this Pokémon." @@ -8039,17 +6149,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "142", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8063,14 +6168,9 @@ "id": "bw7-143", "name": "Cresselia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -8084,12 +6184,7 @@ "attacks": [ { "name": "Psychic Protection", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -8101,16 +6196,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8124,34 +6215,23 @@ "id": "bw7-144", "name": "Landorus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammerhead", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Land's Judgment", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard all Fighting Energy attached to this Pokémon. If you do, this attack does 70 more damage." @@ -8169,18 +6249,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "144", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8194,37 +6268,23 @@ "id": "bw7-145", "name": "Black Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Freeze Shock", - "cost": [ - "Water", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -8236,18 +6296,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "145", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8261,37 +6315,23 @@ "id": "bw7-146", "name": "White Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Ice Burn", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned." @@ -8303,18 +6343,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "146", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8328,9 +6362,7 @@ "id": "bw7-147", "name": "Bianca", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8351,9 +6383,7 @@ "id": "bw7-148", "name": "Cheren", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8374,9 +6404,7 @@ "id": "bw7-149", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8398,34 +6426,21 @@ "id": "bw7-150", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Devolution Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Devolve the Defending Pokémon and put the highest Stage evolution card on it into your opponent's hand." }, { "name": "Ghost Hammer", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -8437,20 +6452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "150", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8464,31 +6472,20 @@ "id": "bw7-151", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -8500,20 +6497,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "151", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8527,13 +6517,9 @@ "id": "bw7-152", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -8545,11 +6531,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -8561,17 +6543,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8585,9 +6563,7 @@ "id": "bw7-153", "name": "Rocky Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damage by an opponent's attack (even if that Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.", @@ -8606,4 +6582,4 @@ "large": "https://images.pokemontcg.io/bw7/153_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw8.json b/cards/en/bw8.json index eaee4797f..c15627abf 100644 --- a/cards/en/bw8.json +++ b/cards/en/bw8.json @@ -3,33 +3,21 @@ "id": "bw8-1", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -47,18 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The shell on its back is made of soil. On a very healthy Turtwig, the shell should feel moist.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -72,25 +55,15 @@ "id": "bw8-2", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -108,19 +81,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It knows where pure water wells up. It carries fellow Pokémon there on its back.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -134,35 +101,21 @@ "id": "bw8-3", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Guard Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Rumble Stomp", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -180,20 +133,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "3", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Some Pokémon are born on a Torterra's back and spend their entire life there.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -207,22 +153,14 @@ "id": "bw8-4", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Sting Missile", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Shuffle this Pokémon and all cards attached to it into your deck." @@ -234,17 +172,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "This Pokémon is a set of three. When they sleep, they gather up and form a giant hive of 100 Combee.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -258,30 +192,21 @@ "id": "bw8-5", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "attacks": [ { "name": "Gather Order", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for as many Combee as you like and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Damage Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of damage counters on the Defending Pokémon." @@ -293,17 +218,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It houses its colony in cells in its body and releases various pheromones to make those grubs do its bidding.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -317,22 +238,14 @@ "id": "bw8-6", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -350,17 +263,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "sui", "rarity": "Common", "flavorText": "The small ball is not only filled with nutrients, it is also tasty. Starly try to peck it off.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -374,13 +283,9 @@ "id": "bw8-7", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -392,10 +297,7 @@ "attacks": [ { "name": "Random Peck", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -413,17 +315,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "If it senses strong sunlight, it opens its folded petals to absorb the sun's rays with its whole body.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -437,22 +335,14 @@ "id": "bw8-8", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -464,17 +354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Since this Pokémon makes its own clothes out of leaves, it is a popular mascot for fashion designers.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -488,33 +374,22 @@ "id": "bw8-9", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Swaddle Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -526,18 +401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Preferring dark, damp places, it spends the entire day eating fallen leaves that lie around it.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -551,32 +421,21 @@ "id": "bw8-10", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "attacks": [ { "name": "Cleave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon." }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -588,18 +447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves by using the sticky silk secreted from its mouth.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -613,29 +467,20 @@ "id": "bw8-11", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Ambush", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -653,17 +498,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "When it moves rhythmically, it makes a sound similar to maracas, making the surprised Pokémon flee.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -677,22 +518,14 @@ "id": "bw8-12", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." @@ -710,17 +543,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It lures Pokémon with its pattern that looks just like a Poké Ball then releases poison spores.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -734,31 +563,21 @@ "id": "bw8-13", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Miracle Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, choose a Special Condition. The Defending Pokémon is now affected by that Special Condition." @@ -776,18 +595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It moves the caps on both arms and does a dance to lure prey. It prefers damp places.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -801,37 +615,23 @@ "id": "bw8-14", "name": "Moltres-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Destructive Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Power Flame", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 40 more damage." @@ -849,16 +649,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -872,22 +668,14 @@ "id": "bw8-15", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -899,17 +687,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "sui", "rarity": "Common", "flavorText": "It is very agile. Before going to sleep, it extinguishes the flame on its tail to prevent fires.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -923,33 +707,22 @@ "id": "bw8-16", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Loud Howl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent Switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Fire Tail Slap", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy attached to this Pokémon." @@ -961,17 +734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It skillfully controls the intensity of the fire on its tail to keep its foes at an ideal distance.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -985,31 +754,21 @@ "id": "bw8-17", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Torment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of the Defending Pokémon's attack. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Malevolent Fire", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Energy attached to this Pokémon." @@ -1025,9 +784,7 @@ "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It uses unique fighting moves with fire on its hand and feet. It will take on any opponent.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1041,34 +798,23 @@ "id": "bw8-18", "name": "Victini-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Turbo Energize", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Intensifying Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage." @@ -1080,16 +826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1103,34 +845,21 @@ "id": "bw8-19", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Double Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1142,17 +871,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Very intelligent, it roasts berries before eating them. It likes to help people.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1166,31 +891,21 @@ "id": "bw8-20", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Flame Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 20 more damage for each Fire Energy attached to this Pokémon." @@ -1202,18 +917,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "When it gets excited, embers rise from its head and tail and it gets hot. For some reason, it loves sweets.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1227,22 +937,14 @@ "id": "bw8-21", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -1254,17 +956,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its flame is usually out, but it starts shining when it absorbs life force from people or Pokémon.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1278,17 +976,11 @@ "id": "bw8-22", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "abilities": [ { "name": "Freefloating", @@ -1299,10 +991,7 @@ "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1314,17 +1003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1338,30 +1023,20 @@ "id": "bw8-23", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Luring Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. The new Defending Pokémon is now Burned." }, { "name": "Fiery Licks", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard the top 4 cards of your deck. This attack does 50 damage times the number of Fire Energy cards discarded." @@ -1373,18 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It draws in air through its tail, transforms it into fire, and uses it like a tongue. It melts Durant and eats them.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1398,22 +1068,14 @@ "id": "bw8-24", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1425,17 +1087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1449,38 +1107,23 @@ "id": "bw8-25", "name": "Articuno-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frost Prison", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "If this Pokémon has any Plasma Energy attached to it, the Defending Pokémon is now Paralyzed." @@ -1498,16 +1141,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1521,23 +1160,14 @@ "id": "bw8-26", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Double Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1549,18 +1179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Rooting the tip of its snout into the ground, it searches for food. Sometimes, it even digs up a hot spring.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1574,36 +1199,22 @@ "id": "bw8-27", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Quintuple Headbutt", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 5 coins. This attack does 40 damage times the number of heads." @@ -1615,19 +1226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "With its excellent sense of smell, it's even able to find mushrooms that are buried under frozen ground.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1641,34 +1246,21 @@ "id": "bw8-28", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Frost Stone", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Paralyzed." }, { "name": "Continuous Headbutt", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90×", "text": "Flip a coin until you get tails. This attack does 90 damage times the number of heads." @@ -1680,20 +1272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "28", "artist": "match", "rarity": "Rare", "flavorText": "When the temperature rose at the end of the ice age, most Mamoswine disappeared.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1707,23 +1292,14 @@ "id": "bw8-29", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1735,17 +1311,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It looks like an aquatic plant and serves as a ferry to Pokémon that can't swim.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1759,35 +1331,22 @@ "id": "bw8-30", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1799,18 +1358,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It has a mischievous spirit. If it spots an angler, it will tug on the fishing line to interfere.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1824,13 +1378,9 @@ "id": "bw8-31", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -1842,11 +1392,7 @@ "attacks": [ { "name": "Groovy Dance", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard an Energy attached to this Pokémon. If you do, the Defending Pokémon is now Confused." @@ -1858,19 +1404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "match", "rarity": "Rare", "flavorText": "If it hears festive music, all its muscles fill with energy. It can't help breaking out into a dance.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1884,23 +1424,14 @@ "id": "bw8-32", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1912,17 +1443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "They swarm any foe that invades their territory. Their sharp fangs can tear out boat hulls.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1936,14 +1463,9 @@ "id": "bw8-33", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -1955,10 +1477,7 @@ "attacks": [ { "name": "Hard Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1974,9 +1493,7 @@ "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Its fangs rip through sheet iron. It swims at 75 mph and is known as", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1990,13 +1507,9 @@ "id": "bw8-34", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Final Wish", @@ -2007,9 +1520,7 @@ "attacks": [ { "name": "Seafaring", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, attach a Water Energy card from your discard pile to your Benched Pokémon in any way you like." @@ -2021,17 +1532,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It is born with a wondrous power that lets it bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2045,22 +1552,14 @@ "id": "bw8-35", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Snow Squall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Resistance." @@ -2072,17 +1571,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Theoretically, this Pokémon formed from icicles bathed in energy from the morning sun. Their breath is -58° F.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2096,24 +1591,15 @@ "id": "bw8-36", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2125,17 +1611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "They cool down the surrounding air and create ice particles, which they use to freeze their foes.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2149,31 +1631,21 @@ "id": "bw8-37", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "attacks": [ { "name": "Enefountain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach 2 basic Energy cards from your hand to 1 of your Pokémon." }, { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2185,17 +1657,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Swallowing large amounts of water, they make snow clouds inside their bodies and, when angry, cause violent blizzards.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2209,23 +1677,14 @@ "id": "bw8-38", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Absorb", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -2237,18 +1696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "If its veil-like arms stun and wrap a foe, that foe will be dragged miles below the surface, never to return.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2262,14 +1716,9 @@ "id": "bw8-39", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "abilities": [ { @@ -2281,10 +1730,7 @@ "attacks": [ { "name": "Aqua Bullet", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2296,18 +1742,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Its body is mostly seawater. It's said there's a castle of ships Jellicent have sunk on the seafloor.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2321,33 +1762,21 @@ "id": "bw8-40", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Hail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2359,18 +1788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "MAHOU", "rarity": "Common", "flavorText": "Their snot is a barometer of health. When healthy, their snot is sticky and the power of their ice moves increases.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2384,33 +1808,21 @@ "id": "bw8-41", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Powerful Rage", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of damage counters on this Pokémon." }, { "name": "Glacier Drop", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard the top card of your opponent's deck." @@ -2422,20 +1834,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "41", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "They love the cold seas of the north. They create pathways around the ocean waters by freezing their own breath.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2449,32 +1854,21 @@ "id": "bw8-42", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2486,17 +1880,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2510,22 +1900,14 @@ "id": "bw8-43", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2537,17 +1919,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "match", "rarity": "Common", "flavorText": "The electromagnetic waves emitted by the units at the sides of its head expel antigravity, which allows it to float.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2561,33 +1939,22 @@ "id": "bw8-44", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2599,18 +1966,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The stronger electromagnetic waves from the three linked Magnemite are enough to dry out surrounding moisture.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2624,24 +1986,15 @@ "id": "bw8-45", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2653,18 +2006,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "match", "rarity": "Uncommon", "flavorText": "The stronger electromagnetic waves from the three linked Magnemite are enough to dry out surrounding moisture.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2678,14 +2026,9 @@ "id": "bw8-46", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -2697,11 +2040,7 @@ "attacks": [ { "name": "Gyro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -2713,19 +2052,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Sometimes the magnetism emitted by Magnezone is too strong, making them attract each other so they cannot move.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2739,31 +2072,21 @@ "id": "bw8-47", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "attacks": [ { "name": "Double Assist", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Pokémon." }, { "name": "Tumbling Attack", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2775,18 +2098,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "match", "rarity": "Rare", "flavorText": "Sometimes the magnetism emitted by Magnezone is too strong, making them attract each other so they cannot move.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2800,37 +2118,23 @@ "id": "bw8-48", "name": "Zapdos-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Agility", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Powervolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 40 more damage." @@ -2848,16 +2152,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2871,30 +2171,20 @@ "id": "bw8-49", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Electribonus", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Lightning Energy card from your hand. If you do, draw 3 cards." }, { "name": "Poltergeist", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Your opponent reveals his or her hand. This attack does 20 damage times the number of Trainer cards in your opponent's hand." @@ -2906,17 +2196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its electric-like body can enter some kinds of machines and take control in order to make mischief.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2930,22 +2216,14 @@ "id": "bw8-50", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Jump On", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2957,17 +2235,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Since it can't generate its own electricity, it sticks onto large-bodied Pokémon and absorbs static electricity.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2981,30 +2255,21 @@ "id": "bw8-51", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 30 damage times the number of Energy cards you discarded." }, { "name": "Signal Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3020,9 +2285,7 @@ "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "It creates barriers from electrified silk that stun foes. This works as a weapon as well as a defense.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3036,22 +2299,14 @@ "id": "bw8-52", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -3069,17 +2324,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It does not need eyes, because it emits ultrasonic waves to check its surrounding while it flies.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3093,16 +2344,10 @@ "id": "bw8-53", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "abilities": [ { "name": "Free Flight", @@ -3113,10 +2358,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3134,17 +2376,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mizue", "rarity": "Common", "flavorText": "It does not need eyes, because it emits ultrasonic waves to check its surrounding while it flies.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3158,24 +2396,15 @@ "id": "bw8-54", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." @@ -3193,17 +2422,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Flitting around in the dead of night, it sinks its fangs into its prey and drains a nearly fatal amount of blood.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3217,14 +2442,9 @@ "id": "bw8-55", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "abilities": [ { @@ -3236,11 +2456,7 @@ "attacks": [ { "name": "Ultra-Toxic Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned. Put 4 damage counters instead of 1 on this Pokémon between turns." @@ -3262,9 +2478,7 @@ "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Having four wings allows it to fly more quickly and quietly so it can sneak up on prey without its noticing.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3278,32 +2492,21 @@ "id": "bw8-56", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Tackle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3315,18 +2518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Toxic gas is held within its thin, balloon-shaped body, so it can cause massive explosions.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3340,23 +2538,14 @@ "id": "bw8-57", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3368,17 +2557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "match", "rarity": "Uncommon", "flavorText": "Toxic gas is held within its thin, balloon-shaped body, so it can cause massive explosions.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3392,14 +2577,9 @@ "id": "bw8-58", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -3411,10 +2591,7 @@ "attacks": [ { "name": "Smogbank", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3426,18 +2603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Inhaling toxic fumes from trash and mixing them inside its body lets it spread an even fouler stench.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3451,22 +2623,14 @@ "id": "bw8-59", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3478,17 +2642,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3502,24 +2662,15 @@ "id": "bw8-60", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3531,17 +2682,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3555,32 +2702,21 @@ "id": "bw8-61", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to all of your Pokémon." }, { "name": "Swift Lunge", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -3592,18 +2728,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "When trying to protect someone, it extends its elbows as if they were swords and fights savagely.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3617,34 +2748,20 @@ "id": "bw8-62", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hex", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 more damage." }, { "name": "Shadow Claw", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard a random card from your opponent's hand." @@ -3656,19 +2773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3682,32 +2793,21 @@ "id": "bw8-63", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Pile Up", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon Tool card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Sludge Toss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3719,17 +2819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The combination of garbage bags and industrial waste caused the chemical reaction that created this Pokémon.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3743,33 +2839,21 @@ "id": "bw8-64", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sludge Bomb", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3781,17 +2865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Wanting more garbage, they follow people who litter. They always belch poison gas.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3805,23 +2885,14 @@ "id": "bw8-65", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Tool Drop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage for each Pokémon Tool card attached to Pokémon in play (both yours and your opponent's)." @@ -3833,18 +2904,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Wanting more garbage, they follow people who litter. They always belch poison gas.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3858,32 +2924,21 @@ "id": "bw8-66", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Biosmog", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, discard an Energy attached to that Pokémon." }, { "name": "Sludge Bomb", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3895,19 +2950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Consuming garbage makes new kinds of poison gases and liquids inside their bodies.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3921,34 +2970,21 @@ "id": "bw8-67", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Ensnarl", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of Colorless in the Defending Pokémon's Retreat Cost." }, { "name": "Double Ducts", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -3960,19 +2996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "67", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Consuming garbage makes new kinds of poison gases and liquids inside their bodies.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3986,23 +3016,14 @@ "id": "bw8-68", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4014,17 +3035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Rumors of its origin are linked to a UFO crash site in the desert 50 years ago.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4038,32 +3055,21 @@ "id": "bw8-69", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Reflect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Smash Punch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4075,17 +3081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Rumors of its origin are linked to a UFO crash site in the desert 50 years ago.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4099,32 +3101,21 @@ "id": "bw8-70", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Damakinesis", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Move 6 damage counters from any of your Pokémon to the Defending Pokémon." @@ -4136,17 +3127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Apparently, it communicates by flashing its three fingers, but those patterns haven't been decoded.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4160,33 +3147,21 @@ "id": "bw8-71", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4204,18 +3179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4229,32 +3199,21 @@ "id": "bw8-72", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Spinning Turn", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Wreck", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If there is any Stadium card in play, this attack does 60 more damage. Discard the Stadium card." @@ -4272,20 +3231,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "72", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It attacks by curling up, then rolling into its foe. It can blow apart a house in one hit.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4299,13 +3251,9 @@ "id": "bw8-73", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Premonition", @@ -4316,10 +3264,7 @@ "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4331,19 +3276,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "Kouji Tajima", "rarity": "Uncommon", "flavorText": "The phase of the moon apparently has some effect on its power. It's active on the night of a full moon.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4357,31 +3296,20 @@ "id": "bw8-74", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Heat Burn", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Explosion", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 90 damage to itself." @@ -4393,19 +3321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Kouji Tajima", "rarity": "Uncommon", "flavorText": "Solar energy is the source of its power, so it is strong during the daytime. When it spins, its body shines.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4419,32 +3341,21 @@ "id": "bw8-75", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4456,17 +3367,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has the peculiar power of being able to see emotions such as joy and rage in the form of waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4480,34 +3387,21 @@ "id": "bw8-76", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Feint", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -4519,17 +3413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "They communicate with one another using their auras made tangible by their emotions.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4543,32 +3433,21 @@ "id": "bw8-77", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" }, { "name": "Mach Cross", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4580,17 +3459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A well-trained one can sense auras to identify and take in the feelings of creatures over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4604,13 +3479,9 @@ "id": "bw8-78", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -4622,11 +3493,7 @@ "attacks": [ { "name": "Hurricane Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 30 more damage for each Prize card your opponent has taken." @@ -4638,18 +3505,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4663,34 +3525,21 @@ "id": "bw8-79", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Knock Back", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4702,18 +3551,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Always carrying squared logs, they help out with construction. As they grow, they carry bigger logs.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4727,37 +3571,22 @@ "id": "bw8-80", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage and the Defending Pokémon is now Confused." }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -4769,19 +3598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "With strengthened bodies, they skillfully wield steel beams to take down buildings.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4795,34 +3618,21 @@ "id": "bw8-81", "name": "Conkeldurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gurdurr", "attacks": [ { "name": "Facade", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon is Burned or Poisoned, this attack does 60 more damage." }, { "name": "Drain Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Heal 20 damage from this Pokémon." @@ -4834,19 +3644,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "81", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Rather than rely on force, they master moves that utilize the centrifugal force of spinning concrete.", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4860,32 +3664,21 @@ "id": "bw8-82", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Tail Trickery", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Fury Swipes", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4903,17 +3696,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4927,32 +3716,21 @@ "id": "bw8-83", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Fasten Claws", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -4970,17 +3748,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Their cute act is a ruse. They trick people and steal their valuables just to see the looks on their faces.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4994,31 +3768,21 @@ "id": "bw8-84", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Silent Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveal his or her hand. Discard a Supporter card you find there. Use the effect of that card as the effect of this attack." }, { "name": "Fake Out", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5036,17 +3800,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Their beautiful form comes from the muscles they have developed. They run silently in the night.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5060,32 +3820,21 @@ "id": "bw8-85", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5103,18 +3852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Proud of its sturdy skull, it suddenly headbutts everything, but its weight makes it unstable, too.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5128,33 +3872,21 @@ "id": "bw8-86", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Kick Away", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Reinforced Headbutt", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 50 more damage." @@ -5172,17 +3904,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It pulls up its shed skin to protect itself while it kicks. The bigger the crest, the more respected it is.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5196,31 +3924,20 @@ "id": "bw8-87", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Cargo Jet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Team Plasma card from your hand. if you do, draw 3 cards." }, { "name": "Steel Wing", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -5238,17 +3955,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Its heavy-looking iron body is actually thin and light, so it can fly at speeds over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5262,32 +3975,21 @@ "id": "bw8-88", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Rigidify", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Vice Grip", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5305,18 +4007,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Two bodies comprise a fixed pair. They spin around each other to generate energy.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5330,34 +4027,22 @@ "id": "bw8-89", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Gear Smash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -5375,18 +4060,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "A minigear and big gear comprises its body. If the minigear it launches at its foe doesn't return, it will die.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5400,14 +4080,9 @@ "id": "bw8-90", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "abilities": [ { @@ -5419,11 +4094,7 @@ "attacks": [ { "name": "Heavy Bullet", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5441,19 +4112,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The minigear spins at high speed. Then the energy from the red core charges the minigear to make it ready to fire.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5467,32 +4132,20 @@ "id": "bw8-91", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Hard Crunch", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 more damage." @@ -5510,17 +4163,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Individuals each play different roles in driving Heatmor, their natural predator, away from their colony.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5534,30 +4183,20 @@ "id": "bw8-92", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Call for Backup", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Metal Jail", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5575,17 +4214,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Individuals each play different roles in driving Heatmor, their natural predator, away from their colony.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5599,34 +4234,23 @@ "id": "bw8-93", "name": "Cobalion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Steel Bullet", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -5644,17 +4268,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5668,33 +4287,20 @@ "id": "bw8-94", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -5706,17 +4312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It runs through the narrow tunnels formed by Excadrill and Onix. It uses its sharp claws to catch prey.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5730,37 +4332,23 @@ "id": "bw8-95", "name": "Black Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Black Ballista", - "cost": [ - "Water", - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Water", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 3 Energy attached to this Pokémon." @@ -5772,18 +4360,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5797,37 +4379,23 @@ "id": "bw8-96", "name": "White Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "White Inferno", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Does 10 more damage for each damage counter on this Pokémon." @@ -5839,18 +4407,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5864,32 +4426,21 @@ "id": "bw8-97", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5901,17 +4452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "On nights with a full moon, Clefairy gather from all over and dance. Bathing in moonlight makes them float.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5925,13 +4472,9 @@ "id": "bw8-98", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -5943,11 +4486,7 @@ "attacks": [ { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5959,17 +4498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Their ears are sensitive enough to hear a pin drop from over a mile away, so they're usually found in quiet places.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5983,23 +4518,14 @@ "id": "bw8-99", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Gatling Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 5 coins. This attack does 10 damage times the number of heads." @@ -6017,17 +4543,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6041,31 +4563,21 @@ "id": "bw8-100", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Raging Pecks", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. This Pokémon is now Confused." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6083,17 +4595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When Doduo evolves into this odd breed, one of its heads splits into two. It runs at nearly 40 mph.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6107,14 +4615,9 @@ "id": "bw8-101", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Block", @@ -6143,20 +4646,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "101", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "When its belly is full, it becomes too lethargic to even lift a finger, so it is safe to bounce on its belly.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6170,22 +4666,14 @@ "id": "bw8-102", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -6197,17 +4685,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It transforms the kindness and joy of others into happiness, which it stores in its shell.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6221,23 +4705,15 @@ "id": "bw8-103", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Sweet Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent draws a card." @@ -6255,17 +4731,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "To share its happiness, it flies around the world seeking kind-hearted people.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6279,13 +4751,9 @@ "id": "bw8-104", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togetic", "abilities": [ { @@ -6297,9 +4765,7 @@ "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Draw cards until you have 6 cards in your hand." @@ -6317,17 +4783,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It shares many blessings with people who respect one another's rights and avoid needless strife.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6341,33 +4803,21 @@ "id": "bw8-105", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Shout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard a random card from your opponent's hand." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6379,18 +4829,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Usually, its cries are like quiet murmurs. If frightened, it shrieks at the same volume as a jet plane.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6404,34 +4849,22 @@ "id": "bw8-106", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -6443,19 +4876,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6469,34 +4896,21 @@ "id": "bw8-107", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Destructive Sound", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent reveals his or her hand. Discard all Item cards you find there." }, { "name": "Round", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Does 50 damage times the number of your Pokémon that have the Round attack." @@ -6508,20 +4922,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "107", "artist": "match", "rarity": "Rare", "flavorText": "Its howls can be heard over six miles away. It emits all sorts of noises from the ports on its body.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6535,15 +4942,9 @@ "id": "bw8-108", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6557,12 +4958,7 @@ "attacks": [ { "name": "Plasma Gale", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard a Plasma Energy attached to this Pokémon. If you can't discard a Plasma Energy, this attack does nothing." @@ -6580,17 +4976,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6604,23 +4995,14 @@ "id": "bw8-109", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Triple Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -6632,17 +5014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6656,22 +5034,14 @@ "id": "bw8-110", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -6683,17 +5053,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Extremely cautious, one of them will always be on the lookout, but it won't notice a foe coming from behind.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6707,32 +5073,21 @@ "id": "bw8-111", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -6744,17 +5099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Extremely cautious, there is always one keeping watch, but they don't notice enemies coming from behind.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6768,31 +5119,21 @@ "id": "bw8-112", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Fast Swipe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a random card from your opponent's hand." }, { "name": "Biting Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -6804,17 +5145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6828,33 +5165,21 @@ "id": "bw8-113", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Second Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on the Defending Pokémon." }, { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6866,17 +5191,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6890,32 +5211,20 @@ "id": "bw8-114", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tool Breaker", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Pokémon Tool card attached to the Defending Pokémon." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -6927,18 +5236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "They are known to charge so wildly that if a train were to enter their territory, they would send it flying.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6952,23 +5256,14 @@ "id": "bw8-115", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Incessant Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -6986,17 +5281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "kawayoo", "rarity": "Common", "flavorText": "It stands up to massive opponents, not out of courage, but out of recklessness. But that is how it gets stronger.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7010,13 +5301,9 @@ "id": "bw8-116", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "abilities": [ { @@ -7028,11 +5315,7 @@ "attacks": [ { "name": "Wild Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." @@ -7050,18 +5333,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The more scars they have, the more respect these brave soldiers of the sky get from their peers.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7075,9 +5353,7 @@ "id": "bw8-117", "name": "Bicycle", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Draw cards until you have 4 cards in your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7098,10 +5374,7 @@ "id": "bw8-118", "name": "Colress", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7122,10 +5395,7 @@ "id": "bw8-119", "name": "Colress Machine", "supertype": "Trainer", - "subtypes": [ - "Item", - "Team Plasma" - ], + "subtypes": ["Item", "Team Plasma"], "rules": [ "Search your deck for a Plasma Energy card and attach it to 1 of your Team Plasma Pokémon. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7146,9 +5416,7 @@ "id": "bw8-120", "name": "Escape Rope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player switches his or her Active Pokémon with 1 of his or her Benched Pokémon. (Your opponent switches first. If a player does not have a Benched Pokémon, he or she doesn't switch Pokémon.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7170,9 +5438,7 @@ "id": "bw8-121", "name": "Ether", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal the top card of your deck. If that card is a basic Energy card, attach it to 1 of your Pokémon. If it is not a basic Energy card, return it to the top of your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7193,9 +5459,7 @@ "id": "bw8-122", "name": "Eviolite", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is a Basic Pokémon, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).", @@ -7217,10 +5481,7 @@ "id": "bw8-123", "name": "Hypnotoxic Laser", "supertype": "Trainer", - "subtypes": [ - "Item", - "Team Plasma" - ], + "subtypes": ["Item", "Team Plasma"], "rules": [ "Your opponent's Active Pokémon is now Poisoned. Flip a coin. If heads, your opponent's Active Pokémon is also Asleep.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7241,10 +5502,7 @@ "id": "bw8-124", "name": "Plasma Frigate", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Team Plasma" - ], + "subtypes": ["Stadium", "Team Plasma"], "rules": [ "Each Pokémon that has any Plasma Energy attached to it (both yours and your opponent's) has no Weakness.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7265,10 +5523,7 @@ "id": "bw8-125", "name": "Team Plasma Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Discard a Team Plasma card from your card. (if you can't discard a Team Plasma card, you can't play this card.) Draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7289,9 +5544,7 @@ "id": "bw8-126", "name": "Virbank City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Put 2 more damage counters on Poisoned Pokémon (both yours and your opponent's) between turns.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7312,13 +5565,8 @@ "id": "bw8-127", "name": "Plasma Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Team Plasma" - ], - "rules": [ - "This card provides Colorless Energy." - ], + "subtypes": ["Special", "Team Plasma"], + "rules": ["This card provides Colorless Energy."], "number": "127", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -7335,10 +5583,7 @@ "id": "bw8-128", "name": "Dowsing Machine", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Put a Trainer card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -7360,10 +5605,7 @@ "id": "bw8-129", "name": "Scramble Switch", "supertype": "Trainer", - "subtypes": [ - "Item", - "ACE SPEC" - ], + "subtypes": ["Item", "ACE SPEC"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon. Then, you may move as many Energy attached to the old Active Pokémon to the new Active Pokémon as you like.", "You may play as many Item cards as you like during your turn (before your attack).", @@ -7385,10 +5627,7 @@ "id": "bw8-130", "name": "Victory Piece", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to Victini-EX, Victini-EX can use its attacks regardless of the amount or type of Energy attached to it.", @@ -7411,34 +5650,23 @@ "id": "bw8-131", "name": "Victini-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Turbo Energize", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Intensifying Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage." @@ -7450,16 +5678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7473,38 +5697,23 @@ "id": "bw8-132", "name": "Articuno-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frost Prison", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "If this Pokémon has any Plasma Energy attached to it, the Defending Pokémon is now Paralyzed." @@ -7522,16 +5731,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Toyste Beach", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7545,34 +5750,23 @@ "id": "bw8-133", "name": "Cobalion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Steel Bullet", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -7590,17 +5784,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7614,15 +5803,9 @@ "id": "bw8-134", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -7636,12 +5819,7 @@ "attacks": [ { "name": "Plasma Gale", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard a Plasma Energy attached to this Pokémon. If you can't discard a Plasma Energy, this attack does nothing." @@ -7659,17 +5837,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "Toyste Beach", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7683,10 +5856,7 @@ "id": "bw8-135", "name": "Colress", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7707,35 +5877,21 @@ "id": "bw8-136", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Scorching Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Discard a Fire Energy attached to this Pokémon." @@ -7747,19 +5903,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7773,13 +5923,9 @@ "id": "bw8-137", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -7791,12 +5937,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -7808,20 +5949,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "137", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7835,9 +5969,7 @@ "id": "bw8-138", "name": "Random Receiver", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal cards from the top of your deck until you reveal a Supporter card. Put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7854,4 +5986,4 @@ "large": "https://images.pokemontcg.io/bw8/138_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/bw9.json b/cards/en/bw9.json index cb79cf3a5..d5cf4d844 100644 --- a/cards/en/bw9.json +++ b/cards/en/bw9.json @@ -3,22 +3,14 @@ "id": "bw9-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Triple Stab", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It eats its weight in leaves every day. It fends off attackers with the needle on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,23 +42,15 @@ "id": "bw9-2", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Hide", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -82,18 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "match", "rarity": "Uncommon", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -107,31 +82,21 @@ "id": "bw9-3", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Swift Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon has full HP, this attack does 40 more damage, and the Defending Pokémon is now Confused and Poisoned." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -147,9 +112,7 @@ "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its best attack involves flying around at high speed, striking with poison needles, then flying off.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -163,16 +126,10 @@ "id": "bw9-4", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "abilities": [ { "name": "Propagation", @@ -183,10 +140,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -204,17 +158,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Its six eggs converse using telepathy. They can quickly gather if they become separated.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -228,31 +178,21 @@ "id": "bw9-5", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Blockade", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent can't play any Supporter cards from his or her hand during his or her next turn." }, { "name": "Stomp", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -270,18 +210,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "match", "rarity": "Rare", "flavorText": "It is called \"The Walking Jungle.\" If a head grows too big, it falls off and becomes an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -295,32 +230,21 @@ "id": "bw9-6", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -338,17 +262,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The soles of its feet are covered by countless tiny spikes, enabling it to walk on walls and ceilings.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -362,33 +282,22 @@ "id": "bw9-7", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -406,17 +315,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -430,32 +335,21 @@ "id": "bw9-8", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 40 more damage." }, { "name": "Energy Bloom", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage from each of your Pokémon that has any Energy attached to it." @@ -473,18 +367,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "The leaves that grow on its arms can slice down thick trees. It is without peer in jungle combat.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -498,22 +387,14 @@ "id": "bw9-9", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -531,18 +412,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Midori Harada", "rarity": "Common", "flavorText": "By storing water in its body, this desert dweller can survive for 30 days without water.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -556,30 +432,21 @@ "id": "bw9-10", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Rapid-Fire Needles", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "Does 30 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Payback", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent has only 1 Prize card left, this attack does 60 more damage and discard an Energy attached to the Defending Pokémon." @@ -597,17 +464,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It becomes active at night, seeking prey that is exhausted from the day's desert heat.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -621,32 +484,21 @@ "id": "bw9-11", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Energy Crush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to all of your opponent's Pokémon." }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -664,18 +516,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "With cells similar to those of plants, it performs photosynthesis inside its body and creates pure air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -689,33 +536,21 @@ "id": "bw9-12", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Vengeance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each Pokémon in your discard pile." }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 10 damage to itself." @@ -727,18 +562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Inhaled air is carried to its flame sac, heated, and exhaled as fire that reaches over 3,000 degrees F.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -752,38 +582,23 @@ "id": "bw9-13", "name": "Heatran-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Boiler", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon is affected by a Special Condition, this attack does 60 more damage." }, { "name": "Dynamite Press", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 10 more damage for each damage counter on the Defending Pokémon." @@ -795,18 +610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -820,32 +629,21 @@ "id": "bw9-14", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -857,17 +655,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its flame is usually out, but it starts shining when it absorbs life force from people or Pokémon.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -881,35 +675,22 @@ "id": "bw9-15", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -921,17 +702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -945,14 +722,9 @@ "id": "bw9-16", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "abilities": [ { @@ -964,11 +736,7 @@ "attacks": [ { "name": "Absorb Life", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -980,18 +748,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The spirits burned up in its ominous flame lose their way and wander this world forever.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1005,33 +768,20 @@ "id": "bw9-17", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Purifying Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove all Special Conditions from this Pokémon." }, { "name": "Fusion Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If Zekrom is on your Bench, this attack does 40 more damage." @@ -1043,18 +793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon can scorch the world with fire. It helps those who want to build a world of truth.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1068,22 +813,14 @@ "id": "bw9-18", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Fin Smack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -1095,17 +832,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1119,23 +852,15 @@ "id": "bw9-19", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -1147,17 +872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Its spines provide protection. Its fins and bones are prized as traditional-medicine ingredients.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1171,31 +892,21 @@ "id": "bw9-20", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Refreshing Rain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Gold Breaker", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage." @@ -1207,18 +918,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its cell composition is similar to water molecules. As a result, it can't be seen when it melts away into water.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1232,23 +938,14 @@ "id": "bw9-21", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Slam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1260,18 +957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "sui", "rarity": "Common", "flavorText": "When walking on land, it covers its body with a poisonous film that keeps its skin from dehydrating.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1285,13 +977,9 @@ "id": "bw9-22", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "abilities": [ { @@ -1303,11 +991,7 @@ "attacks": [ { "name": "Mud Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any Fighting Energy attached to it, this attack does 30 more damage." @@ -1319,19 +1003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It has an easygoing nature. It doesn't care if it bumps its head on boats and boulders while swimming.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1345,14 +1023,9 @@ "id": "bw9-23", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1364,11 +1037,7 @@ "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Asleep." @@ -1380,18 +1049,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It lowers its body heat to freeze its fur. The hairs then become like needles it can fire.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1405,22 +1069,14 @@ "id": "bw9-24", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -1432,17 +1088,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "MAHOU", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans and warns others of danger.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1456,35 +1108,22 @@ "id": "bw9-25", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Vibration", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Suspicious Soundwave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1496,18 +1135,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It lives in the water and on land. It uses its long, sticky tongue to immobilize its opponents.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1521,34 +1155,21 @@ "id": "bw9-26", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Seismic Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 30 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Splashing Turn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -1560,19 +1181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "By putting power into its bumps, it creates vibrations and increases the power of its punches.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1586,23 +1201,14 @@ "id": "bw9-27", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1614,17 +1220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Theoretically, this Pokémon formed from icicles bathed in energy from the morning sun. Their breath is -58° F.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1638,24 +1240,15 @@ "id": "bw9-28", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Surefire Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. If both of them are heads, this attack does 40 more damage." @@ -1667,17 +1260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "They cool down the surrounding air and create ice particles, which they use to freeze their foes.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1691,31 +1280,21 @@ "id": "bw9-29", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "attacks": [ { "name": "ChillMAX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage for each heads." }, { "name": "Cold Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon is now Asleep." @@ -1727,17 +1306,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Swallowing large amounts of water, they make snow clouds inside their bodies and, when angry, cause violent blizzards.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1751,29 +1326,20 @@ "id": "bw9-30", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call Sign", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Cryofreeze", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard an Energy attached to this Pokémon. The Defending Pokémon can't attack during your opponent's next turn." @@ -1785,17 +1351,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "They are composed of ice crystals. They capture prey with chains of ice, freezing the prey at -148° F.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1809,32 +1371,20 @@ "id": "bw9-31", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Frost Spear", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't attack during your next turn." @@ -1846,19 +1396,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1872,23 +1416,14 @@ "id": "bw9-32", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Rollout", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1900,17 +1435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It looks just like a Poké Ball. It is dangerous because it may electrocute or explode on touch.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1924,13 +1455,9 @@ "id": "bw9-33", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -1942,11 +1469,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1958,17 +1481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "HiRON", "rarity": "Rare Holo", "flavorText": "It is known to drift on winds if it is bloated to bursting with stored electricity.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1982,31 +1501,21 @@ "id": "bw9-34", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Pin Missile", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." }, { "name": "Electri-Defuse", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon is a Pokémon-EX, that Pokémon can't attack during your opponent's next turn." @@ -2018,17 +1527,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "By storing electricity in its body, it can shoot its bristlelike fur like a barrage of missiles.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2042,23 +1547,14 @@ "id": "bw9-35", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2070,18 +1566,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It discharges positive and negative electricity from its antenna tips to shock its foes.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2095,31 +1586,21 @@ "id": "bw9-36", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Special Tackle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage." }, { "name": "Extreme Current", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to this Pokémon." @@ -2131,18 +1612,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Lanturn's light can shine up from great depths. It is nicknamed \"The Deep-Sea Star.\"", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2156,28 +1632,20 @@ "id": "bw9-37", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Electric Tail", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2189,17 +1657,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2213,36 +1677,23 @@ "id": "bw9-38", "name": "Thundurus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raiden Knuckle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to 1 of your Benched Team Plasma Pokémon." }, { "name": "Thunderous Noise", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "If this Pokémon has any Plasma Energy attached to it, discard an Energy attached to the Defending Pokémon." @@ -2254,16 +1705,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2277,33 +1724,20 @@ "id": "bw9-39", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Mach Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Fusion Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If Reshiram is on your Bench, this attack does 40 more damage." @@ -2315,18 +1749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon can scorch the world with lightning. It assists those who want to build an ideal world.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2340,23 +1769,14 @@ "id": "bw9-40", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2368,17 +1788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "While it does not prefer to fight, even one drop of the poison it secretes from its barbs can be fatal.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2392,35 +1808,22 @@ "id": "bw9-41", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Double Kick", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2432,19 +1835,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "When it senses danger, it raises all the barbs on its body. These barbs grow slower than Nidorino's.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2458,32 +1855,21 @@ "id": "bw9-42", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Poison Horn", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Double Stomp", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -2495,19 +1881,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Mizue", "rarity": "Rare", "flavorText": "Its entire body is armored with hard scales. It will protect the young in its burrow with its life.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2521,22 +1901,14 @@ "id": "bw9-43", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Hit Back", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "If this Pokémon has no damage counters on it, this attack does nothing." @@ -2548,17 +1920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It scans its surroundings by raising its ears out of the grass. Its toxic horn is for protection.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2572,35 +1940,22 @@ "id": "bw9-44", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2612,19 +1967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It has a violent disposition and stabs foes with its horn, which oozes poison upon impact.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2638,33 +1987,21 @@ "id": "bw9-45", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Lure Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. The new Defending Pokémon is now Poisoned." }, { "name": "Sludge Toss", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2676,18 +2013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Born from sludge, these Pokémon now gather in polluted places and increase the bacteria in their bodies.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2701,35 +2033,21 @@ "id": "bw9-46", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "attacks": [ { "name": "Poison Suction", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon is Poisoned, heal 60 damage from this Pokémon." }, { "name": "Sludge Crash", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, discard an Energy attached to the Defending Pokémon." @@ -2741,19 +2059,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It's so stinky! Muk's body contains toxic elements, and any plant will wilt when it passes by.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2767,13 +2079,9 @@ "id": "bw9-47", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Bench Barrier", @@ -2784,10 +2092,7 @@ "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2799,17 +2104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Hiroki Asanuma", "rarity": "Rare", "flavorText": "It shapes an invisible wall in midair by minutely vibrating its fingertips to stop molecules in the air.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2823,30 +2124,21 @@ "id": "bw9-48", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Psy Alert", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shadow Ball", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. Also apply Weakness and Resistance for Benched Pokémon." @@ -2858,17 +2150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its fur is so sensitive, it can feel minute shifts in the air and predict the weather…and its foes' thoughts.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2882,46 +2170,32 @@ "id": "bw9-49", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Shadow Cage", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It hides in the darkness of caves. Its diet of gems has transformed its eyes into gemstones.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2935,32 +2209,21 @@ "id": "bw9-50", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Psychic"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Calculate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put them back on top of your deck in any order." }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2972,17 +2235,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Its cells are all magnetic, and it communicates with others by using magnetic pulses.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2996,34 +2255,22 @@ "id": "bw9-51", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3035,18 +2282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It is formed by two Beldum joining together. Its two brains are linked, amplifying its psychic power.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3060,14 +2302,9 @@ "id": "bw9-52", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Metang", "abilities": [ { @@ -3079,12 +2316,7 @@ "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Confused." @@ -3096,18 +2328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "With four linked brains, it's more intelligent than a supercomputer, and it uses calculations to analyze foes.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3121,15 +2348,9 @@ "id": "bw9-53", "name": "Deoxys-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3143,10 +2364,7 @@ "attacks": [ { "name": "Helix Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 30 more damage for each Energy attached to the Defending Pokémon." @@ -3158,17 +2376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3182,22 +2395,14 @@ "id": "bw9-54", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Transfer Pain", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move 1 damage counter from any of your Pokémon to any of your opponent's Pokémon." @@ -3209,18 +2414,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "These Pokémon arose from the spirits of people interred in graves. Each retains memories of its former life.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3234,33 +2434,21 @@ "id": "bw9-55", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3272,17 +2460,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "These Pokémon arose from the spirits of people interred in graves. Each retains memories of its former life.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3296,14 +2480,9 @@ "id": "bw9-56", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "abilities": [ { @@ -3315,11 +2494,7 @@ "attacks": [ { "name": "Slap of Misfortune", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Whenever your opponent flips a coin during his or her next turn, treat it as tails." @@ -3331,18 +2506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Grave robbers who mistake them for real coffins and get too close end up trapped inside their bodies.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3356,32 +2526,21 @@ "id": "bw9-57", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "attacks": [ { "name": "Elongating Arms", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crazy Slap", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." @@ -3393,18 +2552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Grave robbers who mistake them for real coffins and get too close end up trapped inside their bodies.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3418,33 +2572,21 @@ "id": "bw9-58", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Lovestrike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 40 more damage for each Nidoqueen on your Bench." }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -3462,19 +2604,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "One swing of its mighty tail can snap a telephone pole as if it were a matchstick.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3488,22 +2624,14 @@ "id": "bw9-59", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3515,17 +2643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It lives in treetop colonies. If one becomes enraged, the whole colony rampages for no reason.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3539,31 +2663,21 @@ "id": "bw9-60", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "80-", "text": "Does 80 damage minus 10 damage for each damage counter on this Pokémon." @@ -3575,17 +2689,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It grows angry if you see its eyes and gets angrier if you run. If you beat it, it gets even madder.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3599,36 +2709,21 @@ "id": "bw9-61", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Swing Around", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -3640,19 +2735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Toyste Beach", "rarity": "Uncommon", "flavorText": "Opening its large mouth, it ingests massive amounts of soil and creates long tunnels.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3666,34 +2755,21 @@ "id": "bw9-62", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Continuous Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3705,19 +2781,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It toughens its body by slamming into thick trees. Many snapped trees can be found near its nest.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3731,32 +2801,21 @@ "id": "bw9-63", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Fake Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Pivot Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 20 (after applying Weakness and Resistance)." @@ -3768,19 +2827,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It loves to match power with big-bodied Pokémon. It can knock a truck flying with its arm thrusts.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3794,14 +2847,9 @@ "id": "bw9-64", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -3813,11 +2861,7 @@ "attacks": [ { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3835,17 +2879,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "When exposed to the moon's aura, the rings on its body glow faintly and it's filled with a mysterious power.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3859,23 +2899,14 @@ "id": "bw9-65", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3893,17 +2924,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "A smart and sneaky Pokémon, it makes its opponents flinch by suddenly showing the claws hidden in its paws.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3917,31 +2944,21 @@ "id": "bw9-66", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Hail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Vilify", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard as many Pokémon as you like from your hand. This attack does 30 damage times the number of Pokémon you discarded." @@ -3959,17 +2976,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "They communicate by clawing signs in boulders and work together to surround enemies.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3983,32 +2996,20 @@ "id": "bw9-67", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Mind Jack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 more damage for each of your opponent's Benched Pokémon." }, { "name": "Fearsome Shadow", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent reveals his or her hand." @@ -4026,17 +3027,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It appears from deep in the mountains to warn people about upcoming disasters it has sensed with its horn.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4050,23 +3047,14 @@ "id": "bw9-68", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4084,18 +3072,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "sui", "rarity": "Common", "flavorText": "They live hidden under hot desert sands in order to keep their body temperature from dropping.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4109,34 +3092,22 @@ "id": "bw9-69", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4154,18 +3125,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Protected by thin membranes, their eyes can see even in the dead of night. They live in groups of a few individuals.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4179,32 +3145,21 @@ "id": "bw9-70", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Piston Headbutt", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4222,19 +3177,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Very violent Pokémon, they try to clamp down on anything that moves in front of their eyes.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4248,22 +3197,14 @@ "id": "bw9-71", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Darkness"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Slash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4281,17 +3222,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Ignoring their injuries, groups attack by sinking the blades that cover their bodies into their prey.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4305,23 +3242,14 @@ "id": "bw9-72", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Darkness"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Cut", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4339,17 +3267,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Ignoring their injuries, groups attack by sinking the blades that cover their bodies into their prey.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4363,32 +3287,21 @@ "id": "bw9-73", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Dragon Slayer", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If the Defending Pokémon is a Dragon Pokémon, this attack does 40 more damage." @@ -4406,17 +3319,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "This pitiless Pokémon commands a group of Pawniard to hound prey into immobility. It then moves in to finish the prey off.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4430,33 +3339,21 @@ "id": "bw9-74", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Cut Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Slicing Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4474,17 +3371,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "This pitiless Pokémon commands a group of Pawniard to hound prey into immobility. It then moves in to finish the prey off.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4498,34 +3391,21 @@ "id": "bw9-75", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Darkness"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Push Down", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4543,18 +3423,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Lacking sight, it's unaware of its surroundings, so it bumps into things and eats anything that moves.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4568,23 +3443,14 @@ "id": "bw9-76", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Darkness"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4602,18 +3468,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Lacking sight, it's unaware of its surroundings, so it bumps into things and eats anything that moves.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4627,35 +3488,22 @@ "id": "bw9-77", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Body Slam", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4673,18 +3521,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "match", "rarity": "Uncommon", "flavorText": "The two heads do not get along. Whichever head eats more than the other gets to be the leader.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4698,35 +3541,21 @@ "id": "bw9-78", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "attacks": [ { "name": "Tractorbeam", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. This attack does 40 damage to the new Defending Pokémon." }, { "name": "Obsidian Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Before doing damage, discard all Pokémon Tool cards attached to the Defending Pokémon." @@ -4744,19 +3573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It responds to movement by attacking. This scary, three-headed Pokémon devours everything in its path!", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4770,36 +3593,21 @@ "id": "bw9-79", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Metal Defender", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, this Pokémon has no Weakness." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "" @@ -4817,20 +3625,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "79", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "The iron it ingested with the soil it swallowed transformed its body and made it harder than diamonds.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4844,30 +3645,20 @@ "id": "bw9-80", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Astonish", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Big Ol' Bite", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Heal 30 damage from this Pokémon. The Defending Pokémon can't retreat during your opponent's next turn." @@ -4885,17 +3676,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Attached to its head is a huge set of jaws formed by horns. It can chew through iron beams.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4909,32 +3696,21 @@ "id": "bw9-81", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Shed Skin", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Tail Smack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4946,17 +3722,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It is called the \"Mirage Pokémon\" because so few have seen it. Its shed skin has been found.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4970,34 +3742,22 @@ "id": "bw9-82", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Wrap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tail Smack", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5009,17 +3769,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "If its body takes on an aura, the weather changes instantly. It is said to live in seas and lakes.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5033,34 +3789,21 @@ "id": "bw9-83", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Deafen", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent can't play any Item cards from his or her hand during his or her next turn." }, { "name": "Healwing", - "cost": [ - "Grass", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -5072,19 +3815,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "It is said to make its home somewhere in the sea. It guides crews of shipwrecks to shore.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5098,29 +3835,21 @@ "id": "bw9-84", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Dragon Vortex", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the number of Water Energy cards and Lightning Energy cards in your discard pile. Then, shuffle all of those cards back into your deck." }, { "name": "Tri Bullet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5132,17 +3861,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "It lives in caves on the seafloor and creates giant whirlpools every time it moves.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5156,14 +3881,9 @@ "id": "bw9-85", "name": "Latias-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5177,11 +3897,7 @@ "attacks": [ { "name": "Barrier Break", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -5193,16 +3909,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5216,38 +3928,24 @@ "id": "bw9-86", "name": "Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Latios-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Latios-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mach Flight", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Luster Purge", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard all Energy attached to this Pokémon." @@ -5259,17 +3957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5283,23 +3976,14 @@ "id": "bw9-87", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5311,17 +3995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It searches for food all day. It gnaws on hard objects to wear down its fangs, which grow constantly during its lifetime.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5335,31 +4015,21 @@ "id": "bw9-88", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Transfer Junk", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Team Plasma Pokémon, a Team Plasma Trainer card, and a Team Plasma Energy card from your discard pile into your hand." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5375,9 +4045,7 @@ "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "With its long fangs, this surprisingly violent Pokémon can gnaw away even thick concrete with ease.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5391,13 +4059,9 @@ "id": "bw9-89", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5411,19 +4075,14 @@ "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5435,17 +4094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5459,13 +4114,9 @@ "id": "bw9-90", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5479,20 +4130,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 3 Pokémon of different types that evolve from Eevee. Reveal them and put them into your hand. Shuffle your deck afterward." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5504,17 +4149,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Toyste Beach", "rarity": "Common", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5528,22 +4169,14 @@ "id": "bw9-91", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Dual Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws 2 cards." @@ -5561,17 +4194,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "match", "rarity": "Common", "flavorText": "It marks time precisely. Some countries consider it to be a wise friend, versed in the world's ways.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5585,32 +4214,21 @@ "id": "bw9-92", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Powerful Vision", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of cards in your opponent's hand." }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -5628,17 +4246,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its eyes are specially developed to enable it to see clearly even in murky darkness and minimal light.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5652,30 +4266,20 @@ "id": "bw9-93", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Max Milk", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from 1 of your Pokémon. Then, discard all Energy attached to this Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5687,19 +4291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "It is said that kids who drink Miltank's milk grow up to become hearty, healthy adults.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5713,13 +4311,9 @@ "id": "bw9-94", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Color Change", @@ -5730,9 +4324,7 @@ "attacks": [ { "name": "Imittack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. If this Pokémon has the necessary Energy to use that attack, use it as this attack." @@ -5744,17 +4336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Toyste Beach", "rarity": "Rare", "flavorText": "It can freely change its body's color. The zigzag pattern on its belly doesn't change, however.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5768,22 +4356,14 @@ "id": "bw9-95", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5801,17 +4381,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Because they are weak individually, they form groups. However, they bicker if the group grows too big.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5825,24 +4401,15 @@ "id": "bw9-96", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -5860,17 +4427,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "sui", "rarity": "Uncommon", "flavorText": "Recognizing their own weakness, they always live in a group. When alone, a Staravia cries noisily.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5884,34 +4447,21 @@ "id": "bw9-97", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Strong Breeze", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Your opponent shuffles the Defending Pokémon and all cards attached to it into his or her deck." @@ -5929,17 +4479,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It never stops attacking even if it is injured. It fusses over the shape of its comb.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5953,36 +4499,23 @@ "id": "bw9-98", "name": "Tornadus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Windfall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Jet Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 30 more damage for each Plasma Energy attached to this Pokémon." @@ -6000,17 +4533,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6024,9 +4552,7 @@ "id": "bw9-99", "name": "Float Stone", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to has no Retreat Cost.", @@ -6048,10 +4574,7 @@ "id": "bw9-100", "name": "Frozen City", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Team Plasma" - ], + "subtypes": ["Stadium", "Team Plasma"], "rules": [ "Whenever any player attaches an Energy from his or her hand to 1 of his or her Pokémon (excluding Team Plasma Pokémon) put 2 damage counters on that Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -6072,10 +4595,7 @@ "id": "bw9-101", "name": "Ghetsis", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Your opponent reveals his or her hand and shuffles all Item cards found there into his or her deck. Then, draw a number of cards equal to the number of Item cards your opponent shuffled into his or her deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6096,10 +4616,7 @@ "id": "bw9-102", "name": "Shadow Triad", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Put a Team Plasma card from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6120,9 +4637,7 @@ "id": "bw9-103", "name": "Superior Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Put 4 basic Energy cards from your discard pile into your hand. (You can't choose a card you discarded with the effect of this card.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6143,10 +4658,7 @@ "id": "bw9-104", "name": "Team Plasma Badge", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Team Plasma" - ], + "subtypes": ["Pokémon Tool", "Team Plasma"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to is a Team Plasma Pokémon.", @@ -6168,10 +4680,7 @@ "id": "bw9-105", "name": "Team Plasma Ball", "supertype": "Trainer", - "subtypes": [ - "Item", - "Team Plasma" - ], + "subtypes": ["Item", "Team Plasma"], "rules": [ "Search your deck for a Team Plasma Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6192,13 +4701,8 @@ "id": "bw9-106", "name": "Plasma Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Team Plasma" - ], - "rules": [ - "This card provides Colorless Energy." - ], + "subtypes": ["Special", "Team Plasma"], + "rules": ["This card provides Colorless Energy."], "number": "106", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -6215,10 +4719,7 @@ "id": "bw9-107", "name": "Life Dew", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is Knocked Out, your opponent takes 1 fewer Prize card.", @@ -6241,10 +4742,7 @@ "id": "bw9-108", "name": "Rock Guard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "ACE SPEC" - ], + "subtypes": ["Pokémon Tool", "ACE SPEC"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), put 6 damage counters on the Attacking Pokémon.", @@ -6267,38 +4765,23 @@ "id": "bw9-109", "name": "Heatran-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Boiler", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon is affected by a Special Condition, this attack does 60 more damage." }, { "name": "Dynamite Press", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 10 more damage for each damage counter on the Defending Pokémon." @@ -6310,18 +4793,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6335,36 +4812,23 @@ "id": "bw9-110", "name": "Thundurus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raiden Knuckle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to 1 of your Benched Team Plasma Pokémon." }, { "name": "Thunderous Noise", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "If this Pokémon has any Plasma Energy attached to it, discard an Energy attached to the Defending Pokémon." @@ -6376,16 +4840,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6399,15 +4859,9 @@ "id": "bw9-111", "name": "Deoxys-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6421,10 +4875,7 @@ "attacks": [ { "name": "Helix Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 30 more damage for each Energy attached to the Defending Pokémon." @@ -6436,17 +4887,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6460,14 +4906,9 @@ "id": "bw9-112", "name": "Latias-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6481,11 +4922,7 @@ "attacks": [ { "name": "Barrier Break", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on the Defending Pokémon." @@ -6497,16 +4934,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6520,38 +4953,24 @@ "id": "bw9-113", "name": "Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Latios-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Latios-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mach Flight", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Luster Purge", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard all Energy attached to this Pokémon." @@ -6563,17 +4982,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6587,36 +5001,23 @@ "id": "bw9-114", "name": "Tornadus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Windfall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Jet Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 30 more damage for each Plasma Energy attached to this Pokémon." @@ -6634,17 +5035,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6658,10 +5054,7 @@ "id": "bw9-115", "name": "Ghetsis", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Team Plasma" - ], + "subtypes": ["Supporter", "Team Plasma"], "rules": [ "Your opponent reveals his or her hand and shuffles all Item cards found there into his or her deck. Then, draw a number of cards equal to the number of Item cards your opponent shuffled into his or her deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6682,9 +5075,7 @@ "id": "bw9-116", "name": "Professor Juniper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6705,13 +5096,9 @@ "id": "bw9-117", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "abilities": [ { @@ -6723,9 +5110,7 @@ "attacks": [ { "name": "Attack Command", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's)." @@ -6737,18 +5122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6762,13 +5142,9 @@ "id": "bw9-118", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Safeguard", @@ -6779,11 +5155,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 10 more damage for each Energy attached to the Defending Pokémon." @@ -6795,17 +5167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6819,13 +5187,9 @@ "id": "bw9-119", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -6837,11 +5201,7 @@ "attacks": [ { "name": "Sludge Toss", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6853,19 +5213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "119", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6879,30 +5233,21 @@ "id": "bw9-120", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Mach Cut", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Dragonblade", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard the top 2 cards of your deck." @@ -6914,17 +5259,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Ayaka Yoshida", "rarity": "Rare Secret", "flavorText": "This extremely rare Pokémon is a different color than usual. It is very hard to find.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6938,9 +5279,7 @@ "id": "bw9-121", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. Then, discard all Energy attached to that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6961,9 +5300,7 @@ "id": "bw9-122", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." diff --git a/cards/en/bwp.json b/cards/en/bwp.json index 9d5617229..6320f3c20 100644 --- a/cards/en/bwp.json +++ b/cards/en/bwp.json @@ -3,23 +3,14 @@ "id": "bwp-BW01", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Slam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -37,17 +28,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW01", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -61,23 +48,14 @@ "id": "bwp-BW02", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -89,18 +67,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW02", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It blows fire through its nose. When it catches a cold, the fire becomes pitch-black smoke instead.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -114,23 +87,14 @@ "id": "bwp-BW03", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -142,17 +106,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW03", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -166,31 +126,20 @@ "id": "bwp-BW004", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -202,18 +151,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW004", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -227,31 +171,20 @@ "id": "bwp-BW005", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -263,18 +196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW005", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -288,32 +216,21 @@ "id": "bwp-BW06", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tail Smack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -331,17 +248,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW06", "artist": "Shizurow", "rarity": "Promo", "flavorText": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -355,32 +268,21 @@ "id": "bwp-BW07", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Singe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -392,17 +294,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW07", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -416,32 +314,21 @@ "id": "bwp-BW08", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Sleep Pulse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Surprise Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -453,17 +340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW08", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "The scalchop on its stomach is made from the same elements as claws. It detaches the scalchop for use as a blade.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -477,30 +360,21 @@ "id": "bwp-BW09", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Foul Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks and use it as this attack." @@ -518,17 +392,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW09", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Each has the ability to fool a large group of people simultaneously. They protect their lair with illusory scenery.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -542,39 +412,26 @@ "id": "bwp-BW10", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Colorless"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW10", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -588,23 +445,14 @@ "id": "bwp-BW11", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Bullet Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -622,17 +470,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW11", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are know to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -646,23 +490,14 @@ "id": "bwp-BW12", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Jump On", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -680,17 +515,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW12", "artist": "Tomokazu Komiya", "rarity": "Promo", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -704,32 +535,21 @@ "id": "bwp-BW13", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -741,17 +561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW13", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "They greet one another by rubbing each other with their tails, which are always kept well groomed and clean.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -765,23 +581,14 @@ "id": "bwp-BW14", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Bullet Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -799,17 +606,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW14", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are known to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -823,23 +626,14 @@ "id": "bwp-BW15", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -857,17 +651,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW15", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Each follows its Trainer's orders as best it can, but they sometimes fail to understand complicated commands.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -881,39 +671,26 @@ "id": "bwp-BW16", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Colorless"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW16", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -927,22 +704,14 @@ "id": "bwp-BW17", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -960,17 +729,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW17", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "When attacked, it uses its feathers to splash water, escaping under cover of the spray.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -984,23 +749,14 @@ "id": "bwp-BW18", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -1012,18 +768,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW18", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "When its internal fire is burning, it cannot calm down and it runs around. When the fire diminishes, it falls asleep.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1037,31 +788,21 @@ "id": "bwp-BW19", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Punishment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If the Defending Pokémon is a Stage 2 Pokémon, this attack does 20 more damage." }, { "name": "Snarl", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." @@ -1079,17 +820,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW19", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1103,13 +840,9 @@ "id": "bwp-BW20", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "abilities": [ { @@ -1121,10 +854,7 @@ "attacks": [ { "name": "Leaf Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -1142,17 +872,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW20", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "They raise their heads to intimidate opponents but only give their all when fighting a powerful opponent.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1166,13 +892,9 @@ "id": "bwp-BW21", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -1184,12 +906,7 @@ "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1201,20 +918,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "BW21", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1228,13 +938,9 @@ "id": "bwp-BW22", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "abilities": [ { @@ -1246,11 +952,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Does 10 more damage for each Water Energy attached to this Pokémon." @@ -1262,18 +964,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW22", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Part of the armor on its anterior legs becomes a giant sword. Its cry alone is enough to intimidate most enemies.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1287,31 +984,20 @@ "id": "bwp-BW23", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Blue Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon." @@ -1323,18 +1009,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW23", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1348,31 +1029,20 @@ "id": "bwp-BW24", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 40 damage to itself." @@ -1384,18 +1054,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW24", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1409,33 +1074,21 @@ "id": "bwp-BW25", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "High Jump Kick", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1453,17 +1106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW25", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It immediately headbutts anyone that makes eye contact with it. Its skull is massively thick.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1477,39 +1126,26 @@ "id": "bwp-BW26", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Colorless"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Big Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW26", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "They mark their territory by leaving gashes in trees with their tusks. If a tusk breaks, a new one grows in quickly.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1523,32 +1159,21 @@ "id": "bwp-BW27", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Will-O-Wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1560,17 +1185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW27", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "Litwick shines a light that absorbs the life energy of people and Pokémon, which becomes the fuel that it burns.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1584,9 +1205,7 @@ "id": "bwp-BW28", "name": "Tropical Beach", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may draw cards until he or she has 7 cards in his or her hand. If he or she does, that player's turn ends.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -1607,9 +1226,7 @@ "id": "bwp-BW29", "name": "Victory Cup", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1630,9 +1247,7 @@ "id": "bwp-BW30", "name": "Victory Cup", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1653,9 +1268,7 @@ "id": "bwp-BW31", "name": "Victory Cup", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1676,13 +1289,9 @@ "id": "bwp-BW32", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Star", @@ -1693,10 +1302,7 @@ "attacks": [ { "name": "Stored Power", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move all Energy attached to this Pokémon to 1 of your Benched Pokémon." @@ -1708,17 +1314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW32", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1732,32 +1334,21 @@ "id": "bwp-BW33", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Run Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hook", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1769,17 +1360,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW33", "artist": "sui", "rarity": "Promo", "flavorText": "It has the peculiar power of being able to see emotions such as joy and rage in the form of waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1793,34 +1380,22 @@ "id": "bwp-BW34", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Random Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1832,17 +1407,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW34", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1856,32 +1427,21 @@ "id": "bwp-BW35", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1893,17 +1453,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW35", "artist": "Sumiyoshi Kizuki", "rarity": "Promo", "flavorText": "It is nocturnal in nature. If it spots something shiny, its eyes glitter brightly.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1917,37 +1473,23 @@ "id": "bwp-BW36", "name": "Reshiram-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." @@ -1959,18 +1501,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW36", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1984,37 +1520,23 @@ "id": "bwp-BW37", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Wings", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy attached to the Defending Pokémon." }, { "name": "Hail Blizzard", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon can't use Hail Blizzard during your next turn." @@ -2026,18 +1548,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW37", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2051,37 +1567,23 @@ "id": "bwp-BW38", "name": "Zekrom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glinting Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strong Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -2093,18 +1595,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW38", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2118,9 +1614,7 @@ "id": "bwp-BW39", "name": "Battle City", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may flip a coin. If heads, the player draws a card.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -2141,13 +1635,9 @@ "id": "bwp-BW40", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "abilities": [ { @@ -2159,11 +1649,7 @@ "attacks": [ { "name": "Burning Wind", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard an Energy attached to this Pokémon. If you do, the Defending Pokémon is now Burned." @@ -2175,19 +1661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW40", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "A sea of fire engulfs the surroundings of their battles, since they use their six wings to scatter their ember scales.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2201,30 +1681,20 @@ "id": "bwp-BW41", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Disaster Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -2236,17 +1706,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW41", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2260,30 +1726,20 @@ "id": "bwp-BW42", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Wheel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your Benched Pokémon to this Pokémon." }, { "name": "Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -2301,17 +1757,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW42", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2325,30 +1777,20 @@ "id": "bwp-BW43", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Abundant Harvest", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Gaia Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2366,17 +1808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW43", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \"The Guardian of the Fields.\"", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2390,31 +1828,20 @@ "id": "bwp-BW44", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon." }, { "name": "Glaciate", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2426,18 +1853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW44", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It generates powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2451,38 +1873,24 @@ "id": "bwp-BW45", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "X Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon." }, { "name": "Psydrive", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -2494,17 +1902,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW45", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2518,14 +1921,9 @@ "id": "bwp-BW46", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2539,11 +1937,7 @@ "attacks": [ { "name": "Night Spear", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2561,17 +1955,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW46", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2585,36 +1974,24 @@ "id": "bwp-BW47", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard all basic Fire Energy or all basic Lightning Energy attached to this Pokémon. This attack does 60 damage times the number of Energy you discarded." @@ -2626,16 +2003,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW47", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2649,13 +2022,9 @@ "id": "bwp-BW48", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -2667,11 +2036,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2683,17 +2048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW48", "artist": "HiRON", "rarity": "Promo", "flavorText": "If it bonds with a person, it will gently envelop the friend with its soft wings, then hum.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2707,30 +2068,21 @@ "id": "bwp-BW49", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Dream Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Both this Pokémon and the Defending Pokémon are now Asleep." @@ -2748,17 +2100,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW49", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Even veteran Trainers face a challenge in getting its beautiful flower to bloom. This Pokémon is popular with celebrities.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2772,9 +2120,7 @@ "id": "bwp-BW50", "name": "Tropical Beach", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may draw cards until he or she has 7 cards in his or her hand. If he or she does, that player's turn ends.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -2795,14 +2141,9 @@ "id": "bwp-BW51", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "abilities": [ { @@ -2814,11 +2155,7 @@ "attacks": [ { "name": "Ultra-Toxic Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." @@ -2840,9 +2177,7 @@ "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Having four wings allows it to fly more quickly and quietly so it can sneak up on prey without its noticing.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2856,23 +2191,14 @@ "id": "bwp-BW52", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2884,17 +2210,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW52", "artist": "Mizue", "rarity": "Promo", "flavorText": "It faces strong opponents with great courage. But, when at a disadvantage in a fight, this intelligent Pokémon flees.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2908,13 +2230,9 @@ "id": "bwp-BW53", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -2926,12 +2244,7 @@ "attacks": [ { "name": "Flying Beatdown", - "cost": [ - "Grass", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "You may discard a Grass Energy and a Fighting Energy attached to this Pokémon. If you do, the Defending Pokémon is now Paralyzed." @@ -2943,17 +2256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW53", "artist": "BERUBURI", "rarity": "Promo", "flavorText": "Known as \"The Desert Spirit,\" this Pokémon hides in the sandstorms it causes by beating its wings.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2967,33 +2276,21 @@ "id": "bwp-BW54", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3005,17 +2302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW54", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3029,16 +2322,10 @@ "id": "bwp-BW55", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "abilities": [ { "name": "Weak Barrier", @@ -3049,10 +2336,7 @@ "attacks": [ { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3064,17 +2348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW55", "artist": "Mizue", "rarity": "Promo", "flavorText": "It uses its strong psychic power to squeeze its opponent's brain, causing unendurable headaches.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3088,31 +2368,21 @@ "id": "bwp-BW56", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Fury Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." }, { "name": "Cold Crush", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard an Energy attached to this Pokémon. If you do, discard an Energy attached to the Defending Pokémon." @@ -3124,18 +2394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW56", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "If anyone were to hurt its pride, it would slash them with wings that can cleave through an ice floe.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3149,32 +2414,21 @@ "id": "bwp-BW57", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Armor Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Dual Chop", - "cost": [ - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90×", "text": "Flip 2 coins. This attack does 90 damage times the number of heads." @@ -3186,19 +2440,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW57", "artist": "kawayoo", "rarity": "Promo", "flavorText": "Their sturdy tusks will stay sharp even if used to cut steel beams. These Pokémon are covered in hard armor.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3212,32 +2460,20 @@ "id": "bwp-BW58", "name": "Black Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dual Claw", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Flash Freeze", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -3249,18 +2485,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW58", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3274,32 +2505,20 @@ "id": "bwp-BW59", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Damage Rush", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Cold Fire", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -3311,18 +2530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW59", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3336,30 +2550,20 @@ "id": "bwp-BW60", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Aqua Blade attack's base damage is 120." }, { "name": "Aqua Blade", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3371,17 +2575,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW60", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are then too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3395,14 +2595,9 @@ "id": "bwp-BW61", "name": "Keldeo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3416,11 +2611,7 @@ "attacks": [ { "name": "Secret Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 20 more damage for each Water Energy attached to this Pokémon." @@ -3432,17 +2623,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW61", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3456,37 +2642,23 @@ "id": "bwp-BW62", "name": "Black Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Freeze Shock", - "cost": [ - "Water", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -3498,18 +2670,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW62", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3523,37 +2689,23 @@ "id": "bwp-BW63", "name": "White Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Ice Burn", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned." @@ -3565,18 +2717,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW63", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3590,30 +2736,21 @@ "id": "bwp-BW64", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Shadow Steal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "Does 50 damage times the number of Special Energy cards in your opponent's discard pile." }, { "name": "Plentiful Placement", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on 1 of your opponent's Pokémon." @@ -3625,17 +2762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW64", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "At dusk, swarms of them are carried aloft on winds. When noticed, they suddenly vanish.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3649,22 +2782,14 @@ "id": "bwp-BW65", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -3676,17 +2801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW65", "artist": "MAHOU", "rarity": "Promo", "flavorText": "When it wavers its big, round eyes, it begins singing a lullaby that makes everyone drowsy.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3700,13 +2821,9 @@ "id": "bwp-BW66", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -3718,9 +2835,7 @@ "attacks": [ { "name": "Hexed Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 50 more damage for each Special Condition affecting the Defending Pokémon." @@ -3732,17 +2847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW66", "artist": "Hideaki Hakozaki", "rarity": "Promo", "flavorText": "Its nine tails are said to be imbued with a mystic power. It can live for a thousand years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3756,31 +2867,21 @@ "id": "bwp-BW67", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electricannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard all Lightning Energy attached to this Pokémon. If you do, this attack does 60 more damage." @@ -3792,18 +2893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW67", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "The tip of its tail shines brightly. In the olden days, people sent signals using the tail's light.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3817,30 +2913,20 @@ "id": "bwp-BW68", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Sing", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3852,17 +2938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW68", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3876,30 +2958,20 @@ "id": "bwp-BW69", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Smack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Acrobatics", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -3911,17 +2983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW69", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "Many famous songs have been inspired by the melodies that Meloetta plays.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3935,13 +3003,9 @@ "id": "bwp-BW70", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Justified", @@ -3952,11 +3016,7 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3974,17 +3034,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW70", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon fought humans in order to protect its friends. Legends about it continue to be passed down.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3998,13 +3054,9 @@ "id": "bwp-BW71", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Justified", @@ -4015,12 +3067,7 @@ "attacks": [ { "name": "Crushing Blow", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4032,20 +3079,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "BW71", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon came to the defense of Pokémon that had lost their homes in a war among humans.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4059,13 +3099,9 @@ "id": "bwp-BW72", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Justified", @@ -4076,11 +3112,7 @@ "attacks": [ { "name": "Iron Head", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -4098,19 +3130,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW72", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This legendary Pokémon battled against humans to protect Pokémon. Its personality is calm and composed.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4124,33 +3150,20 @@ "id": "bwp-BW73", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Dark Hole", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -4168,18 +3181,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW73", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "To protect itself, it afflicts those around it with nightmares. However, it means no harm.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4193,34 +3201,20 @@ "id": "bwp-BW74", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hex", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 more damage." }, { "name": "Shadow Claw", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard a random card from your opponent's hand." @@ -4232,19 +3226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "BW74", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4258,14 +3246,9 @@ "id": "bwp-BW75", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Metang", "abilities": [ { @@ -4277,12 +3260,7 @@ "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Confused." @@ -4294,18 +3272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW75", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "With four linked brains, it's more intelligent than a supercomputer, and it uses calculations to analyze foes.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4319,32 +3292,21 @@ "id": "bwp-BW76", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Team Plasma" - ], + "subtypes": ["Stage 1", "Team Plasma"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Electribeam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is Paralyzed." }, { "name": "Self Destruct", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon does 100 damage to itself." @@ -4360,9 +3322,7 @@ "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It is known to drift on winds if it is bloated to bursting with stored electricity.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4376,33 +3336,21 @@ "id": "bwp-BW77", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4414,17 +3362,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW77", "artist": "Mizue", "rarity": "Promo", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4438,32 +3382,21 @@ "id": "bwp-BW78", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to this Pokémon." @@ -4475,17 +3408,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW78", "artist": "Mizue", "rarity": "Promo", "flavorText": "Its tail discharges electricity into the ground, protecting it from getting shocked.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4499,33 +3428,20 @@ "id": "bwp-BW79", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Extrasensory", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 30 more damage." }, { "name": "Rock Tomb", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4543,18 +3459,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW79", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "From the forces of lightning and wind, it creates energy to give nutrients to the soil and make the land abundant.", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4568,31 +3479,20 @@ "id": "bwp-BW80", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with the Defending Pokémon." }, { "name": "Boost Claw", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance)." @@ -4604,18 +3504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW80", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It runs through the narrow tunnels formed by Excadrill and Onix. It uses its sharp claws to catch prey.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4629,36 +3524,23 @@ "id": "bwp-BW81", "name": "Thundurus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raiden Knuckle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to 1 of your Benched Team Plasma Pokémon." }, { "name": "Thunderous Noise", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "If this Pokémon has any Plasma Energy attached to it, discard an Energy attached to the Defending Pokémon." @@ -4670,16 +3552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW81", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4693,15 +3571,9 @@ "id": "bwp-BW82", "name": "Deoxys-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4715,10 +3587,7 @@ "attacks": [ { "name": "Helix Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has any Plasma Energy attached to it, this attack does 30 more damage for each Energy attached to the Defending Pokémon." @@ -4730,17 +3599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW82", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4754,15 +3618,9 @@ "id": "bwp-BW83", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX", - "Team Plasma" - ], + "subtypes": ["Basic", "EX", "Team Plasma"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4776,12 +3634,7 @@ "attacks": [ { "name": "Plasma Gale", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard a Plasma Energy attached to this Pokémon. If you can't discard a Plasma Energy, this attack does nothing." @@ -4799,17 +3652,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW83", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4823,14 +3671,9 @@ "id": "bwp-BW84", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Team Plasma" - ], + "subtypes": ["Stage 2", "Team Plasma"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -4842,11 +3685,7 @@ "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads." @@ -4858,17 +3697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW84", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Its programming was modified to enable work in alien dimensions. It did not work as planned.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4882,13 +3717,9 @@ "id": "bwp-BW85", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -4900,11 +3731,7 @@ "attacks": [ { "name": "Fast Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4916,18 +3743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW85", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4941,33 +3763,20 @@ "id": "bwp-BW86", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Team Plasma" - ], + "subtypes": ["Basic", "Team Plasma"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Signal Beam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Overdrive Smash", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "During your next turn, this Pokémon's Overdrive Smash attack does 60 more damage (before applying Weakness and Resistance)." @@ -4979,18 +3788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW86", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5004,30 +3808,21 @@ "id": "bwp-BW87", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Energy Assist", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -5045,17 +3840,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW87", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "It basically does not fight. With cells similar to those of plants, it can perform photosynthesis.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5069,31 +3860,21 @@ "id": "bwp-BW88", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Sand-Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Fire Slash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -5105,17 +3886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW88", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "Inhaled air is heated in the flame sac in its body to an intense fire over 3,000 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5129,31 +3906,21 @@ "id": "bwp-BW89", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Muddy Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spiral Drain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Recover 20 damage from this Pokémon." @@ -5165,18 +3932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW89", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "Its cell composition is similar to water molecules. As a result, it can melt away into water.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5190,30 +3952,21 @@ "id": "bwp-BW90", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Reflect Energy", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -5225,17 +3978,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW90", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "By controlling its body heat, it can freeze the atmosphere around it to make a diamond-dust flurry.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5249,31 +3998,21 @@ "id": "bwp-BW91", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Electrigun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "You may discard a Lightning Energy attached to this Pokémon. If you do, this attack does 40 more damage." }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." @@ -5289,9 +4028,7 @@ "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "If agitated, it uses electricity to straighten out its fur and launch it in small bunches.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5305,13 +4042,9 @@ "id": "bwp-BW92", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -5323,11 +4056,7 @@ "attacks": [ { "name": "Psy Report", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent reveals his or her hand." @@ -5339,17 +4068,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW92", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "Its fur is so sensitive, it can sense minute shifts in the air and predict the weather.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5363,32 +4088,21 @@ "id": "bwp-BW93", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Shadow Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to the Defending Pokémon." }, { "name": "Slashing Strike", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -5406,18 +4120,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW93", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "When exposed to the moon's aura, the rings on its body glow faintly and it gains a mysterious power.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5431,13 +4140,9 @@ "id": "bwp-BW94", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5451,19 +4156,14 @@ "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5475,17 +4175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW94", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5499,9 +4195,7 @@ "id": "bwp-BW95", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5522,35 +4216,23 @@ "id": "bwp-BW96", "name": "Tornadus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -5568,16 +4250,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW96", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5591,13 +4269,9 @@ "id": "bwp-BW97", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5611,19 +4285,14 @@ "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5635,17 +4304,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW97", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5659,13 +4324,9 @@ "id": "bwp-BW98", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Psyscan", @@ -5676,9 +4337,7 @@ "attacks": [ { "name": "Psychic Exchange", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." @@ -5690,17 +4349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "BW98", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5714,31 +4369,20 @@ "id": "bwp-BW99", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Breaker Bazooka", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Grass Energy attached to this Pokémon." @@ -5750,18 +4394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW99", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5775,9 +4414,7 @@ "id": "bwp-BW100", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5798,31 +4435,20 @@ "id": "bwp-BW101", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Breaker Bazooka", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Grass Energy attached to this Pokémon." @@ -5834,18 +4460,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "BW101", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5855,4 +4476,4 @@ "large": "https://images.pokemontcg.io/bwp/BW101_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/cel25.json b/cards/en/cel25.json index e414fb873..c2999691c 100644 --- a/cards/en/cel25.json +++ b/cards/en/cel25.json @@ -3,30 +3,19 @@ "id": "cel25-1", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "name": "Sacred Fire", "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 2 }, { - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "name": "Fire Blast", "damage": "120", "text": "Discard an Energy from this Pokémon.", @@ -45,17 +34,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -71,30 +55,19 @@ "id": "cel25-2", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Scorching Wind", "damage": "", "text": "This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 2 }, { - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "name": "Black Flame", "damage": "80+", "text": "If Zekrom is on your Bench, this attack does 80 more damage.", @@ -107,18 +80,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -134,32 +101,19 @@ "id": "cel25-3", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "name": "Aqua Storm", "damage": "", "text": "Discard the top 5 cards of your deck, and then choose 2 of your opponent's Benched Pokémon. This attack does 50 damage for each Energy card you discarded in this way to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 3 }, { - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "name": "Surf", "damage": "120", "text": "", @@ -172,18 +126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Ryuta Fuse", "rarity": "Rare", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -199,13 +147,9 @@ "id": "cel25-4", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "type": "Ability", @@ -215,11 +159,7 @@ ], "attacks": [ { - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "name": "Overdrive Smash", "damage": "80+", "text": "During your next turn, this Pokémon's Overdrive Smash attack does 80 more damage (before applying Weakness and Resistance).", @@ -232,17 +172,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "5ban Graphics", "rarity": "Rare", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -258,31 +193,20 @@ "id": "cel25-5", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Gnaw", "damage": "10", "text": "", "convertedEnergyCost": 1 }, { - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "name": "Thunder Jolt", "damage": "30", "text": "Flip a coin. If tails, this Pokémon also does 10 damage to itself.", @@ -295,16 +219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -320,36 +240,23 @@ "id": "cel25-6", "name": "Flying Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "name": "Thunder Shock", "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.", "convertedEnergyCost": 1 }, { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Fly", "damage": "120", "text": "Flip a coin. If tails, this attack does nothing. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon.", @@ -371,9 +278,7 @@ "number": "6", "artist": "aky CG Works", "rarity": "V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -389,27 +294,17 @@ "id": "cel25-7", "name": "Flying Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flying Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "name": "Max Balloon", "damage": "160", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.", @@ -431,9 +326,7 @@ "number": "7", "artist": "aky CG Works", "rarity": "VM", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -449,27 +342,16 @@ "id": "cel25-8", "name": "Surfing Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "name": "Surf", "damage": "150", "text": "", @@ -482,16 +364,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "aky CG Works", "rarity": "V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -507,27 +385,17 @@ "id": "cel25-9", "name": "Surfing Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Surfing Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "name": "Max Surfer", "damage": "160", "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", @@ -540,16 +408,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "aky CG Works", "rarity": "VM", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -565,30 +429,19 @@ "id": "cel25-10", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Field Crush", "damage": "30", "text": "If your opponent has a Stadium in play, discard it.", "convertedEnergyCost": 2 }, { - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "name": "White Thunder", "damage": "80+", "text": "If Reshiram is on your Bench, this attack does 80 more damage.", @@ -601,18 +454,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -628,13 +475,9 @@ "id": "cel25-11", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "type": "Ability", @@ -644,10 +487,7 @@ ], "attacks": [ { - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "name": "Psyshot", "damage": "30", "text": "", @@ -666,16 +506,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Yuu Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -691,30 +527,19 @@ "id": "cel25-12", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Breath of Life", "damage": "", "text": "Search your deck for up to 3 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck.", "convertedEnergyCost": 2 }, { - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "name": "Aurora Horns", "damage": "100", "text": "", @@ -727,17 +552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "AKIRA EGAWA", "rarity": "Rare", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -753,21 +573,13 @@ "id": "cel25-13", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Star Protection", "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.", @@ -786,16 +598,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "kirisAki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -811,23 +619,14 @@ "id": "cel25-14", "name": "Cosmoem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmog", - "evolvesTo": [ - "Solgaleo", - "Lunala" - ], + "evolvesTo": ["Solgaleo", "Lunala"], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Star Protection", "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks.", @@ -846,18 +645,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "kirisAki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 790 - ], + "nationalPokedexNumbers": [790], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -873,31 +666,20 @@ "id": "cel25-15", "name": "Lunala", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Lunar Pain", "damage": "", "text": "Double the number of damage counters on each of your opponent's Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "name": "Psychic Shot", "damage": "130", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", @@ -916,17 +698,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "kirisAki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -942,14 +719,9 @@ "id": "cel25-16", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -962,11 +734,7 @@ ], "attacks": [ { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Storm Slash", "damage": "60+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon.", @@ -979,17 +747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "V", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1005,32 +768,19 @@ "id": "cel25-17", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "name": "Magma Volcano", "damage": "80×", "text": "Discard the top 5 cards of your deck. This attack does 80 damage for each Energy card you discarded in this way.", "convertedEnergyCost": 3 }, { - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "name": "Massive Rend", "damage": "120", "text": "", @@ -1043,18 +793,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Ryuta Fuse", "rarity": "Rare", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1070,14 +814,9 @@ "id": "cel25-18", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1090,11 +829,7 @@ ], "attacks": [ { - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "name": "Heavy Impact", "damage": "150", "text": "", @@ -1107,17 +842,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1133,30 +863,19 @@ "id": "cel25-19", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Cry of Destruction", "damage": "", "text": "Discard up to 3 Special Energy from your opponent's Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "name": "Dark Feather", "damage": "100", "text": "", @@ -1175,17 +894,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "AKIRA EGAWA", "rarity": "Rare", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1201,29 +915,19 @@ "id": "cel25-20", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { - "cost": [ - "Metal" - ], + "cost": ["Metal"], "name": "Temporal Backflow", "damage": "", "text": "Put a card from your discard pile into your hand.", "convertedEnergyCost": 1 }, { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Metal Blast", "damage": "60+", "text": "This attack does 20 more damage for each Metal Energy attached to this Pokémon.", @@ -1242,17 +946,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "5ban Graphics", "rarity": "Rare", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1268,13 +967,9 @@ "id": "cel25-21", "name": "Solgaleo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "abilities": [ { @@ -1285,10 +980,7 @@ ], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Solar Geyser", "damage": "100", "text": "Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon.", @@ -1307,17 +999,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "kirisAki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1333,31 +1020,19 @@ "id": "cel25-22", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Aero Ball", "damage": "20×", "text": "This attack does 20 damage for each Energy attached to both Active Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "name": "Deep Crush", "damage": "160", "text": "During your next turn, this Pokémon can't attack.", @@ -1376,17 +1051,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1402,9 +1072,7 @@ "id": "cel25-23", "name": "Professor's Research (Professor Oak)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -1427,9 +1095,7 @@ "id": "cel25-24", "name": "Professor's Research (Professor Oak)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -1452,13 +1118,9 @@ "id": "cel25-25", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "type": "Ability", @@ -1468,10 +1130,7 @@ ], "attacks": [ { - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "name": "Psyshot", "damage": "30", "text": "", @@ -1490,16 +1149,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Saki Hayashiro", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1511,4 +1166,4 @@ "large": "https://images.pokemontcg.io/cel25/25_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/cel25c.json b/cards/en/cel25c.json index 674fea61e..5ed207810 100644 --- a/cards/en/cel25c.json +++ b/cards/en/cel25c.json @@ -3,14 +3,10 @@ "id": "cel25c-2_A", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -21,11 +17,7 @@ ], "attacks": [ { - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "name": "Hydro Pump", "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. Extra Water Energy after the 2nd doesn't count.", @@ -38,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Classic Collection", "flavorText": "A brutal Pokémon with pressurized water jets on its shell. They are used for high-speed tackles.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -63,14 +49,10 @@ "id": "cel25c-4_A", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "76", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -81,12 +63,7 @@ ], "attacks": [ { - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "name": "Fire Spin", "damage": "100", "text": "Discard 2 Energy cards attached to Charizard in order to use this attack.", @@ -105,19 +82,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Classic Collection", "flavorText": "Spits fire that is hot enough to melt boulders. Known to unintentionally cause forest fires.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -130,14 +101,10 @@ "id": "cel25c-15_A1", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "67", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -148,12 +115,7 @@ ], "attacks": [ { - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "name": "Solarbeam", "damage": "60", "text": "", @@ -166,18 +128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Classic Collection", "flavorText": "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -208,31 +165,20 @@ "id": "cel25c-15_A3", "name": "Rocket's Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "name": "Plasma", "damage": "20", "text": "If there are any Lightning Energy cards in your discard pile, attach 1 of them to Rocket's Zapdos.", "convertedEnergyCost": 1 }, { - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "name": "Electroburn", "damage": "70", "text": "Rocket's Zapdos does damage to itself equal to 10 times the number of Lightning Energy cards attached to it.", @@ -245,17 +191,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Shin-ichi Yoshida", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -268,14 +209,10 @@ "id": "cel25c-15_A4", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -286,10 +223,7 @@ ], "attacks": [ { - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "name": "Spinning Attack", "damage": "40", "text": "", @@ -302,17 +236,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Midori Harada", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -343,14 +272,10 @@ "id": "cel25c-8_A", "name": "Dark Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -361,11 +286,7 @@ ], "attacks": [ { - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "name": "Ice Beam", "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.", @@ -384,18 +305,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Classic Collection", "flavorText": "Normally found only in the deep ocean, it has recently been seen in shallow waters as well.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -408,20 +324,13 @@ "id": "cel25c-24_A", "name": "_____'s Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "name": "Birthday Surprise", "damage": "30+", "text": "If it's not your birthday, this attack does 30 damage. If it is your birthday, flip a coin. If heads, this attack does 30 damage plus 50 more damage; if tails, this attack does 30 damage.", @@ -434,17 +343,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Classic Collection", "flavorText": "Your Birthdate: ______________________________", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -457,25 +362,17 @@ "id": "cel25c-20_A", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "6", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent tries to attack, your opponent flips a coin (before doing anything required in order to use that attack). If tails, your opponent's turn ends without an attack." ], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Eeeeeeek", "damage": "", "text": "Shuffle your hand into your deck, then draw 7 cards.", @@ -486,9 +383,7 @@ "artist": "Kagemaru Himeno", "rarity": "Classic Collection", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -501,34 +396,22 @@ "id": "cel25c-66_A", "name": "Shining Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], - "rules": [ - "You can't have more than 1 Shining Magikarp in your deck." - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], + "rules": ["You can't have more than 1 Shining Magikarp in your deck."], "attacks": [ { - "cost": [ - "Water" - ], + "cost": ["Water"], "name": "Gold Scale", "damage": "", "text": "Your opponent may draw 2 cards. Either way, you may draw 2 cards.", "convertedEnergyCost": 1 }, { - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "name": "Dragon Bond", "damage": "", "text": "Search your deck for a card named Gyarados, Dark Gyarados, or Shining Gyarados. Show it to your opponent and put it into your hand. Shuffle your deck afterward.", @@ -541,17 +424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Classic Collection", "flavorText": "An underpowered, pathetic Pokémon. It may jump high on rare occasions, but never more than seven feet.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -564,17 +443,10 @@ "id": "cel25c-9_A", "name": "Team Magma's Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting", - "Darkness" - ], - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "types": ["Fighting", "Darkness"], + "rules": ["This Pokémon is both Fighting Darkness type."], "abilities": [ { "type": "Poké-Body", @@ -584,21 +456,14 @@ ], "attacks": [ { - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "name": "Linear Attack", "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 2 }, { - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "name": "Pulverize", "damage": "50+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 20 more damage.", @@ -611,18 +476,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Kazuo Yazawa", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -635,9 +494,7 @@ "id": "cel25c-86_A", "name": "Rocket's Admin.", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player shuffles his or her hand into his or her deck. Then, each player counts his or her Prize cards left and draws up to that many cards. (You draw your cards first.)" @@ -657,14 +514,9 @@ "id": "cel25c-88_A", "name": "Mew ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been knocked out, your opponent takes 2 Prize cards." ], @@ -677,10 +529,7 @@ ], "attacks": [ { - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "name": "Power Move", "damage": "", "text": "Search your deck for an Energy card and attach it to Mew ex. Shuffle your deck afterward. Then, you may switch Mew ex with 1 of your Benched Pokémon.", @@ -693,16 +542,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ryo Ueda", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -715,14 +560,9 @@ "id": "cel25c-93_A", "name": "Gardevoir ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Kirlia", "rules": [ "When Pokémon-ex has been knocked out, your opponent takes 2 Prize cards." @@ -736,11 +576,7 @@ ], "attacks": [ { - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "name": "Flame Ball", "damage": "80", "text": "You may move a Fire Energy card attached to Gardevoir ex to 1 of your Benched Pokémon.", @@ -753,17 +589,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Masahiko Ishii", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -776,17 +607,10 @@ "id": "cel25c-17_A", "name": "Umbreon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Darkness" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Darkness"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "type": "Poké-Power", @@ -796,10 +620,7 @@ ], "attacks": [ { - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "name": "Feint Attack", "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", @@ -818,16 +639,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -840,15 +657,10 @@ "id": "cel25c-109_A", "name": "Luxray GL LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxray GL", "rules": [ "Put this card onto your Active Luxray GL. Luxray GL LV. X can use any attack, Poké-Power, or Poké-Body from its previous Level." @@ -862,10 +674,7 @@ ], "attacks": [ { - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "name": "Flash Impact", "damage": "60", "text": "Does 30 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage.", @@ -887,9 +696,7 @@ "number": "109", "artist": "Mitsuhiro Arita", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -902,15 +709,10 @@ "id": "cel25c-145_A", "name": "Garchomp C LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Garchomp C", "rules": [ "Put this card onto your Active Garchomp C. Garchomp C LV.X can use any attack, Poké-Power, or Poké-Body from its previous Level." @@ -924,11 +726,7 @@ ], "attacks": [ { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Dragon Rush", "damage": "", "text": "Discard 2 Energy attached to Garchomp C. Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Garchomp C can't use Dragon Rush during your next turn.", @@ -944,9 +742,7 @@ "number": "145", "artist": "Shizurow", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -959,14 +755,9 @@ "id": "cel25c-107_A", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "abilities": [ { @@ -977,20 +768,14 @@ ], "attacks": [ { - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "name": "Earthquake", "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 1 }, { - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "name": "Heavy Impact", "damage": "90", "text": "", @@ -1009,19 +794,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "107", "artist": "Kent Kanetsuna", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -1034,30 +812,19 @@ "id": "cel25c-113_A", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Outrage", "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "name": "Blue Flare", "damage": "120", "text": "Discard 2 Fire Energy attached to this Pokémon.", @@ -1070,18 +837,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "5ban Graphics", "rarity": "Classic Collection", "flavorText": "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1095,30 +857,19 @@ "id": "cel25c-114_A", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Outrage", "damage": "20+", "text": "Does 10 more damage for each damage counter on this Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "name": "Bolt Strike", "damage": "120", "text": "This Pokémon does 40 damage to itself.", @@ -1131,18 +882,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Classic Collection", "flavorText": "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1156,34 +902,22 @@ "id": "cel25c-54_A", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "X Ball", "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon.", "convertedEnergyCost": 2 }, { - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "name": "Psydrive", "damage": "120", "text": "Discard an Energy attached to this Pokémon.", @@ -1196,17 +930,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Shizurow", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1220,36 +949,22 @@ "id": "cel25c-97_A", "name": "Xerneas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "name": "Break Through", "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "convertedEnergyCost": 3 }, { - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "name": "X Blast", "damage": "140", "text": "This Pokémon can't use X Blast during your next turn.", @@ -1268,17 +983,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "5ban Graphics", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1292,14 +1002,9 @@ "id": "cel25c-76_A", "name": "M Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza-EX", "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards.", @@ -1311,11 +1016,7 @@ }, "attacks": [ { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Emerald Break", "damage": "30×", "text": "This attack does 30 damage times the number of your Benched Pokémon.", @@ -1334,16 +1035,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "5ban Graphics", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1357,14 +1054,9 @@ "id": "cel25c-60_A", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1377,35 +1069,26 @@ ], "attacks": [ { - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "name": "Energy Drive", "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance.", "convertedEnergyCost": 2 }, { - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "name": "Tapu Cure-GX", "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)", "convertedEnergyCost": 1 } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "5ban Graphics", "rarity": "Classic Collection", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/col1.json b/cards/en/col1.json index e2ad2d4d3..a0ae3cfaf 100644 --- a/cards/en/col1.json +++ b/cards/en/col1.json @@ -3,31 +3,21 @@ "id": "col1-1", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Fairy Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Return 1 of your Pokémon and all cards attached to it in your hand." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -39,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "sui", "rarity": "Rare Holo", "flavorText": "With its acute hearing, it can pick up sounds from far away. It usually hides in quiet places.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -62,21 +48,13 @@ "id": "col1-2", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cell Storm", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard 2 Psychic Energy attached to Deoxys and remove 6 damage counters from Deoxys." @@ -88,17 +66,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -111,22 +85,13 @@ "id": "col1-3", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Rewind", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal", "Metal"], "convertedEnergyCost": 4, "damage": "70", "text": "Shuffle your hand into your deck." @@ -144,19 +109,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "This Pokémon completely controls the flow of time. It uses its power to travel at will through the past and future.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -169,30 +128,21 @@ "id": "col1-4", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Solar Suggestion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move up to 4 damage counters from any of your Pokémon to any of your opponent's Pokémon in any way you like." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -204,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "match", "rarity": "Rare Holo", "flavorText": "It uses the fine hair that covers its body to sense air currents and predict its enemy's actions.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -227,32 +173,21 @@ "id": "col1-5", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Mirror Shot", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, this attack does nothing." }, { "name": "Everyone Explode Now", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 damage times the number of Pineco and Forretress you have in play. This attack does 30 damage to each of your Pineco and Forretress in play." @@ -270,19 +205,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "Its entire body is shielded by a steel-hard shell. What lurks inside this shell is a total mystery.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -295,22 +224,13 @@ "id": "col1-6", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Volcano Stomp", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If heads, discard the top 4 cards of your opponent's deck. If tails, discard the top 4 cards of your deck." @@ -322,20 +242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "6", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Said to have expanded the lands by evaporating water with raging heat. It battled titanically with Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -348,34 +261,21 @@ "id": "col1-7", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy card attached to the Defending Pokémon." @@ -393,19 +293,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Once it appears, it goes on a rampage. It remains enraged until it demolishes everything around it.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -418,30 +312,20 @@ "id": "col1-8", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Triple Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Close Combat", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to Hitmontop by attacks is increased by 20 (after applying Weakness and Resistance)." @@ -453,17 +337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -476,34 +356,20 @@ "id": "col1-9", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Scorching Wing", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Flip a coin. If tails, discard all Fire Energy attached to Ho-Oh." @@ -521,19 +387,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Legends claim this Pokémon flies the world's skies continuously on its magnificent seven-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -546,30 +406,21 @@ "id": "col1-10", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Fire Counterattack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent has any Fighting Pokémon in play, this attack does 20 damage plus 60 more damage." }, { "name": "Dark Roar", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent discards a card from his or her hand." @@ -587,17 +438,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Upon hearing its eerie howls, other Pokémon get the shivers and head straight back to their nests.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -610,13 +457,9 @@ "id": "col1-11", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Stardust Song", @@ -627,9 +470,7 @@ "attacks": [ { "name": "Time Hollow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a number of your opponent's Stage 1 or Stage 2 Evolved Pokémon up to the amount of Energy attached to Jirachi. Remove the highest Stage Evolution card from each of those Pokémon and put those cards back into your opponent's hand." @@ -641,17 +482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "match", "rarity": "Rare Holo", "flavorText": "Generations have believed that any wish written on a note on its head will come true when it awakens.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -664,22 +501,13 @@ "id": "col1-12", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Destructive Tsunami", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin. If heads, this attack does 40 damage to each of your opponent's Pokémon. If tails, this attack does 40 damage to each of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -691,20 +519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "12", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A mythical Pokémon said to have swelled the seas with rain and tidal waves. It battled with Groudon.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -717,29 +538,21 @@ "id": "col1-13", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Miasma Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "Does 50 damage times the number of Special Conditions affecting the Defending Pokémon." }, { "name": "Sooting Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -757,17 +570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "match", "rarity": "Rare Holo", "flavorText": "When you see Leafeon asleep in a patch of sunshine, you'll know it is using photosynthesis to produce clean air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -780,32 +589,21 @@ "id": "col1-14", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Dimension Sphere", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each of your Pokémon in the Lost Zone." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -817,17 +615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Takashi Yamaguchi", "rarity": "Rare Holo", "flavorText": "It's said that no foe can remain invisible to Lucario, since it can detect auras. Even foes it could not otherwise see.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -840,34 +634,20 @@ "id": "col1-15", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "" @@ -885,19 +665,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -910,34 +684,21 @@ "id": "col1-16", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Hard Crush", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard the top 3 cards from your deck. This attack does 50 damage times the number of Energy cards you discarded." }, { "name": "Mantle Bazooka", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Fire Energy attached to Magmortar." @@ -949,18 +710,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "It blasts fireballs of over 3,600 degrees Fahrenheit out of its arms. Its breath also sears and sizzles.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -973,13 +729,9 @@ "id": "col1-17", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -991,11 +743,7 @@ "attacks": [ { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1007,17 +755,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Its nine beautiful tails are filled with a wondrous energy that could keep it alive for 1,000 years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1030,13 +774,9 @@ "id": "col1-18", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Self-Generation", @@ -1047,10 +787,7 @@ "attacks": [ { "name": "Shocking Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "50", "text": "Put all Energy cards attached to Pachirisu in the Lost Zone." @@ -1068,17 +805,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Noriko Hotta", "rarity": "Rare Holo", "flavorText": "It's one of the kinds of Pokémon with electric cheek pouches. It shoots charges from its tail.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -1091,22 +824,13 @@ "id": "col1-19", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wormhole", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "60", "text": "Switch Palkia with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -1118,19 +842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Daisuke Iwamoto", "rarity": "Rare Holo", "flavorText": "Its total control over the boundaries of space enable it to transport itself to faraway places or even other dimensions.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -1143,22 +861,13 @@ "id": "col1-20", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Inferno Spear", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a Fire Energy and a Lightning Energy attached to Rayquaza." @@ -1176,18 +885,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It flies in the ozone layer, way up high in the sky. Until recently, no one had ever seen it.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -1200,13 +904,9 @@ "id": "col1-21", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Portrait", @@ -1217,10 +917,7 @@ "attacks": [ { "name": "Tail Rap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1232,17 +929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Once it becomes an adult, it has a tendency to let its comrades plant footprints on its back.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -1255,30 +948,21 @@ "id": "col1-22", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Moonlight Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, prevent all effects, including damage, done to Umbreon by attacks from your opponent's Pokémon than has any Poké-Powers or Poké-Bodies." }, { "name": "Quick Blow", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -1296,17 +980,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When agitated, this Pokémon protects itself by spraying poisonous sweat from its pores.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1319,31 +999,21 @@ "id": "col1-23", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Acceleration Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, Ampharos does 20 damage to itself." @@ -1361,17 +1031,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -1384,16 +1050,10 @@ "id": "col1-24", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -1404,9 +1064,7 @@ "attacks": [ { "name": "Eeeeeeek", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Shuffle your hand into your deck, then draw 6 cards. Cleffa is now Asleep." @@ -1416,9 +1074,7 @@ "artist": "sui", "rarity": "Rare", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -1431,34 +1087,21 @@ "id": "col1-25", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Spinning Tail", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1470,18 +1113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -1494,33 +1132,21 @@ "id": "col1-26", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Timid Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Granbull does 20 damage to itself. Switch Granbull with 1 of your Benched Pokémon." }, { "name": "Chomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each damage counter on Granbull." @@ -1532,19 +1158,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Mizue", "rarity": "Rare", "flavorText": "Because its fangs are too heavy, it always keeps its head tilted down. However, its bite is powerful.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -1557,31 +1177,21 @@ "id": "col1-27", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Asleep." }, { "name": "Giant Bloom", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Remove 2 damage counters from Meganium." @@ -1599,18 +1209,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Meganium's breath has the power to revive dead grass and plants. It can make them healthy again.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -1623,30 +1228,21 @@ "id": "col1-28", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Sleeping Spell", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand." @@ -1664,17 +1260,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its cries sound like incantations to torment the foe. It appears where you least expect it.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -1687,13 +1279,9 @@ "id": "col1-29", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Trick Reveal", @@ -1704,10 +1292,7 @@ "attacks": [ { "name": "Juggling", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -1719,17 +1304,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Noriko Hotta", "rarity": "Rare", "flavorText": "Its fingertips emit a peculiar force field that hardens air to create an actual wall.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -1742,32 +1323,21 @@ "id": "col1-30", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Headwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is ColorlessColorless more." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage." @@ -1789,9 +1359,7 @@ "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It spreads its beautiful wings wide to frighten its enemies. It can fly at Mach 2 speed.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -1804,30 +1372,20 @@ "id": "col1-31", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Coat", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metal Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Razor Wing", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1845,17 +1403,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "After nesting in bramble bushes, the wings of its chicks grow hard from scratches by thorns.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1868,13 +1422,9 @@ "id": "col1-32", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1886,10 +1436,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1901,18 +1448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It has incredible intellect and intuition. Whatever the situation, it remains calm and collected.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -1925,33 +1467,20 @@ "id": "col1-33", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Layabout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Remove all damage counters from Snorlax. Snorlax can't use Layabout during your next turn." }, { "name": "Clomp Clomp Clobber", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Put 1 Energy card attached to Snorlax in the Lost Zone." @@ -1963,20 +1492,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "Its stomach's digestive juices can dissolve any kind of poison. It can even eat things off the ground.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -1989,31 +1511,21 @@ "id": "col1-34", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the number of Energy attached to Tangrowth." }, { "name": "Plow Over", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, put 1 Energy card attached to the Defending Pokémon in the Lost Zone." @@ -2031,20 +1543,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "34", "artist": "Hideaki Hakozaki", "rarity": "Rare", "flavorText": "Its vines grow so profusely that, in the warm season, you can't even see its eyes.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal" }, @@ -2057,32 +1562,21 @@ "id": "col1-35", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "attacks": [ { "name": "Magma Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Energy attached to Typhlosion." @@ -2094,17 +1588,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -2117,18 +1607,10 @@ "id": "col1-36", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -2139,9 +1621,7 @@ "attacks": [ { "name": "Mischievous Punch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance. Tyrogue is now Asleep." @@ -2151,9 +1631,7 @@ "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Even though it is small, it can't be ignored because it will slug any handy target without warning.", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -2166,31 +1644,21 @@ "id": "col1-37", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Confront", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cross Chop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage." @@ -2202,19 +1670,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "With its ability to distinguish any aroma, it unfailing finds all food buried deep underground.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -2227,30 +1689,21 @@ "id": "col1-38", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Super Explosion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Weezing does 90 damage to itself, and don't apply Weakness to this damage." @@ -2262,18 +1715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "If one of the twin Koffing inflates, the other one deflates. It constantly mixes its poisonous gases.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2286,30 +1734,20 @@ "id": "col1-39", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Zangoose's Lost Claw attack's base damage is 80." }, { "name": "Lost Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Choose 1 card from your opponent's hand without looking and put it in the Lost Zone." @@ -2321,18 +1759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Wataru Kawahara", "rarity": "Rare", "flavorText": "Its fur would all stand on end if it smelled a Seviper nearby. Its sharp claws tear up its foes.", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -2345,34 +1778,22 @@ "id": "col1-40", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2390,18 +1811,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "A spicy aroma emanates from around its neck. The aroma acts as a stimulant to restore health.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -2414,35 +1830,22 @@ "id": "col1-41", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Big Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2454,18 +1857,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -2478,34 +1876,21 @@ "id": "col1-42", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Double Spin", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -2523,19 +1908,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It has sharp, hard tusks and a rugged hide. Its tackle is strong enough to knock down a house.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -2548,34 +1927,22 @@ "id": "col1-43", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If heads, the Defending Pokémon is now Paralyzed." @@ -2593,17 +1960,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "As a result of storing too much electricity, it developed patches where even downy wool won't grow.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -2616,31 +1979,21 @@ "id": "col1-44", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Flame Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to Flareon." @@ -2652,17 +2005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It stores some of the air it inhales in its internal flame pouch, which heats it to over 3,000 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -2675,31 +2024,21 @@ "id": "col1-45", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Jolteon during your opponent's next turn." }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2721,9 +2060,7 @@ "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It concentrates the weak electric charges emitted by its cells and launches wicked lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -2736,16 +2073,10 @@ "id": "col1-46", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -2756,9 +2087,7 @@ "attacks": [ { "name": "Play with Fire", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Burned. Magby is now Asleep." @@ -2768,9 +2097,7 @@ "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "It is found in volcanic craters. Its body temperature is over 1,100 degrees Fahrenheit, so don't underestimate it.", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -2783,13 +2110,9 @@ "id": "col1-47", "name": "Mime Jr.", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -2800,9 +2123,7 @@ "attacks": [ { "name": "Sleepy Lost", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put the top card of your opponent's deck in the Lost Zone. Mime Jr. is now Asleep." @@ -2812,9 +2133,7 @@ "artist": "Noriko Hotta", "rarity": "Uncommon", "flavorText": "In an attempt to confuse its enemy, it mimics the enemy's movements. Then it wastes no time in making itself scarce!", - "nationalPokedexNumbers": [ - 439 - ], + "nationalPokedexNumbers": [439], "legalities": { "unlimited": "Legal" }, @@ -2827,35 +2146,22 @@ "id": "col1-48", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Twister", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip 2 coins. If both of them are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -2873,17 +2179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It renders its prey immobile using well-developed claws, then carries the prey more than 60 miles to its nest.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -2896,35 +2198,22 @@ "id": "col1-49", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to Quilava." @@ -2936,17 +2225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "This Pokémon is fully covered by nonflammable fur. It can withstand any kind of fire attack.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2959,22 +2244,14 @@ "id": "col1-50", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Tumble Over", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Riolu can't attack during your next turn." @@ -2986,17 +2263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Takashi Yamaguchi", "rarity": "Uncommon", "flavorText": "They communicate with one another using their auras. They are able to run all through the night.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -3009,29 +2282,20 @@ "id": "col1-51", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Poison Buildup", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Seviper is now Poisoned." }, { "name": "Poison Effect", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Seviper is Poisoned, this attack does 20 damage plus 60 more damage and remove the Special Condition Poisoned from Seviper." @@ -3043,18 +2307,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Wataru Kawahara", "rarity": "Uncommon", "flavorText": "In battle, it uses its bladed tail to counter any Zangoose. It secretes a deadly venom in its tail.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -3067,31 +2326,21 @@ "id": "col1-52", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Remove 2 damage counters from Vaporeon." }, { "name": "Dual Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3103,18 +2352,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "sui", "rarity": "Uncommon", "flavorText": "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -3127,32 +2371,21 @@ "id": "col1-53", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from Chikorita." }, { "name": "Reckless Charge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Chikorita does 10 damage to itself." @@ -3170,17 +2403,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A sweet aroma gently wafts from the leaf on its head. It is docile and loves to soak up sunrays.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3193,31 +2422,21 @@ "id": "col1-54", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Minimize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn ,any damage done to Clefairy by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3229,17 +2448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "sui", "rarity": "Common", "flavorText": "The moonlight that it stores in the wings on its back apparently gives it the ability to float in midair.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -3252,22 +2467,14 @@ "id": "col1-55", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to Cyndaquil." @@ -3279,17 +2486,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is timid, and always curls itself up in a ball. If attacked, it flares up its back for protection.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3302,13 +2505,9 @@ "id": "col1-56", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3322,19 +2521,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3346,17 +2540,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3369,29 +2559,20 @@ "id": "col1-57", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Hitmonchan during your opponent's next turn." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -3403,17 +2584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its punches slice the air. However, it seems to need a short break after fighting for three minutes.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -3426,30 +2603,20 @@ "id": "col1-58", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3461,18 +2628,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If it starts kicking repeatedly, both legs will stretch even longer to strike a fleeing foe.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -3485,22 +2647,14 @@ "id": "col1-59", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Jump On", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3518,17 +2672,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "To corner prey, they check each other's location using barks that only they can understand.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3541,32 +2691,21 @@ "id": "col1-60", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Suffocating Gas", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3578,17 +2717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Its thin, filmy body is filled with gases that cause constant sniffles, coughs and teary eyes.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3601,22 +2736,14 @@ "id": "col1-61", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3628,17 +2755,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "For no reason, it jumps and splashes about, making it easy for predators like Pidgeotto to catch it mid-jump.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3652,32 +2775,21 @@ "id": "col1-62", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magma Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3689,17 +2801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "It dislikes cold places, so it blows scorching flames to make the environment suitable for itself.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -3712,22 +2820,14 @@ "id": "col1-63", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3745,17 +2845,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its fleece grows continually. In the summer, the fleece is fully shed, but it grows back in a week.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3768,30 +2864,20 @@ "id": "col1-64", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Selfish Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card." }, { "name": "Destructive Jaw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." @@ -3809,17 +2895,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -3832,31 +2914,21 @@ "id": "col1-65", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dual Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws 3 cards." @@ -3874,17 +2946,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It loves to bite and yank people's hair from behind without warning, just to see their shocked reactions.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -3897,16 +2965,10 @@ "id": "col1-66", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "abilities": [ { "name": "Ultra-Thick Skin", @@ -3917,10 +2979,7 @@ "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3938,18 +2997,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "As a sign of affection, it bumps with its snout. However, it is so strong, it may send you flying.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -3962,31 +3016,21 @@ "id": "col1-67", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Messenger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck." }, { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4004,17 +3048,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Common in grassy areas and forests, it is very docile and will chase off enemies by flapping up sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -4027,32 +3067,21 @@ "id": "col1-68", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Pineco's Surprise Attack attack's base damage is 80." }, { "name": "Surprise Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -4064,18 +3093,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It likes to make its shell thicker by adding layers of tree bark. The additional weight doesn't bother it.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -4088,30 +3112,20 @@ "id": "col1-69", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Prehistoric Wisdom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a card from your hand and put it in the Lost Zone. Then, draw 3 cards." }, { "name": "Granite Head", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "During your opponent's next turn, any damage done to Relicanth by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -4123,18 +3137,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Wataru Kawahara", "rarity": "Common", "flavorText": "Discovered by chance during deep-sea explorations, it has not changed since ancient times.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -4147,23 +3156,14 @@ "id": "col1-70", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Whismy Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4175,18 +3175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It lazes vacantly near water. If something bites its tail, it won't even notice for a whole day.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4199,32 +3194,21 @@ "id": "col1-71", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4236,18 +3220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Mizue", "rarity": "Common", "flavorText": "It has an active, playful nature. Many women like to frolic with it because of its affectionate ways.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -4260,33 +3239,21 @@ "id": "col1-72", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Nutritional Support", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -4304,18 +3271,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Hideaki Hakozaki", "rarity": "Common", "flavorText": "It tangles any moving thing with its vines. Their subtle shaking is ticklish if you get ensnared.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4328,22 +3290,14 @@ "id": "col1-73", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Fake Tears", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't play any Trainer cards from his or her hand during your opponent's next turn, and any damage done to Teddiursa by attack is reduced by 30 (after applying weakness and resistance)." @@ -4355,17 +3309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "If it finds honey, its crescent mark glows. It always licks its paws because they are soaked with honey.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -4378,24 +3328,14 @@ "id": "col1-74", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Aqua Tail", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin for each Water Energy attached to Totodile. This attack does 30 damage plus 20 more damage for each heads." @@ -4407,18 +3347,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -4431,32 +3366,21 @@ "id": "col1-75", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Vulpix." @@ -4468,17 +3392,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "TOKIYA", "rarity": "Common", "flavorText": "If it is attacked by an enemy that is stronger than itself, it feigns injury to fool the enemy and escapes.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4491,9 +3411,7 @@ "id": "col1-76", "name": "Cheerleader's Cheer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Your opponent may draw a card." @@ -4513,9 +3431,7 @@ "id": "col1-77", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." @@ -4537,9 +3453,7 @@ "id": "col1-78", "name": "Dual Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. If you do, shuffle your deck afterward." ], @@ -4558,9 +3472,7 @@ "id": "col1-79", "name": "Interviewer's Questions", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 8 cards of your deck. Choose as many Energy cards as you like, show them to your opponent, and put them into your hand. Shuffle the other cards back into your deck." @@ -4580,9 +3492,7 @@ "id": "col1-80", "name": "Lost Remover", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 1 Special Energy card attached to 1 of your opponent's Pokémon in the Lost Zone." ], @@ -4601,9 +3511,7 @@ "id": "col1-81", "name": "Lost World", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, if this player's opponent has 6 or more Pokémon in the Lost Zone, the player may choose to win the game." @@ -4623,9 +3531,7 @@ "id": "col1-82", "name": "Professor Elm's Training Method", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4645,9 +3551,7 @@ "id": "col1-83", "name": "Professor Oak's New Theory", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, draw 6 cards." @@ -4667,9 +3571,7 @@ "id": "col1-84", "name": "Research Record", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 4 cards of your deck and put as many of them as you like back on top of your deck in any order. Then, put the remaining cards on the bottom of your deck in any order." ], @@ -4688,9 +3590,7 @@ "id": "col1-85", "name": "Sage's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 5 cards of your deck. Choose any 2 cards you find there and put them into your hand. Discard the other cards." @@ -4710,9 +3610,7 @@ "id": "col1-86", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this Effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -4731,9 +3629,7 @@ "id": "col1-87", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -4752,9 +3648,7 @@ "id": "col1-88", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "88", "rarity": "Common", "legalities": { @@ -4771,9 +3665,7 @@ "id": "col1-89", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "89", "rarity": "Common", "legalities": { @@ -4790,9 +3682,7 @@ "id": "col1-90", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "90", "rarity": "Common", "legalities": { @@ -4809,9 +3699,7 @@ "id": "col1-91", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "91", "rarity": "Common", "legalities": { @@ -4828,9 +3716,7 @@ "id": "col1-92", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "92", "rarity": "Common", "legalities": { @@ -4847,9 +3733,7 @@ "id": "col1-93", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "93", "rarity": "Common", "legalities": { @@ -4866,9 +3750,7 @@ "id": "col1-94", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "94", "rarity": "Common", "legalities": { @@ -4885,9 +3767,7 @@ "id": "col1-95", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "95", "rarity": "Common", "legalities": { @@ -4904,21 +3784,13 @@ "id": "col1-SL1", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cell Storm", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard 2 Psychic Energy attached to Deoxys and remove 6 damage counters from Deoxys." @@ -4930,17 +3802,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SL1", "artist": "Noriko Hotta", "rarity": "Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -4953,22 +3821,13 @@ "id": "col1-SL2", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Rewind", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal", "Metal"], "convertedEnergyCost": 4, "damage": "70", "text": "Shuffle your hand into your deck." @@ -4986,19 +3845,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SL2", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "This Pokémon completely controls the flow of time. It uses its power to travel at will through the past and future.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -5011,13 +3864,9 @@ "id": "col1-SL3", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Extreme Speed", @@ -5028,11 +3877,7 @@ "attacks": [ { "name": "Wild Blaze", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard the top 3 cards of your deck." @@ -5044,18 +3889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SL3", "artist": "Yuri Umemura", "rarity": "Rare Holo", "flavorText": "A Pokémon that races across the land. It is said that one is born every time a new volcano appears.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -5068,22 +3908,13 @@ "id": "col1-SL4", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Volcano Stomp", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If heads, discard the top 4 cards of your opponent's deck. If tails, discard the top 4 cards of your deck." @@ -5095,20 +3926,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SL4", "artist": "Yuri Umemura", "rarity": "Rare Holo", "flavorText": "Said to have expanded the lands by evaporating water with raging heat. It battled titanically with Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -5121,34 +3945,20 @@ "id": "col1-SL5", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Scorching Wing", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Flip a coin. If tails, discard all Fire Energy attached to Ho-Oh." @@ -5166,19 +3976,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SL5", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "Legends claim this Pokémon flies the world's skies continuously on its magnificent seven-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -5191,22 +3995,13 @@ "id": "col1-SL6", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Destructive Tsunami", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin. If heads, this attack does 40 damage to each of your opponent's Pokémon. If tails, this attack does 40 damage to each of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5218,20 +4013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SL6", "artist": "Yuri Umemura", "rarity": "Rare Holo", "flavorText": "A mythical Pokémon said to have swelled the seas with rain and tidal waves. It battled with Groudon.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -5244,34 +4032,20 @@ "id": "col1-SL7", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "" @@ -5289,19 +4063,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SL7", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -5314,22 +4082,13 @@ "id": "col1-SL8", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wormhole", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "60", "text": "Switch Palkia with 1 of your Benched Pokémon. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -5341,19 +4100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SL8", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "Its total control over the boundaries of space enable it to transport itself to faraway places or even other dimensions.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -5366,13 +4119,9 @@ "id": "col1-SL9", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Extreme Speed", @@ -5383,11 +4132,7 @@ "attacks": [ { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 20 damage to 1 of your Pokémon and don't apply Weakness and Resistance to this damage." @@ -5405,18 +4150,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SL9", "artist": "Noriko Hotta", "rarity": "Rare Holo", "flavorText": "A Pokémon that races across the land while barking a cry that sounds like crashing thunder.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -5429,22 +4169,13 @@ "id": "col1-SL10", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Inferno Spear", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a Fire Energy and a Lightning Energy attached to Rayquaza." @@ -5462,18 +4193,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SL10", "artist": "Noriko Hotta", "rarity": "Rare Holo", "flavorText": "It flies in the ozone layer, way up high in the sky. Until recently, no one had ever seen it.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -5486,13 +4212,9 @@ "id": "col1-SL11", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Extreme Speed", @@ -5503,11 +4225,7 @@ "attacks": [ { "name": "Tsunami", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5519,18 +4237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SL11", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "This Pokémon races across the land. It is said that north winds will somehow blow whenever it appears.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/dc1.json b/cards/en/dc1.json index ecc2357f1..79042e4e0 100644 --- a/cards/en/dc1.json +++ b/cards/en/dc1.json @@ -3,23 +3,14 @@ "id": "dc1-1", "name": "Team Magma's Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -31,18 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "No matter how heavy the cargo, we can transport it to our destination with ease, thanks to Numel.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -56,13 +42,9 @@ "id": "dc1-2", "name": "Team Magma's Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Team Magma's Numel", "abilities": [ { @@ -74,11 +56,7 @@ "attacks": [ { "name": "Flame Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -90,19 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Camerupt, with its strength against fire, played a big role in rescuing team members.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -116,22 +88,14 @@ "id": "dc1-3", "name": "Team Aqua's Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -143,18 +107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Spheal's Water Gun can put out any fire. Flames used by opponents have no effect!", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -168,35 +127,22 @@ "id": "dc1-4", "name": "Team Aqua's Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Splatter", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hail Storm", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage." @@ -208,19 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It provides support by making paths of ice. It can win any battle as long as it's on ice.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -234,32 +174,21 @@ "id": "dc1-5", "name": "Team Aqua's Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Sealeo", "attacks": [ { "name": "Power Blow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Dual Blizzard", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Water Energy attached to this Pokémon. This attack does 80 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -271,20 +200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It's good at attacks that freeze opponents with a powerful cold snap. Then, it pulverizes a frozen foe with its sharp tusks!", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -298,14 +220,9 @@ "id": "dc1-6", "name": "Team Aqua's Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -319,12 +236,7 @@ "attacks": [ { "name": "Aqua Impact", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -336,19 +248,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "6", "artist": "nagimiso", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -362,33 +267,21 @@ "id": "dc1-7", "name": "Team Aqua's Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -400,18 +293,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "kawayoo", "rarity": "Common", "flavorText": "Its flexible body, which allows it to squeeze into any cracks, comes in handy when invading enemy hideouts.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -425,13 +313,9 @@ "id": "dc1-8", "name": "Team Aqua's Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Team Aqua's Grimer", "abilities": [ { @@ -443,11 +327,7 @@ "attacks": [ { "name": "Pester", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage." @@ -459,19 +339,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It immobilizes its opponents by wrapping them in its huge, poisonous body. It'll smoosh you, too!", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -485,29 +359,20 @@ "id": "dc1-9", "name": "Team Aqua's Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Venom Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent's Active Pokémon is affected by a Special Condition, discard an Energy attached to that Pokémon." @@ -519,17 +384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Seviper's tail is a sharp blade. It can even poison you!", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -543,23 +404,14 @@ "id": "dc1-10", "name": "Team Magma's Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -571,17 +423,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "They all cry out at once to let us know when they spot an enemy. It really helps out!", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -595,13 +443,9 @@ "id": "dc1-11", "name": "Team Magma's Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Team Magma's Baltoy", "abilities": [ { @@ -613,11 +457,7 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -629,18 +469,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Claydol's beam can seize opponents and keep them from moving. Long-range attacks are its specialty!", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -654,22 +489,14 @@ "id": "dc1-12", "name": "Team Magma's Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Fighting"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -681,18 +508,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Aron, which even devour metal, can eat and destroy enemy ships in an instant.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -706,35 +528,22 @@ "id": "dc1-13", "name": "Team Magma's Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 10 damage to itself." @@ -746,19 +555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "When Lairon uses Take Down, the impact from its solid body is enough to destroy concrete!", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -772,33 +575,21 @@ "id": "dc1-14", "name": "Team Magma's Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Lairon", "attacks": [ { "name": "Rock Stomp", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard as many Fighting Energy attached to your Pokémon as you like. This attack does 40 damage times the amount of Fighting Energy you discarded." }, { "name": "Boulder Storm", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack does 20 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -810,20 +601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Aggron's metal horns can smash through any defenses, no matter how strong!", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -837,14 +621,9 @@ "id": "dc1-15", "name": "Team Magma's Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -858,12 +637,7 @@ "attacks": [ { "name": "Magma Quake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." @@ -875,19 +649,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "nagimiso", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -901,32 +668,21 @@ "id": "dc1-16", "name": "Team Aqua's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -944,17 +700,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Poochyena can easily detect invading foes with its acute sense of smell. It's an excellent lookout!", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -968,32 +720,21 @@ "id": "dc1-17", "name": "Team Magma's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Infiltrate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1011,17 +752,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Poochyena's nose can identify any scent. It's very useful for reconnaissance.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1035,32 +772,21 @@ "id": "dc1-18", "name": "Team Aqua's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Aqua's Poochyena", "attacks": [ { "name": "Teampact", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin for each Team Aqua Pokémon you have in play. This attack does 30 damage times the number of heads." }, { "name": "Crunch", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -1078,17 +804,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Thanks to Mightyena's outstanding leadership, it's very good at combination attacks that can leave a foe helpless.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1102,32 +824,21 @@ "id": "dc1-19", "name": "Team Magma's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Magma's Poochyena", "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hostile Fang", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If your opponent's Active Pokémon is a Team Aqua Pokémon, this attack does 40 more damage." @@ -1145,17 +856,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "This Pokémon is loyal to its master. It will protect its partner to the end, no matter what.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1169,22 +876,14 @@ "id": "dc1-20", "name": "Team Aqua's Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Fin Smack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -1196,17 +895,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "You can't keep up with its movements underwater, can you? If you get caught in this whirlpool, there'll be no escape.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1220,13 +915,9 @@ "id": "dc1-21", "name": "Team Aqua's Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Aqua's Carvanha", "abilities": [ { @@ -1238,11 +929,7 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1258,9 +945,7 @@ "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It boasts fangs so powerful that they knock opponents out in one shot! Enemies that slip up will be taken down without fail!", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1274,30 +959,20 @@ "id": "dc1-22", "name": "Team Magma's Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Team Magma Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Team Play", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the number of Team Magma Pokémon on your Bench." @@ -1309,17 +984,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Can you handle the formation attack of the fearless Zangoose?", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1333,9 +1004,7 @@ "id": "dc1-23", "name": "Aqua Diffuser", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Team Aqua Pokémon this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -1344,9 +1013,7 @@ "attacks": [ { "name": "Aqua Diffuser", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -1368,9 +1035,7 @@ "id": "dc1-24", "name": "Magma Pointer", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Team Magma Pokémon this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -1379,9 +1044,7 @@ "attacks": [ { "name": "Magma Pointer", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1403,9 +1066,7 @@ "id": "dc1-25", "name": "Team Aqua Admin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your discard pile to your Active Team Aqua Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -1426,9 +1087,7 @@ "id": "dc1-26", "name": "Team Aqua Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. (If you can't discard a card, you can't play this card.) Draw 3 cards. If you discarded a Team Aqua Pokémon, draw 1 more card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -1449,9 +1108,7 @@ "id": "dc1-27", "name": "Team Aqua's Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Team Aqua Pokémon and a basic Water Energy card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1472,9 +1129,7 @@ "id": "dc1-28", "name": "Team Aqua's Secret Base", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The Retreat Cost of each Pokémon in play (except for Team Aqua Pokémon) is Colorless more.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -1495,9 +1150,7 @@ "id": "dc1-29", "name": "Team Magma Admin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 3 Team Magma Pokémon from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -1518,9 +1171,7 @@ "id": "dc1-30", "name": "Team Magma Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. (If you can't discard a card, you can't play this card.) Draw 3 cards. If you discarded a Team Magma Pokémon, draw 1 more card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -1541,9 +1192,7 @@ "id": "dc1-31", "name": "Team Magma's Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Team Magma Pokémon and a basic Fighting Energy card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1564,9 +1213,7 @@ "id": "dc1-32", "name": "Team Magma's Secret Base", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever any player puts a Basic Pokémon (except for Team Magma Pokémon) from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -1587,9 +1234,7 @@ "id": "dc1-33", "name": "Double Aqua Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Team Aqua Pokémon. Discard this card at the end of the turn you attached it.", "This card provides WaterWater Energy only while it is attached to a Team Aqua Pokémon.", @@ -1611,9 +1256,7 @@ "id": "dc1-34", "name": "Double Magma Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Team Magma Pokémon. Discard this card at the end of the turn you attached it.", "This card provides FightingFighting Energy only while it is attached to a Team Magma Pokémon.", @@ -1631,4 +1274,4 @@ "large": "https://images.pokemontcg.io/dc1/34_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/det1.json b/cards/en/det1.json index 025e04912..6e7c085c3 100644 --- a/cards/en/det1.json +++ b/cards/en/det1.json @@ -3,22 +3,14 @@ "id": "det1-1", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "MPC Film", "rarity": "Common", "flavorText": "A strange seed was planted on its back at birth. The plant sprouts and grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,13 +42,9 @@ "id": "det1-2", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lombre", "abilities": [ { @@ -72,11 +56,7 @@ "attacks": [ { "name": "Punch and Run", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -88,19 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Framestore", "rarity": "Rare", "flavorText": "If it hears festive music, all its muscles fill with energy. It can't help breaking out into a dance.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -114,22 +88,14 @@ "id": "det1-3", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Grass"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Sleep Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." @@ -141,17 +107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "MPC Film", "rarity": "Common", "flavorText": "It scatters its shining spores around itself. Even though they're dangerous, nighttime tours of forests where Morelull live are popular.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -165,22 +127,14 @@ "id": "det1-4", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -192,17 +146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "MPC Film", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -216,34 +166,21 @@ "id": "det1-5", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Slash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Wild Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon does 50 damage to itself." @@ -255,19 +192,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Framestore", "rarity": "Rare Ultra", "flavorText": "When expelling a blast of superhot fire, the red flame at the tip of its tail burns more intensely.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -281,13 +212,9 @@ "id": "det1-6", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -299,11 +226,7 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -315,19 +238,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "MPC Film", "rarity": "Rare", "flavorText": "Legends tell of its fighting alongside a general and conquering a whole country.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -341,22 +258,14 @@ "id": "det1-7", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Panic", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "This Pokémon is now Confused." @@ -368,19 +277,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Framestore", "rarity": "Common", "flavorText": "Using psychokinesis gives it a headache, so it normally passes the time spacing out and doing as little as possible.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -394,22 +297,14 @@ "id": "det1-8", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Hold Still", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from this Pokémon." @@ -421,17 +316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Framestore", "rarity": "Common", "flavorText": "In the distant past, they were fairly strong, but they have become gradually weaker over time.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -445,13 +336,9 @@ "id": "det1-9", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "abilities": [ { @@ -463,10 +350,7 @@ "attacks": [ { "name": "Furious Shurikens", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -478,17 +362,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "MPC Film", "rarity": "Rare Ultra", "flavorText": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -502,33 +382,21 @@ "id": "det1-10", "name": "Detective Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Scout", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -546,18 +414,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "MPC Film", "rarity": "Rare", "flavorText": "He loves to show off his vast knowledge. This expressive Pikachu is like a middle-aged man.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -571,13 +434,9 @@ "id": "det1-11", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Pantomime", @@ -588,10 +447,7 @@ "attacks": [ { "name": "Juggling", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage for each heads." @@ -603,17 +459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "MPC Film", "rarity": "Rare", "flavorText": "Its pantomime skills are wonderful. You may become enraptured while watching it, but next thing you know, Mr. Mime has made a real wall.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -627,31 +479,20 @@ "id": "det1-12", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psyjack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Break Burn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Psychic Energy from this Pokémon." @@ -663,18 +504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "MPC Film", "rarity": "Rare Ultra", "flavorText": "This Pokémon was created by years of horrific gene splicing and DNA engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -688,30 +524,21 @@ "id": "det1-13", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Directing Traffic", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck and put them back in any order." }, { "name": "Cross Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "80+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -723,18 +550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "MPC Film", "rarity": "Rare", "flavorText": "It grasps its opponents with its four arms and twists them up in an intricate hold. People call it \"the Machamp special.\"", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -748,22 +570,14 @@ "id": "det1-14", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Healing Melody", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." @@ -781,17 +595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Framestore", "rarity": "Common", "flavorText": "Recordings of Jigglypuff's strange lullabies can be purchased from department stores. These CDs can be found near the bedding area.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -805,23 +615,14 @@ "id": "det1-15", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Play Rough", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -839,18 +640,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Framestore", "rarity": "Common", "flavorText": "It grows close to others easily and is also easily spoiled. The disparity between its face and its actions makes many young people wild about it.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -864,23 +660,14 @@ "id": "det1-16", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Continuous Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -892,19 +679,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "MPC Film", "rarity": "Common", "flavorText": "It checks out whatever's around it by licking everything. If you don't clean off a spot where it's licked you, you'll break out in a rash!", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -918,19 +699,13 @@ "id": "det1-17", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Copy Anything", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. If this Pokémon doesn't have the necessary Energy to use that attack, this attack does nothing." @@ -942,17 +717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "MPC Film", "rarity": "Rare Ultra", "flavorText": "While it can transform into anything, each Ditto apparently has its own strengths and weaknesses when it comes to transformations.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -966,23 +737,14 @@ "id": "det1-18", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "attacks": [ { "name": "Pitch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -994,20 +756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "18", "artist": "Framestore", "rarity": "Rare", "flavorText": "The world's laziest Pokémon. It moves to another spot when there's no food left within its reach.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/dp1.json b/cards/en/dp1.json index e0448c813..b76df6b7f 100644 --- a/cards/en/dp1.json +++ b/cards/en/dp1.json @@ -3,31 +3,21 @@ "id": "dp1-1", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "68", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Bellow", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." }, { "name": "Flash Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck." @@ -45,18 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -69,14 +54,10 @@ "id": "dp1-2", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -88,11 +69,7 @@ "attacks": [ { "name": "Hard Feelings", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 5 damage counters on the Defending Pokémon. Then, count the number of Prize cards your opponent has taken and put that many damage counters on the Defending Pokémon." @@ -110,19 +87,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Takabon", "rarity": "Rare Holo", "flavorText": "The antenna on its head captures radio waves from the world of spirits that command it to take people there.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -135,14 +106,10 @@ "id": "dp1-3", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "abilities": [ { @@ -154,12 +121,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "You may discard all Lightning Energy attached to Electivire. If you do, this attack's base damage is 120 instead of 60." @@ -177,19 +139,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -202,33 +158,22 @@ "id": "dp1-4", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Ice Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Jet", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -240,18 +185,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -264,31 +204,22 @@ "id": "dp1-5", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Meteor Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard all Fire Energy attached to Infernape." @@ -304,9 +235,7 @@ "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It uses a special kind of martial arts involving all its limbs. Its fire never goes out.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -319,31 +248,22 @@ "id": "dp1-6", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Feint", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Aura Sphere", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -355,17 +275,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It has the ability to sense the auras of all things. It understands human speech.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -378,14 +294,10 @@ "id": "dp1-7", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "abilities": [ { @@ -397,12 +309,7 @@ "attacks": [ { "name": "Lightning Star", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "80", "text": "Move all Lightning Energy attached to Luxray to 1 of your Benched Pokémon. (Ignore this effect if you don't have any Benched Pokémon.)" @@ -420,17 +327,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mikiko Takeda", "rarity": "Rare Holo", "flavorText": "It has eyes that can see through anything. It spots and captures prey hiding behind objects.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -443,14 +346,10 @@ "id": "dp1-8", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -462,11 +361,7 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each Metal Energy attached to Magnezone." @@ -484,20 +379,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "8", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It evolved from exposure to a special magnetic field. Three units generate magnetism.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -510,30 +398,21 @@ "id": "dp1-9", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Aqua Ring", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch Manaphy with 1 of your Benched Pokémon." @@ -545,17 +424,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "Born on a cold seafloor, it will swim great distances to return to its birthplace.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal" }, @@ -568,32 +443,22 @@ "id": "dp1-10", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Avenge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Count the number of your Pokémon that have any damage counters on them. Put that many damage counters on the Defending Pokémon." }, { "name": "Psywave", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Energy attached to the Defending Pokémon." @@ -611,17 +476,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mikiko Takeda", "rarity": "Rare Holo", "flavorText": "Its cries sound like incantations. Those hearing it are tormented by headaches and hallucinations.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -634,31 +495,21 @@ "id": "dp1-11", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "67", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spacial Rend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it." }, { "name": "Transback", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may flip a coin. If heads, discard all Energy attached to Palkia and put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward." @@ -670,18 +521,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -694,14 +540,10 @@ "id": "dp1-12", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "61", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "abilities": [ { @@ -713,11 +555,7 @@ "attacks": [ { "name": "Rock Wrecker", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Weakness or Resistance. Rhyperior can't attack during your next turn." @@ -735,20 +573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "12", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It puts rocks in holes in its palms and uses its muscles to shoot them. Geodude are shot at rare times.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal" }, @@ -761,33 +592,22 @@ "id": "dp1-13", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Spike Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Budew is anywhere under Roserade, choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -799,17 +619,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Nakaoka", "rarity": "Rare Holo", "flavorText": "It attracts prey with a sweet aroma, then downs it with thorny whips hidden in its arms.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -822,14 +638,10 @@ "id": "dp1-14", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -841,11 +653,7 @@ "attacks": [ { "name": "Spirit Dance", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads." @@ -863,18 +671,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "By flapping its leafy fan, it can whip up gusts of 100 ft/second that can level houses.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -887,33 +690,22 @@ "id": "dp1-15", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Frustration", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Toxic Cloud", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -931,17 +723,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Hiroaki Ito", "rarity": "Rare Holo", "flavorText": "It sprays a vile-smelling fluid from the tip of its tail to attack. Its range is over 160 feet.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal" }, @@ -954,33 +742,22 @@ "id": "dp1-16", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Accelerative Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all damage done to Staraptor by attacks (both yours and your opponent's) until the end of your next turn." }, { "name": "Brave Heart", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If tails, Staraptor does 100 damage to itself." @@ -1002,9 +779,7 @@ "artist": "Masahiko Ishii", "rarity": "Rare Holo", "flavorText": "It has a savage nature. It will courageously challenge foes that are much larger.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal" }, @@ -1017,35 +792,22 @@ "id": "dp1-17", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Leaf Storm", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Remove 2 damage counters from each of your Grass Pokémon." @@ -1057,20 +819,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "17", "artist": "Masahiko Ishii", "rarity": "Rare Holo", "flavorText": "Small Pokémon occasionally gather on its unmoving back to begin building their nests.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -1083,31 +838,22 @@ "id": "dp1-18", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Azumarill during your opponent's next turn." }, { "name": "Bubble Pump", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40+", "text": "If Azumarill has 3 or more Energy attached to it, this attack does 40 damage plus 20 more damage. If Azurill is anywhere under Azumarill, flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1119,18 +865,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It lives in rivers and lakes. In water, its coloring and patterns trick the vision of foes.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -1143,34 +884,22 @@ "id": "dp1-19", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "29", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Giga Drain", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "After your attack, remove from Beautifly the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -1188,17 +917,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It has an aggressive nature. It stabs prey with its long, narrow mouth to drain the prey's fluids.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal" }, @@ -1211,32 +936,22 @@ "id": "dp1-20", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions and 4 damage counters from Bibarel. Bibarel is now Asleep." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Bibarel does 10 damage to itself." @@ -1248,18 +963,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal" }, @@ -1272,31 +982,21 @@ "id": "dp1-21", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Swallow Up", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine's, this attack does 60 damage instead." }, { "name": "Wring Out", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." @@ -1314,17 +1014,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -1337,33 +1033,22 @@ "id": "dp1-22", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Metronome", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) Clefable performs that attack." @@ -1375,18 +1060,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Rarely seen by people, it is said to be drawn by the full moon to play at deserted lakes.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -1399,33 +1079,22 @@ "id": "dp1-23", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "Poison Claws", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned." @@ -1437,19 +1106,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It has the power in its clawed arms to make scrap of a car. The tips of its claws release poison.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal" }, @@ -1462,32 +1125,22 @@ "id": "dp1-24", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Wind Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 5 in any combination of Pokémon and Supporter cards. Show them to your opponent and shuffle them into your deck." }, { "name": "Explosive Smoke", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1509,9 +1162,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It's drowzy in daytime, but flies off in the evening in big groups. No one knows where they go.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -1524,34 +1175,22 @@ "id": "dp1-25", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "34", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Toxic Dust", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -1563,18 +1202,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "A nocturnal Pokémon. Drawn by streetlights, they messily eat the leaves of trees lining boulevards.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal" }, @@ -1587,32 +1221,22 @@ "id": "dp1-26", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Screw Tail", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Water Gun", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40+", "text": "Does 40 damage plus 20 more damage for each Water Energy attached to Floatzel but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -1624,17 +1248,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Masahiko Ishii", "rarity": "Rare", "flavorText": "It floats using its well-developed floatation sac. It assists in the rescues of drowning people.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -1647,32 +1267,22 @@ "id": "dp1-27", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "39", "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "attacks": [ { "name": "Life Drain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put damage counter on the Defending Pokémon until it is 10 HP away from being Knocked Out." }, { "name": "Shadow Dance", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. Then, switch Gengar with 1 of your Benched Pokémon." @@ -1690,17 +1300,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It hides in shadows. It is said that if Gengar is hiding, it cools that area by nearly 10 degrees F.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1713,30 +1319,21 @@ "id": "dp1-28", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pitch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Horn Slash", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -1748,18 +1345,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It gathers in forests to search for tree sap, its favorite food. It's strong enough to hurl foes.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -1772,35 +1364,22 @@ "id": "dp1-29", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Vacuum Up", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Sand Eject", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 40 more damage." @@ -1818,19 +1397,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It blasts internally stored sand from ports on its body to create a towering twister for attack.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal" }, @@ -1843,32 +1416,22 @@ "id": "dp1-30", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Healing Wish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. Remove a number of damage counters equal to the number of heads from 1 of your Pokémon." }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may switch Lopunny with 1 of your Benched Pokémon." @@ -1880,17 +1443,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "An extremely cautious Pokémon. It cloaks its body with its fluffy ear fur when it senses danger.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal" }, @@ -1903,32 +1462,22 @@ "id": "dp1-31", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Revenge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 20 damage plus 50 more damage." }, { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 30 more damage and the Defending Pokémon is now Confused." @@ -1940,19 +1489,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It punches with its four arms at blinding speed. It can launch 1,000 punches in two seconds.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -1965,32 +1508,22 @@ "id": "dp1-32", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Force Palm", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Count the number of damage counters on Medicham. Put that many damage counters on 1 of your opponent's Pokémon." }, { "name": "Spinning Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Medicham does 20 damage to itself." @@ -2002,18 +1535,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Through yoga training, it has honed its sixth sense. Its movements are elegant.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -2026,17 +1554,11 @@ "id": "dp1-33", "name": "Munchlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Snorlax" - ], + "types": ["Colorless"], + "evolvesTo": ["Snorlax"], "abilities": [ { "name": "Baby Evolution", @@ -2047,9 +1569,7 @@ "attacks": [ { "name": "Heave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard 2 cards from your hand. (If you can't discard 2 cards, this attack does nothing.) Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2061,18 +1581,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It wolfs down its weight in food once a day, swallowing food whole with almost no chewing.", - "nationalPokedexNumbers": [ - 446 - ], + "nationalPokedexNumbers": [446], "legalities": { "unlimited": "Legal" }, @@ -2085,32 +1600,22 @@ "id": "dp1-34", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "See Beyond", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a card from your hand and put it as a Prize card face up. Then, choose 1 of your face-down Prize cards without looking and put it into your hand. This attack does nothing if all of your Prize cards are face up." }, { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 30 damage plus 50 more damage." @@ -2128,17 +1633,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Its eyes are special. They can pick out objects as long as there is the tiniest amount of light.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -2151,29 +1652,21 @@ "id": "dp1-35", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Pachirisu does 10 damage to itself." @@ -2191,17 +1684,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -2214,33 +1703,22 @@ "id": "dp1-36", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "High Hat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2252,17 +1730,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is a brazen brute that barges its way into another Pokémon's nest and claims it as its own.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal" }, @@ -2275,32 +1749,21 @@ "id": "dp1-37", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Block", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Ease Up", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Snorlax is now Asleep. If Snorlax is evolved from Munchlax, this attack does 40 damage plus 30 more damage." @@ -2312,20 +1775,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "37", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its stomach can digest any kind of food, even if it happens to be moldy or rotten.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -2338,33 +1794,22 @@ "id": "dp1-38", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "50", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Slam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Metal Slash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Steelix can't attack during your next turn." @@ -2382,20 +1827,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "38", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Tempered underground under high pressure and heat, its body is harder than any metal.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -2408,32 +1846,22 @@ "id": "dp1-39", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "attacks": [ { "name": "Leaf Honey", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Grass Energy attached to Vespiquen and remove all damage counters from 1 of your Benched Grass Pokémon." }, { "name": "Attack Order", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of Grass Pokémon in play (both yours and your opponent's)." @@ -2451,19 +1879,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by COMBEE.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal" }, @@ -2476,32 +1898,22 @@ "id": "dp1-40", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Dark Pulse", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the total amount of Darkness Energy attached to all of your Pokémon." @@ -2519,17 +1931,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "They live in cold regions, forming groups of four or five that hunt prey with impressive coordination.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal" }, @@ -2542,21 +1950,14 @@ "id": "dp1-41", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Countercharge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, move all damage counters from Wobbuffet to the Defending Pokémon." @@ -2568,19 +1969,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It desperately tries to keep its black tail hidden. It is said to be proof the tail hides a secret.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -2593,17 +1988,11 @@ "id": "dp1-42", "name": "Wynaut", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wobbuffet" - ], + "types": ["Psychic"], + "evolvesTo": ["Wobbuffet"], "abilities": [ { "name": "Baby Evolution", @@ -2614,9 +2003,7 @@ "attacks": [ { "name": "Astonish", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -2628,17 +2015,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It grows strong by pushing up against others en masse. It loves eating sweet fruit.", - "nationalPokedexNumbers": [ - 360 - ], + "nationalPokedexNumbers": [360], "legalities": { "unlimited": "Legal" }, @@ -2651,17 +2034,11 @@ "id": "dp1-43", "name": "Budew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roselia" - ], + "types": ["Grass"], + "evolvesTo": ["Roselia"], "abilities": [ { "name": "Baby Evolution", @@ -2672,9 +2049,7 @@ "attacks": [ { "name": "Errand-Running", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -2686,17 +2061,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Over the winter, it closes its bud and endures the cold. In spring, the bud opens and releases pollen.", - "nationalPokedexNumbers": [ - 406 - ], + "nationalPokedexNumbers": [406], "legalities": { "unlimited": "Legal" }, @@ -2709,34 +2080,23 @@ "id": "dp1-44", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "8", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Cascoon would be damaged by an attack, prevent that attack's damage done to Cascoon if that damage is 30 or less." }, { "name": "Gooey Thread", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2748,19 +2108,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is hot inside its cocoon. All the cells in its body create the energy for it to evolve.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal" }, @@ -2773,31 +2127,22 @@ "id": "dp1-45", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "attacks": [ { "name": "Worry Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim." @@ -2815,18 +2160,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It blooms during times of strong sunlight. It tries to make up for everything it endured as a bud.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -2839,33 +2179,22 @@ "id": "dp1-46", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Blowing Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to on top of your deck. Shuffle your deck afterward." }, { "name": "Ominous Wind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn." @@ -2883,17 +2212,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -2906,35 +2231,23 @@ "id": "dp1-47", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Roam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, put 2 damage counters on each of your opponent's Pokémon. If tails, put 2 damage counters on 1 of your Pokémon." }, { "name": "Gravity Wave", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to each of your opponent's Benched Pokémon that doesn't have a Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2952,18 +2265,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Its body is hollow. It is said that those who look into its body are sucked into the void.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -2976,17 +2284,11 @@ "id": "dp1-48", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Lightning"], + "evolvesTo": ["Electabuzz"], "abilities": [ { "name": "Baby Evolution", @@ -2997,9 +2299,7 @@ "attacks": [ { "name": "Outlet", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Lightning Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -3017,17 +2317,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It generates electricity by whirling its arms. However, it can't store the energy it makes.", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -3040,35 +2336,23 @@ "id": "dp1-49", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3086,19 +2370,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It lives along water in forests. In the daytime, it leaves the forest to sunbathe its treed shell.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal" }, @@ -3111,34 +2389,23 @@ "id": "dp1-50", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60", "text": "If the Defending Pokémon is not Asleep, this attack does nothing." @@ -3160,9 +2427,7 @@ "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It can slip through any obstacle. It lurks inside walls to keep an eye on its foes.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -3175,32 +2440,22 @@ "id": "dp1-51", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Sand Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3218,18 +2473,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It lives in arid places. Instead of perspiration, it expels grainy sand from its body.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal" }, @@ -3242,34 +2492,23 @@ "id": "dp1-52", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "19", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Fasten Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." }, { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3291,9 +2530,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal" }, @@ -3306,36 +2543,23 @@ "id": "dp1-53", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40-", "text": "Does 40 damage minus 10 damage for each damage counter on Machoke." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3347,18 +2571,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "MACHOKE's boundless power is very dangerous, so it wears a belt that suppresses its energy.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -3371,36 +2590,23 @@ "id": "dp1-54", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Magnetic Ray", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon that has any Energy attached to it and switch that Pokémon with 1 of the Defending Pokémon." @@ -3418,18 +2624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It is actually three MAGNEMITE linked by magnetism. A group can set off a magnetic storm.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -3442,17 +2643,11 @@ "id": "dp1-55", "name": "Mantyke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Mantine" - ], + "types": ["Water"], + "evolvesTo": ["Mantine"], "abilities": [ { "name": "Baby Evolution", @@ -3463,9 +2658,7 @@ "attacks": [ { "name": "Call for Friends", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Water Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -3483,17 +2676,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "A friendly Pokémon that captures the subtle flows of seawater using its two antennae.", - "nationalPokedexNumbers": [ - 458 - ], + "nationalPokedexNumbers": [458], "legalities": { "unlimited": "Legal" }, @@ -3506,34 +2695,23 @@ "id": "dp1-56", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Flame Dance", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for a Fire Energy card and attach it to Monferno." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -3549,9 +2727,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "To intimidate attackers, it stretches the fire on its tail to make itself appear bigger.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal" }, @@ -3564,34 +2740,23 @@ "id": "dp1-57", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Dirty Trick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy card attached to 1 of your opponent's Pokémon." }, { "name": "Razor Wind", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -3609,17 +2774,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The sound of its grass flute makes its listeners uneasy. It lives deep in forests.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -3632,34 +2793,23 @@ "id": "dp1-58", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Aqua Shower", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Brine", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3671,17 +2821,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It lives alone, away from others. Apparently, every one of them believes it is the most important.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal" }, @@ -3694,33 +2840,22 @@ "id": "dp1-59", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blaze Up", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, discard a Fire Energy attached to Rapidash and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3736,9 +2871,7 @@ "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It gallops at nearly 150 mph. With its mane blazing ferociously, it races as if it were an arrow.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3751,36 +2884,23 @@ "id": "dp1-60", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Storm Up", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 damage plus 20 more damage. Discard that Stadium card." }, { "name": "Crash Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Rhydon does 10 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." @@ -3798,18 +2918,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its brain developed after it stood up on its hind legs. Its drill horn bores tunnels through solid rock.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -3822,23 +2937,15 @@ "id": "dp1-61", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Wild Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3850,17 +2957,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -3873,32 +2976,22 @@ "id": "dp1-62", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Seaking." }, { "name": "Horn Drill", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -3910,17 +3003,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It makes its nest by hollowing out boulders in streams with its horn. It defends its eggs with its life.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -3933,34 +3022,23 @@ "id": "dp1-63", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "8", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, If Silcoon would be damaged by an attack, prevent that attack's damage done to Silcoon if that damage is 30 or less." }, { "name": "Entangling String", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -3972,19 +3050,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It anchors itself by wrapping twigs with the silk from its body. It motionlessly awaits evolution.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal" }, @@ -3997,35 +3069,23 @@ "id": "dp1-64", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4047,9 +3107,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It flies around forests and fields in search of bug Pokémon. It stays within a huge flock.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal" }, @@ -4062,14 +3120,10 @@ "id": "dp1-65", "name": "Unown A", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "ANALYZE", @@ -4080,9 +3134,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4094,17 +3146,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Nakaoka", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4117,14 +3165,10 @@ "id": "dp1-66", "name": "Unown B", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "BOUNCE", @@ -4135,9 +3179,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4149,17 +3191,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Nakaoka", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4172,14 +3210,10 @@ "id": "dp1-67", "name": "Unown C", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "CALL", @@ -4190,9 +3224,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4204,17 +3236,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Nakaoka", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4227,14 +3255,10 @@ "id": "dp1-68", "name": "Unown D", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "DRAW", @@ -4245,9 +3269,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4259,17 +3281,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Nakaoka", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4282,17 +3300,11 @@ "id": "dp1-69", "name": "Azurill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Marill" - ], + "types": ["Colorless"], + "evolvesTo": ["Marill"], "abilities": [ { "name": "Baby Evolution", @@ -4303,9 +3315,7 @@ "attacks": [ { "name": "Delivery", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put any 1 card from your discard pile into your hand." @@ -4317,17 +3327,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A Pokémon that lives by water. It moves quickly on land by bouncing on its big tail.", - "nationalPokedexNumbers": [ - 298 - ], + "nationalPokedexNumbers": [298], "legalities": { "unlimited": "Legal" }, @@ -4340,32 +3346,22 @@ "id": "dp1-70", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Scavenge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Trainer card, show it to your opponent, and put it into your hand." @@ -4377,17 +3373,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal" }, @@ -4400,17 +3392,11 @@ "id": "dp1-71", "name": "Bonsly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sudowoodo" - ], + "types": ["Fighting"], + "evolvesTo": ["Sudowoodo"], "abilities": [ { "name": "Baby Evolution", @@ -4421,9 +3407,7 @@ "attacks": [ { "name": "Fake Tears", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, your opponent can't play any Trainer cards from his or her hand during your opponent's next turn, and any damage done to Bonsly by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -4435,17 +3419,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It looks as if it is always crying. It is actually adjusting its body's fluid levels by eliminating excess.", - "nationalPokedexNumbers": [ - 438 - ], + "nationalPokedexNumbers": [438], "legalities": { "unlimited": "Legal" }, @@ -4458,23 +3438,15 @@ "id": "dp1-72", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Splash About", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Buizel has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage." @@ -4486,17 +3458,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has a flotation sac that is like an inflatable collar. It floats on water with its head out.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -4509,33 +3477,22 @@ "id": "dp1-73", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4547,17 +3504,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It slams foes by sharply uncoiling its rolled ears. It stings enough to make a grown-up cry in pain.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -4570,29 +3523,21 @@ "id": "dp1-74", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tone-Deaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4610,17 +3555,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal" }, @@ -4633,33 +3574,22 @@ "id": "dp1-75", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If this attack does any damage to the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Cherubi." @@ -4677,17 +3607,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The small ball holds the nutrients needed for evolution. Apparently, it is very sweet and tasty.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -4700,33 +3626,22 @@ "id": "dp1-76", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Chimchar." @@ -4738,17 +3653,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It agilely scales sheer cliffs to live atop craggy mountains. Its fire is put out when it sleeps.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -4761,33 +3672,22 @@ "id": "dp1-77", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Clefairy is evolved from Cleffa, this attack does 20 damage plus 20 more damage." @@ -4799,17 +3699,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Thought to live with others on quiet mountains, it is popular for its adorable nature.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -4822,17 +3718,11 @@ "id": "dp1-78", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Baby Evolution", @@ -4843,9 +3733,7 @@ "attacks": [ { "name": "Eeek", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card." @@ -4857,17 +3745,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its silhouette is like a star. It is believed to arrive riding on shooting stars.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -4880,33 +3764,22 @@ "id": "dp1-79", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Soliciting Nectar", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. The new Defending Pokémon is now Asleep." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4924,17 +3797,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A Pokémon formed by three others. It busily carries sweet floral honey to VESPIQUEN.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -4947,33 +3816,22 @@ "id": "dp1-80", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Disable", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Night Shade", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4991,17 +3849,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -5014,34 +3868,22 @@ "id": "dp1-81", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thunderpunch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself." }, { "name": "Shock Wave", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If Electabuzz is evolved from Elekid, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5059,18 +3901,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Half of all blackouts occur when this Pokémon appears at power plants and eats electricity.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -5083,23 +3920,15 @@ "id": "dp1-82", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Pain Payback", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move 1 damage counter from Gastly to 1 of your opponent's Pokémon." @@ -5117,17 +3946,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This Pokémon's body is 95% made up of gases, which are blown away by strong gusts of wind.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -5140,33 +3965,22 @@ "id": "dp1-83", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Pose", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5178,17 +3992,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It claws if displeased and purrs when affectionate. Its fickleness if very popular among some.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal" }, @@ -5201,33 +4011,22 @@ "id": "dp1-84", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Goldeen does 10 damage to itself." @@ -5239,17 +4038,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It swims elegantly by flittering its tail as if it were a dress. It has the look of a queen.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -5262,33 +4057,22 @@ "id": "dp1-85", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Kick Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5306,17 +4090,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It always stands on one foot. Even when attacked, it does not brace itself using both feet.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -5329,23 +4109,15 @@ "id": "dp1-86", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5357,18 +4129,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It hefts a GRAVELER repeatedly to strengthen its entire body. It uses every type of martial arts.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -5381,33 +4148,22 @@ "id": "dp1-87", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Resonance", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Confused, this attack does 20 damage plus 20 more damage." @@ -5425,17 +4181,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The units at its sides generate electromagnetic waves that keep it airborne. It feeds on electricity.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -5448,33 +4200,22 @@ "id": "dp1-88", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Marill is evolved from Azurill, this attack does 10 damage plus 20 more damage." }, { "name": "Splashing Turn", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Marill with 1 of your Benched Pokémon." @@ -5486,17 +4227,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Using its tail as a float, it dives underwater. It likes eating plants that grow on river bottoms.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -5509,33 +4246,22 @@ "id": "dp1-89", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Detect", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Meditite during your opponent's next turn." }, { "name": "Meditate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -5547,17 +4273,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -5570,14 +4292,10 @@ "id": "dp1-90", "name": "Mime Jr.", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Baby Evolution", @@ -5588,9 +4306,7 @@ "attacks": [ { "name": "Mime", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." @@ -5602,17 +4318,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It habitually mimics foes. Once mimicked, the foe cannot take its eyes off this Pokémon.", - "nationalPokedexNumbers": [ - 439 - ], + "nationalPokedexNumbers": [439], "legalities": { "unlimited": "Legal" }, @@ -5625,33 +4337,22 @@ "id": "dp1-91", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -5669,17 +4370,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It loves to sneak up on people late at night, then startle them with its shrieklike cry.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -5692,33 +4389,22 @@ "id": "dp1-92", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Tunneling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Onix can't attack during your next turn." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5730,19 +4416,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When it travels underground, it causes rumbling and tremors. It can move at 50 mph.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -5755,33 +4435,22 @@ "id": "dp1-93", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -5793,17 +4462,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -5816,33 +4481,22 @@ "id": "dp1-94", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5854,17 +4508,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "About an hour after birth, its fiery mane and tail grow out, giving it an impressive appearance.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -5877,33 +4527,22 @@ "id": "dp1-95", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Rhyhorn does 10 damage to itself." @@ -5921,18 +4560,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its body is clad in a thick hide, and its tackles topple buildings. Unfortunately, it is not smart.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -5945,33 +4579,22 @@ "id": "dp1-96", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Toxic Spikes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned. If Roselia is evolved from Budew, this attack does 10 damage to the Defending Pokémon." }, { "name": "Sweet Spike", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep. Remove 2 damage counters from 1 of your Pokémon." @@ -5983,17 +4606,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "ROSELIA raised on clean drinking water are known to grow vividly colored flowers.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -6006,33 +4625,22 @@ "id": "dp1-97", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Bide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, if Seedot would be Knocked Out by damage from an attack, Seedot is not Knocked Out and its remaining HP becomes 10 instead." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6050,17 +4658,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -6073,23 +4677,15 @@ "id": "dp1-98", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6107,17 +4703,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -6130,33 +4722,22 @@ "id": "dp1-99", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Pin Missile", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -6168,18 +4749,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal" }, @@ -6192,33 +4768,22 @@ "id": "dp1-100", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -6236,17 +4801,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It feeds on eggs stolen from nests. Its sharply hooked claws rip vulnerable spots on prey.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -6259,33 +4820,22 @@ "id": "dp1-101", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -6303,17 +4853,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "They flock in great numbers. Though small, they flap their wings with great power.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal" }, @@ -6326,33 +4872,22 @@ "id": "dp1-102", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Severe Gas", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -6370,17 +4905,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It protects itself by spraying a noxious fluid from its rear. The stench lingers for 24 hours.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal" }, @@ -6393,32 +4924,22 @@ "id": "dp1-103", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6436,18 +4957,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -6460,33 +4976,22 @@ "id": "dp1-104", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Needling Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6498,17 +5003,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It loves to eat leaves. If it is attacked by a STARLY, it will defend itself with its spiked rear.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -6521,9 +5022,7 @@ "id": "dp1-105", "name": "Double Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from each of your Active Pokémon." ], @@ -6542,9 +5041,7 @@ "id": "dp1-106", "name": "Energy Restore", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, put a basic Energy card from your discard pile into your hand. If you don't have that many basic Energy cards in your discard pile, put all of them into your hand." ], @@ -6563,9 +5060,7 @@ "id": "dp1-107", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -6586,9 +5081,7 @@ "id": "dp1-108", "name": "Night Pokémon Center", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Pokémon. Flip 2 coins. If both are heads, remove all damage counters from that Pokémon. If both are tails, discard all Energy cards attached to that Pokémon." ], @@ -6607,9 +5100,7 @@ "id": "dp1-109", "name": "PlusPower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach PlusPower to 1 of your Pokémon. Discard this card at the end of your turn.", "If the Pokémon PlusPower is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance)." @@ -6630,9 +5121,7 @@ "id": "dp1-110", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -6653,9 +5142,7 @@ "id": "dp1-111", "name": "Pokédex HANDY910is", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck." ], @@ -6674,9 +5161,7 @@ "id": "dp1-112", "name": "Professor Rowan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 1 card in your hand and shuffle the rest of your cards into your deck. Then, draw 4 cards. (If this is the only card in your hand, you can't play this card.)" @@ -6696,9 +5181,7 @@ "id": "dp1-113", "name": "Rival", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Reveal the top 5 cards of your deck. Your opponent chooses 3 of those cards. Put those cards into your hand and put other 2 cards on top of your deck. Shuffle your deck afterward." @@ -6718,9 +5201,7 @@ "id": "dp1-114", "name": "Speed Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, the player may flip a coin until he or she gets tails. For each heads, that player draws a card." @@ -6740,9 +5221,7 @@ "id": "dp1-115", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, return 1 of your Pokémon and all cards attached to it to your hand." ], @@ -6762,9 +5241,7 @@ "id": "dp1-116", "name": "Warp Point", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches 1 of his or her Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch 1 of your Active Pokémon with 1 of your Benched Pokémon, if any." ], @@ -6783,9 +5260,7 @@ "id": "dp1-117", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -6806,9 +5281,7 @@ "id": "dp1-118", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -6829,9 +5302,7 @@ "id": "dp1-119", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -6852,14 +5323,10 @@ "id": "dp1-120", "name": "Empoleon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Empoleon", "rules": [ "Put this card onto your Active Empoleon. Empoleon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6874,11 +5341,7 @@ "attacks": [ { "name": "Hydro Impact", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't attack during your next turn." @@ -6890,17 +5353,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -6913,14 +5371,10 @@ "id": "dp1-121", "name": "Infernape LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Infernape", "rules": [ "Put this card onto your Active Infernape. Infernape LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6935,10 +5389,7 @@ "attacks": [ { "name": "Flare Up", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "150", "text": "Search your discard pile for 8 Fire Energy cards, show them to your opponent, and shuffle them into your deck. (This attack does nothing if you don't have 8 Fire Energy cards in your discard pile.)" @@ -6953,9 +5404,7 @@ "number": "121", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -6968,14 +5417,10 @@ "id": "dp1-122", "name": "Torterra LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Torterra", "rules": [ "Put this card onto your Active Torterra. Torterra LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6990,12 +5435,7 @@ "attacks": [ { "name": "Vigorous Dash", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Torterra does 30 damage to itself." @@ -7007,19 +5447,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "122", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -7032,9 +5465,7 @@ "id": "dp1-123", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "123", "rarity": "Common", "legalities": { @@ -7051,9 +5482,7 @@ "id": "dp1-124", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "124", "rarity": "Common", "legalities": { @@ -7070,9 +5499,7 @@ "id": "dp1-125", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "125", "rarity": "Common", "legalities": { @@ -7089,9 +5516,7 @@ "id": "dp1-126", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "126", "rarity": "Common", "legalities": { @@ -7108,9 +5533,7 @@ "id": "dp1-127", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "127", "rarity": "Common", "legalities": { @@ -7127,9 +5550,7 @@ "id": "dp1-128", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "128", "rarity": "Common", "legalities": { @@ -7146,9 +5567,7 @@ "id": "dp1-129", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "129", "rarity": "Common", "legalities": { @@ -7165,9 +5584,7 @@ "id": "dp1-130", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "130", "rarity": "Common", "legalities": { diff --git a/cards/en/dp2.json b/cards/en/dp2.json index 32aadeffb..a7f35ba00 100644 --- a/cards/en/dp2.json +++ b/cards/en/dp2.json @@ -3,34 +3,22 @@ "id": "dp2-1", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Heap Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Search your discard pile for all Energy cards and show them to your opponent. If you find any Metal Special Energy cards there this attack does 40 damage plus 30 more damage. Put all of those Energy cards on top of your deck. Shuffle your deck afterward." }, { "name": "Hard Metal", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal", "Metal"], "convertedEnergyCost": 4, "damage": "60+", "text": "You may do 60 damage plus 40 more damage. If you do, Aggron does 40 damage to itself." @@ -48,20 +36,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "While seeking iron for food, it digs tunnels by breaking through bedrock with its steel horns.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -74,14 +55,10 @@ "id": "dp2-2", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -93,11 +70,7 @@ "attacks": [ { "name": "Psychic Guard", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, any damage done to Alakazam by attacks from your opponent's Stage 2 Evolved Pokémon is reduced by 30 (after applying Weakness and Resistance)." @@ -109,17 +82,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Its superb memory lets it recall everything it has experienced from birth. Its IQ exceeds 5,000.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -132,32 +101,22 @@ "id": "dp2-3", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Tail Influence", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent flips a coin until he or she gets heads. For each tails, remove an Energy card attached to the Defending Pokémon and put it on the bottom of your opponent's deck." }, { "name": "Charity Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Before Ambipom does damage, your opponent may discard 2 cards from his or her hand. If he or she does, this attack's base damage is 10 instead of 80." @@ -169,17 +128,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "To eat, it deftly shucks nuts with its two tails. It rarely uses its arms now.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal" }, @@ -192,14 +147,10 @@ "id": "dp2-4", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Downer Material", @@ -210,9 +161,7 @@ "attacks": [ { "name": "Bind Pulse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, your opponent can't attach any Special Energy cards from his or her hand to any of his or her Pokémon." @@ -224,17 +173,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Known as \"The Being of Willpower.\" It sleeps at the bottom of a lake to keep the world in balance.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal" }, @@ -247,14 +192,10 @@ "id": "dp2-5", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -266,9 +207,7 @@ "attacks": [ { "name": "Happy Chance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 10 for each Energy attached to Blissey. Before doing damage, you may search your discard pile for a basic Energy card and attach it to Blissey." @@ -280,19 +219,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "This kindhearted Pokémon nurses sick Pokémon to health. It senses feelings of sadness.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -305,14 +238,10 @@ "id": "dp2-6", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -324,11 +253,7 @@ "attacks": [ { "name": "Shady Stamp", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Confused." @@ -346,19 +271,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "One caused a news sensation when it was dug up at a construction site after a 2,000-year sleep.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -371,30 +290,21 @@ "id": "dp2-7", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "39", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Sprouting", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to Celebi. Shuffle your deck afterward." }, { "name": "Leaf Tornado", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "You may move any number of basic Grass Energy cards attached to your Pokémon to your other Pokémon in any way you like." @@ -406,17 +316,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It has the power to travel across time, but is is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -429,33 +335,22 @@ "id": "dp2-8", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Energy Cyclone", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20×", "text": "Choose as many Energy cards from your hand as you like and show them to your opponent. This attack does 20 damage times the number of Energy cards you chose. Put those Energy cards on top of your deck. Shuffle your deck afterward." }, { "name": "Breaking Tail", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Choose 1 card from your opponent's hand without looking and discard it." @@ -467,18 +362,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It usually moves slowly, but it goes at blinding speed when it attacks and bites prey.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -491,14 +381,10 @@ "id": "dp2-9", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "66", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gabite", "abilities": [ { @@ -510,11 +396,7 @@ "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -530,9 +412,7 @@ "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "When it folds up its body and extends its wings, it looks like a jet plane. It flies at sonic speed.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -545,14 +425,10 @@ "id": "dp2-10", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "abilities": [ { @@ -564,11 +440,7 @@ "attacks": [ { "name": "Dark Wing Flaps", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -586,17 +458,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "Becoming active at night, it is known to swarm with numerous MURKROW in tow.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, @@ -609,14 +477,10 @@ "id": "dp2-11", "name": "Lumineon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Finneon", "abilities": [ { @@ -628,10 +492,7 @@ "attacks": [ { "name": "Reverse Stream", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Lumineon. Then, return all Water Energy attached to Lumineon to your hand." @@ -643,17 +504,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It lives on the deep-sea floor. It attracts prey by flashing the patterns on its four tail fins.", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal" }, @@ -666,33 +523,22 @@ "id": "dp2-12", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Smoke Bomb", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Flame Drum", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Magby isn't anywhere under Magmortar, discard 2 Energy cards from your hand. (If you can't discard 2 Energy cards from your hand, this attack does nothing.)" @@ -704,19 +550,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Hiroaki Ito", "rarity": "Rare Holo", "flavorText": "It blasts fireballs of over 3,600 degrees F from the ends of its arms. It lives in volcanic craters.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -729,32 +569,22 @@ "id": "dp2-13", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "attacks": [ { "name": "Ultra Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip 3 coins. If the first coin is heads, the Defending Pokémon is now Poisoned. If the second coin is heads, the Defending Pokémon is now Burned. If the third coin is heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fire Counterattack", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent has any Fire Pokémon in play, this attack does 60 damage plus 30 more damage." @@ -772,18 +602,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "Its breath has the fantastic ability to revive dead plants and flowers.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -796,14 +621,10 @@ "id": "dp2-14", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Upper Material", @@ -814,10 +635,7 @@ "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch Mesprit with 1 of your Benched Pokémon." @@ -829,17 +647,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Known as \"The Being of Emotion.\" It taught humans the nobility of sorrow, pain, and joy.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal" }, @@ -852,31 +666,22 @@ "id": "dp2-15", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Electromagnetic Induction", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Explosive Thunder", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard all basic Lightning Energy cards attached to Raichu. This attack does 30 damage times the number of Lightning Energy cards you discarded." @@ -894,17 +699,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "It turns aggressive if it has too much electricity in its body. It discharges power through its tail.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -917,14 +718,10 @@ "id": "dp2-16", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -936,11 +733,7 @@ "attacks": [ { "name": "Evaporating Heat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Water Energy attached to the Defending Pokémon." @@ -952,18 +745,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It attacks using blasts of fire. It creates heat shimmers with intense fire to hide itself.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -976,34 +764,22 @@ "id": "dp2-17", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "57", "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Payback", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If your opponent has only 1 Prize card left, this attack does 40 damage plus 40 more damage and discard the top 3 cards from your opponent's deck." }, { "name": "Ground Burn", - "cost": [ - "Fighting", - "Fighting", - "Darkness", - "Darkness" - ], + "cost": ["Fighting", "Fighting", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "80+", "text": "Each player discards the top card of his or her deck. This attack does 80 damage plus 20 more damage for each Energy card discarded in this way." @@ -1021,20 +797,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "If it rampages, it knocks down mountains and buries rivers. Maps must be redrawn afterward.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1047,14 +816,10 @@ "id": "dp2-18", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Memory Out", @@ -1065,9 +830,7 @@ "attacks": [ { "name": "Mind Off", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "If you have Mesprit and Azelf in play, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Asleep." @@ -1079,17 +842,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Known as \"The Being of Knowledge.\" It is said that it can wipe out the memory of those who see its eyes.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal" }, @@ -1102,14 +861,10 @@ "id": "dp2-19", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snover", "abilities": [ { @@ -1121,11 +876,7 @@ "attacks": [ { "name": "Heavy Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Benched Pokémon." @@ -1137,19 +888,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "It whips up blizzards in mountains that are always buried in snow. It is the abominable snowman.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal" }, @@ -1162,14 +907,10 @@ "id": "dp2-20", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -1181,10 +922,7 @@ "attacks": [ { "name": "Offensive Needle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed." @@ -1196,17 +934,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It attaches silk to its prey and sets it free. Later, it tracks the silk to the prey and its friends.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -1219,14 +953,10 @@ "id": "dp2-21", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "abilities": [ { @@ -1238,11 +968,7 @@ "attacks": [ { "name": "Anger Revenge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1260,19 +986,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "Any frontal attack is repulsed. It is a docile Pokémon that feeds on grass and berries.", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal" }, @@ -1285,29 +1005,21 @@ "id": "dp2-22", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Call In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If Chingling is anywhere under Chimecho, draw 2 more cards." }, { "name": "Strange Bell", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon is a Basic Pokémon, that Pokémon is now Confused." @@ -1319,17 +1031,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "To knock foes flying, it makes the air shudder with its cries. It converses using seven cries.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -1342,14 +1050,10 @@ "id": "dp2-23", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "abilities": [ { @@ -1361,10 +1065,7 @@ "attacks": [ { "name": "Strike and Fade", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, shuffle Crobat and all cards attached to it back into your deck." @@ -1386,9 +1087,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Having four wings enables it to fly faster and more quietly. It turns active when the night comes.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -1401,30 +1100,22 @@ "id": "dp2-24", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "String Bomb", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin for each basic Energy card attached to Exeggutor and to the Defending Pokémon. This attack does 30 damage times the number of heads." }, { "name": "Nutritional Support", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Grass Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward." @@ -1436,18 +1127,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is called \"The Walking Jungle.\" If a head grows too big, it falls off and becomes an EXEGGCUTE.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -1460,14 +1146,10 @@ "id": "dp2-25", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -1479,11 +1161,7 @@ "attacks": [ { "name": "Intimidation Pebble", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent can't play any Trainer cards or Supporter cards from his or her hand during your opponent's next turn." @@ -1495,18 +1173,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "To protect itself, it clads its body in an armor of ice, made by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal" }, @@ -1519,14 +1192,10 @@ "id": "dp2-26", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -1538,12 +1207,7 @@ "attacks": [ { "name": "Enrage", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it. If the first coin is tails, Gyarados is now Confused." @@ -1561,19 +1225,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Once it appears, its rage never settles until it has razed the fields and mountains around it.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -1586,32 +1244,22 @@ "id": "dp2-27", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "Sore Performance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Concerto", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Kricketot and each Kricketune you have in play." @@ -1623,18 +1271,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It crosses its knifelike arms in front of its chest when it cries. It can compose melodies ad lib.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal" }, @@ -1647,32 +1290,22 @@ "id": "dp2-28", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Lightning Twister", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the number of basic Energy cards attached to Manectric." }, { "name": "Chain Lightning", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 20 damage to each of your opponent's Benched Pokémon that is the same type as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1694,9 +1327,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -1709,14 +1340,10 @@ "id": "dp2-29", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Jumbo Fin", @@ -1727,10 +1354,7 @@ "attacks": [ { "name": "Giant Wave", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50", "text": "Mantine can't use Giant Wave during your next turn." @@ -1748,17 +1372,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "When the waves are calm, one may encounter a swarm of Mantine swimming as if they are in flight.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -1771,14 +1391,10 @@ "id": "dp2-30", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Airy Wall", @@ -1789,10 +1405,7 @@ "attacks": [ { "name": "Trick Play", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put a coin next to your Active Pokémon without showing your opponent and cover it with your hand. Your opponent guesses if the coin is heads or tails. If he or she is wrong, this attack does 50 damage to the Defending Pokémon. If he or she is right, Mr. Mime does 20 damage to itself, and this attack's damage isn't affected by Weakness or Resistance." @@ -1804,17 +1417,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It is a pantomime expert that can create invisible but solid walls using miming gestures.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -1827,14 +1436,10 @@ "id": "dp2-31", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "50", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -1846,11 +1451,7 @@ "attacks": [ { "name": "Give Aid", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If you have the same number of or less Benched Pokémon than your opponent, this attack's base damage is 50 instead of 90." @@ -1868,18 +1469,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its entire body is armored with hard scales. It will protect the young in its burrow with its life.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1892,14 +1488,10 @@ "id": "dp2-32", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1911,10 +1503,7 @@ "attacks": [ { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard a Fire Energy attached to Ninetales." @@ -1926,17 +1515,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its nine tails are said to be imbued with a mystic power. It can live for a thousand years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1949,33 +1534,22 @@ "id": "dp2-33", "name": "Rampardos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cranidos", "attacks": [ { "name": "Assurance", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30." }, { "name": "Hasty Headbutt", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1987,17 +1561,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "Its powerful head butt has enough power to shatter even the most durable things upon impact.", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal" }, @@ -2010,14 +1580,10 @@ "id": "dp2-34", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -2029,12 +1595,7 @@ "attacks": [ { "name": "Lazy Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -2046,20 +1607,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "34", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The world's laziest Pokémon. When it is lounging, it is actually saving energy for striking back.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal" }, @@ -2072,30 +1626,21 @@ "id": "dp2-35", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Sidestep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If Bonsly is anywhere under Sudowoodo, flip a coin. If heads, prevent all effects of an attack, including damage, done to Sudowoodo during your opponent's next turn." }, { "name": "Persuade", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon. The new Defending Pokémon can't retreat during your opponent's next turn." @@ -2107,17 +1652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Despite appearing to be a tree, its body is closer to rocks and stones. It is very weak to water.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -2130,14 +1671,10 @@ "id": "dp2-36", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "abilities": [ { @@ -2149,10 +1686,7 @@ "attacks": [ { "name": "Knuckle Claws", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -2164,17 +1698,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal" }, @@ -2187,14 +1717,10 @@ "id": "dp2-37", "name": "Unown I", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "ITEM", @@ -2205,9 +1731,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose an Energy card attached to the Defending Pokémon and put it face down. Treat that card as a Special Energy card that provides Colorless Energy and doesn't have any effect other than providing Energy. Put that card face up at the end of your opponent's next turn." @@ -2219,17 +1743,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2242,34 +1762,22 @@ "id": "dp2-38", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Bad Temper", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused. During your opponent's next turn, that Pokémon's attacks do 60 more damage to the Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Defensive Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "If Teddiursa is on your Bench, this attack does 60 damage plus 20 more damage. If Teddiursa is on your Bench and has any damage counters on it, this attack does 60 damage plus 40 more damage and remove all damage counters from that Pokémon." @@ -2281,18 +1789,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "In its territory, it leaves scratches on trees that bear delicious berries or fruits.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -2305,14 +1808,10 @@ "id": "dp2-39", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "abilities": [ { @@ -2324,11 +1823,7 @@ "attacks": [ { "name": "Ice Bind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent doesn't discard a card from his or her hand, the Defending Pokémon is now Paralyzed." @@ -2340,19 +1835,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It shatters ice with its big tusks. Its thick blubber repels not only the cold, but also enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -2365,35 +1854,22 @@ "id": "dp2-40", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Fury", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Does 20 damage times the number of damage counters on Whiscash." }, { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2411,19 +1887,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "It is very territorial. It repels foes by setting of tremors that extend over a three-mile radius.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal" }, @@ -2436,34 +1906,23 @@ "id": "dp2-41", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Evolution Impulse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Leaf Boomerang", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2481,17 +1940,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The buds that ring its neck give off a spicy aroma that perks people up.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -2504,17 +1959,11 @@ "id": "dp2-42", "name": "Chingling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Chimecho" - ], + "types": ["Psychic"], + "evolvesTo": ["Chimecho"], "abilities": [ { "name": "Baby Evolution", @@ -2525,9 +1974,7 @@ "attacks": [ { "name": "Inviting Bell", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -2539,17 +1986,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Emi Yoshida", "rarity": "Uncommon", "flavorText": "It emits cries by agitating an orb at the back of its throat. It moves with flouncing hops.", - "nationalPokedexNumbers": [ - 433 - ], + "nationalPokedexNumbers": [433], "legalities": { "unlimited": "Legal" }, @@ -2562,34 +2005,23 @@ "id": "dp2-43", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Skull Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Steamroll", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2601,17 +2033,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It lived in jungles around 100 million years ago. Its skull is as hard as iron.", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal" }, @@ -2624,18 +2052,12 @@ "id": "dp2-44", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "abilities": [ { "name": "Evolutionary Vitality", @@ -2646,10 +2068,7 @@ "attacks": [ { "name": "Hover Over", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2661,18 +2080,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Once it bites down, it won't let go until it loses its fangs. New fangs quickly grow into place.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -2685,14 +2099,10 @@ "id": "dp2-45", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "abilities": [ { @@ -2704,11 +2114,7 @@ "attacks": [ { "name": "Collapse", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Dewgong is now Asleep." @@ -2720,18 +2126,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "In snow, the pure white coat covering its body obscures it from predators.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -2744,32 +2145,22 @@ "id": "dp2-46", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Triple Pick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 3 of your opponent's Evolved Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2791,9 +2182,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "When DODUO evolves into this odd breed, one of its heads splits into two. It runs at nearly 40 mph.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -2806,29 +2195,21 @@ "id": "dp2-47", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Snake Hook", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card." }, { "name": "Bite and Run", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "Switch Dunsparce with 1 of your Benched Pokémon." @@ -2840,17 +2221,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It digs into the ground with its tail and makes a mazelike nest. It can fly just a little.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -2863,34 +2240,23 @@ "id": "dp2-48", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Gather Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Energy cards, show them to your opponent, and put them into your hand." }, { "name": "Marvelous Shine", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads put 4 damage counters on 1 of your opponent's Pokémon. If tails, remove 4 damage counters from 1 of your Pokémon." @@ -2902,17 +2268,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "There is a long-held belief that medicine made from its scale will heal even incurable illnesses.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal" }, @@ -2925,30 +2287,21 @@ "id": "dp2-49", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Crane Neck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Psybeam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2960,17 +2313,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its tail also has a small brain. It bites to repel any foe trying to sneak up on it from behind.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -2983,24 +2332,16 @@ "id": "dp2-50", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Pulse Search", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Look at your opponent's hand." @@ -3022,9 +2363,7 @@ "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "It loves the blood of humans and Pokémon. It flies around at night in search of neck veins.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -3037,36 +2376,23 @@ "id": "dp2-51", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Rock Cannon", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3084,19 +2410,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "GRAVELER make their homes on sheer cliff faces by gouging out numerous horizontal holes.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -3109,17 +2429,11 @@ "id": "dp2-52", "name": "Happiny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Chansey" - ], + "types": ["Colorless"], + "evolvesTo": ["Chansey"], "abilities": [ { "name": "Baby Evolution", @@ -3130,9 +2444,7 @@ "attacks": [ { "name": "Lively", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon." @@ -3144,17 +2456,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It loves round white things. It carries and egg-shaped rock in imitation of CHANSEY.", - "nationalPokedexNumbers": [ - 440 - ], + "nationalPokedexNumbers": [440], "legalities": { "unlimited": "Legal" }, @@ -3167,35 +2475,23 @@ "id": "dp2-53", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Mend", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Metal Energy card and attach it to Lairon. If you do, remove 2 damage counters from Lairon." }, { "name": "Confront", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3213,19 +2509,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "For food, it digs up iron ore. It smashes its steely body against others to fight over territory.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -3238,34 +2528,22 @@ "id": "dp2-54", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard an Energy attached to Magmar." @@ -3277,18 +2555,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Born in the spout of a volcano, its body is covered by flames that shimmer like the sun.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -3301,32 +2574,22 @@ "id": "dp2-55", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Centrifugal Force", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." }, { "name": "Swirling Ripple", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent has any Water Pokémon in play, this attack does 30 damage plus 30 more damage and the Defending Pokémon is now Confused." @@ -3348,9 +2611,7 @@ "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its antennae have eye patterns on them. Its four wings enable it to hover and fly in any direction.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -3363,34 +2624,23 @@ "id": "dp2-56", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Rescue", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Pokémon, show them to your opponent, and put them into your hand." }, { "name": "Scratch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3402,17 +2652,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "When it senses danger, it raises all the barbs on its body. These barbs grow slower than NIDORINO's.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -3425,32 +2671,22 @@ "id": "dp2-57", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Crash Bomber", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 30 more damage. Then, discard a Special Energy card attached to the Defending Pokémon." }, { "name": "Aqua Liner", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3462,17 +2698,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It lives in the gaps of boulders and in holes on the seafloor. Its suction cups grip prey tightly.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -3485,32 +2717,22 @@ "id": "dp2-58", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Wild Spores", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "If Parasect evolved from Paras during this turn, this attack does 40 damage and the Defending Pokémon is now Asleep and Poisoned." }, { "name": "Extend Fungus", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Remove 2 damage counters from Parasect." @@ -3522,18 +2744,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "A mushroom grown larger than the host's body controls PARASECT. It scatters poisonous spores.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -3546,36 +2763,23 @@ "id": "dp2-59", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Pressurized Gas", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rocket Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Pupitar does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Pupitar by attacks during your opponent's next turn." @@ -3597,9 +2801,7 @@ "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its body is as hard as bedrock. By venting pressurized gas, it can launch itself like a rocket.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -3612,25 +2814,16 @@ "id": "dp2-60", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard a Fire Energy attached to Quilava." @@ -3642,17 +2835,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It intimidates foes with the heat of its flames. The fire burn more strongly when it readies to fight.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -3665,32 +2854,22 @@ "id": "dp2-61", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Spike Armor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Sandslash is damaged by an opponent's attack (even if Sandslash is Knocked Out), put 4 damage counters on the Attacking Pokémon." }, { "name": "Poison Spike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon already has any damage counters on it, that Pokémon is now Poisoned." @@ -3708,17 +2887,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It curls up, then rolls into foes with its back. Its sharp spines inflict severe damage.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -3731,25 +2906,16 @@ "id": "dp2-62", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Ice Rider", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3761,18 +2927,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It habitually spins things on its nose. By doing so, it learns textures and odors.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -3785,36 +2946,23 @@ "id": "dp2-63", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Armor Fossil", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "attacks": [ { "name": "Hard Face", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Shield Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -3832,18 +2980,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A Pokémon that lived in jungles around 100 million years ago. Its facial hide is extremely hard.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal" }, @@ -3856,30 +2999,21 @@ "id": "dp2-64", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Bonus Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from each of your Benched Pokémon that has any Grass Energy attached to it." }, { "name": "Whirlwind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -3897,17 +3031,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "Because it continually ate only its favorite fruit, the fruit started growing around its neck.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -3920,14 +3050,10 @@ "id": "dp2-65", "name": "Unown E", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "EQUIP", @@ -3938,10 +3064,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever your opponent flips a coin, treat it as tails." @@ -3953,17 +3076,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3976,14 +3095,10 @@ "id": "dp2-66", "name": "Unown M", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "MAGNET", @@ -3994,9 +3109,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 30 damage. If tails, this attack does 30 damage to 1 of your Pokémon, and this attack's damage isn't affected by Weakness or Resistance." @@ -4008,17 +3121,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4031,14 +3140,10 @@ "id": "dp2-67", "name": "Unown T", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "THROW", @@ -4049,9 +3154,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck. Then, show your opponent your hand and he or she chooses 1 card. Shuffle that card into your deck." @@ -4063,17 +3166,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4086,35 +3185,23 @@ "id": "dp2-68", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Wake-up Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If Vigoroth evolved from Slakoth during this turn and Slakoth was Asleep, this attack's base damage is 60 instead of 10." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -4126,17 +3213,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its heart beats at a tenfold tempo, so it cannot sit still even for a moment.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -4149,33 +3232,22 @@ "id": "dp2-69", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Play Search", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck, choose 1 of them, and put it into your hand. Put the other 4 cards back on top of your deck. Shuffle your deck afterward." }, { "name": "Ultra Evolution", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for Alakazam and put it on Abra (this counts as evolving Abra). Shuffle your deck afterward." @@ -4187,17 +3259,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It sleeps for 18 hours a day. Even when awake, it teleports itself while remaining seated.", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -4210,33 +3278,22 @@ "id": "dp2-70", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Throw Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Before doing damage, discard all Pokémon Tool cards attached to that Pokémon." @@ -4248,17 +3305,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It uses its tail to pluck fruits that are out of reach. Its tail is more adept than its real hands.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -4271,24 +3324,15 @@ "id": "dp2-71", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Steel Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Aron does 10 damage to itself." @@ -4306,18 +3350,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -4330,23 +3369,15 @@ "id": "dp2-72", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Water"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Mud Spit", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4364,17 +3395,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It coats its entire body with a slimy fluid so it can squirm and slip away if grabbed.", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal" }, @@ -4387,27 +3414,18 @@ "id": "dp2-73", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "rules": [ "Wacan Berry: Any damage done to Bidoof by attacks from Lightning Pokémon is reduced by 20 (after applying Weakness and Resistance)." ], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4419,17 +3437,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Yusuke Ohmura", "rarity": "Common", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal" }, @@ -4442,24 +3455,15 @@ "id": "dp2-74", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Dull Light", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4477,17 +3481,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -4500,27 +3500,18 @@ "id": "dp2-75", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "rules": [ "Chesto Berry: If Buizel is Asleep, remove the Special Condition Asleep from Buizel at the end of each player's turn." ], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." @@ -4532,16 +3523,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kenkichi Toyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -4554,36 +3541,22 @@ "id": "dp2-76", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Chansey by attacks during your opponent's next turn." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Chansey does 60 damage to itself." @@ -4595,18 +3568,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It is said to deliver happiness. Being compassionate, it shares its eggs with injured people.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -4619,32 +3587,22 @@ "id": "dp2-77", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Sleep Scent", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Jump On", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4662,17 +3620,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -4685,33 +3639,22 @@ "id": "dp2-78", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Ghastly Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn." }, { "name": "Finger Poke", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4723,17 +3666,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -4746,33 +3685,22 @@ "id": "dp2-79", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Tackle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4784,17 +3712,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It has a timid nature. If it is startled, the flames on its back burn more vigorously.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -4807,33 +3731,22 @@ "id": "dp2-80", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Accelerating Stab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Doduo can't use Accelerating Stab during your next turn." @@ -4851,17 +3764,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with a telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -4874,23 +3783,15 @@ "id": "dp2-81", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Electromagnetic Jam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent can't attach any Energy cards from his or her hand to the Active Pokémon during his or her next turn." @@ -4908,17 +3809,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -4931,23 +3828,15 @@ "id": "dp2-82", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Direct-hit Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin for each Energy attached to Exeggcute. Choose 1 of your opponent's Pokémon. For each heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4959,17 +3848,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its six eggs converse using telepathy. They can quickly gather if they become separated.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -4982,33 +3867,22 @@ "id": "dp2-83", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "attacks": [ { "name": "Elegant Swim", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Finneon during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5020,17 +3894,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "After long exposure to sunlight, the patterns on its tail fins shine vividly when darkness arrives.", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal" }, @@ -5043,23 +3913,15 @@ "id": "dp2-84", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Stone Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5077,18 +3939,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Many live on mountain trails and remain half buried while keeping an eye on climbers.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -5101,23 +3958,15 @@ "id": "dp2-85", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Colorless"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -5129,17 +3978,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Hiroki Fuchino", "rarity": "Common", "flavorText": "It nests in small, horizontal holes in cave walls. It pounces to catch prey that stray too close.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal" }, @@ -5152,32 +3997,22 @@ "id": "dp2-86", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Sling", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5189,18 +4024,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It shakes its head back to front, causing its antennae to hit each other and sound like a xylophone.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal" }, @@ -5213,33 +4043,22 @@ "id": "dp2-87", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Mountain Bite", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "You may discard the top card of your deck. If you do, this attack does 10 damage plus 10 more damage and Larvitar is now Asleep." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5257,17 +4076,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "A Pokémon that eats soil. Once it has eaten a large mountain, it goes to sleep so it can grow.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -5280,17 +4095,11 @@ "id": "dp2-88", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "abilities": [ { "name": "Baby Evolution", @@ -5301,9 +4110,7 @@ "attacks": [ { "name": "Scorch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -5315,17 +4122,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its body temperature is around 1,100 degrees F. It is healthy if it is breathing yellow flames.", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -5338,33 +4141,22 @@ "id": "dp2-89", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Magikarp." }, { "name": "Dragon Rage", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -5376,17 +4168,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Yusuke Ohmura", "rarity": "Common", "flavorText": "It is said to be the world's weakest Pokémon. No one knows why it has managed to survive.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -5399,33 +4187,22 @@ "id": "dp2-90", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Swarm", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for Murkrow and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Hide Crowd", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Murkrow with 1 of your Benched Pokémon." @@ -5443,17 +4220,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It is believed that seeing this Pokémon at night will bring about ominous occurrences.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -5466,33 +4239,22 @@ "id": "dp2-91", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Nidoran ♂ or Nidoran ♀ and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -5504,17 +4266,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "While it does not prefer to fight, even one drop of the poison it secretes from barbs can be fatal.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -5527,33 +4285,22 @@ "id": "dp2-92", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mushroom Tackle", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5565,17 +4312,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Mushrooms named tochukaso grow on its back. They grow along with the host PARAS.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -5588,17 +4331,11 @@ "id": "dp2-93", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -5609,9 +4346,7 @@ "attacks": [ { "name": "Chupi", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -5629,17 +4364,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "The electric pouches on its cheeks are still small. They cannot store much electricity yet.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -5652,17 +4383,11 @@ "id": "dp2-94", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Electro Recycle", @@ -5673,10 +4398,7 @@ "attacks": [ { "name": "BikaBika", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -5694,17 +4416,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It lives in forests with others. It stores electricity in the pouches on its cheeks.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -5717,33 +4435,22 @@ "id": "dp2-95", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Numbing Water", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5755,17 +4462,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It squirts water forcefully from its mouth to shoot down flying prey.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -5778,33 +4481,22 @@ "id": "dp2-96", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Ram", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5822,17 +4514,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "To protect itself from attackers, it curls up into a ball. It lives in arid regions with minimal rainfall.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -5845,24 +4533,15 @@ "id": "dp2-97", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Freezing Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5874,18 +4553,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A Pokémon that lives on icebergs. It swims in the sea using the point on its head to break up ice.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -5898,26 +4572,18 @@ "id": "dp2-98", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "rules": [ "Rawst Berry: If Shinx is Burned, remove the Special Condition Burned from Shinx at the end of each player's turn." ], "attacks": [ { "name": "Plasma", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Shinx." @@ -5935,16 +4601,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Lee HyunJung", "rarity": "Common", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -5957,23 +4619,15 @@ "id": "dp2-99", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Drowsy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Slakoth and the Defending Pokémon are now Asleep." @@ -5985,17 +4639,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It spends nearly all its time in a day sprawled out. Just seeing it makes one drowsy.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -6008,33 +4658,22 @@ "id": "dp2-100", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Snowball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -6046,17 +4685,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "In the snow country, certain folklore says a house will prosper if a SNORUNT lives there.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -6069,33 +4704,22 @@ "id": "dp2-101", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Grass"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Curiosity", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Look at your opponent's hand." }, { "name": "Snowball Fight", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Snover does 10 damage to itself." @@ -6107,18 +4731,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lives on snowy mountains. Having had little contact with humans, it is boldly inquisitive.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal" }, @@ -6131,32 +4750,22 @@ "id": "dp2-102", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Willpower", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your next turn, Spheal's Rollout attack's base damage is 40." @@ -6168,18 +4777,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It rolls across ice floes to reach shore because its body is poorly shaped for swimming.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -6192,33 +4796,22 @@ "id": "dp2-103", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Impound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Double Scratch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -6230,17 +4823,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It sets a trap by spinning a web with thin but strong silk. It waits motionlessly for prey to arrive.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -6253,23 +4842,15 @@ "id": "dp2-104", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. The new Defending Pokémon is now Asleep." @@ -6281,17 +4862,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It appears as if it is skating on water. It draws prey with a sweet scent from the tip of its head.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -6304,33 +4881,22 @@ "id": "dp2-105", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions and 2 damage counters from Teddiursa. Teddiursa is now Asleep." }, { "name": "Sweet Palm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, remove 1 damage counter from the Defending Pokémon." @@ -6342,17 +4908,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It lets honey soak into its paws so it can lick them all the time. Every sets of paws tastes unique.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -6365,32 +4927,22 @@ "id": "dp2-106", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Bite", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Shining Fang", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 10 damage plus 10 more damage." @@ -6402,17 +4954,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It has the habit of biting anything with its developed jaws. Even its Trainer need to be careful.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -6425,24 +4973,15 @@ "id": "dp2-107", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Fire Soul", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6454,17 +4993,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It controls balls of fire. As it grows, its six tails split from their tips to make more tails.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -6477,33 +5012,22 @@ "id": "dp2-108", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6521,17 +5045,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Even though it has no eyes, it can sense obstacles using ultrasonic waves it emits from its mouth.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -6544,9 +5064,7 @@ "id": "dp2-109", "name": "Bebe's Search", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose a card from your hand and put it on top of your deck. Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward. (If this is the only card in your hand, you can't play this card.)" @@ -6566,9 +5084,7 @@ "id": "dp2-110", "name": "Dusk Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the 7 cards from the bottom of your deck. Choose 1 Pokémon you find there, show it to your opponent, and put it into your hand. Put the remaining cards back on top of your deck. Shuffle your deck afterward." ], @@ -6587,9 +5103,7 @@ "id": "dp2-111", "name": "Fossil Excavator", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck or discard pile for a Trainer card that has Fossil in its name or a Stage 1 or Stage 2 Evolution card that evolves from a Fossil. Show it to your opponent and put it into your hand. If you searched your deck, shuffle your deck afterward." @@ -6609,9 +5123,7 @@ "id": "dp2-112", "name": "Lake Boundary", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Apply Weakness for each Pokémon (both yours and your opponent's) as ×2 instead." @@ -6631,9 +5143,7 @@ "id": "dp2-113", "name": "Night Maintenance", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for up to 3 in any combination of Pokémon and basic Energy cards. Show them to your opponent and shuffle them into your deck." ], @@ -6652,9 +5162,7 @@ "id": "dp2-114", "name": "Quick Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal cards from your deck until you reveal a Pokémon. Show that Pokémon to your opponent and put it into your hand. Shuffle the other revealed cards back into your deck. (If you don't reveal a Pokémon, shuffle all the revealed cards back into your deck.)" ], @@ -6675,9 +5183,7 @@ "id": "dp2-115", "name": "Team Galactic's Wager", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player shuffles his or her hand into his or her deck, and you and your opponent play \"Rock-Paper-Scissors.\" The player who wins draws up to 6 cards. The player who loses draws up to 3 cards. (You draw your cards first.)" @@ -6697,9 +5203,7 @@ "id": "dp2-116", "name": "Armor Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Armor Fossil as if it were a Colorless Basic Pokémon. (Armor Fossil counts as a Trainer card as well, but if Armor Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Armor Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Armor Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -6726,9 +5230,7 @@ "id": "dp2-117", "name": "Skull Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Skull Fossil as if it were a Colorless Basic Pokémon. (Skull Fossil counts as a Trainer card as well, but if Skull Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Skull Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Skull Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -6755,9 +5257,7 @@ "id": "dp2-118", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) Multi Energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -6776,9 +5276,7 @@ "id": "dp2-119", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -6797,9 +5295,7 @@ "id": "dp2-120", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -6818,14 +5314,10 @@ "id": "dp2-121", "name": "Electivire LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electivire", "rules": [ "Put this card onto your Active Electivire. Electivire LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6840,10 +5332,7 @@ "attacks": [ { "name": "Pulse Barrier", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard all of your opponent's Pokémon Tool cards and Stadium cards in play. If you do, prevent all effects, including damage, done to Electivire during your opponent's next turn." @@ -6861,18 +5350,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "121", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -6885,14 +5368,10 @@ "id": "dp2-122", "name": "Lucario LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario", "rules": [ "Put this card onto your Active Lucario. Lucario LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6907,11 +5386,7 @@ "attacks": [ { "name": "Close Combat", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done to Lucario by attacks is increased by 30 (after applying Weakness and Resistance)." @@ -6923,16 +5398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -6945,14 +5416,10 @@ "id": "dp2-123", "name": "Magmortar LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmortar", "rules": [ "Put this card onto your Active Magmortar. Magmortar LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6967,12 +5434,7 @@ "attacks": [ { "name": "Flame Bluster", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Fire Energy attached to Magmortar. Choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) During your next turn, Magmortar can't use Flame Bluster." @@ -6984,18 +5446,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -7008,9 +5464,7 @@ "id": "dp2-124", "name": "Time-Space Distortion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, search your discard pile for a Pokémon, show it to your opponent, and put it into your hand." ], diff --git a/cards/en/dp3.json b/cards/en/dp3.json index 17256ea62..ed5db5d20 100644 --- a/cards/en/dp3.json +++ b/cards/en/dp3.json @@ -3,14 +3,10 @@ "id": "dp3-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Cluster Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard all Lightning Energy attached to Ampharos. If you do, this attack does 20 damage to each of your opponent's Benched Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -44,19 +36,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "The tip of its tail shines brightly. In the olden days, people sent signals using the tail's light.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -69,14 +55,10 @@ "id": "dp3-2", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -88,11 +70,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 20 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -104,18 +82,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "The jets of water it spouts from the rocket cannons on its shell can punch through thick steel.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -128,14 +101,10 @@ "id": "dp3-3", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -147,12 +116,7 @@ "attacks": [ { "name": "Blast Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip a coin. If heads, discard 2 Energy cards attached to Charizard. If tails, discard 4 Energy cards attached to Charizard. (If you can't, this attack does nothing.)" @@ -170,19 +134,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "It is said that CHARIZARD's fire burns hotter if it has experienced harsh battles.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -195,14 +153,10 @@ "id": "dp3-4", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "43", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Burning Coat", @@ -213,11 +167,7 @@ "attacks": [ { "name": "Blaze Roar", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, discard 2 Fire Energy attached to Entei." @@ -229,18 +179,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -253,14 +198,10 @@ "id": "dp3-5", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "60", "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -272,11 +213,7 @@ "attacks": [ { "name": "Sand Sonic", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you attach a Fighting Energy card from your hand to Flygon during this turn, this attack does 60 damage plus 20 more damage." @@ -294,17 +231,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "It whips up sandstorms with powerful flaps of its wings. It is known as \"The Desert Spirit.\"", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -317,33 +250,22 @@ "id": "dp3-6", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Sonic Blade", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on the Defending Pokémon until it is 50 HP away from being Knocked Out. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Psychic Cut", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)" @@ -355,18 +277,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "A master of courtesy and swordsmanship, it fights using extending swords on its elbows.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal" }, @@ -379,14 +296,10 @@ "id": "dp3-7", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -398,11 +311,7 @@ "attacks": [ { "name": "Psychic Lock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, your opponent can't use any Poké-Powers on his or her Pokémon." @@ -414,18 +323,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "It will try to guard its trusted Trainer with its life. It has the ability to see the future.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -438,14 +342,10 @@ "id": "dp3-8", "name": "Gastrodon East Sea", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellos East Sea", "abilities": [ { @@ -457,11 +357,7 @@ "attacks": [ { "name": "Dwindling Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80-", "text": "Does 80 damage minus 10 damage for each damage counter on Gastrodon East Sea." @@ -479,20 +375,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "8", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It has a pliable body without any bones. If any part of its body is torn off, it grows right back.", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal" }, @@ -505,34 +394,22 @@ "id": "dp3-9", "name": "Gastrodon West Sea", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shellos West Sea", "attacks": [ { "name": "Raging Flood", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Gastrodon West Sea. Then, remove 2 damage counters from Gastrodon West Sea." }, { "name": "Wild Waves", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Put 1 damage counter on each Benched Pokémon (both yours and your opponent's)." @@ -550,20 +427,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "9", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It has a pliable body without any bones. If any part of its body is torn off, it grows right back.", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal" }, @@ -576,14 +446,10 @@ "id": "dp3-10", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Phoenix Turn", @@ -594,12 +460,7 @@ "attacks": [ { "name": "Rainbow Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20×", "text": "This attack does 20 damage times the number of different types of basic Energy cards attached to Ho-Oh." @@ -617,18 +478,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "Its feathers are in seven colors. It is said that anyone seeing it is promised eternal happiness.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -641,14 +497,10 @@ "id": "dp3-11", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -660,10 +512,7 @@ "attacks": [ { "name": "Cottonweed Punch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. Choose 1 of your opponent's Pokémon. For each heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -685,9 +534,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Blown by seasonal winds, it circles the globe, scattering cotton spores as it goes.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -700,34 +547,22 @@ "id": "dp3-12", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Tongue Reel", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. If you choose a Benched Pokémon, switch the Defending Pokémon with that Pokémon. This attack does 20 damage to the Pokémon you chose. Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Boundless Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your next turn, Lickilicky can't attack." @@ -739,20 +574,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "12", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It wraps things with its extensible tongue. Getting to close to it will leave you soaked with drool.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal" }, @@ -765,14 +593,10 @@ "id": "dp3-13", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -784,11 +608,7 @@ "attacks": [ { "name": "Nature Power", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have a Stadium Card in play, this attack does 60 damage plus 20 more damage. If your opponent has a Stadium card in play, the Defending Pokémon is now Confused." @@ -800,18 +620,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "If it hears festive music, all its muscles fill with energy. It can't help breaking out into a dance.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -824,31 +639,21 @@ "id": "dp3-14", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "43", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Silver Wing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, choose an Energy card attached to the Defending Pokémon and return it to your opponent's hand." }, { "name": "Psychic Destruction", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "If the Defending Pokémon has any Energy cards attached to it, this attack's base damage is 40 instead of 120." @@ -866,18 +671,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "It sleeps in a deep-sea trench. If it flaps its wings, it is said to cause a 40-day storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -890,31 +690,21 @@ "id": "dp3-15", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic Balance", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "If you have less cards in your hand than your opponent, draw cards until you have the same number of cards as your opponent. (If you have more or the same number of cards in your hand as your opponent, this attack does nothing.)" }, { "name": "Re-creation", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose an attack on 1 of your opponent's Pokémon in his or her discard pile. Re-creation copies that attack except for its Energy cost. (You must still do anything else required for that attack.) Mew performs that attack." @@ -926,17 +716,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Because it can use all kinds of moves, many scientists believe MEW to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -949,14 +735,10 @@ "id": "dp3-16", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Thunder Rumble", @@ -967,11 +749,7 @@ "attacks": [ { "name": "Thunder Climb", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "50+", "text": "Discard 3 cards from the top of your deck. This attack does 50 damage plus 10 more damage for each Lightning Energy card you discarded. Then, attach those Lightning Energy cards to 1 of your Pokémon." @@ -989,18 +767,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It is said to have fallen with lightning. It can fire thunderbolts from the rain clouds on its back.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -1013,32 +786,22 @@ "id": "dp3-17", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep and Poisoned." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage and remove 3 damage counters from Roserade." @@ -1050,17 +813,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It attracts prey with a sweet aroma, then downs it with thorny whips hidden in its arms.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -1073,34 +832,22 @@ "id": "dp3-18", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "62", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "attacks": [ { "name": "Direct Hit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Dragon Finish", - "cost": [ - "Fire", - "Fire", - "Water", - "Water" - ], + "cost": ["Fire", "Fire", "Water", "Water"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 basic Fire Energy cards or 2 basic Water Energy cards attached to Salamence. If you discarded 2 basic Fire Energy cards, this attack does 100 damage to the Defending Pokémon. If you discarded 2 Basic Water Energy cards, this attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (If you can't discard cards, this attack does nothing.)" @@ -1118,19 +865,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "As a result of its long-held dream of flying, its cellular structure changes, and wings grew out.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -1143,14 +884,10 @@ "id": "dp3-19", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "44", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Aqua Recover", @@ -1161,11 +898,7 @@ "attacks": [ { "name": "Cure Stream", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." @@ -1177,17 +910,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It races around the world to purify fouled water. It dashes away with the north wind.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -1200,14 +929,10 @@ "id": "dp3-20", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -1219,11 +944,7 @@ "attacks": [ { "name": "Giant Bloom", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, remove 4 damage counters from Venusaur." @@ -1235,19 +956,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Kazuyuki Kano", "rarity": "Rare Holo", "flavorText": "After a rainy day, the flower on its back smells stronger. The scent attracts other Pokémon.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -1260,29 +975,21 @@ "id": "dp3-21", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Baleful Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a card from your opponent's hand without looking and discard it. If you discarded a Trainer, Supporter, or Stadium card, choose 1 more card from your opponent's hand without looking and discard it." }, { "name": "Raid", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "If you played Absol from your hand during this turn, this attack's base damage is 40 instead of 10." @@ -1300,17 +1007,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It senses disasters coming and appears before people only to warn them of impending danger.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -1323,14 +1026,10 @@ "id": "dp3-22", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -1342,12 +1041,7 @@ "attacks": [ { "name": "Inferno Onrush", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Arcanine does 40 damage to itself." @@ -1359,18 +1053,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its proud and regal appearance has captured the hearts of people since long ago.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -1383,31 +1072,22 @@ "id": "dp3-23", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Ghost Head", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put as many damage counters as you like on Banette. (You can't put more than Banette's remaining HP.) Put that many damage counters on the Defending Pokémon." }, { "name": "Spiteful Pain", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40+", "text": "If Banette is in your discard pile, this attack does 40 damage plus 40 more damage, then search your discard pile for Banette, show it to your opponent, and shuffle it into your deck." @@ -1425,17 +1105,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "A doll that became a Pokémon over its grudge from being junked. It seeks the child that disowned it.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -1448,33 +1124,22 @@ "id": "dp3-24", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Dig Trap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Dugtrio during your opponent's next turn. If Dugtrio is your Active Pokémon at the end of your opponent's next turn, put 6 damage counters on 1 of your opponent's Benched Pokémon." }, { "name": "Pit Trap", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Your opponent flips a coin. If tails, this attack does 50 damage plus 50 more damage." @@ -1496,9 +1161,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its three heads moves alternately, driving it through tough soil to depths of over 60 miles.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1511,14 +1174,10 @@ "id": "dp3-25", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "50", "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "abilities": [ { @@ -1530,11 +1189,7 @@ "attacks": [ { "name": "Discharge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard all Lightning Energy attached to Electivire. Flip a coin for each Lightning Energy you discarded. This attack does 50 damage times the number of heads." @@ -1552,19 +1207,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -1577,14 +1226,10 @@ "id": "dp3-26", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -1596,10 +1241,7 @@ "attacks": [ { "name": "Ion Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may do 40 damage plus 60 more damage. If you do, Electrode does 100 damage to itself." @@ -1621,9 +1263,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It is known to drift on winds if it is bloated to bursting with stored electricity.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1636,31 +1276,22 @@ "id": "dp3-27", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Keen Eye", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Baton Pass", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "You may switch Furret with 1 of your Benched Pokémon. If you do, move as many Energy cards attached to Furret as you like to the new Active Pokémon." @@ -1672,17 +1303,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The mother puts its offspring to sleep by curling up around them. It corners foes with speed.", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -1695,31 +1322,22 @@ "id": "dp3-28", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Encore", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can use only that attack during your opponent's next turn." }, { "name": "Break Beam", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may do 40 damage plus 20 more damage. If you do, Golduck is now Confused." @@ -1731,17 +1349,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "A Pokémon that lives in lakes. It swims faster than any human swimming champion.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -1754,35 +1368,22 @@ "id": "dp3-29", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Double Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Megaton Rock", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "You may do 40 damage instead of 80 to the Defending Pokémon. If you do, during your opponent's next turn, any damage done to Golem by attacks is reduced by 40 (after applying Weakness and Resistance)." @@ -1800,20 +1401,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "29", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It sheds its hide once a year. Its boulderlike body is so tough, even dynamite can't harm it.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -1826,31 +1420,21 @@ "id": "dp3-30", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Icy Kiss", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Jynx was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed." }, { "name": "Lovely Kiss", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move 2 damage counters from Jynx to the Defending Pokémon. If Smoochum is anywhere under Jynx, move 4 damage counters instead." @@ -1862,18 +1446,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It cries sound like human speech. However, it is impossible to tell what it is trying to say.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1886,14 +1465,10 @@ "id": "dp3-31", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "52", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "abilities": [ { @@ -1905,20 +1480,14 @@ "attacks": [ { "name": "Flame Blast", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the number of Fire Energy attached to Magmortar." }, { "name": "Fireball Bazooka", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1930,19 +1499,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It blasts fireballs of over 3,600 degrees F from the ends of its arms. It lives in volcanic craters.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -1955,14 +1518,10 @@ "id": "dp3-32", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Minus Charge", @@ -1973,9 +1532,7 @@ "attacks": [ { "name": "Tag Play —", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If you have Plusle on your Bench, you may move an Energy card attached to Minun to 1 of your Benched Pokémon." @@ -1993,17 +1550,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -2016,31 +1569,22 @@ "id": "dp3-33", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Silver Wind", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 40 more damage." }, { "name": "Raging Scales", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Mothim has any damage counters on it, this attack does 30 damage plus 40 more damage." @@ -2062,9 +1606,7 @@ "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "It loves the honey of flowers and steals honey collected by COMBEE.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal" }, @@ -2077,34 +1619,22 @@ "id": "dp3-34", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Poison Rub", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Before doing damage, you may switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Poisoned." }, { "name": "Pride Attack", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin for each Nidoqueen on your Bench. This attack does 60 damage plus 30 more damage for each heads." @@ -2116,18 +1646,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "One swing of its mighty tail can snap a telephone pole as if it were a matchstick.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -2140,32 +1665,22 @@ "id": "dp3-35", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "50", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Mirror Move", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If Pidgeot was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to Pidgeot to the Defending Pokémon." }, { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -2187,9 +1702,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "By flapping its wings with all its might, PIDGEOT can make a gust of wind capable of bending tall trees.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -2202,14 +1715,10 @@ "id": "dp3-36", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Plus Charge", @@ -2220,9 +1729,7 @@ "attacks": [ { "name": "Tag Play +", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If you have Minun on your Bench, you may do 20 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2240,17 +1747,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -2263,14 +1766,10 @@ "id": "dp3-37", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -2282,11 +1781,7 @@ "attacks": [ { "name": "Strike Wound", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage. This attack damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -2308,9 +1803,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its fangs rip through sheet iron. It swims at 75 mph and is known as \"The Bully of the Sea.\"", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -2323,14 +1816,10 @@ "id": "dp3-38", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "abilities": [ { @@ -2342,10 +1831,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. If you get 2 or more heads, Sunflora is now Confused." @@ -2363,18 +1849,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It gets energy from warm sunlight and is known for its habit of moving in pursuit of it.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -2387,14 +1868,10 @@ "id": "dp3-39", "name": "Unown S", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Set", @@ -2405,9 +1882,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2419,17 +1894,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2442,14 +1913,10 @@ "id": "dp3-40", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sneasel", "abilities": [ { @@ -2461,19 +1928,14 @@ "attacks": [ { "name": "Shadow Charge", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Darkness Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Chip Off", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "If your opponent has 6 or more cards in his or her hand, discard a number of cards without looking until your opponent has 5 cards left in his or her hand." @@ -2489,9 +1951,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "They live in cold regions, forming groups of four or five that hunt prey with impressive coordination.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal" }, @@ -2504,14 +1964,10 @@ "id": "dp3-41", "name": "Wormadam Plant Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy Plant Cloak", "abilities": [ { @@ -2523,11 +1979,7 @@ "attacks": [ { "name": "Leaf Hurricane", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon has fewer remaining HP than Wormadam Plant Cloak, the Defending Pokémon is now Confused." @@ -2539,17 +1991,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "When BURMY evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -2562,14 +2010,10 @@ "id": "dp3-42", "name": "Wormadam Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Burmy Sandy Cloak", "abilities": [ { @@ -2581,11 +2025,7 @@ "attacks": [ { "name": "Push Over", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 damage for each Fighting Energy attached to Wormadam Sandy Cloak." @@ -2603,17 +2043,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When BURMY evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -2626,14 +2062,10 @@ "id": "dp3-43", "name": "Wormadam Trash Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Burmy Trash Cloak", "abilities": [ { @@ -2645,11 +2077,7 @@ "attacks": [ { "name": "Iron Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Wormadam Trash Cloak does 20 damage to itself." @@ -2667,17 +2095,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "When BURMY evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -2690,14 +2114,10 @@ "id": "dp3-44", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "abilities": [ { @@ -2709,10 +2129,7 @@ "attacks": [ { "name": "Energy Singe", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage plus 10 more damage for each Energy attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2730,17 +2147,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "This odd Pokémon can see both the past and the future. It eyes the sun's movement all day.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -2753,33 +2166,22 @@ "id": "dp3-45", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Drain Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove from Breloom a number of damage counters equal to the amount of Energy attached to the Defending Pokémon." }, { "name": "Homing Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon's Retreat Cost is 0, this attack does 60 damage plus 60 more damage." @@ -2791,18 +2193,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Its short arms stretch when it throws punches. Its technique is equal to that of pro boxers.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -2815,35 +2212,23 @@ "id": "dp3-46", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Flare Tail", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, discard a Fire Energy attached to Charmeleon and this attack does 50 damage plus 20 more damage." @@ -2855,17 +2240,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "In the rocky mountains where CHARMELEON live, their fiery tails shine at night like stars.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -2878,31 +2259,22 @@ "id": "dp3-47", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Withdraw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Cloyster by attacks during your opponent's next turn." }, { "name": "Spine Missile", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 4 coins. For each heads, choose an opponent's Pokémon in play and this attack does 20 damage to those Pokémon. (You may choose the same Pokémon more than once.) (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2914,18 +2286,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It fights by keeping its shell tightly shut for protection and by shooting spikes to repel foes.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -2938,34 +2305,22 @@ "id": "dp3-48", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch Donphan with 1 of your Benched Pokémon, if any." }, { "name": "Bash In", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "If the Defending Pokémon has a Pokémon Tool card attached to it, this attack does 70 damage plus 60 more damage." @@ -2983,19 +2338,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It attacks by curling up, then rolling into its foe. It can blow apart a house in one hit.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -3008,32 +2357,22 @@ "id": "dp3-49", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Farfetch'd's Leek Slap attack's base damage is 60." }, { "name": "Leek Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, Farfetch'd can't use Leek Slap." @@ -3051,17 +2390,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It can't live without the stalk it holds. That's why it defends the stalk from attackers with its life.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -3074,35 +2409,23 @@ "id": "dp3-50", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Attract Current", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Electromagnetic Kick", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, Flaaffy does 10 damage to itself." @@ -3120,17 +2443,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -3143,36 +2462,23 @@ "id": "dp3-51", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Ivysaur." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3184,18 +2490,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When the bud on its back starts swelling, a sweet aroma wafts to indicate the flower's coming bloom.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -3208,14 +2509,10 @@ "id": "dp3-52", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Camouflage", @@ -3226,10 +2523,7 @@ "attacks": [ { "name": "Blind Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If tails, this attack does no damage to the Defending Pokémon. Instead, this attack does 20 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3241,17 +2535,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It can freely change its body's color. The zigzag pattern on its belly doesn't change, however.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal" }, @@ -3264,36 +2554,23 @@ "id": "dp3-53", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psychic Research", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your discard pile.)" }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3305,17 +2582,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is highly perceptive of its Trainer's feelings. It dances when it is feeling happy.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -3328,35 +2601,23 @@ "id": "dp3-54", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Torment", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn." }, { "name": "Absorb", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove 2 damage counters from Lombre." @@ -3368,17 +2629,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It has a mischievous spirit. If it spots an angler, it will tug on the fishing line to interfere.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -3391,30 +2648,21 @@ "id": "dp3-55", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Healing Milk", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip 2 coins. For each heads, remove 3 damage counters from 1 of your Pokémon." }, { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -3426,18 +2674,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is said that kids who drink MILTANK's milk grow up to become hearty, healthy adults.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -3450,14 +2693,10 @@ "id": "dp3-56", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "abilities": [ { @@ -3469,11 +2708,7 @@ "attacks": [ { "name": "Panic Liquid", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Confused and can't retreat during your opponent's next turn." @@ -3485,18 +2720,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "A toxic fluids seeps from its body. The fluid instantly kills plants and trees on contact.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -3509,36 +2739,23 @@ "id": "dp3-57", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Spirited Drill", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your next turn, each of Nidorino's attacks does 20 more damage to the Defending Pokémon (before applying Weakness and Resistance)." }, { "name": "Poison Horn", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -3550,17 +2767,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It has a violent disposition and stabs foes with its horn, which oozes poison upon impact.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -3573,34 +2786,23 @@ "id": "dp3-58", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -3622,9 +2824,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It flies over its wide territory in search of prey, downing it with its highly developed claws.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -3637,31 +2837,21 @@ "id": "dp3-59", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Grip and Squeeze", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Power Guillotine", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip 2 coins. If either of them is tails, this attack's base damage is 10 instead of 100." @@ -3673,17 +2863,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It grips prey with its pincers until the prey is torn in half. What it can't tear, it tosses far.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -3696,14 +2882,10 @@ "id": "dp3-60", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "abilities": [ { @@ -3715,11 +2897,7 @@ "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3737,19 +2915,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It has a sluggish nature. It lies at the river's bottom, waiting for prey to stray into its mouth.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -3762,30 +2934,22 @@ "id": "dp3-61", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Gnaw Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 60 more damage." }, { "name": "Sneaky Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Raticate has any Darkness Energy attached to it, this attack does 20 damage plus 20 more damage." @@ -3801,9 +2965,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It whittles its constantly growing fangs by gnawing on hard things. It can chew apart cinder walls.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -3816,32 +2978,22 @@ "id": "dp3-62", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3853,17 +3005,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "ROSELIA raised on clean drinking water are known to grow vividly colored flowers.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -3876,30 +3024,21 @@ "id": "dp3-63", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Rummage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck. Choose as many Trainer cards as you like, show them to your opponent, and put them into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward." }, { "name": "Shadow Sneak", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you and your opponent have a different number of Prize cards left, this attack does 20 damage plus 20 more damage." @@ -3911,17 +3050,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It hides in the darkness of caves. Its diet of gems has transformed its eyes into gemstones.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -3934,35 +3069,23 @@ "id": "dp3-64", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Shelgon's Protect Charge attack's base damage is 80." }, { "name": "Protect Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "During your opponent's next turn, any damage done to Shelgon by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -3980,18 +3103,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -4004,18 +3122,12 @@ "id": "dp3-65", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "abilities": [ { "name": "Cotton Balloon", @@ -4026,9 +3138,7 @@ "attacks": [ { "name": "U-turn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch Skiploom with 1 of your Benched Pokémon." @@ -4050,9 +3160,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It blooms when the weather warms. It floats in the sky to soak up as much sunlight as possible.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -4065,29 +3173,21 @@ "id": "dp3-66", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Color Pick", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 3 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Trace", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose an attack on 1 of your opponent's Benched Pokémon. Trace copies that attack except for its Energy cost. (You must still do anything else required for that attack.) Smeargle performs that attack." @@ -4099,17 +3199,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It marks its territory by using its tail like a paintbrush. There are more than 5,000 different marks.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -4122,17 +3218,11 @@ "id": "dp3-67", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Jynx" - ], + "types": ["Psychic"], + "evolvesTo": ["Jynx"], "abilities": [ { "name": "Baby Evolution", @@ -4143,9 +3233,7 @@ "attacks": [ { "name": "Psykiss", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, choose a Special Energy card attached to 1 of your opponent's Pokémon and have your opponent shuffle that card into his or her deck." @@ -4157,17 +3245,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It tests everything by touching with its lips, which remember what it likes and dislikes.", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -4180,14 +3264,10 @@ "id": "dp3-68", "name": "Unown K", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Kind", @@ -4198,9 +3278,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4212,17 +3290,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4235,14 +3309,10 @@ "id": "dp3-69", "name": "Unown N", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Nod", @@ -4253,9 +3323,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -4267,17 +3335,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4290,14 +3354,10 @@ "id": "dp3-70", "name": "Unown O", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "ONE", @@ -4308,9 +3368,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -4322,17 +3380,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4345,14 +3399,10 @@ "id": "dp3-71", "name": "Unown X", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "X-RAY", @@ -4363,9 +3413,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4377,17 +3425,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4400,14 +3444,10 @@ "id": "dp3-72", "name": "Unown Z", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "ZERO", @@ -4418,10 +3458,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove as many damage counters as you like from each Unown you have in play. Put that many damage counters on the Defending Pokémon." @@ -4433,17 +3470,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kazuyuki Kano", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4456,14 +3489,10 @@ "id": "dp3-73", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -4475,10 +3504,7 @@ "attacks": [ { "name": "Disturbance Dive", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "Prevent all effects of an attack, excluding damage, done to Venomoth during your opponent's next turn." @@ -4496,17 +3522,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It flutters its wings to scatter dustlike scales. The scales leach toxins if they contact skin.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -4519,35 +3541,23 @@ "id": "dp3-74", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Sand Wind", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hyper Beam", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -4565,17 +3575,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It violently shudders its wings, generating ultrasonic waves to induce headaches in people.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -4588,36 +3594,23 @@ "id": "dp3-75", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Giant Wave", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Wartortle can't use Giant Wave during your next turn." }, { "name": "Shell Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4629,17 +3622,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is said to live 10,000 years. Its furry tail is popular as a symbol of longevity.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -4652,33 +3641,22 @@ "id": "dp3-76", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Bagon." @@ -4696,17 +3674,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -4719,33 +3693,22 @@ "id": "dp3-77", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Shake Vine", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Bullet Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -4757,17 +3720,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "For some time after its birth, it grows by gaining nourishment from the seed on its back.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -4780,17 +3739,11 @@ "id": "dp3-78", "name": "Burmy Plant Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam"], "abilities": [ { "name": "Wear Cloak", @@ -4801,9 +3754,7 @@ "attacks": [ { "name": "Plant Cloak Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Burmy Plant Cloak has any Grass Energy attached to it, this attack does 10 damage plus 10 more damage." @@ -4815,17 +3766,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -4838,17 +3785,11 @@ "id": "dp3-79", "name": "Burmy Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam"], "abilities": [ { "name": "Wear Cloak", @@ -4859,9 +3800,7 @@ "attacks": [ { "name": "Sandy Cloak Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Burmy Sandy Cloak has any Fighting Energy attached to it, this attack does 10 damage plus 10 more damage." @@ -4873,17 +3812,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Midori Harada", "rarity": "Common", "flavorText": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -4896,17 +3831,11 @@ "id": "dp3-80", "name": "Burmy Trash Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam"], "abilities": [ { "name": "Wear Cloak", @@ -4917,9 +3846,7 @@ "attacks": [ { "name": "Trash Cloak Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Burmy Trash Cloak has any Metal Energy attached to it, this attack does 10 damage plus 10 more damage." @@ -4931,17 +3858,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -4954,33 +3877,22 @@ "id": "dp3-81", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Slash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite Away", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, choose a card from your opponent's hand without looking and discard it." @@ -4998,17 +3910,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They can swarm any foe that invades their territory. Their sharp fangs can tear out boat hulls.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -5021,33 +3929,22 @@ "id": "dp3-82", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Gnaw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Lava Burn", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5059,17 +3956,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The fire on the tip of its tail is a measure of its life. If healthy, its tail burns intensely.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -5082,26 +3975,16 @@ "id": "dp3-83", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], - "rules": [ - "Moon Stone: Clefairy can evolve during the turn you play it." - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], + "rules": ["Moon Stone: Clefairy can evolve during the turn you play it."], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -5113,16 +3996,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Lee HyunJung", "rarity": "Common", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -5135,33 +4014,22 @@ "id": "dp3-84", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Rally", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Hook", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5173,17 +4041,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Many live in the clean seas of the south. They apparently can't live in polluted waters.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -5196,33 +4060,22 @@ "id": "dp3-85", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Down Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card from the bottom of your deck." }, { "name": "Mud Spatter", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5240,17 +4093,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Takao Unno", "rarity": "Common", "flavorText": "A Pokémon that lives underground. Because of its dark habitat, it is repelled by bright sunlight.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -5263,26 +4112,16 @@ "id": "dp3-86", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], - "rules": [ - "Reaper Cloth: Duskull can evolve during the turn you play it." - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], + "rules": ["Reaper Cloth: Duskull can evolve during the turn you play it."], "attacks": [ { "name": "Astonish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." @@ -5300,16 +4139,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Hiroki Fuchino", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -5322,34 +4157,22 @@ "id": "dp3-87", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, Electabuzz does 30 damage to itself." @@ -5367,18 +4190,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Half of all blackouts occur when this Pokémon appears at power plants and eats electricity.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -5391,32 +4209,22 @@ "id": "dp3-88", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Mud Bomb", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gunky", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -5428,18 +4236,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It was born when sludge in a dirty stream was exposed to the moon's X-rays. It appears among filth.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -5452,33 +4255,22 @@ "id": "dp3-89", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Dig Claws", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5490,18 +4282,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A Pokémon with a loyal nature. It will remain motionless until it is given an order by its Trainer.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -5514,17 +4301,11 @@ "id": "dp3-90", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "abilities": [ { "name": "Cottonweed", @@ -5535,9 +4316,7 @@ "attacks": [ { "name": "Hover Heal", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove all Special Conditions from Hoppip." @@ -5555,17 +4334,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when HOPPIP gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -5578,33 +4353,22 @@ "id": "dp3-91", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." @@ -5616,19 +4380,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Instead of hands, it uses its tongue, which is twice its height. Its sticky saliva grips anything.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -5641,33 +4399,22 @@ "id": "dp3-92", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Water Sport", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Lotad has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 20 more damage." }, { "name": "Ram", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5679,17 +4426,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It looks like an aquatic plant and serves as a ferry to Pokémon that can't swim.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -5702,33 +4445,22 @@ "id": "dp3-93", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Fire Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smog", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -5740,18 +4472,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Born in the spout of a volcano, its body is covered by flames that shimmer like the sun.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -5764,33 +4491,22 @@ "id": "dp3-94", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5808,17 +4524,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its fluffy coat swells to double when static electricity builds up. Touching it can be shocking.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -5831,27 +4543,16 @@ "id": "dp3-95", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], - "rules": [ - "Dusk Stone: Murkrow can evolve during the turn you play it." - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], + "rules": ["Dusk Stone: Murkrow can evolve during the turn you play it."], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -5869,16 +4570,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Yusuke Ohmura", "rarity": "Common", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -5891,32 +4588,22 @@ "id": "dp3-96", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Bothering Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing. If heads, discard an Energy card attached to the Defending Pokémon." }, { "name": "Future Sight", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." @@ -5934,17 +4621,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It picks food from cactus plants, deftly avoiding buds and spines. It seems to skip about to move.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -5957,32 +4640,22 @@ "id": "dp3-97", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Poison Skin", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. If either of them is heads, the Defending Pokémon is now Poisoned." @@ -5994,17 +4667,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It scans its surroundings by raising its ears out of the grass. Its toxic horn is for protection.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -6017,33 +4686,22 @@ "id": "dp3-98", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Phanpy." }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Phanpy does 10 damage to itself." @@ -6061,17 +4719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -6084,33 +4738,22 @@ "id": "dp3-99", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6128,17 +4771,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "It is docile and prefers to avoid conflict. If disturbed, however, it can ferociously strike back.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -6151,32 +4790,22 @@ "id": "dp3-100", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Delusion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Psyduck is Confused, draw 2 cards." }, { "name": "Migraine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, Psyduck is now Confused." @@ -6188,17 +4817,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "If its usual headache worsens, its starts exhibiting odd powers. It can't remember doing so, however.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -6211,14 +4836,10 @@ "id": "dp3-101", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Balloon Sting", @@ -6229,10 +4850,7 @@ "attacks": [ { "name": "Nerve Shot", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6244,17 +4862,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Kenkichi Toyama", "rarity": "Common", "flavorText": "It shoots the poison spines on its body in all directions. Its round form makes it a poor swimmer.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal" }, @@ -6267,32 +4881,22 @@ "id": "dp3-102", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -6304,17 +4908,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It uses the thorns on its head to sense human emotions. It is said to appear in front of cheerful people.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -6327,32 +4927,22 @@ "id": "dp3-103", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6368,9 +4958,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Cautious in the extreme, its hardy vitality lets it live in any kind of environment.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -6383,32 +4971,22 @@ "id": "dp3-104", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Grope", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6420,17 +4998,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It has a very nervous nature. It stands up high on its tail so it can scan wide areas.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -6443,33 +5017,22 @@ "id": "dp3-105", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Shell Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Shellder." }, { "name": "Tongue Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6481,17 +5044,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It swims backwards by opening and closing its two shells. Its large tongue is always kept hanging out.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -6504,32 +5063,22 @@ "id": "dp3-106", "name": "Shellos East Sea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Shell Hunting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 in any combination of Shellos West Sea and Shellos East Sea and put them on your Bench. Shuffle your deck afterward." }, { "name": "Sprinkle Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6541,18 +5090,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its colors and shapes differ from region to region. In the Sinnoh region, two types are confirmed.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal" }, @@ -6565,32 +5109,22 @@ "id": "dp3-107", "name": "Shellos West Sea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Mud Spatter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Water Energy attached to Shellos West Sea and remove all damage counters from Shellos West Sea." @@ -6602,17 +5136,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its colors and shapes differ from region to region. In the Sinnoh region, two types are confirmed.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal" }, @@ -6625,33 +5155,22 @@ "id": "dp3-108", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Toxic Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6669,17 +5188,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It spouts poison spores from the top of its head. These spores cause pain all over if inhaled.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -6692,14 +5207,10 @@ "id": "dp3-109", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Pot Shell", @@ -6710,10 +5221,7 @@ "attacks": [ { "name": "Ferment Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned. As long as the Defending Pokémon remains Poisoned by this attack, it can't use any Poké-Body." @@ -6725,17 +5233,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Emi Yoshida", "rarity": "Common", "flavorText": "It stores berries in its shell. The berries eventually ferment to become delicious juices.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -6748,33 +5252,22 @@ "id": "dp3-110", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Gossip", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." }, { "name": "Hang Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6792,17 +5285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -6815,29 +5304,21 @@ "id": "dp3-111", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dish Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card from the top and the bottom of your deck." }, { "name": "Synchro Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage." @@ -6849,17 +5330,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "No two Spinda have the same pattern of spots. Its tottering step fouls the aim of foes.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal" }, @@ -6872,33 +5349,22 @@ "id": "dp3-112", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Aqua Tail", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin for each Water Energy attached to Squirtle. This attack does 20 damage plus 10 more damage for each heads." @@ -6910,17 +5376,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -6933,30 +5395,21 @@ "id": "dp3-113", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Lead", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Frighten Horn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is now Confused." @@ -6968,17 +5421,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Staring at its antlers creates an odd sensation as if one were being drawn into their centers.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -6991,32 +5440,22 @@ "id": "dp3-114", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Sun Soak", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove all damage counters from Sunkern, search your deck for an Evolution card that evolves from Sunkern, and put it onto Sunkern. (This counts as evolving Sunkern.) Shuffle your deck afterward." }, { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -7034,17 +5473,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It suddenly falls out of the sky in the morning. A year after a cold summer, their population explodes.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -7057,32 +5492,22 @@ "id": "dp3-115", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Inviting Trap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Sand Tomb", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -7100,17 +5525,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It makes a conical pit in desert sand and lies in wait at the bottom for prey to come tumbling down.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -7123,32 +5544,22 @@ "id": "dp3-116", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Signal Beam", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -7160,17 +5571,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its big eyes are actually clusters of tiny eyes. At nights, its kind is drawn by light.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -7183,33 +5590,22 @@ "id": "dp3-117", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Speed Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Big Explosion", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Voltorb does 50 damage to itself." @@ -7227,17 +5623,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Satoshi Ohta", "rarity": "Common", "flavorText": "It looks just like a Poké Ball. It is dangerous because it may electrocute or explode on touch.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -7250,32 +5642,22 @@ "id": "dp3-118", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -7293,17 +5675,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It lives in cold water, half burying itself in mud at the bottom to sleep.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -7316,9 +5694,7 @@ "id": "dp3-119", "name": "Bebe's Search", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose a card from your hand and put it on top of your deck. Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward. (If this is the only card in your hand, you can't play this card.)" @@ -7338,9 +5714,7 @@ "id": "dp3-120", "name": "Night Maintenance", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for up to 3 in any combination of Pokémon and basic Energy cards. Show them to your opponent and shuffle them into your deck." ], @@ -7359,9 +5733,7 @@ "id": "dp3-121", "name": "PlusPower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach PlusPower to 1 of your Pokémon. Discard this card at the end of your turn.", "If the Pokémon PlusPower is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance)." @@ -7382,9 +5754,7 @@ "id": "dp3-122", "name": "Professor Oak's Visit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Then, choose a card from your hand and put it on the bottom of your deck." @@ -7404,9 +5774,7 @@ "id": "dp3-123", "name": "Professor Rowan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 1 card in your hand and shuffle the rest of your cards into your deck. Then, draw 4 cards. (If this is the only card in your hand, you can't play this card.)" @@ -7426,9 +5794,7 @@ "id": "dp3-124", "name": "Rival", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Reveal the top 5 cards of your deck. Your opponent chooses 3 of those cards. Put those cards into your hand and put other 2 cards on top of your deck. Shuffle your deck afterward." @@ -7448,9 +5814,7 @@ "id": "dp3-125", "name": "Roseanne's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 in any combination of Basic Pokémon and basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -7470,9 +5834,7 @@ "id": "dp3-126", "name": "Team Galactic's Mars", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 2 cards. Then, choose a card from your opponent's hand without looking and put it on the bottom of his or her deck." @@ -7492,9 +5854,7 @@ "id": "dp3-127", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -7515,9 +5875,7 @@ "id": "dp3-128", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -7538,9 +5896,7 @@ "id": "dp3-129", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -7559,9 +5915,7 @@ "id": "dp3-130", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -7580,14 +5934,10 @@ "id": "dp3-131", "name": "Gardevoir LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gardevoir", "rules": [ "Put this card onto your Active Gardevoir. Gardevoir LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7602,10 +5952,7 @@ "attacks": [ { "name": "Bring Down", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 Pokémon (yours or your opponent's) with the fewest remaining HP (excluding Gardevoir) and that Pokémon is now Knocked Out." @@ -7617,17 +5964,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -7640,14 +5982,10 @@ "id": "dp3-132", "name": "Honchkrow LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Honchkrow", "rules": [ "Put this card onto your Active Honchkrow. Honchkrow LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7655,21 +5993,14 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Darkness Wing", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon would be Knocked Out by damage from this attack, you may search your discard pile for any 1 card, show it to your opponent, and put it into your hand." @@ -7690,9 +6021,7 @@ "number": "132", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/dp4.json b/cards/en/dp4.json index 75f2fce5d..cc5c0a2e7 100644 --- a/cards/en/dp4.json +++ b/cards/en/dp4.json @@ -3,32 +3,22 @@ "id": "dp4-1", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Fire Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon." }, { "name": "Flame Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Fire Energy attached to Blaziken. This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -40,17 +30,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Flames spout from its wrists, enveloping its knuckles. Its punches scorch its foes.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -63,31 +49,21 @@ "id": "dp4-2", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "48", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Moon Twinkle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there is any Stadium card in play, remove 2 damage counters from Cresselia." }, { "name": "Lunar Dance", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard 2 Energy attached to Cresselia. If you do, remove all damage counters from 1 of your Benched Pokémon." @@ -99,17 +75,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -122,31 +94,21 @@ "id": "dp4-3", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Reach Over", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Darkness Pursuit", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is Cresselia, this attack's base damage is 100." @@ -164,17 +126,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -187,31 +145,21 @@ "id": "dp4-4", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Darkness Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may have your opponent switch the Defending Pokémon with 1 or his or her Benched Pokémon." }, { "name": "Sleep Hole", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Asleep, this attack does 40 damage plus 40 more damage. If the Defending Pokémon is not Asleep, that Pokémon is now Asleep." @@ -229,17 +177,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -252,29 +196,21 @@ "id": "dp4-5", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Smash Short", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon has a Pokémon Tool card attached to it, this attack does 10 damage plus 30 more damage. Discard that Pokémon Tool card, look at your opponent's hand, and discard any Pokémon Tool cards of the same name you find there." @@ -292,17 +228,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -315,14 +247,10 @@ "id": "dp4-6", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -334,10 +262,7 @@ "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -349,18 +274,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "Additional software was installed to make it a better Pokémon. It began acting oddly, however.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal" }, @@ -373,31 +293,21 @@ "id": "dp4-7", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Telebeam", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage and the Defending Pokémon is now Paralyzed." @@ -415,17 +325,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -438,14 +344,10 @@ "id": "dp4-8", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -457,12 +359,7 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage." @@ -480,19 +377,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "The leaves that grow on its arms can slice down thick trees. It is without peer in jungle combat.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -505,14 +396,10 @@ "id": "dp4-9", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -524,12 +411,7 @@ "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard the top card from your opponent's deck." @@ -541,18 +423,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms.", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -565,33 +442,22 @@ "id": "dp4-10", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Power Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each basic Energy card attached to Tangrowth to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Stick and Absorb", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Remove 3 damage counters from Tangrowth. The Defending Pokémon can't retreat during your opponent's next turn." @@ -609,18 +475,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal" }, @@ -633,14 +494,10 @@ "id": "dp4-11", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togetic", "abilities": [ { @@ -652,11 +509,7 @@ "attacks": [ { "name": "Air Scroll", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage. If tails, remove 3 damage counters from Togekiss." @@ -674,17 +527,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It will never appear where there is strife. Its sightings have become rare recently.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal" }, @@ -697,32 +546,22 @@ "id": "dp4-12", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Dragonbreath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Cotton Cloud", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to Altaria by attacks from your opponent's Evolved Pokémon is reduced by 30 (after applying Weakness and Resistance)." @@ -740,17 +579,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It looks like a fluffy cloud when it is in flight. It hums with its soprano voice.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -763,32 +598,22 @@ "id": "dp4-13", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "41", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Band Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Does 30 damage times the number of Beedrill you have in play." }, { "name": "Twineedle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -804,9 +629,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its best attack involves flying around at high speed, striking with poison needles, then flying off.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -819,32 +642,22 @@ "id": "dp4-14", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Parallel Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "After your attack, remove from 1 of your Pokémon the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Dozing Scales", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Poisoned." @@ -860,9 +673,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It loves the honey of flowers and can locate flower patches that have even tiny amounts of pollen.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -875,14 +686,10 @@ "id": "dp4-15", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -894,10 +701,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -909,18 +713,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "An ancient clay figurine that came to life as a Pokémon from exposure to a mysterious ray of light.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -933,31 +732,21 @@ "id": "dp4-16", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "68", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Bellow", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." }, { "name": "Flash Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck." @@ -975,18 +764,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -999,34 +783,22 @@ "id": "dp4-17", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "58", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Ambient Noise", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If the first coin is heads, this attack does 50 damage to the Defending Pokémon. If the first coin is tails, this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If the second coin is heads, the Defending Pokémon is now Confused. If the second coin is tails, your opponent can't play any Trainer, Supporter, or Stadium cards from his or her hand during your opponent's next turn." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1038,19 +810,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Its howls can be heard over six miles away. It emits all sorts of noises from the ports on its body.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal" }, @@ -1063,31 +829,22 @@ "id": "dp4-18", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Dark Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Black Fire", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may discard a Fire or Darkness Energy attached to Houndoom. If you discard a Fire Energy, the Defending Pokémon is now Burned. If you discard a Darkness Energy, this attack does 40 damage plus 30 more damage." @@ -1105,17 +862,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Long ago, people imagined its eerie howls to be the call of the grim reaper.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -1128,33 +881,22 @@ "id": "dp4-19", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Dream Catcher", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon is Asleep, move all damage counters from Hypno to the Defending Pokémon." }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Asleep." @@ -1166,18 +908,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Seeing its swinging pendulum can induce sleep in three seconds, even if someone just woke up.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1190,33 +927,22 @@ "id": "dp4-20", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Crabhammer", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Scissor Blow", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon would be be Knocked Out by this attack, Kingler does 30 damage to itself." @@ -1228,19 +954,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The larger pincer has 10,000-horsepower strength. However, it is so heavy, it is difficult to aim.", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -1253,30 +973,21 @@ "id": "dp4-21", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Carry In", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon Tool Card, a Supporter card, and a basic Energy card, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1288,17 +999,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It loves crossing the sea with people and Pokémon on its back. It understands human speech.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -1311,31 +1018,21 @@ "id": "dp4-22", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Miraculous Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 2 damage counters and all Special Conditions from Latias." }, { "name": "Mist Ball", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Fire Energy and a Water Energy attached to Latias." @@ -1353,17 +1050,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Its body is covered with a down that can refract light in such a way that it becomes invisible.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -1376,32 +1069,21 @@ "id": "dp4-23", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward." }, { "name": "Luster Purge", - "cost": [ - "Grass", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 3 Energy attached to Latios." @@ -1419,18 +1101,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -1443,30 +1120,21 @@ "id": "dp4-24", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Pick Out", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 face-down Prize card (yours or your opponent's) and put it face up. If that card is a Supporter card, use the effect of that card as the effect of this attack. (That card remains face up for the rest of the game.)" }, { "name": "Jaw Bite", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage." @@ -1484,17 +1152,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Attached to its head is a huge set of jaws formed by horns. It can chew through iron beams.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -1507,14 +1171,10 @@ "id": "dp4-25", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -1526,11 +1186,7 @@ "attacks": [ { "name": "Twister", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -1542,18 +1198,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "When people bicker, it is said to arise from the depths of lakes to becalm violent hearts.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -1566,31 +1217,21 @@ "id": "dp4-26", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "67", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spacial Rend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it." }, { "name": "Transback", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may flip a coin. If heads, discard all Energy attached to Palkia and put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward." @@ -1602,18 +1243,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -1626,14 +1262,10 @@ "id": "dp4-27", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "abilities": [ { @@ -1645,11 +1277,7 @@ "attacks": [ { "name": "Whump", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Primeape is now Confused. Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -1661,17 +1289,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It grows angry if you see its eyes and gets angrier if you run. If you beat it, it gets even madder.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -1684,14 +1308,10 @@ "id": "dp4-28", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1703,10 +1323,7 @@ "attacks": [ { "name": "Psych Up", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, Slowking's Psych Up attack's base damage is 60." @@ -1718,18 +1335,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Being bitten by Shellder gave it intelligence comparable to that of award-winning scientists.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -1742,14 +1354,10 @@ "id": "dp4-29", "name": "Unown H", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "HEAL", @@ -1760,9 +1368,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a card from your hand. (If you can't discard a card from your hand, this attack does nothing.)" @@ -1774,17 +1380,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -1797,14 +1399,10 @@ "id": "dp4-30", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "abilities": [ { @@ -1816,12 +1414,7 @@ "attacks": [ { "name": "Sink Deep", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "If Wailord has any damage counters on it, Wailord is now Asleep." @@ -1833,20 +1426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The biggest of all Pokémon. It can dive to a depth of almost 10,000 feet on only one breath.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, @@ -1859,14 +1445,10 @@ "id": "dp4-31", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -1878,10 +1460,7 @@ "attacks": [ { "name": "Offensive Gas", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." @@ -1893,18 +1472,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It grows by feeding on gases released by garbage. Though very rare, triplets have been found.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -1917,14 +1491,10 @@ "id": "dp4-32", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "abilities": [ { @@ -1936,10 +1506,7 @@ "attacks": [ { "name": "Ballon Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If Igglybuff is anywhere under Wigglytuff, this attack does 40 damage plus 20 more damage." @@ -1951,17 +1518,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its fine fur feels sublime to the touch. It can expand its body by inhaling air.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -1974,32 +1537,22 @@ "id": "dp4-33", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Deadly Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Poisoned, this attack does 10 damage plus 40 more damage. If the Defending Pokémon is not Poisoned, that Pokémon is now Poisoned." }, { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2011,18 +1564,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The pattern on its belly is for intimidation. It constricts foes while they are frozen in fear.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -2035,33 +1583,22 @@ "id": "dp4-34", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Pin Missile", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Needle Arm", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 50 damage plus 20 more damage." @@ -2079,17 +1616,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It becomes active at night, seeking prey that is exhausted from the day's desert heat.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -2102,35 +1635,23 @@ "id": "dp4-35", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Bulk Up", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, each of Combusken's attacks does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance)." }, { "name": "Double Kick", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2142,17 +1663,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its kicking mastery lets it loose 10 kicks per second. It emits sharp cries to intimidate foes.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -2165,29 +1682,21 @@ "id": "dp4-36", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Present", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Ice Ball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2199,17 +1708,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It carries food rolled up in its tail. It has the habit of sharing food with people lost in mountains.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -2222,33 +1727,22 @@ "id": "dp4-37", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Floatzel during your opponent's next turn." }, { "name": "Aqua Jet", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, this attack does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2260,17 +1754,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It floats using its well-developed floatation sac. It assists in the rescues of drowning people.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -2283,31 +1773,22 @@ "id": "dp4-38", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Sweet Temptation", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. This attack does 10 damage to the new Defending Pokémon." }, { "name": "Psychic Snap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Gorebyss has any Psychic Energy attached to it, this attack does 30 damage plus 20 more damage and the Defending Pokémon is now Confused." @@ -2323,9 +1804,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It lives at the bottom of the sea. In the springtime, its pink body turns more vivid for some reason.", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal" }, @@ -2338,34 +1817,22 @@ "id": "dp4-39", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Daunt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each damage counter on Granbull." @@ -2377,18 +1844,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is timid in spite of its looks. If it becomes enraged, however, it will strike with its huge fangs.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -2401,34 +1863,23 @@ "id": "dp4-40", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Greenness", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Grass Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Poison Breath", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -2446,17 +1897,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -2469,33 +1916,22 @@ "id": "dp4-41", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Palm Strike", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 40 more damage." }, { "name": "Spirited Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Hariyama has fewer remaining HP than the Defending Pokémon, this attack's base damage is 80." @@ -2507,19 +1943,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It loves to match power with big-bodied Pokémon. It can knock a truck flying with its arm thrusts.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -2532,31 +1962,22 @@ "id": "dp4-42", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Scary Face", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Threaten and Drop", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Huntail has any Darkness Energy attached to it, this attack does 30 damage plus 20 more damage and discard a Special Energy card, if any, attached to the Defending Pokémon." @@ -2568,17 +1989,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It lives deep in the sea. With a tail shaped like a small fish, it attracts unsuspecting prey.", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal" }, @@ -2591,32 +2008,22 @@ "id": "dp4-43", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Switcheroo", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Move a Pokémon Tool card attached to 1 of your opponent's Pokémon to another of your opponent's Pokémon (excluding Pokémon that already has a Pokémon Tool attached to it). (If an effect of this attack is prevented, this attack does nothing.)" }, { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2632,9 +2039,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It charges prey at speeds over 60 mph. However, because it can only run straight, it often fails.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal" }, @@ -2647,36 +2052,23 @@ "id": "dp4-44", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Bass Control", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2688,18 +2080,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal" }, @@ -2712,14 +2099,10 @@ "id": "dp4-45", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -2731,11 +2114,7 @@ "attacks": [ { "name": "Lava Plume", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may discard the top card of your deck. If you do, the Defending Pokémon is now Burned." @@ -2747,19 +2126,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its body temperature is roughly 18,000 degrees F. Flames spout from gaps in its hardened shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -2772,36 +2145,23 @@ "id": "dp4-46", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Muddy Bomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon and 10 damage to each of your opponent's other Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2813,18 +2173,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Its sturdy legs give it sure footing, even in mud. It burrows into dirt to sleep.", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2837,18 +2192,12 @@ "id": "dp4-47", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "9", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Emerge", @@ -2859,10 +2208,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2874,18 +2220,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A steel-hard shell protects its tender body. It quietly endures hardships while awaiting evolution.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -2898,32 +2239,22 @@ "id": "dp4-48", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Guzzle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose up to 2 basic Water Energy cards from your hand and attach them to Pelipper. Remove 2 damage counters for each Energy card attached in this way." }, { "name": "Jet Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 times the number of Energy cards attached to Pelipper. Then, put all Energy cards attached to Pelipper on top of your deck. Shuffle your deck afterward." @@ -2941,17 +2272,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It dips its large bill in the sea, then scoops up numerous prey along with water.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -2964,18 +2291,12 @@ "id": "dp4-49", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Download", @@ -2986,10 +2307,7 @@ "attacks": [ { "name": "Speed Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3001,18 +2319,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "With planetary development software installed, it became capable of working in space.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -3025,33 +2338,22 @@ "id": "dp4-50", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Swagger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -3063,18 +2365,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is a brazen brute that barges its way into another Pokémon's nest and claims it as its own.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal" }, @@ -3087,30 +2384,21 @@ "id": "dp4-51", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Primal Calling", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 3 Trainer Cards that have Fossil in their names, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Sleep Swirl", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Both Relicanth and the Defending Pokémon are now Asleep." @@ -3122,17 +2410,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A rare Pokémon discovered during a deep-sea exploration. It has not changed in over 100 million years.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -3145,31 +2429,21 @@ "id": "dp4-52", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tail Blade", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent can't play any Trainer cards from his or her hand during your opponent's next turn." }, { "name": "Poison Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage and the Defending Pokémon is now Poisoned." @@ -3181,18 +2455,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "For many generations, it has feuded with ZANGOOSE. It whets its bladed tail on rocks for battle.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -3205,31 +2474,21 @@ "id": "dp4-53", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Air Crash", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, any damage done to Skarmory by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -3247,17 +2506,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Despite being clad entirely in iron-hard armor, it flies at speeds over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -3270,33 +2525,22 @@ "id": "dp4-54", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3308,18 +2552,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Though usually dim witted, it seems to become inspired if the SHELLDER on its tail bites down.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -3332,36 +2571,23 @@ "id": "dp4-55", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sweet Kiss", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent may draw a card." @@ -3379,17 +2605,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It is said to appear in front of kindly people to scatter a glowing down called \"joy dust.\"", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -3402,14 +2624,10 @@ "id": "dp4-56", "name": "Unown F", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "FAKE", @@ -3420,9 +2638,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "You may flip a coin. If tails, this attack does nothing. If heads, this attack's base damage is 30." @@ -3434,17 +2650,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3457,14 +2669,10 @@ "id": "dp4-57", "name": "Unown G", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "GUARD", @@ -3475,10 +2683,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If Unown G has any damage counters on it, this attack's base damage is 10." @@ -3490,17 +2695,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3513,35 +2714,22 @@ "id": "dp4-58", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "90", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Tsunami", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3553,19 +2741,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Satoshi Ohta", "rarity": "Uncommon", "flavorText": "On sunny days, it lands on beaches to bounce like a ball and play. It spouts water from its nose.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -3578,31 +2760,21 @@ "id": "dp4-59", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cutting Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If your opponent has Seviper in play, this attack does 40 damage plus 50 more damage." @@ -3614,17 +2786,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It has feuded with SEVIPER for many generations. Its sharp claws are its biggest weapons.", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -3637,33 +2805,22 @@ "id": "dp4-60", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Psychic Balance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have less cards in your hand than your opponent, draw cards until you have the same number of cards as your opponent. (If you have more or the same number of cards in your hand as your opponent, this attack does nothing.)" }, { "name": "Spin Turn", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Baltoy with 1 of your Benched Pokémon." @@ -3675,17 +2832,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It moves by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3698,33 +2851,22 @@ "id": "dp4-61", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Headbutt", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3736,17 +2878,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It has a flotation sac that is like an inflatable collar. It floats on water with its head out.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -3759,33 +2897,22 @@ "id": "dp4-62", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -3803,17 +2930,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "By storing water in its body, this desert dweller can survive 30 days without water.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -3826,17 +2949,11 @@ "id": "dp4-63", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "abilities": [ { "name": "Pupate", @@ -3847,9 +2964,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3861,17 +2976,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It releases a stench from its red antenna to repel enemies. It grows by molting repeatedly.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal" }, @@ -3884,34 +2995,22 @@ "id": "dp4-64", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "attacks": [ { "name": "Clamp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Sparkling Pearl", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3923,17 +3022,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It makes a single pearl during its lifetime. The pearl is said to amplify psychic power.", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal" }, @@ -3946,33 +3041,22 @@ "id": "dp4-65", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Headbutt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3984,17 +3068,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It can tell what people are dreaming by sniffing with its big nose. It loves fun dreams.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -4007,32 +3087,22 @@ "id": "dp4-66", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Shed Skin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Ekans." }, { "name": "Poison Fang", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4044,18 +3114,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It sneaks through grass without making a sound and strikes unsuspecting prey from behind.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -4068,32 +3133,22 @@ "id": "dp4-67", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "4", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fast Evolution", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4105,17 +3160,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is famous for its shabby appearance. While populous, they tend to cluster in set locations.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -4128,33 +3179,22 @@ "id": "dp4-68", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Captivate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4166,17 +3206,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It claws if displeased and purrs when affectionate. Its fickleness is very popular among some.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal" }, @@ -4189,33 +3225,22 @@ "id": "dp4-69", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to Houndour." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4227,17 +3252,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It conveys its feelings using different cries. It works in a pack to cleverly take down prey.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -4250,17 +3271,11 @@ "id": "dp4-70", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Jigglypuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Jigglypuff"], "abilities": [ { "name": "Baby Evolution", @@ -4271,9 +3286,7 @@ "attacks": [ { "name": "Inquire", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card. If you didn't play any Supporter card from your hand during this turn, draw 2 more cards." @@ -4285,17 +3298,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has a soft and bouncy body. Once it starts bouncing, it becomes impossible to stop.", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -4308,14 +3317,10 @@ "id": "dp4-71", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Scent Conduct", @@ -4326,10 +3331,7 @@ "attacks": [ { "name": "Firefly Scent", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has any Poké-Bodies, that Pokémon is now Asleep." @@ -4341,17 +3343,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "With its sweet aroma, it guides VOLBEAT to draw signs with light in the night sky.", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal" }, @@ -4364,33 +3362,22 @@ "id": "dp4-72", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Jigglypuff by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -4402,17 +3389,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kenkichi Toyama", "rarity": "Common", "flavorText": "When it wavers its big, round eyes, it begins singing a lullaby that makes everyone drowsy.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -4425,33 +3408,23 @@ "id": "dp4-73", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "9", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your opponent's next turn, any damage done to Kakuna by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Spit Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -4463,18 +3436,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -4487,33 +3455,22 @@ "id": "dp4-74", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smogscreen", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -4525,18 +3482,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Lee HyunJung", "rarity": "Common", "flavorText": "Lighter-than-air gases in its body keep it aloft. The gases not only smell, they are also explosive.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -4549,33 +3501,22 @@ "id": "dp4-75", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Guillotine", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4587,18 +3528,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lives in burrows dug on sandy beaches. Its pincers fully grow back if they are broken in battle.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal" }, @@ -4611,14 +3547,10 @@ "id": "dp4-76", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Gravity Change", @@ -4629,9 +3561,7 @@ "attacks": [ { "name": "Knock Over", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard any Stadium card in play." @@ -4643,17 +3573,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Because it turns active on nights of the full moon, it is said to have some link to the lunar phases.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -4666,29 +3592,21 @@ "id": "dp4-77", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Rendezvous", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Reveal the top card of your deck and put it into your hand. If that card is a Pokémon, draw 2 cards." }, { "name": "Synchro Dance", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Luvdisc and the Defending Pokémon have the same amount of Energy attached to them, this attack does 10 damage plus 20 more damage." @@ -4700,17 +3618,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "It lives in warm seas. It is said that a couple finding this Pokémon will be blessed with eternal love.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -4723,33 +3637,22 @@ "id": "dp4-78", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Arm Thrust", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing. If heads, discard an Energy card attached to the Defending Pokémon." @@ -4761,18 +3664,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It toughens its body by slamming into thick trees. Many snapped trees can be found near its nest.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -4785,33 +3683,22 @@ "id": "dp4-79", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Mankey." @@ -4823,17 +3710,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lives in treetop colonies. If one becomes enraged, the whole colony rampages for no reason.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -4846,34 +3729,22 @@ "id": "dp4-80", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Mud Spatter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Endeavor", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -4885,17 +3756,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Emi Yoshida", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -4908,33 +3775,22 @@ "id": "dp4-81", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Calculate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your deck and put them back on top of your deck in any order." }, { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4946,17 +3802,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "The world's first artificially created Pokémon. It can travel through electronic space.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -4969,33 +3821,22 @@ "id": "dp4-82", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions and 3 damage counters from Slowpoke. Slowpoke is now Asleep." }, { "name": "Tumble Over", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Slowpoke can't attack during your next turn." @@ -5007,18 +3848,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "Although slow, it is skilled at fishing with its tail. It does not feel pain if its tail is bitten.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -5031,33 +3867,22 @@ "id": "dp4-83", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Steady Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5069,18 +3894,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -5093,34 +3913,22 @@ "id": "dp4-84", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5132,17 +3940,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Small Pokémon flee from its scary face. It is, however, considered by women to be cute.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -5155,14 +3959,10 @@ "id": "dp4-85", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Sunlight", @@ -5173,9 +3973,7 @@ "attacks": [ { "name": "Sol Charge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon." @@ -5187,17 +3985,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A new Pokémon species, rumored to be from the sun. It gives off light while spinning.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -5210,33 +4004,22 @@ "id": "dp4-86", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Super Speed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swablu during your opponent's next turn." }, { "name": "Shoot Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5254,17 +4037,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Its wings are like cotton tufts. If it perches on someone's head, it looks like a cotton hat.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -5277,33 +4056,22 @@ "id": "dp4-87", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Vine Invite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon." }, { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the the Retreat Cost)." @@ -5315,18 +4083,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It is shrouded by blue vines. No one has seen the face hidden behind this growth of vines.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -5339,32 +4102,22 @@ "id": "dp4-88", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "4", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -5376,17 +4129,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its shell is said to be stuffed with happiness that it shares with kindhearted people.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -5399,32 +4148,22 @@ "id": "dp4-89", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." @@ -5436,17 +4175,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Hiroki Fuchino", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees F.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -5459,33 +4194,22 @@ "id": "dp4-90", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Energy Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Treecko but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Treecko." @@ -5503,17 +4227,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The soles of its feet are covered by countless tiny spikes, enabling it to walk on walls and ceilings.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -5526,14 +4246,10 @@ "id": "dp4-91", "name": "Unown L", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "LINK", @@ -5544,10 +4260,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search either player's discard pile for up to any 2 cards, show them to your opponent, and put them on top of that player's deck in any order you like." @@ -5559,17 +4272,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or UNOWN came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -5582,14 +4291,10 @@ "id": "dp4-92", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Light Conduct", @@ -5600,10 +4305,7 @@ "attacks": [ { "name": "Firefly Light", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -5615,17 +4317,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It communicates with others by lighting up its rear at night. It loves ILLUMISE's sweet aroma.", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal" }, @@ -5638,32 +4336,22 @@ "id": "dp4-93", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5675,17 +4363,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It eats its weight in leaves every day. It fends off attackers with the needle on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -5698,32 +4382,22 @@ "id": "dp4-94", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Mumble", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Uproar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5735,17 +4409,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Takao Unno", "rarity": "Common", "flavorText": "Usually, its cries are like quiet murmurs. If frightened, it shrieks at the same volume as a jet plane.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -5758,33 +4428,22 @@ "id": "dp4-95", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Water Drip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5802,17 +4461,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It makes its nest on steep sea cliffs. Riding updrafts, it soars to great heights.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -5825,32 +4480,22 @@ "id": "dp4-96", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Pull Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for any 1 card, show it to your opponent, and put it on top of your deck." }, { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -5862,17 +4507,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It walks in zigzag fashion. It is good at finding items in the grass and even in the ground.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal" }, @@ -5885,9 +4526,7 @@ "id": "dp4-97", "name": "Amulet Coin", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Amulet Coin to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "If the Pokémon Amulet Coin is attached to is your Active Pokémon at the end of your turn, draw a card." @@ -5907,9 +4546,7 @@ "id": "dp4-98", "name": "Felicity's Drawing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard up to 2 cards from your hand. If you discard 1 card, draw 3 cards. If you discard 2 cards, draw 4 cards." @@ -5929,9 +4566,7 @@ "id": "dp4-99", "name": "Leftovers", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Leftovers to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "If the Pokémon Leftovers is attached to is your Active Pokémon at the end of your turn, remove 1 damage counter from the Pokémon." @@ -5951,9 +4586,7 @@ "id": "dp4-100", "name": "Moonlight Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "The Retreat Cost for each Psychic and Darkness Pokémon (both yours and your opponent's) is 0." @@ -5973,9 +4606,7 @@ "id": "dp4-101", "name": "Premier Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck or your discard pile for a Pokémon LV.X, show it to your opponent, and put it into your hand. If you search your deck, shuffle your deck afterward." ], @@ -5994,9 +4625,7 @@ "id": "dp4-102", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" ], @@ -6017,14 +4646,10 @@ "id": "dp4-103", "name": "Cresselia LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cresselia", "rules": [ "Put this card onto your Active Cresselia. Cresselia LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6039,11 +4664,7 @@ "attacks": [ { "name": "Moon Skip", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon is Knocked Out by this attack, take 1 more Prize card." @@ -6055,16 +4676,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -6077,14 +4694,10 @@ "id": "dp4-104", "name": "Darkrai LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Darkrai", "rules": [ "Put this card onto your Active Darkrai. Darkrai LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6099,11 +4712,7 @@ "attacks": [ { "name": "Endless Darkness", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Asleep. Flip 2 coins instead of 1 between turns. If either of them is tails, the Defending Pokémon is still Asleep. If both of them are tails, the Defending Pokémon is Knocked Out." @@ -6121,16 +4730,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -6143,14 +4748,10 @@ "id": "dp4-105", "name": "Dialga LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Dialga", "rules": [ "Put this card onto your Active Dialga. Dialga LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6165,12 +4766,7 @@ "attacks": [ { "name": "Metal Flash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your next turn, Dialga can't use Metal Flash." @@ -6188,17 +4784,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -6211,14 +4802,10 @@ "id": "dp4-106", "name": "Palkia LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palkia", "rules": [ "Put this card onto your Active Palkia. Palkia LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6233,11 +4820,7 @@ "attacks": [ { "name": "Hydro Reflect", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "60", "text": "You may move all Energy cards attached to Palkia to your Benched Pokémon in any way you like. (Ignore this effect if you don't have any Benched Pokémon.)" @@ -6249,18 +4832,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -6269,4 +4846,4 @@ "large": "https://images.pokemontcg.io/dp4/106_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/dp5.json b/cards/en/dp5.json index c7dcfe1fc..d1fd7e5cb 100644 --- a/cards/en/dp5.json +++ b/cards/en/dp5.json @@ -3,14 +3,10 @@ "id": "dp5-1", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Freezing Screech", @@ -21,11 +17,7 @@ "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -43,18 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -67,31 +54,21 @@ "id": "dp5-2", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "43", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." }, { "name": "Healing Light", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Remove 1 damage counter from each of your Pokémon." @@ -103,17 +80,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -126,14 +99,10 @@ "id": "dp5-3", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "48", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Darkness Shade", @@ -144,20 +113,14 @@ "attacks": [ { "name": "Dark Slumber", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Asleep." }, { "name": "Dark Resolve", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon is Asleep, remove 4 damage counters from Darkrai." @@ -175,18 +138,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -199,35 +157,24 @@ "id": "dp5-4", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "63", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Adamant Orb: If an Active Pokémon has Weakness to Metal type, Dialga's attacks do 20 more damage to that Pokémon (before applying Weakness and Resistance)." ], "attacks": [ { "name": "Time Shift", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Diamond Blast", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 20 more damage." @@ -245,18 +192,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -269,32 +210,22 @@ "id": "dp5-5", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Snow Cloak", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Glaceon during your opponent's next turn." }, { "name": "Speed Slide", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -306,17 +237,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "As a protective technique, it can completely freeze its fur to make its hairs stand like needles.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal" }, @@ -329,14 +256,10 @@ "id": "dp5-6", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -348,11 +271,7 @@ "attacks": [ { "name": "Chop Up", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -364,18 +283,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It is thought that this Pokémon came onto land because its prey adapted to life on land.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -388,32 +302,22 @@ "id": "dp5-7", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bind Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Leaf Guard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to Leafeon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -431,18 +335,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Just like a plant, it uses photosynthesis. As a result, it is always enveloped in clear air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -455,14 +354,10 @@ "id": "dp5-8", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Aqua Skin", @@ -473,19 +368,14 @@ "attacks": [ { "name": "Chase Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Fountain", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "You may attach up to 2 basic Water Energy cards from your hand to your Benched Pokémon in any way you like." @@ -497,17 +387,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Suwama Chiaki", "rarity": "Rare Holo", "flavorText": "Born on a cold seafloor, it will swim great distances to return to its birthplace.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal" }, @@ -520,40 +406,28 @@ "id": "dp5-9", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "51", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Absorption", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 2 Energy cards and attach them to Mewtwo." }, { "name": "Recover", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Psychic Energy attached to Mewtwo and remove 6 damage counters from Mewtwo." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -565,18 +439,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -589,14 +458,10 @@ "id": "dp5-10", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Flame Charge", @@ -607,11 +472,7 @@ "attacks": [ { "name": "Scorching Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Fire Energy attached to Moltres." @@ -629,18 +490,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -653,35 +509,24 @@ "id": "dp5-11", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "62", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Lustrous Orb: If an Active Pokémon has Weakness to Water type, Palkia's attacks do 20 more damage to that Pokémon (before applying Weakness and Resistance)." ], "attacks": [ { "name": "Zone Shift", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Pearl Blast", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "You may return an Energy card attached to Palkia to your hand. If you do, choose an Energy card attached to the Defending Pokémon and return it to your opponent's hand." @@ -693,18 +538,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -717,30 +556,21 @@ "id": "dp5-12", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Evolution Wish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -752,17 +582,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Daisuke Ito", "rarity": "Rare Holo", "flavorText": "A Pokémon that lives in warm seas. It inflates the flotation sac on its head to drift and search for food.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal" }, @@ -775,30 +601,21 @@ "id": "dp5-13", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "37", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Dual Trans", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 2 basic Energy cards and attach them to 1 of your Pokémon." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move an Energy card attached to Rotom to 1 of your Benched Pokémon." @@ -816,17 +633,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -839,14 +652,10 @@ "id": "dp5-14", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Sheet Lightning", @@ -857,11 +666,7 @@ "attacks": [ { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 40 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage." @@ -879,18 +684,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -903,14 +703,10 @@ "id": "dp5-15", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Old Amber", "abilities": [ { @@ -922,10 +718,7 @@ "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -943,17 +736,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "A Pokémon that roamed the skies in the dinosaur era. Its teeth are like saw blades.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -966,14 +755,10 @@ "id": "dp5-16", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -985,20 +770,14 @@ "attacks": [ { "name": "Pain Amplifier", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it." }, { "name": "Coating", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to Bronzong by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -1016,19 +795,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "One caused a news sensation when it was dug up at a construction site after a 2,000-year sleep.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -1041,33 +814,22 @@ "id": "dp5-17", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Dual Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf Together", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each of your Benched Pokémon. Flip a coin. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1079,18 +841,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "It swims as fast as a jet boat. The edges of its wings are sharp and can slice apart drifting ice.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -1103,14 +860,10 @@ "id": "dp5-18", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1122,11 +875,7 @@ "attacks": [ { "name": "Morning Sun", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may move an Energy card attached to Espeon to 1 of your Benched Pokémon." @@ -1138,17 +887,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Its fur has the look and feel of velvet. The orb on its forehead glows when it uses psycho-power.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -1161,32 +906,22 @@ "id": "dp5-19", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Kindle", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy card attached to Flareon and then discard an Energy card attached to the Defending Pokémon." @@ -1198,18 +933,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It has a flame sac in its body. Its body temperature tops 1,650 degrees Fahrenheit before battle.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -1222,33 +952,22 @@ "id": "dp5-20", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Ice Shot", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1260,17 +979,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "As a protective technique, it can completely freeze its fur to make its hairs stand like needles.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal" }, @@ -1283,32 +998,22 @@ "id": "dp5-21", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Vacuum Sand", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "Search your discard pile for a Fighting Energy card and attach it to Hippowdon." }, { "name": "Sand Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin for each Fighting Energy attached to Hippowdon. This attack does 50 damage plus 20 more damage for each heads." @@ -1320,19 +1025,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "Its huge mouth is almost seven feet across. It has enough power to completely crush a car.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal" }, @@ -1345,30 +1044,22 @@ "id": "dp5-22", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Mach Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mega Bravo", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40×", "text": "Discard all Fire Energy attached to Infernape. This attack does 40 damage times the amount of Fire Energy you discarded." @@ -1384,9 +1075,7 @@ "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Its crown of fire is indicative of its fiery nature. It is beaten by none in terms of quickness.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -1399,32 +1088,22 @@ "id": "dp5-23", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Thunder Fang", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard 2 Energy attached to Jolteon. If you do, this attack's base damage is 90 instead of 50." @@ -1446,9 +1125,7 @@ "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It controls 10,000-volt power and can raise all the furs on its body as if it were sharp needles.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -1461,33 +1138,22 @@ "id": "dp5-24", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Sprial Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove 1 damage counter from Leafeon." }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage." @@ -1505,17 +1171,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Just like a plant, it uses photosynthesis. As a result, it is always enveloped in clear air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -1528,30 +1190,21 @@ "id": "dp5-25", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "(+) Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Plusle is on your Bench, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1569,17 +1222,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -1592,14 +1241,10 @@ "id": "dp5-26", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "abilities": [ { @@ -1611,10 +1256,7 @@ "attacks": [ { "name": "Send Back", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -1626,17 +1268,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is thought that this Pokémon became extinct because its spiral shell grew too large.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1649,30 +1287,21 @@ "id": "dp5-27", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1684,17 +1313,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "A Pokémon that lives in warm seas. It inflates the flotation sac on its head to drift and search for food.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal" }, @@ -1707,30 +1332,21 @@ "id": "dp5-28", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "– Boost", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Minun is on your Bench, this attack does 20 damage plus 20 more damage." @@ -1748,17 +1364,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -1771,32 +1383,22 @@ "id": "dp5-29", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Special Blow", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30+", "text": "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 50 more damage." }, { "name": "X-Scissor", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 40 more damage." @@ -1814,17 +1416,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "It has a steel-hard body. It intimidates foes by upraising its eye-patterned pincers.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -1837,34 +1435,22 @@ "id": "dp5-30", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Earthquake", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frenzy Plant", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Torterra can't use Frenzy Plant during your next turn." @@ -1876,20 +1462,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Groups of this Pokémon migrating in search of water have been mistaken for \"moving forests.\"", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -1902,32 +1481,22 @@ "id": "dp5-31", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Paralyze Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." }, { "name": "Slash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1939,17 +1508,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "The toxin made in its poison sacs is pumped to the knuckle claws through tubes down its arms.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal" }, @@ -1962,14 +1527,10 @@ "id": "dp5-32", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1981,11 +1542,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Confused." @@ -2003,17 +1560,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The light of the moon changed Eevee's genetic structure. It lurks in darkness for prey.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -2026,14 +1579,10 @@ "id": "dp5-33", "name": "Unown P", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "PUT", @@ -2044,9 +1593,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "Each player discards the top card of his or her deck. This attack does 20 damage plus 20 more damage for each Unown discarded in this way." @@ -2058,17 +1605,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2081,32 +1624,22 @@ "id": "dp5-34", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Cleanse Away", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Remove 2 damage counters from each of your Benched Pokémon." }, { "name": "Hyper Whirlpool", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon." @@ -2118,17 +1651,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It has evolved to be suitable for aquatic life. It can invisibly melt away into water.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -2141,33 +1670,22 @@ "id": "dp5-35", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Hang High", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2179,17 +1697,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "To eat, it deftly shucks nuts with its two tails. It rarely uses its arms now.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal" }, @@ -2202,32 +1716,22 @@ "id": "dp5-36", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2249,9 +1753,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It has the stamina to fly all day on its broad wings. It fights by using its sharp beak.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2264,35 +1766,23 @@ "id": "dp5-37", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Planting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a Grass Energy card from your hand to 1 of your Pokémon." }, { "name": "Body Slam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2310,19 +1800,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "The shell is hardened soil. Some Pokémon come to peck the berries growing on the trees on its back.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal" }, @@ -2335,32 +1819,21 @@ "id": "dp5-38", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -2372,19 +1845,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It raises its offspring in its belly pouch. It lets the baby out to play only when it feels safe.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -2397,33 +1864,22 @@ "id": "dp5-39", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lap Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2435,18 +1891,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Instead of hands, it uses its tongue, which is twice its height. Its sticky saliva grips anything.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -2459,31 +1910,22 @@ "id": "dp5-40", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Volt Crush", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, discard an Energy attached to Manectric and this attack does 40 damage plus 30 more damage." @@ -2505,9 +1947,7 @@ "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -2520,34 +1960,23 @@ "id": "dp5-41", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Burned." }, { "name": "Mid-air Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -2563,9 +1992,7 @@ "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "It uses ceilings and walls to launch aerial attacks. Its fiery tail is but one weapon.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal" }, @@ -2578,14 +2005,10 @@ "id": "dp5-42", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "abilities": [ { @@ -2597,19 +2020,14 @@ "attacks": [ { "name": "Get Help", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Does 30 damage times the number of different types of Wormadam on your Bench." }, { "name": "Quick Touch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "You may switch Mothim with 1 of your Benched Pokémon. If you do, move as many Energy cards attached to Mothim as you like to the new Active Pokémon." @@ -2631,9 +2049,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It loves the honey of flowers and steals honey collected by Combee.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal" }, @@ -2646,30 +2062,21 @@ "id": "dp5-43", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Trans Tail", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for a Lightning Energy card, show it to your opponent, and put it into your hand." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2687,17 +2094,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It makes electricity with pouches in its cheeks and shoots charges from its tail. It lives atop trees.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -2710,36 +2113,23 @@ "id": "dp5-44", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Ice Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Wash Over", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2751,17 +2141,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Its wings deliver wicked blows that snap even the thickest of trees. It searches for prey in icy seas.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal" }, @@ -2774,32 +2160,22 @@ "id": "dp5-45", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Raichu during your opponent's next turn." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy cards attached to Raichu." @@ -2821,9 +2197,7 @@ "artist": "Daisuke Ito", "rarity": "Uncommon", "flavorText": "It can loose 100,000-volt bursts of electricity, instantly downing foes several times its size.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -2836,33 +2210,22 @@ "id": "dp5-46", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Cutter", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 20 more damage. If all of them are heads, this attack does 10 damage plus 40 more damage." @@ -2880,17 +2243,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is nearly impossible to parry its attacking scythes. Its movements are like a ninja's.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -2903,35 +2262,23 @@ "id": "dp5-47", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2953,9 +2300,7 @@ "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "It lives in forests and fields. Squabbles over territory occur when flocks collide.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal" }, @@ -2968,30 +2313,21 @@ "id": "dp5-48", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Sudowoodo." }, { "name": "Wood Hammer", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "Sudowoodo does 30 damage to itself." @@ -3003,18 +2339,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It stands along paths pretending to be a tree. If it starts raining, it seems to disappear.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -3027,14 +2358,10 @@ "id": "dp5-49", "name": "Unown Q", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "QUICK", @@ -3045,9 +2372,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3063,9 +2388,7 @@ "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3078,33 +2401,22 @@ "id": "dp5-50", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Hand Trick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Return Aipom and all cards attached to it to your hand. (If you don't have any Benched Pokémon, this attack does nothing.)" @@ -3116,17 +2428,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It lives atop giant trees. It wraps its tail around a branch so it won't fall off while asleep.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -3139,33 +2447,22 @@ "id": "dp5-51", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Last Resort", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3177,17 +2474,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It uses its tail to pluck fruits that are out of reach. Its tail is more adept than its real hands.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -3200,32 +2493,22 @@ "id": "dp5-52", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Psychic"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3243,17 +2526,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "X-ray photos were taken to check its body structure. Nothing appeared, however.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -3266,32 +2545,22 @@ "id": "dp5-53", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Drawup Power", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Extend Ears", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from each of your Benched Pokémon." @@ -3303,17 +2572,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "When it senses danger, it perks up its ears. On cold nights, it sleeps with its head tucked into its fur.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -3326,33 +2591,22 @@ "id": "dp5-54", "name": "Burmy Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Burmy Sandy Cloak during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3364,17 +2618,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "If its cloak is broken in battle, it quickly remakes the cloak with materials nearby.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -3387,30 +2637,21 @@ "id": "dp5-55", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Mimic", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." }, { "name": "Chatter", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3432,9 +2673,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal" }, @@ -3447,33 +2686,22 @@ "id": "dp5-56", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -3485,17 +2713,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "Its fiery rear end is fueled by gas made in its belly. Even rain can't extinguish the fire.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -3508,26 +2732,18 @@ "id": "dp5-57", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "rules": [ "Cheri Berry: If Chimchar is Paralyzed, remove the Special Condition Paralyzed from Chimchar at the end of each player's turn." ], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3539,16 +2755,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -3561,17 +2773,11 @@ "id": "dp5-58", "name": "Chingling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Chimecho" - ], + "types": ["Psychic"], + "evolvesTo": ["Chimecho"], "abilities": [ { "name": "Baby Evolution", @@ -3582,9 +2788,7 @@ "attacks": [ { "name": "Uproar", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3596,17 +2800,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It emits cries by agitating an orb at the back of its throat. It moves with flouncing hops.", - "nationalPokedexNumbers": [ - 433 - ], + "nationalPokedexNumbers": [433], "legalities": { "unlimited": "Legal" }, @@ -3619,33 +2819,22 @@ "id": "dp5-59", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Honey Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon." }, { "name": "Flitter", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3663,17 +2852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It collects and delivers honey to its colony. At night, they cluster to form a beehive and sleep.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -3686,32 +2871,22 @@ "id": "dp5-60", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Sting", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3723,17 +2898,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "Inflating its poison sacs, it makes an eerie blubbering sound for intimidation.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -3746,32 +2917,22 @@ "id": "dp5-61", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Delivery", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, put any 1 card from your discard pile into your hand." }, { "name": "Reaction", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch Drifloon with 1 of your Benched Pokémon." @@ -3789,17 +2950,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It tugs on the hands of children to steal them away. However, it gets pulled around instead.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -3812,14 +2969,10 @@ "id": "dp5-62", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3833,18 +2986,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for as many Eevee as you like and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3856,17 +3005,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A rare Pokémon that adapts to harsh environments by taking on different evolutionary forms.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3879,14 +3024,10 @@ "id": "dp5-63", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3900,18 +3041,14 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3923,17 +3060,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A rare Pokémon that adapts to harsh environments by taking on different evolutionary forms.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3946,33 +3079,22 @@ "id": "dp5-64", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3990,17 +3112,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -4013,33 +3131,22 @@ "id": "dp5-65", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Rip Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -4051,17 +3158,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "With its sharp glare, it puts foes in a mild hypnotic state. It is a very fickle Pokémon.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal" }, @@ -4074,34 +3177,22 @@ "id": "dp5-66", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Grainy Sand", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Hippopotas does 10 damage to itself." @@ -4113,18 +3204,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "It enshrouds itself with sand to protect itself from germs. It does not enjoy getting wet.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal" }, @@ -4137,18 +3223,12 @@ "id": "dp5-67", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dome Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Ancient Guidance", @@ -4159,9 +3239,7 @@ "attacks": [ { "name": "Shell Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4173,17 +3251,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It is thought to have inhabited beaches 300 million years ago. It is protected by a stiff shell.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -4196,17 +3270,11 @@ "id": "dp5-68", "name": "Munchlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Snorlax" - ], + "types": ["Colorless"], + "evolvesTo": ["Snorlax"], "abilities": [ { "name": "Baby Evolution", @@ -4217,10 +3285,7 @@ "attacks": [ { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4232,18 +3297,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It hides food under its long body hair. However, it forgets it has hidden the food.", - "nationalPokedexNumbers": [ - 446 - ], + "nationalPokedexNumbers": [446], "legalities": { "unlimited": "Legal" }, @@ -4256,18 +3316,12 @@ "id": "dp5-69", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Helix Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "abilities": [ { "name": "Call Up", @@ -4278,10 +3332,7 @@ "attacks": [ { "name": "Wash Over", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4293,17 +3344,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "A Pokémon that was resurrected from a fossil using modern science. It swam in ancient seas.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -4316,34 +3363,22 @@ "id": "dp5-70", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Pikachu does 10 damage to itself." @@ -4361,17 +3396,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "If it looses crackling power from the electric pouches on its cheeks, it is being wary.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4384,33 +3415,22 @@ "id": "dp5-71", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4422,17 +3442,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "It lives along shores in northern countries. A skilled swimmer, it dives for over 10 minutes to hunt.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -4445,26 +3461,18 @@ "id": "dp5-72", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "rules": [ "Pecha Berry: If Piplup is Poisoned, remove the Special Condition Poisoned from Piplup at the end of each player's turn." ], "attacks": [ { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -4476,16 +3484,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -4498,33 +3502,22 @@ "id": "dp5-73", "name": "Shellos East Sea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Surf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Muddy Water", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4536,18 +3529,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It lives along bodies of water. Its body shape changed to suit its habitat.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal" }, @@ -4560,33 +3548,22 @@ "id": "dp5-74", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4604,17 +3581,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It flaps its small wings busily to fly. Using its beak, it searches in grass for prey.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -4627,33 +3600,22 @@ "id": "dp5-75", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4671,17 +3633,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "Usually with a large flock, it is barely noticeable when alone. Its cries are very strident.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal" }, @@ -4694,33 +3652,22 @@ "id": "dp5-76", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Poison Gas", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4738,17 +3685,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It sprays a nose-curling, stinky fluid from its rear to repel attackers.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal" }, @@ -4761,33 +3704,22 @@ "id": "dp5-77", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4805,18 +3737,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Daisuke Ito", "rarity": "Common", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -4829,27 +3756,18 @@ "id": "dp5-78", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "rules": [ "Persim Berry: If Turtwig is Confused, remove the Special Condition Confused from Turtwig at the end of each player's turn." ], "attacks": [ { "name": "Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4867,17 +3785,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -4890,9 +3803,7 @@ "id": "dp5-79", "name": "Dawn Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Whenever any player attaches an Energy card from his or her hand to Grass Pokémon or Water Pokémon, remove 1 damage counter and all Special Conditions from that Pokémon." @@ -4912,9 +3823,7 @@ "id": "dp5-80", "name": "Dusk Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the 7 cards from the bottom of your deck. Choose 1 Pokémon you find there, show it to your opponent, and put it into your hand. Put the remaining cards back on top of your deck. Shuffle your deck afterward." ], @@ -4933,9 +3842,7 @@ "id": "dp5-81", "name": "Energy Restore", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, put a Basic Energy card from your discard pile into your hand. If you don't have that many basic Energy cards in your discard pile, put all of them into your hand." ], @@ -4954,9 +3861,7 @@ "id": "dp5-82", "name": "Fossil Excavator", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck or discard pile for a Trainer card that has Fossil in its name or a Stage 1 or Stage 2 Evolution card that evolves from a Fossil. Show it to your opponent and put it into your hand. If you searched your deck, shuffle your deck afterward." @@ -4976,9 +3881,7 @@ "id": "dp5-83", "name": "Mom's Kindness", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 2 cards." @@ -4998,9 +3901,7 @@ "id": "dp5-84", "name": "Old Amber", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Old Amber as if it were a Colorless Basic Pokémon. (Old Amber counts as a Trainer card as well, but if Old Amber is Knocked Out, this counts as a Knocked Out Pokémon.) Old Amber can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Old Amber from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5027,9 +3928,7 @@ "id": "dp5-85", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5050,9 +3949,7 @@ "id": "dp5-86", "name": "Quick Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal cards from your deck until you reveal a Pokémon. Show that Pokémon to your opponent and put it into your hand. Shuffle the other revealed cards back into your deck. (If you don't reveal a Pokémon, shuffle all the revealed cards back into your deck.)" ], @@ -5073,9 +3970,7 @@ "id": "dp5-87", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, return 1 of your Pokémon and all cards attached to it to your hand." ], @@ -5095,9 +3990,7 @@ "id": "dp5-88", "name": "Warp Point", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches 1 of his or her Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch 1 of your Active Pokémon with 1 of your Benched Pokémon, if any." ], @@ -5116,9 +4009,7 @@ "id": "dp5-89", "name": "Dome Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Dome Fossil as if it were a Colorless Basic Pokémon. (Dome Fossil counts as a Trainer card as well, but if Dome Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Dome Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Dome Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5145,9 +4036,7 @@ "id": "dp5-90", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5168,9 +4057,7 @@ "id": "dp5-91", "name": "Helix Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Helix Fossil as if it were a Colorless Basic Pokémon. (Helix Fossil counts as a Trainer card as well, but if Helix Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Helix Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Helix Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5197,9 +4084,7 @@ "id": "dp5-92", "name": "Call Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Call Energy provides Colorless Energy. Once during your turn, if the Pokémon Call Energy is attached to is your Active Pokémon, you may search your deck for up to 2 Basic Pokémon and put them onto your Bench. If you do, shuffle your deck and your turn ends." ], @@ -5218,9 +4103,7 @@ "id": "dp5-93", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5239,9 +4122,7 @@ "id": "dp5-94", "name": "Health Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Health Energy provides Colorless Energy. When you attach this card from your hand to 1 of your Pokémon, remove 1 damage counter from that Pokémon." ], @@ -5260,9 +4141,7 @@ "id": "dp5-95", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5281,9 +4160,7 @@ "id": "dp5-96", "name": "Recover Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Recover Energy provides Colorless Energy. When you attach this card from your hand to 1 of your Pokémon, remove all Special Conditions from that Pokémon." ], @@ -5302,14 +4179,10 @@ "id": "dp5-97", "name": "Garchomp LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Garchomp", "rules": [ "Put this card onto your Active Garchomp. Garchomp LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5324,9 +4197,7 @@ "attacks": [ { "name": "Restore", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for a Pokémon (excluding Pokémon LV.X) and put it onto your Bench as a Basic Pokémon. Then, you may search your discard pile for up to 3 basic Energy cards and attach them to that Pokémon." @@ -5341,9 +4212,7 @@ "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -5356,14 +4225,10 @@ "id": "dp5-98", "name": "Glaceon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon", "rules": [ "Put this card onto your Active Glaceon. Glaceon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5378,11 +4243,7 @@ "attacks": [ { "name": "Avalanche", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5394,16 +4255,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal" }, @@ -5416,14 +4273,10 @@ "id": "dp5-99", "name": "Leafeon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon", "rules": [ "Put this card onto your Active Leafeon. Leafeon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5438,10 +4291,7 @@ "attacks": [ { "name": "Verdant Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to all of your Pokémon." @@ -5459,17 +4309,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -5482,14 +4327,10 @@ "id": "dp5-100", "name": "Porygon-Z LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon-Z", "rules": [ "Put this card onto your Active Porygon-Z. Porygon-Z LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5507,17 +4348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal" }, @@ -5526,4 +4362,4 @@ "large": "https://images.pokemontcg.io/dp5/100_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/dp6.json b/cards/en/dp6.json index 03e45a6e5..7852daaa4 100644 --- a/cards/en/dp6.json +++ b/cards/en/dp6.json @@ -3,14 +3,10 @@ "id": "dp6-1", "name": "Deoxys Normal Forme", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -21,10 +17,7 @@ "attacks": [ { "name": "Energy Crush", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon." @@ -36,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "An alien virus that fell to earth on a meteor underwent a DNA mutation to become this Pokémon.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -59,35 +48,22 @@ "id": "dp6-2", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "61", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." }, { "name": "Draco Meteor", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin for each of your opponent's Pokémon. If that coin flip is heads, this attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -105,19 +81,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is said to make its home somewhere in the sea. It guides crews of shipwrecks to shore.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -130,31 +100,22 @@ "id": "dp6-3", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Destiny Bond", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Psychic Energy attached to Froslass. During your opponent's next turn, if Froslass would be Knocked Out by damage from an attack, the Attacking Pokémon is Knocked Out." }, { "name": "Icy Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon is now Asleep. Put 1 damage counter on each of your opponent's Benched Pokémon." @@ -166,17 +127,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It freezes foes with an icy breath nearly -60 degrees F. What seems to be its body is actually hollow.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal" }, @@ -189,33 +146,21 @@ "id": "dp6-4", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "52", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shadow Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If heads, prevent all effects of an attack, including damage, done to Giratina during your opponent's next turn." }, { "name": "Brutal Edge", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -233,19 +178,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Kazuaki Aihara", "rarity": "Rare Holo", "flavorText": "A Pokémon that is said to live in a world on the reverse side of ours. It appears in an ancient cemetery.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -258,31 +197,22 @@ "id": "dp6-5", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Burning Poison", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose either Burned or Poisoned. The Defending Pokémon is now affected by that Special Condition. You may return Gliscor and all cards attached to it to your hand." }, { "name": "Pester", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 40 damage plus 40 more damage." @@ -300,17 +230,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -323,14 +249,10 @@ "id": "dp6-6", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Flash Fire", @@ -341,12 +263,7 @@ "attacks": [ { "name": "Magma Storm", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "You may discard as many basic Energy cards as you like attached to Heatran. If you do, this attack does 40 damage plus 20 more damage for each Energy card you discarded." @@ -358,20 +275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "6", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -384,30 +294,22 @@ "id": "dp6-7", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Aqua Stream", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Search your discard pile for as many Water Energy cards as you like, show them to your opponent, and this attack does 10 damage for each Water Energy card you chose. Put those cards on top of your deck. Shuffle your deck afterward." }, { "name": "Dragon Pump", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40+", "text": "You may discard 2 cards from your hand. If you do, this attack does 40 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -419,17 +321,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It lives in caves on the seafloor and creates giant whirlpools every time it moves.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -442,14 +340,10 @@ "id": "dp6-8", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "abilities": [ { @@ -461,21 +355,14 @@ "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Search your discard pile for a Lightning Energy card and attach it to Luxray." }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Lightning Energy attached to Luxray." @@ -497,9 +384,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It has eyes that can see through anything. It spots and captures prey hiding behind objects.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -512,35 +397,22 @@ "id": "dp6-9", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Ice Fang", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." }, { "name": "Charge Through", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "You may do 60 damage plus 40 more damage and 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you do, Mamoswine does 40 damage to itself." @@ -558,20 +430,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Its impressive tusks are made of ice. The population thinned when it turned warm after the ice age.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal" }, @@ -584,14 +449,10 @@ "id": "dp6-10", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "58", "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -603,11 +464,7 @@ "attacks": [ { "name": "Extra Comet Punch", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, Metagross's Extra Comet Punch attack's base damage is 100." @@ -625,19 +482,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -650,31 +501,21 @@ "id": "dp6-11", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -686,18 +527,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -710,14 +546,10 @@ "id": "dp6-12", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -729,10 +561,7 @@ "attacks": [ { "name": "Frog Hop", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 40 more damage." @@ -744,17 +573,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It gathers groups of others as their leader. Its cries make Poliwag obey.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -767,14 +592,10 @@ "id": "dp6-13", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nosepass", "abilities": [ { @@ -786,11 +607,7 @@ "attacks": [ { "name": "Metal Bomber", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Choose a number of your opponent's Benched Pokémon up to the amount of Metal Energy attached to Probopass. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -802,19 +619,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It exudes strong magnetism from all over. It controls three small units call Mini-Noses.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal" }, @@ -827,14 +638,10 @@ "id": "dp6-14", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "56", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Speed Gain", @@ -845,12 +652,7 @@ "attacks": [ { "name": "Sky Judgement", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard all Energy attached to Rayquaza." @@ -868,19 +670,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -893,14 +689,10 @@ "id": "dp6-15", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "52", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Slow Start", @@ -911,12 +703,7 @@ "attacks": [ { "name": "Crush Grip", - "cost": [ - "Water", - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Water", "Fighting", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 40 instead of 120." @@ -928,20 +715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -954,14 +734,10 @@ "id": "dp6-16", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "44", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Curse Breath", @@ -972,9 +748,7 @@ "attacks": [ { "name": "Transfer Pain", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move 1 damage counter from 1 of your Pokémon to 1 of your opponent's Pokémon." @@ -986,18 +760,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A Pokémon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal" }, @@ -1010,33 +779,22 @@ "id": "dp6-17", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Sonic Wave", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Pursue and Turn", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage and switch Yanmega with 1 of your Benched Pokémon." @@ -1058,9 +816,7 @@ "artist": "Kent Kanetsuna", "rarity": "Rare Holo", "flavorText": "By churning its wings, it creates shock waves that inflict critical internal injuries to foes.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -1073,14 +829,10 @@ "id": "dp6-18", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "abilities": [ { @@ -1092,11 +844,7 @@ "attacks": [ { "name": "Crush Claw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 40 more damage." @@ -1108,18 +856,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "It went ashore after evolving. Its entire body is clad in a sturdy armor.", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -1132,14 +875,10 @@ "id": "dp6-19", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Time Walk", @@ -1150,9 +889,7 @@ "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1164,17 +901,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Known as \"The Being of Willpower.\" It sleeps at the bottom of a lake to keep the world in balance.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal" }, @@ -1187,31 +920,22 @@ "id": "dp6-20", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "38", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Parallel Gain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Remove 1 damage counter from each of your Pokémon." }, { "name": "Blend Pollen", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Does 40 damage plus 20 more damage for each Vileplume and each Bellossom you have in play. Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -1229,17 +953,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "When the heavy rainfall season ends, it is drawn out by warm sunlight to dance in the open.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -1252,32 +972,22 @@ "id": "dp6-21", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "attacks": [ { "name": "Drain Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Before doing damage, you may switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. If you do, this attack does 30 damage to the new Defending Pokémon. If the Defending Pokémon would be Knocked Out by this attack, you may remove all damage counters from Cradily." }, { "name": "Acid", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1289,19 +999,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It lives in the shallows of warm seas. When the tide goes out, it digs up prey from beaches.", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -1314,33 +1018,22 @@ "id": "dp6-22", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "attacks": [ { "name": "Gripthrow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand." }, { "name": "Prop-up Pinchers", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Crawdaunt has a Technical Machine card attached to it, this attack does 50 damage plus 30 more damage." @@ -1358,18 +1051,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It is a ruffian that uses its pincers to pick up and toss out other Pokémon from its pond.", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -1382,14 +1070,10 @@ "id": "dp6-23", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -1401,9 +1085,7 @@ "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon." @@ -1415,17 +1097,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -1438,14 +1116,10 @@ "id": "dp6-24", "name": "Deoxys Attack Forme", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -1456,11 +1130,7 @@ "attacks": [ { "name": "Psychic Boost", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your next turn, Deoxys's Psychic Boost attack's base damage is 20." @@ -1472,18 +1142,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "An alien virus that fell to earth on a meteor underwent a DNA mutation to become this Pokémon.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -1496,14 +1161,10 @@ "id": "dp6-25", "name": "Deoxys Defense Forme", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -1514,11 +1175,7 @@ "attacks": [ { "name": "Psychic Defense", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, prevent all effects of an attack, and any damage done to Deoxys by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -1530,18 +1187,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "An alien virus that fell to earth on a meteor underwent a DNA mutation to become this Pokémon.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -1554,14 +1206,10 @@ "id": "dp6-26", "name": "Deoxys Speed Forme", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -1572,10 +1220,7 @@ "attacks": [ { "name": "Speed Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1591,9 +1236,7 @@ "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "An alien virus that fell to earth on a meteor underwent a DNA mutation to become this Pokémon.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -1606,14 +1249,10 @@ "id": "dp6-27", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Ditto DNA", @@ -1627,17 +1266,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It has the ability to reconstitute its entire cellular structure to transform into whatever it sees.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -1650,14 +1285,10 @@ "id": "dp6-28", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "abilities": [ { @@ -1669,12 +1300,7 @@ "attacks": [ { "name": "Explosion", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Forretress does 40 damage to itself." @@ -1692,18 +1318,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "It is encased in a steel shell. Its peering eyes are all that can be seen of its mysterious innards.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -1716,31 +1337,21 @@ "id": "dp6-29", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Drought", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose up to 2 basic Fighting Energy cards from your hand and attach them to 1 of your Pokémon." }, { "name": "Major Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Fighting Energy attached to Groudon and this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1758,19 +1369,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "It had been asleep in underground magma ever since it fiercely fought Kyogre long ago.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -1783,14 +1388,10 @@ "id": "dp6-30", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Smelt", @@ -1801,11 +1402,7 @@ "attacks": [ { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin for each Metal Energy attached to Heatran. This attack does 40 damage plus 20 more damage for each heads." @@ -1817,19 +1414,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -1842,30 +1433,21 @@ "id": "dp6-31", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "One Desire", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for any 1 card. Shuffle your deck, then put that card on top of your deck." }, { "name": "Doom Desire", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy attached to Jirachi. The Defending Pokémon is Knocked Out at the end of your opponent's next turn." @@ -1883,17 +1465,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Satoshi Ohta", "rarity": "Rare", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -1906,31 +1484,21 @@ "id": "dp6-32", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Drizzle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose up to 2 basic Water Energy cards from your hand and attach them to 1 of your Pokémon." }, { "name": "High Tide", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard 2 Water Energy attached to Kyogre. This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1942,19 +1510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -1967,14 +1529,10 @@ "id": "dp6-33", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "abilities": [ { @@ -1986,19 +1544,14 @@ "attacks": [ { "name": "Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw 3 cards." }, { "name": "Cross-Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 30 more damage." @@ -2010,17 +1563,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "An extremely cautious Pokémon. It cloaks its body with its fluffy ear fur when it senses danger.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal" }, @@ -2033,14 +1582,10 @@ "id": "dp6-34", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Psychic Bind", @@ -2051,10 +1596,7 @@ "attacks": [ { "name": "Extrasensory", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 20 damage plus 50 more damage." @@ -2066,17 +1608,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Known as \"The Being of Emotion.\" It taught humans the nobility of sorrow, pain, and joy.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal" }, @@ -2089,32 +1627,22 @@ "id": "dp6-35", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Focus Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "If Poliwrath was damaged by an attack during your opponent's last turn, this attack does nothing." }, { "name": "Submission", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Poliwrath does 20 damage to itself." @@ -2126,18 +1654,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "With extremely tough muscles, it can keep swimming in the Pacific Ocean without resting.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -2150,14 +1673,10 @@ "id": "dp6-36", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "43", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Regi Move", @@ -2168,11 +1687,7 @@ "attacks": [ { "name": "Ice Reflect", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Regice was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed." @@ -2184,19 +1699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "Its body is made of ice from the ice age. It controls frigid air of -328 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal" }, @@ -2209,14 +1718,10 @@ "id": "dp6-37", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "48", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Recover Mechanism", @@ -2227,11 +1732,7 @@ "attacks": [ { "name": "Gigaton Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2243,20 +1744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "37", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -2269,14 +1763,10 @@ "id": "dp6-38", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "51", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Regi Cycle", @@ -2287,11 +1777,7 @@ "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage." @@ -2303,19 +1789,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "Its entire body is made of rock. If any part chips off in battle, it attaches rocks to repair itself.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal" }, @@ -2328,14 +1808,10 @@ "id": "dp6-39", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Regi Heal", @@ -2346,11 +1822,7 @@ "attacks": [ { "name": "Rotating Claws", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard an Energy card attached to Registeel. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Registeel." @@ -2368,20 +1840,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "39", "artist": "Kazuaki Aihara", "rarity": "Rare", "flavorText": "Tempered by pressure underground over tens of thousands of years, its body cannot be scratched.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal" }, @@ -2394,14 +1859,10 @@ "id": "dp6-40", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", "abilities": [ { @@ -2413,9 +1874,7 @@ "attacks": [ { "name": "Curse and Deceive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on the Defending Pokémon. If Shedinja has any damage counters on it, the Defending Pokémon is now Confused." @@ -2425,9 +1884,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "A discarded bug shell that came to life. Peering into the crack on its back is said to steal one's spirit.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal" }, @@ -2440,14 +1897,10 @@ "id": "dp6-41", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "White Smoke", @@ -2458,10 +1911,7 @@ "attacks": [ { "name": "Black Soot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned and Paralyzed." @@ -2473,18 +1923,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It burns coal inside its shell for energy. It blows out black soot if it is endangered.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -2497,14 +1942,10 @@ "id": "dp6-42", "name": "Unown !", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "!", @@ -2515,9 +1956,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage. If tails, Unown ! does 10 damage to itself, and this attack's damage isn't affected by Weakness or Resistance." @@ -2529,17 +1968,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2552,14 +1987,10 @@ "id": "dp6-43", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Set Up", @@ -2570,9 +2001,7 @@ "attacks": [ { "name": "Psychic Restore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may put Uxie and all cards attached to it on the bottom of your deck in any order." @@ -2584,17 +2013,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Known as \"The Being of Knowledge.\" It is said that it can wipe out the memory of those who see its eyes.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal" }, @@ -2607,32 +2032,22 @@ "id": "dp6-44", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Burning Scent", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Burned and Poisoned. Before applying these effects, you may switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Burned and Poisoned." }, { "name": "Energy Dissolve", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to the Defending Pokémon at the end of your opponent's next turn." @@ -2644,19 +2059,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It pools in its mouth a fluid with a honeylike scent, which is really an acid that dissolves anything.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -2669,14 +2078,10 @@ "id": "dp6-45", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "41", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -2688,11 +2093,7 @@ "attacks": [ { "name": "Disturbing Pollen", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent can't play any Trainer, Supporter, or Stadium cards from his or her hand during your opponent's next turn." @@ -2704,18 +2105,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its petals are the largest in the world. As it walks, it scatters extremely allergenic pollen.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -2728,34 +2124,23 @@ "id": "dp6-46", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Guard Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to Anorith by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "X-Scissor", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -2767,17 +2152,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A Pokémon ancestor that was reanimated from a fossil. It lived in the sea and hunted with claws.", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -2790,33 +2171,22 @@ "id": "dp6-47", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Eruption", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Each player discards the top of his or her deck. This attack does 30 damage plus 30 more damage for each Energy card discarded in this way." }, { "name": "Take Down", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Camerupt does 20 damage to itself." @@ -2828,19 +2198,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It has volcanoes on its back. If magma builds up in its body, it shudders, then erupts violently.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -2853,14 +2217,10 @@ "id": "dp6-48", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Temperament", @@ -2871,10 +2231,7 @@ "attacks": [ { "name": "Weather Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have a Stadium card in play, remove 3 damage counters from Castform. If your opponent has a Stadium card in play, this attack does 30 damage plus 30 more damage." @@ -2886,17 +2243,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "Its appearance changes with the weather. Recently, its molecules were found to be just like water.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -2909,14 +2262,10 @@ "id": "dp6-49", "name": "Castform Rain Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperament", @@ -2927,10 +2276,7 @@ "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The defending Pokémon is now Asleep." @@ -2942,17 +2288,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Emi Yoshida", "rarity": "Uncommon", "flavorText": "Its appearance changes with the weather. Recently, its molecules were found to be just like water.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -2965,14 +2307,10 @@ "id": "dp6-50", "name": "Castform Snow-Cloud Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperament", @@ -2983,10 +2321,7 @@ "attacks": [ { "name": "Hail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2998,17 +2333,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Its appearance changes with the weather. Recently, its molecules were found to be just like water.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -3021,14 +2352,10 @@ "id": "dp6-51", "name": "Castform Sunny Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Temperament", @@ -3039,10 +2366,7 @@ "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard a Fire Energy attached to Castform Sunny Form." @@ -3054,17 +2378,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Lee HyunJung", "rarity": "Uncommon", "flavorText": "Its appearance changes with the weather. Recently, its molecules were found to be just like water.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -3077,36 +2397,23 @@ "id": "dp6-52", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rising Lunge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -3118,17 +2425,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "If its body takes on an aura, the weather changes instantly. It is said to live in seas and lakes.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -3141,32 +2444,22 @@ "id": "dp6-53", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Expand", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, any damage done to Drifblim by attacks is reduced by 10 (after applying Weakness and Resistance)." }, { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -3188,9 +2481,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It's drowzy in daytime, but flies off in the evening in big groups. No one knows where they go.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -3203,30 +2494,22 @@ "id": "dp6-54", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Psychic Strategy", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Each player counts the number of cards in his or her opponent's hand. Each player shuffles his or her hand into his or her deck. Then, each player draws a number of cards up to the number of cards his or her opponent had. (You draw your cards first.)" }, { "name": "Super Eggsplosion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "50×", "text": "Discard as many Energy cards as you like attached to your Pokémon. For each Energy card you discarded, flip a coin. This attack does 50 damage times the number of heads." @@ -3238,17 +2521,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is called \"The Walking Jungle.\" If a head grows too big, it falls off and becomes an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -3261,31 +2540,22 @@ "id": "dp6-55", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Sharp Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 40 more damage." @@ -3303,17 +2573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -3326,31 +2592,22 @@ "id": "dp6-56", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Magical Step", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Confused. Put 6 damage counters instead of 3 on the Confused Pokémon." }, { "name": "Grind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to Grumpig." @@ -3362,18 +2619,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It uses black pearls to amplify its psycho-power. It does an odd dance to gain control over foes.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -3386,14 +2638,10 @@ "id": "dp6-57", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndour", "abilities": [ { @@ -3405,19 +2653,14 @@ "attacks": [ { "name": "Burning Sensation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If tails, discard 2 Fire Energy attached to Houndoom." @@ -3429,17 +2672,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Long ago, people imagined its eerie howls to be the call of the grim reaper.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -3452,32 +2691,22 @@ "id": "dp6-58", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Rushing Water", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon." }, { "name": "Confuse Ray", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon is now Confused." @@ -3489,17 +2718,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Lanturn's light can shine up from great depths. It is nicknamed \"The Deep-Sea Star.\"", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -3512,32 +2737,22 @@ "id": "dp6-59", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Energy Split", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Water Energy attached to Lanturn." @@ -3549,18 +2764,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Lanturn's light can shine up from great depths. It is nicknamed \"The Deep-Sea Star.\"", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -3573,31 +2783,22 @@ "id": "dp6-60", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Comet Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." }, { "name": "Baton Pass", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "You may switch Ledian with 1 of your Benched Pokémon. If you do, move as many Energy cards attached to Ledian as you like to the new Active Pokémon." @@ -3615,17 +2816,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It uses starlight as energy. When more stars appear at night, the patterns on its back grow larger.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -3638,32 +2835,22 @@ "id": "dp6-61", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Focus Blast", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spike Lariat", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 60 damage plus 20 more damage." @@ -3675,17 +2862,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It has the ability to sense the auras of all things. It understands human speech.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -3698,36 +2881,23 @@ "id": "dp6-62", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thunderous Claw", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, discard all Lightning Energy attached to Luxio." @@ -3745,17 +2915,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal" }, @@ -3768,31 +2934,22 @@ "id": "dp6-63", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Heavy Bone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, Marowak can't use Heavy Bone during your next turn." }, { "name": "Bone Rush", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip a coin until you get tails. This attack does 50 damage times the number of heads." @@ -3810,18 +2967,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "From its birth, this savage Pokémon constantly holds bones. It is skilled in using them as weapons.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -3834,36 +2986,23 @@ "id": "dp6-64", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Metang during your opponent's next turn." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3881,18 +3020,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -3905,36 +3039,23 @@ "id": "dp6-65", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Bullet Punch", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 40 damage plus 20 more damage for each heads." @@ -3952,18 +3073,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -3976,31 +3092,22 @@ "id": "dp6-66", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Bite On", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon can't attack, retreat, or use any Poké-Powers during your opponent's next turn." }, { "name": "Harass", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of Pokémon you have in play." @@ -4018,17 +3125,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It chases down prey in a pack. It will never disobey the commands of a skilled Trainer.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -4041,18 +3144,12 @@ "id": "dp6-67", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Cast-off Shell", @@ -4063,9 +3160,7 @@ "attacks": [ { "name": "Chip Off", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If your opponent has 6 or more cards in his or her hand, discard a number of cards without looking until your opponent has 5 cards left in his or her hand." @@ -4087,9 +3182,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Because it moves so quickly, it sometimes becomes unseeable. It congregates around tree sap.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal" }, @@ -4102,32 +3195,22 @@ "id": "dp6-68", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Fasten Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 10 more damage." @@ -4143,9 +3226,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A very haughty Pokémon. Among fans, the size of the jewel in its forehead is a topic of much talk.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -4158,37 +3239,23 @@ "id": "dp6-69", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Charge Dash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may do 30 damage plus 30 more damage. If you do, Piloswine does 30 damage to itself." }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Asleep." @@ -4206,19 +3273,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its shaggy coat makes it unable to see. It checks surroundings with its sensitive nose instead.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -4231,35 +3292,23 @@ "id": "dp6-70", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Aqua Pump", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30+", "text": "You may discard up to 2 Water Energy cards from your hand. If you do, this attack does 30 damage plus 10 more damage for each Energy card you discarded." }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4271,17 +3320,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its spines provide protection. Its fins and bones are prized as traditional medicine ingredients.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -4294,30 +3339,22 @@ "id": "dp6-71", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Star Boomerang", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "You may return Starmie and all cards attached to it to your hand." }, { "name": "Core Flash", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any Poké-Powers or Poké-Bodies. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4333,9 +3370,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "At the center of its body is a red core, which sends mysterious radio signals into the night sky.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -4348,33 +3383,22 @@ "id": "dp6-72", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Swallow Up", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Swalot. If the Defending Pokémon has fewer remaining HP than Swalot's, this attack does 80 damage instead." }, { "name": "Gunk Shot", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -4386,18 +3410,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It swallows anything whole. It sweats toxic fluids from its follicles to douse foes.", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal" }, @@ -4410,14 +3429,10 @@ "id": "dp6-73", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "abilities": [ { @@ -4429,10 +3444,7 @@ "attacks": [ { "name": "Mach Descent", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Swellow was on your Bench this turn, this attack's base damage is 60 instead of 30." @@ -4450,17 +3462,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It circles the sky in search of prey. When it spots one, it dive steeply to catch the prey.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -4473,32 +3481,21 @@ "id": "dp6-74", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Herd Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin for each Tauros you have in play. This attack does 20 damage times the number of heads." }, { "name": "Thrash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, Tauros does 10 damage to itself." @@ -4510,18 +3507,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Once it takes aim at its foe, it makes a headlong charge. It is famous for its violent nature.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -4534,32 +3526,22 @@ "id": "dp6-75", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Tentacle Strike", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your opponent's discard pile for up to 2 Energy cards and attach them to any of your opponent's Pokémon in any way you like. For each Energy card attached in this way, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dangerous Poison", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Tentacruel has less Energy attached to it than the Defending Pokémon, the Defending Pokémon is now Paralyzed and Poisoned." @@ -4571,17 +3553,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "With 80 tentacles for ensnaring victims, it prevents escape until the prey is weakened by poison.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -4594,14 +3572,10 @@ "id": "dp6-76", "name": "Unown J", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "JUNK", @@ -4612,9 +3586,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove the Special Condition Asleep from the Defending Pokémon." @@ -4626,17 +3598,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4649,14 +3617,10 @@ "id": "dp6-77", "name": "Unown R", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "RETIRE", @@ -4667,9 +3631,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Move any number of basic Energy cards attached to your Pokémon to your other Pokémon in any way you like." @@ -4681,17 +3643,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4704,14 +3662,10 @@ "id": "dp6-78", "name": "Unown U", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "UNSEEN", @@ -4722,9 +3676,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any 1 card and discard it. Shuffle your deck afterward." @@ -4736,17 +3688,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4759,14 +3707,10 @@ "id": "dp6-79", "name": "Unown V", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "VACATION", @@ -4777,9 +3721,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4791,17 +3733,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4814,14 +3752,10 @@ "id": "dp6-80", "name": "Unown W", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "WALL", @@ -4832,11 +3766,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Draw a card." @@ -4848,19 +3778,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Kazuaki Aihara", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4873,14 +3797,10 @@ "id": "dp6-81", "name": "Unown Y", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "YAWN", @@ -4891,10 +3811,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 2 Trainer cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4906,17 +3823,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kazuaki Aihara", "rarity": "Uncommon", "flavorText": "Shaped like an ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4929,14 +3842,10 @@ "id": "dp6-82", "name": "Unown ?", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "?", @@ -4947,9 +3856,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Discard up to 2 cards from your hand. For each card you discarded, draw a card." @@ -4961,17 +3868,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kazuaki Aihara", "rarity": "Uncommon", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4984,17 +3887,11 @@ "id": "dp6-83", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Metal Chain", @@ -5005,10 +3902,7 @@ "attacks": [ { "name": "Take Down", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Beldum does 10 damage to itself." @@ -5026,18 +3920,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It converses with others by using magnetic pulses. In a swarm, they move in perfect unison.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -5050,33 +3939,22 @@ "id": "dp6-84", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Allure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5094,17 +3972,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It converses with others by using magnetic pulses. In a swarm, they move in perfect unison.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -5117,32 +3991,22 @@ "id": "dp6-85", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Bind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't use any Poké-Powers during your opponent's next turn." }, { "name": "Careless Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Bellsprout does 10 damage to itself." @@ -5154,17 +4018,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It prefers hot and humid environments. It is quick at capturing prey with its vines.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -5177,33 +4037,22 @@ "id": "dp6-86", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions and 4 damage counters from Buneary. Buneary is now Asleep." }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5215,17 +4064,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It slams foes by sharply uncoiling its rolled ears. It stings enough to make a grown-up cry in pain.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -5238,32 +4083,22 @@ "id": "dp6-87", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Water"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5275,18 +4110,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It discharges positive and negative electricity from its antenna tips to shock its foes.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -5299,33 +4129,22 @@ "id": "dp6-88", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aqua Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Chinchou has any Water Energy attached to it, this attack does 20 damage plus 10 more damage." @@ -5337,17 +4156,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It discharges positive and negative electricity from its antenna tips to shock its foes.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -5360,33 +4175,22 @@ "id": "dp6-89", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Irongrip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5398,17 +4202,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Its hardy vitality enables it to adapt to any environment. Its pincers will never release prey.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -5421,33 +4221,22 @@ "id": "dp6-90", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bonemerang", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5465,17 +4254,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When it thinks of its dead mother, it cries. Its crying makes the skull it wears rattle hollowly.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -5488,33 +4273,22 @@ "id": "dp6-91", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5526,17 +4300,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is called the \"Mirage Pokémon\" because so few have seen it. Its shed skin has been found.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -5549,33 +4319,22 @@ "id": "dp6-92", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5593,17 +4352,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -5616,32 +4371,22 @@ "id": "dp6-93", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 in any combination of Grass Basic Pokémon and Psychic Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -5653,17 +4398,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its six eggs converse using telepathy. They can quickly gather if they become separated.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -5676,32 +4417,22 @@ "id": "dp6-94", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Light Poison", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Jump On", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -5719,17 +4450,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It sails on the winds with its limbs extended to strike from the sky. It aims for the prey's face.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -5742,33 +4469,22 @@ "id": "dp6-95", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Slash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5786,17 +4502,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It sails on the winds with its limbs extended to strike from the sky. It aims for the prey's face.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -5809,35 +4521,23 @@ "id": "dp6-96", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Frustration", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5849,17 +4549,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "The honey it drools from its mouth smells so atrocious, it can curl noses more than a mile away.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -5872,35 +4568,23 @@ "id": "dp6-97", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Space Out", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 2 damage counters from Gloom. Gloom is now Asleep." }, { "name": "Stinky Nectar", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." @@ -5912,18 +4596,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The honey it drools from its mouth smells so atrocious, it can curl noses more than a mile away.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -5936,32 +4615,22 @@ "id": "dp6-98", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Gastro Acid", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5973,18 +4642,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Almost all its body is its stomach. Its harsh digestive juices quickly dissolve anything it swallows.", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -5997,30 +4661,21 @@ "id": "dp6-99", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Counter Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Hitmonchan is damaged by an opponent's attack (even if Hitmonchan is Knocked Out), put 4 damage counters on the Attacking Pokémon." }, { "name": "Gut Strike", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Tyrogue is anywhere under Hitmonchan, this attack's base damage is 60 instead of 30." @@ -6032,17 +4687,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The arm-twisting punches it throws pulverize even concrete. It rests after three minutes of fighting.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -6055,32 +4706,21 @@ "id": "dp6-100", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Gut Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Tyrogue is anywhere under Hitmonlee, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6092,17 +4732,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its legs can stretch double. First-time foes are startled by its extensible reach.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -6115,32 +4751,21 @@ "id": "dp6-101", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Triple Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Gut Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Tyrogue is anywhere under Hitmontop, you may switch Hitmontop with 1 of your Benched Pokémon." @@ -6152,17 +4777,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It fights while spinning like a top. The centrifugal force boosts its destructive power by ten.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -6175,32 +4796,22 @@ "id": "dp6-102", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch Horsea with 1 of your Benched Pokémon." @@ -6212,17 +4823,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -6235,32 +4842,22 @@ "id": "dp6-103", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6278,17 +4875,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It conveys its feelings using different cries. It works in a pack to cleverly take down prey.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -6301,33 +4894,22 @@ "id": "dp6-104", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double-edge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Ledyba does 10 damage to itself." @@ -6345,17 +4927,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It is so timid, it can't move if it isn't with a swarm of others. It conveys its feelings with scent.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -6368,34 +4946,23 @@ "id": "dp6-105", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 2 damage counters from Lileep." @@ -6407,18 +4974,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It lived on the seafloor 100 million years ago and was reanimated scientifically.", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -6431,33 +4993,22 @@ "id": "dp6-106", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, draw a card." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -6469,17 +5020,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It is nocturnal in nature. If it spots something shiny, its eyes glitter brightly.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -6492,32 +5039,22 @@ "id": "dp6-107", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Show Off", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Payback", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent has only 1 Prize card left, this attack does 10 damage plus 20 more damage." @@ -6535,17 +5072,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It loves to sneak up on people late at night, then startle them with its shrieklike cry.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -6558,32 +5091,22 @@ "id": "dp6-108", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Big Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -6595,17 +5118,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It grows underground, sensing its surroundings using antennae instead of its virtually blind eyes.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -6618,33 +5137,22 @@ "id": "dp6-109", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Nose Poke", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Probopass is on your Bench, this attack does 20 damage plus 20 more damage." @@ -6656,17 +5164,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its nose is a magnet. As a result, this Pokémon always keeps its face pointing north.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -6679,34 +5183,22 @@ "id": "dp6-110", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Singe", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -6718,18 +5210,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its humped back stores intensely hot magma. In rain, the magma cools, slowing its movement.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -6742,32 +5229,22 @@ "id": "dp6-111", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Oddish." @@ -6779,17 +5256,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Hiroki Fuchino", "rarity": "Common", "flavorText": "It often plants its root feet in the ground during the day and sows seeds as it walks about at night.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -6802,33 +5275,22 @@ "id": "dp6-112", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Psychic"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Ram", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6840,17 +5302,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It often plants its root feet in the ground during the day and sows seeds as it walks about at night.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -6863,33 +5321,22 @@ "id": "dp6-113", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Selfdestruct", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Pineco does 50 damage to itself." @@ -6901,17 +5348,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It looks just like a pinecone. Its shell protects it from bird Pokémon that peck it by mistake.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -6924,32 +5367,22 @@ "id": "dp6-114", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Twiddle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep." @@ -6961,17 +5394,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its skin is so thin, its internal organs are visible. It has trouble walking on its newly grown feet.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -6984,37 +5413,23 @@ "id": "dp6-115", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7026,17 +5441,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "The spiral pattern on its belly subtly undulates. Staring at it gradually causes drowsiness.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -7049,33 +5460,22 @@ "id": "dp6-116", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Corner", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -7093,17 +5493,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A Pokémon with a persistent nature, it chases its chosen prey until the prey becomes exhausted.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -7116,33 +5512,22 @@ "id": "dp6-117", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7154,17 +5539,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -7177,33 +5558,22 @@ "id": "dp6-118", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Recharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card attach it to Shinx. Shuffle your deck afterward." }, { "name": "Double Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7221,17 +5591,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -7244,32 +5610,22 @@ "id": "dp6-119", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7281,17 +5637,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -7304,33 +5656,22 @@ "id": "dp6-120", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Rob", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand. If your opponent has any Pokémon Tool or Technical Machine cards in his or her hand, put those cards on top of his or her deck. Your opponent shuffles his or her deck afterward." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7348,17 +5689,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It feeds on eggs stolen from nests. Its sharply hooked claws rip vulnerable spots on prey.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -7371,33 +5708,22 @@ "id": "dp6-121", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Bounce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may switch Spoink with 1 of your Benched Pokémon." @@ -7409,17 +5735,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It bounces constantly, using its tail like a spring. The shock of bouncing keeps its heart beating.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -7432,33 +5754,22 @@ "id": "dp6-122", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy attached to Staryu and remove 3 damage counters from Staryu." }, { "name": "Spinning Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7470,17 +5781,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its body is virtually composed of water. It shoots strange beams from its crystal-like eyes.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -7493,33 +5800,22 @@ "id": "dp6-123", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Sniff Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put any 1 card from your discard pile into your hand." }, { "name": "Lunge Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7537,18 +5833,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "123", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It loves eating mushrooms that grow under dead grass. It also finds hot springs while foraging.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -7561,32 +5852,22 @@ "id": "dp6-124", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Taillow's Peck attack's base damage is 30." }, { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7604,17 +5885,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Takao Unno", "rarity": "Common", "flavorText": "It has a gutsy spirit that makes it bravely take on tough foes. It flies in search of warm climates.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -7627,32 +5904,22 @@ "id": "dp6-125", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Crystal Barrier", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Tentacool during your opponent's next turn." }, { "name": "Mysterious Beam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -7664,17 +5931,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its body is virtually composed of water. It shoots strange beams from its crystal-like eyes.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -7687,19 +5950,11 @@ "id": "dp6-126", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "abilities": [ { "name": "Baby Evolution", @@ -7710,9 +5965,7 @@ "attacks": [ { "name": "Gut Blow", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 10 damage plus 20 more damage and Tyrogue does 10 damage to itself." @@ -7724,17 +5977,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It is famous for its eagerness to fight and always nurses injuries from challenging larger foes.", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -7747,34 +5996,23 @@ "id": "dp6-127", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -7786,18 +6024,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A Pokémon that appears to be a plant. It captures unwary prey by dousing them with a toxic powder.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -7810,33 +6043,22 @@ "id": "dp6-128", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "U-turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch Yanma with 1 of your Benched Pokémon." }, { "name": "Agility", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Yanma during your opponent's next turn." @@ -7854,17 +6076,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its eyes can see 360 degrees without moving its head. It won't miss prey—even those behind it.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -7877,9 +6095,7 @@ "id": "dp6-129", "name": "Bubble Coat", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Bubble Coat to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as Bubble Coat is attached to a Pokémon, that Pokémon has no Weakness. If that Pokémon is damaged by an opponent's attack, discard this card at the end of the turn." @@ -7899,9 +6115,7 @@ "id": "dp6-130", "name": "Buck's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 2 cards. As long as Buck's Training is next to your Active Pokémon, each of your Active Pokémon's attacks does 10 more damage to the Active Pokémon (before applying Weakness and Resistance)." @@ -7921,9 +6135,7 @@ "id": "dp6-131", "name": "Cynthia's Feelings", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, draw 4 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 4 more cards." @@ -7943,9 +6155,7 @@ "id": "dp6-132", "name": "Energy Pickup", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to 1 of your Pokémon." ], @@ -7964,9 +6174,7 @@ "id": "dp6-133", "name": "Poké Radar", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 5 cards of your deck, choose as many Pokémon as you like, show them to your opponent, and put them into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward." ], @@ -7985,9 +6193,7 @@ "id": "dp6-134", "name": "Snowpoint Temple", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Pokémon that isn't an Evolved Pokémon in play (both yours and your opponent's) gets +20 HP." @@ -8007,9 +6213,7 @@ "id": "dp6-135", "name": "Stark Mountain", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, that player may choose a Fire or Fighting Energy attached to 1 of his or her Pokémon and move that Energy to 1 of his or her Pokémon." @@ -8029,18 +6233,14 @@ "id": "dp6-136", "name": "Technical Machine TS-1", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own." ], "attacks": [ { "name": "Evoluter", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." @@ -8061,18 +6261,14 @@ "id": "dp6-137", "name": "Technical Machine TS-2", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own." ], "attacks": [ { "name": "Devoluter", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 of your opponent's Evolved Pokémon (excluding Pokémon LV.X). Remove the highest Stage Evolution card from that Pokémon and put that card back into your opponent's hand." @@ -8093,9 +6289,7 @@ "id": "dp6-138", "name": "Claw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Claw Fossil as if it were a Colorless Basic Pokémon. (Claw Fossil counts as a Trainer card as well, but if Claw Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Claw Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Claw Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -8122,9 +6316,7 @@ "id": "dp6-139", "name": "Root Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Root Fossil as if it were a Colorless Basic Pokémon. (Root Fossil counts as a Trainer card as well, but if Root Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Root Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Root Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -8151,14 +6343,10 @@ "id": "dp6-140", "name": "Azelf LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Azelf", "rules": [ "Put this card onto your Active Azelf. Azelf LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8173,9 +6361,7 @@ "attacks": [ { "name": "Deep Balance", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Put 1 damage counter on that Pokémon for each Energy attached to all of your opponent's Pokémon." @@ -8187,16 +6373,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal" }, @@ -8209,14 +6391,10 @@ "id": "dp6-141", "name": "Gliscor LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gliscor", "rules": [ "Put this card onto your Active Gliscor. Gliscor LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8231,10 +6409,7 @@ "attacks": [ { "name": "Night Slash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "You may switch Gliscor with 1 of your Benched Pokémon." @@ -8255,9 +6430,7 @@ "number": "141", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -8270,14 +6443,10 @@ "id": "dp6-142", "name": "Magnezone LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnezone", "rules": [ "Put this card onto your Active Magnezone. Magnezone LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8292,10 +6461,7 @@ "attacks": [ { "name": "Cyber Shock", - "cost": [ - "Lightning", - "Metal" - ], + "cost": ["Lightning", "Metal"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard a Lightning Energy and a Metal Energy attached to Magnezone. The Defending Pokémon is now Paralyzed." @@ -8313,19 +6479,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "142", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -8338,14 +6497,10 @@ "id": "dp6-143", "name": "Mesprit LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mesprit", "rules": [ "Put this card onto your Active Mesprit. Mesprit LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8353,19 +6508,14 @@ "attacks": [ { "name": "Healing Look", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 3 damage counters from each of your Benched Pokémon." }, { "name": "Supreme Blast", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "200", "text": "If don't have Uxie LV.X and Azelf LV.X in play, this attack does nothing. Discard all Energy attached to Mesprit." @@ -8377,16 +6527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal" }, @@ -8399,14 +6545,10 @@ "id": "dp6-144", "name": "Mewtwo LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo", "rules": [ "Put this card onto your Active Mewtwo. Mewtwo LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8421,11 +6563,7 @@ "attacks": [ { "name": "Giga Burn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy attached to Mewtwo." @@ -8437,17 +6575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "144", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -8460,14 +6593,10 @@ "id": "dp6-145", "name": "Rhyperior LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyperior", "rules": [ "Put this card onto your Active Rhyperior. Rhyperior LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8475,20 +6604,14 @@ "attacks": [ { "name": "Hard Crush", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "50×", "text": "Discard the top 5 cards from your deck. This attack does 50 damage for each Energy card you discarded." }, { "name": "Upthrow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Search your discard pile for all Fighting Energy cards, show them to your opponent, and shuffle them into your deck." @@ -8506,19 +6629,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "145", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal" }, @@ -8531,14 +6647,10 @@ "id": "dp6-146", "name": "Uxie LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Uxie", "rules": [ "Put this card onto your Active Uxie. Uxie LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8553,10 +6665,7 @@ "attacks": [ { "name": "Zen Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Uxie can't use Zen Blade during your next turn." @@ -8568,16 +6677,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/dp7.json b/cards/en/dp7.json index fb38c1421..3f467263f 100644 --- a/cards/en/dp7.json +++ b/cards/en/dp7.json @@ -3,14 +3,10 @@ "id": "dp7-1", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -22,21 +18,14 @@ "attacks": [ { "name": "Damage Even", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of damage counters on Dusknoir. Put that many damage counters on 1 of your opponent's Pokémon." }, { "name": "Night Spin", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Prevent all effects of an attack, including damage, done to Dusknoir by your opponent's Pokémon that has 2 or less Energy attached to it during your opponent's next turn." @@ -54,18 +43,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -78,14 +61,10 @@ "id": "dp7-2", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Prinplup", "abilities": [ { @@ -97,21 +76,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to Empoleon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -123,17 +95,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -146,14 +113,10 @@ "id": "dp7-3", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Monferno", "abilities": [ { @@ -165,22 +128,14 @@ "attacks": [ { "name": "Close Combat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, any damage done to Infernape by attacks is increased by 30 (after applying Weakness and Resistance)." }, { "name": "Spreading Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 2 Fire Energy attached to Infernape and this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -195,9 +150,7 @@ "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -210,14 +163,10 @@ "id": "dp7-4", "name": "Lumineon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Finneon", "abilities": [ { @@ -229,18 +178,14 @@ "attacks": [ { "name": "Quick Swim", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Elegant Swim", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Lumineon during your opponent's next turn." @@ -255,9 +200,7 @@ "number": "4", "artist": "Kent Kanetsuna", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal" }, @@ -270,14 +213,10 @@ "id": "dp7-5", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "44", "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -289,21 +228,14 @@ "attacks": [ { "name": "Speed Shot", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Crush Volt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to Magnezone." @@ -321,17 +253,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -344,14 +271,10 @@ "id": "dp7-6", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -363,11 +286,7 @@ "attacks": [ { "name": "Gyro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may switch Magnezone with 1 of your Benched Pokémon. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -385,19 +304,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Tomoaki Imakuni", "rarity": "Rare Holo", "flavorText": "It evolved from exposure to a special magnetic field. Three units generate magnetism.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -410,31 +323,22 @@ "id": "dp7-7", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Crash Chant", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20×", "text": "Choose up to 4 in any combination of Pokémon Tool cards and Technical Machine cards in play (both yours and your opponent's) and discard them. This attack does 20 damage times the number of cards discarded in this way." }, { "name": "Horror Chant", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If your opponent has 4 or more Benched Pokémon, choose 1 of them and return that Pokémon and all cards attached to it to your opponent's hand." @@ -452,16 +356,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -474,43 +374,29 @@ "id": "dp7-8", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Slice", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "Raichu can't use Slice during your next turn." }, { "name": "Split Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Move an Energy card attached to Raichu to 1 of your Benched Pokémon." }, { "name": "Burst Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 3 Energy attached to any of your Pokémon in any way you like." @@ -531,9 +417,7 @@ "number": "8", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -546,14 +430,10 @@ "id": "dp7-9", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Regi Form", @@ -564,22 +444,14 @@ "attacks": [ { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Giga Power", - "cost": [ - "Water", - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Water", "Fighting", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "You may do 60 damage plus 40 more damage. If you do, Regigigas does 40 damage to itself." @@ -591,19 +463,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -616,14 +481,10 @@ "id": "dp7-10", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -635,22 +496,14 @@ "attacks": [ { "name": "Poison Leaf", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Slice Drain", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Remove 2 damage counters from Sceptile." @@ -668,16 +521,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Suwama Chiaki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -690,14 +539,10 @@ "id": "dp7-11", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Grotle", "abilities": [ { @@ -709,22 +554,14 @@ "attacks": [ { "name": "Crash Impact", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Torterra does 20 damage to itself. Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Land Shake", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your opponent's next turn, when your opponent puts a Basic Pokémon from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon." @@ -742,19 +579,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -767,14 +597,10 @@ "id": "dp7-12", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "abilities": [ { @@ -786,21 +612,14 @@ "attacks": [ { "name": "Snow Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 20 damage to each of your opponent's Benched Pokémon, excluding Grass Pokémon and Water Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Below Zero", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Abomasnow evolved from Snover during this turn, the Defending Pokémon is now Paralyzed." @@ -812,18 +631,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal" }, @@ -836,14 +649,10 @@ "id": "dp7-13", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -855,21 +664,14 @@ "attacks": [ { "name": "Strange Spin", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Confused." }, { "name": "Heavy Potential", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put a number of damage counters on each of your opponent's Pokémon equal to the number of Colorless Energy in that Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." @@ -887,18 +689,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -911,14 +707,10 @@ "id": "dp7-14", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -930,20 +722,14 @@ "attacks": [ { "name": "Salty-sweet Pollen", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "Remove 2 damage counters from 1 of your Pokémon." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -961,16 +747,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Suwama Chiaki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -983,42 +765,29 @@ "id": "dp7-15", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Scorpion Grapple", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Cross Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads. If 2 or more of them are heads, the Defending Pokémon is now Poisoned." }, { "name": "Derail", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard all Special Energy cards attached to the Defending Pokémon." @@ -1030,18 +799,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Kent Kanetsuna", "rarity": "Rare", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal" }, @@ -1054,40 +817,29 @@ "id": "dp7-16", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Delivery", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Lifting", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. For each Basic Pokémon you put onto your Bench, you may search your deck for a basic Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "Ominous Wind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn." @@ -1108,9 +860,7 @@ "number": "16", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -1123,14 +873,10 @@ "id": "dp7-17", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -1142,11 +888,7 @@ "attacks": [ { "name": "Darkness Mist", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 60 damage plus 20 more damage." @@ -1164,18 +906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Tomoaki Imakuni", "rarity": "Rare", "flavorText": "The antenna on its head captures radio waves from the world of spirits that command it to take people there.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -1188,14 +925,10 @@ "id": "dp7-18", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -1207,19 +940,14 @@ "attacks": [ { "name": "Shadow Room", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on 1 of your opponent's Pokémon. If that Pokémon has any Poké-Powers, put 6 damage counters on that Pokémon instead." }, { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand." @@ -1240,9 +968,7 @@ "number": "18", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1255,44 +981,29 @@ "id": "dp7-19", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "52", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Tail Revenge", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30×", "text": "Does 30 damage times the number of Magikarp in your discard pile." }, { "name": "Wreak Havoc", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin until you get tails. For each heads, discard the top card from your opponent's deck." }, { "name": "Dragon Beat", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Flip a coin. If heads, discard an Energy card from each of your opponent's Pokémon." @@ -1310,18 +1021,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -1334,43 +1039,29 @@ "id": "dp7-20", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "62", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Take Out", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is Knocked Out instead of damaged by this attack." }, { "name": "Hurricane Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." }, { "name": "Rage", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each damage counter on Machamp." @@ -1382,17 +1073,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -1405,35 +1091,22 @@ "id": "dp7-21", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Ramming Strike", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads or you may start again. Each time you start again, put 2 damage counters on Mamoswine. (If Mamoswine would be Knocked Out, you can't start again.)" }, { "name": "Parade", - "cost": [ - "Water", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Swinub on your Bench, plus 20 more damage for each Piloswine on your Bench, and 40 more damage for each Mamoswine on your Bench." @@ -1462,9 +1135,7 @@ "number": "21", "artist": "Kent Kanetsuna", "rarity": "Rare", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal" }, @@ -1477,14 +1148,10 @@ "id": "dp7-22", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -1496,20 +1163,14 @@ "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Shooting Fire", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Fire Energy attached to Rapidash and choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1524,9 +1185,7 @@ "number": "22", "artist": "Suwama Chiaki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -1539,14 +1198,10 @@ "id": "dp7-23", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Roselia", "abilities": [ { @@ -1558,21 +1213,14 @@ "attacks": [ { "name": "Bowed Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If heads, discard an Energy card attached to that Pokémon." }, { "name": "Deep Poison", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is Poisoned, this attack does 50 damage plus 30 more damage." @@ -1584,16 +1232,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -1606,14 +1250,10 @@ "id": "dp7-24", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "66", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -1625,22 +1265,14 @@ "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Steam Twister", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard a Fire Energy and a Water Energy attached to Salamence." @@ -1658,18 +1290,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -1682,14 +1308,10 @@ "id": "dp7-25", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Scyther", "abilities": [ { @@ -1701,20 +1323,14 @@ "attacks": [ { "name": "Accelerate", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is Knocked Out by this attack, prevent all effects of an attack, including damage, done to Scizor during your opponent's next turn." }, { "name": "Pound Down", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you don't have any Pokémon with any Poké-Powers in play, this attack does 40 damage plus 30 more damage." @@ -1726,16 +1342,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -1748,14 +1360,10 @@ "id": "dp7-26", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "abilities": [ { @@ -1767,21 +1375,14 @@ "attacks": [ { "name": "Poison Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Plunder", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." @@ -1799,17 +1400,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal" }, @@ -1822,14 +1418,10 @@ "id": "dp7-27", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "64", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "abilities": [ { @@ -1841,20 +1433,14 @@ "attacks": [ { "name": "Strong Breeze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 1 of your opponent's Benched Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward." }, { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1875,9 +1461,7 @@ "number": "27", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal" }, @@ -1890,33 +1474,22 @@ "id": "dp7-28", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "63", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Outbreak Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a number of your opponent's Pokémon up to the amount of Energy attached to Steelix. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Flip a coin until you get tails. This attack does 100 damage times the number of heads." @@ -1934,20 +1507,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "28", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Tempered underground under high pressure and heat, its body is harder than any metal.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -1960,14 +1526,10 @@ "id": "dp7-29", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "abilities": [ { @@ -1979,22 +1541,14 @@ "attacks": [ { "name": "Green Acid", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip 2 coins. If the first coin is heads, the Defending Pokémon is now Confused. If the second coin is heads, the Defending Pokémon is now Poisoned." }, { "name": "Reaching Vine", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2012,18 +1566,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal" }, @@ -2036,14 +1584,10 @@ "id": "dp7-30", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "61", "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "abilities": [ { @@ -2055,23 +1599,14 @@ "attacks": [ { "name": "Grind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to Tyranitar." }, { "name": "Spinning Tail", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2089,19 +1624,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -2114,14 +1642,10 @@ "id": "dp7-31", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "abilities": [ { @@ -2133,19 +1657,14 @@ "attacks": [ { "name": "Bee Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "After your attack, remove from Vespiquen the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Bee Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If both are heads, the Defending Pokémon is now Burned, Paralyzed, and Poisoned." @@ -2163,16 +1682,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kent Kanetsuna", "rarity": "Rare", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal" }, @@ -2185,14 +1700,10 @@ "id": "dp7-32", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -2204,20 +1715,14 @@ "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -2229,18 +1734,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal" }, @@ -2253,17 +1752,11 @@ "id": "dp7-33", "name": "Budew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Roselia" - ], + "types": ["Psychic"], + "evolvesTo": ["Roselia"], "abilities": [ { "name": "Baby Evolution", @@ -2274,9 +1767,7 @@ "attacks": [ { "name": "Buddy-buddy", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -2288,16 +1779,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 406 - ], + "nationalPokedexNumbers": [406], "legalities": { "unlimited": "Legal" }, @@ -2310,35 +1797,23 @@ "id": "dp7-34", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Dark One-eye", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard a card from your hand. If you do, your opponent discards a card from his or her hand." }, { "name": "Ambush", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2356,17 +1831,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Its body is hollow. It is said that those who look into its body are sucked into the void.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -2379,36 +1850,23 @@ "id": "dp7-35", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Trick Room", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have a Stadium card in play, this attack does 40 damage plus 20 more damage. If your opponent has a Stadium card in play, remove 2 damage counters from Dusclops." @@ -2426,17 +1884,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Its body is hollow. It is said that those who look into its body are sucked into the void.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -2449,14 +1903,10 @@ "id": "dp7-36", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -2468,20 +1918,14 @@ "attacks": [ { "name": "Low Current", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "If Electrode was damaged by an attack during your opponent's last turn, the Defending Pokémon is now Paralyzed." }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2502,9 +1946,7 @@ "number": "36", "artist": "Kent Kanetsuna", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2517,31 +1959,22 @@ "id": "dp7-37", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Flash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Electro Diffusion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Lightning Energy attached to Electrode. Flip a coin. If tails, discard all Lightning Energy attached to Electrode." @@ -2563,9 +1996,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It is known to drift on winds if it is bloated to bursting with stored electricity.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2578,32 +2009,22 @@ "id": "dp7-38", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Go and Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer, Supporter, or Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Fury Cutter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 20 more damage. If all of them are heads, this attack does 10 damage plus 40 more damage." @@ -2621,17 +2042,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It can't live without the stalk it holds. That's why it defends the stalk from attackers with its life.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -2644,35 +2061,23 @@ "id": "dp7-39", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Tail Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Slam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -2690,17 +2095,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -2713,33 +2114,23 @@ "id": "dp7-40", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Smog", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Hoodwink", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "You may search your opponent's discard pile for up to 3 in any combination of Trainer, Supporter, or Stadium cards and put them into your opponent's hand." @@ -2757,17 +2148,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It can slip through any obstacle. It lurks inside walls to keep an eye on its foes.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2780,34 +2167,23 @@ "id": "dp7-41", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "Brick Break", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2819,18 +2195,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "Machoke's boundless power is very dangerous, so it wears a belt that suppresses its energy.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2843,36 +2214,23 @@ "id": "dp7-42", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Magnetic Resonance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If you have a Stadium card in play, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Magnetic Release", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -2890,17 +2248,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "It is actually three Magnemite linked by magnetism. A group can set off a magnetic storm.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -2913,36 +2267,23 @@ "id": "dp7-43", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Removal Pulse", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -2960,17 +2301,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kent Kanetsuna", "rarity": "Uncommon", "flavorText": "It is actually three Magnemite linked by magnetism. A group can set off a magnetic storm.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -2983,39 +2320,28 @@ "id": "dp7-44", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Energy Milk", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, remove 2 damage counters from 1 of your Pokémon." }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -3027,16 +2353,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -3049,17 +2371,11 @@ "id": "dp7-45", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -3070,9 +2386,7 @@ "attacks": [ { "name": "Electric Circuit", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 4 Lightning Energy cards, show them to your opponent, and put them into your hand." @@ -3090,17 +2404,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The electric pouches on its cheeks are still small. They cannot store much electricity yet.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -3113,38 +2423,23 @@ "id": "dp7-46", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Rouse", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Piloswine. Then, remove 4 damage counters from Piloswine." }, { "name": "Overrun", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3162,18 +2457,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its shaggy coat makes it unable to see. It checks surroundings with its sensitive nose instead.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -3186,18 +2476,12 @@ "id": "dp7-47", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "abilities": [ { "name": "Energy Protection", @@ -3208,10 +2492,7 @@ "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -3229,17 +2510,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "Its body is hard as bedrock. By venting pressurized gas, it can launch itself like a rocket.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -3252,14 +2529,10 @@ "id": "dp7-48", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Overeager", @@ -3270,18 +2543,14 @@ "attacks": [ { "name": "Impersonate", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Supporter card and discard it. Shuffle your deck afterward. Then, use the effect of that card as the effect of this attack." }, { "name": "Overconfident", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon has fewer remaining HP than Sableye, this attack's base damage is 40." @@ -3293,16 +2562,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -3315,33 +2580,22 @@ "id": "dp7-49", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Scyther's Slashing Strike attack's base damage is 60." }, { "name": "Slashing Strike", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, Scyther can't use Slashing Strike." @@ -3363,9 +2617,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is nearly impossible to parry its attacking scythes. Its movements are like a ninja's.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -3378,36 +2630,23 @@ "id": "dp7-50", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3425,18 +2664,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -3449,31 +2683,21 @@ "id": "dp7-51", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Mach Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, this attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3491,17 +2715,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Despite being clad entirely in iron-hard armor, it flies at speeds over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -3514,36 +2734,23 @@ "id": "dp7-52", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Shot Air", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3565,9 +2772,7 @@ "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It flies around forests and fields in search of bug Pokémon. It stays within a huge flock.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal" }, @@ -3580,33 +2785,22 @@ "id": "dp7-53", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3624,17 +2818,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3647,32 +2837,22 @@ "id": "dp7-54", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Self-abandonment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 30 damage to the Defending Pokémon. If tails, Bidoof does 10 damage to itself." @@ -3684,18 +2864,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal" }, @@ -3708,33 +2883,22 @@ "id": "dp7-55", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Psychic"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Gyro Swap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a number of damage counters on the Defending Pokémon equal to the number of Colorless Energy in Bronzor's Retreat Cost (after applying effects to the Retreat Cost)." }, { "name": "Psyshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3752,18 +2916,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -3776,32 +2935,22 @@ "id": "dp7-56", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Nap", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 2 damage counters from Cherubi." }, { "name": "Bullet Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -3819,17 +2968,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The small ball holds the nutrients needed for evolution. Apparently, it is very sweet and tasty.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -3842,26 +2987,18 @@ "id": "dp7-57", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "rules": [ "Honey: Once during your turn, when you put Combee from your hand onto your Bench, you may search your discard pile for a Basic Pokémon and put it onto your Bench." ], "attacks": [ { "name": "Alert", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. Then, you may switch Combee with 1 of your Benched Pokémon." @@ -3879,16 +3016,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -3901,32 +3034,22 @@ "id": "dp7-58", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Constrict", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Linear Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3944,17 +3067,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -3967,33 +3086,22 @@ "id": "dp7-59", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Silhouette", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon. If the Defending Pokémon already has any damage counters on it, put 2 damage counters on that Pokémon instead." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4011,17 +3119,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -4034,33 +3138,22 @@ "id": "dp7-60", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Surprise Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4078,17 +3171,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -4101,32 +3190,22 @@ "id": "dp7-61", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "attacks": [ { "name": "Aqua Liner", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mouth Pump", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4138,17 +3217,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "After long exposure to sunlight, the patterns on its tail fins shine vividly when darkness arrives.", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal" }, @@ -4161,32 +3236,22 @@ "id": "dp7-62", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Pitch-Dark", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "You opponent can't play any Trainer cards from his or her hand during your opponent's next turn." }, { "name": "Trick Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch Gastly with 1 of your Benched Pokémon." @@ -4204,17 +3269,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "This Pokémon's body is 95% made up of gases, which are blown away by strong gusts of wind.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -4227,33 +3288,22 @@ "id": "dp7-63", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4271,17 +3321,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "A Pokémon that eats soil. Once it has eaten a large mountain, it goes to sleep so it can grow.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -4294,33 +3340,22 @@ "id": "dp7-64", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knock Back", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4332,17 +3367,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It hefts a Graveler repeatedly to strengthen its entire body. It uses every type of martial arts.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4355,32 +3386,22 @@ "id": "dp7-65", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Sea Spray", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin until you get tails. For each heads, draw a card." }, { "name": "Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4392,17 +3413,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It is said to be the world's weakest Pokémon. No one knows why it has managed to survive.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -4415,27 +3432,18 @@ "id": "dp7-66", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "rules": [ "Magnet: Magnemite's Retreat Cost is Colorless less for each Magnemite on your Bench." ], "attacks": [ { "name": "Magnetic Bomb", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Magnemite does 10 damage to itself." @@ -4453,16 +3461,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4475,33 +3479,22 @@ "id": "dp7-67", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Ram", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Random Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4519,17 +3512,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "The units at its sides generate electromagnetic waves that keep it airborne. It feeds on electricity.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4542,32 +3531,22 @@ "id": "dp7-68", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Lullaby", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Nightmare Feast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon is Asleep, this attack does 50 damage and remove 5 damage counters from Misdreavus. If the Defending Pokémon is not Asleep, this attack does nothing." @@ -4585,17 +3564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It loves to sneak up on people late at night, then startle them with its shrieklike cry.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -4608,34 +3583,22 @@ "id": "dp7-69", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Onix would be damaged by an attack, prevent that attack's damage done to Onix if that damage is 40 or less." }, { "name": "Bind", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4647,19 +3610,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "When it travels underground, it causes rumbling and tremors. It can move at 50 mph.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -4672,35 +3629,22 @@ "id": "dp7-70", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Speed Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If Pikachu evolved from Pichu during this turn, prevent all effects of an attack, including damage, done to Pikachu during your opponent's next turn." @@ -4718,18 +3662,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "It lives in forests with others. It stores electricity in the pouches on its cheeks.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4742,33 +3681,22 @@ "id": "dp7-71", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Agility", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Ponyta during your opponent's next turn." @@ -4780,17 +3708,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "About an hour after birth, its fiery mane and tail grow out, giving it an impressive appearance.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -4803,33 +3727,22 @@ "id": "dp7-72", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Psychic"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Petal Spikes", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned. If Budew is anywhere under Roselia, the Defending Pokémon is now Asleep and Poisoned." @@ -4841,17 +3754,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Roselia raised on clean drinking water are known to grow vividly colored flowers.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -4864,33 +3773,22 @@ "id": "dp7-73", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Grass"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Stalk", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Dangerous Claw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Poisoned." @@ -4902,18 +3800,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal" }, @@ -4926,32 +3819,22 @@ "id": "dp7-74", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Hide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Snover during your opponent's next turn." }, { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4963,17 +3846,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It lives on snowy mountains. Having had little contact with humans, it is boldly inquisitive.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal" }, @@ -4986,32 +3865,22 @@ "id": "dp7-75", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -5029,17 +3898,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They flock in great numbers. Though small, they flap their wings with great power.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal" }, @@ -5052,33 +3917,22 @@ "id": "dp7-76", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Gnaw and Run", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch Stunky with 1 of your Benched Pokémon." }, { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5096,17 +3950,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It protects itself by spraying a noxious fluid from its rear. The stench lingers for 24 hours.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal" }, @@ -5119,32 +3969,22 @@ "id": "dp7-77", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Fighting"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "Take Down", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Swinub does 10 damage to itself." @@ -5162,17 +4002,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It loves eating mushrooms that grow under dead grass. It also finds hot springs while foraging.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -5185,33 +4021,22 @@ "id": "dp7-78", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Ingrain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If tails, this attack does nothing. If heads, search your deck for a Grass Energy card and attach it to Tangela. Shuffle your deck afterward. If you do, prevent all effects of an attack, including damage, done to Tangela during your opponent's next turn." }, { "name": "Tickle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5229,17 +4054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It is shrouded by blue vines. No one has seen the face hidden behind this growth of vines.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -5252,32 +4073,22 @@ "id": "dp7-79", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Poison Breath", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -5295,17 +4106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The soles of its feet are covered by countless tiny spikes, enabling it to walk on walls and ceilings.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -5318,32 +4125,22 @@ "id": "dp7-80", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Screech", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "If an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to that Pokémon until the end of your next turn." }, { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -5361,17 +4158,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "It looks just like a Poké Ball. It is dangerous because it may electrocute or explode on touch.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5384,32 +4177,22 @@ "id": "dp7-81", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Outlet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Bouncing Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Voltorb does 10 damage to itself." @@ -5427,17 +4210,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It looks just like a Poké Ball. It is dangerous because it may electrocute or explode on touch.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5450,9 +4229,7 @@ "id": "dp7-82", "name": "Conductive Quarry", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, the player may flip a coin. If heads, that player searches his or her discard pile for a Lightning or Metal Energy card, shows it to the opponent, and puts it into his or her hand." @@ -5472,9 +4249,7 @@ "id": "dp7-83", "name": "Energy Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Energy Link to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as Energy Link is attached to a Pokémon, you may move an Energy card attached to that Pokémon to another of your Pokémon that has Energy Link attached to it. You may use this effect as often as you like during your turn." @@ -5494,9 +4269,7 @@ "id": "dp7-84", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -5517,9 +4290,7 @@ "id": "dp7-85", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." ], @@ -5540,9 +4311,7 @@ "id": "dp7-86", "name": "Luxury Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon (excluding Pokémon LV.X), show it to your opponent, and put it into your hand. Shuffle your deck afterward. If any Luxury Ball is in your discard pile, you can't play this card." ], @@ -5561,9 +4330,7 @@ "id": "dp7-87", "name": "Marley's Request", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your discard pile for 2 different Trainer, Supporter, or Stadium cards, show them to your opponent, and your opponent chooses 1 of them. Put that card into your hand, and discard the other card. (If all Trainer, Supporter, and Stadium cards in your discard pile have the same name, choose 1 of them. Show that card to your opponent and put it into your hand.)" @@ -5583,9 +4350,7 @@ "id": "dp7-88", "name": "Poké Blower +", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Poké Blower + at the same time. If you play 1 Poké Blower +, flip a coin. If heads, put 1 damage counter on 1 of your opponent's Pokémon. If you play 2 Poké Blower +, choose 1 of your opponent's Benched Pokémon and switch it with 1 of your opponent's Active Pokémon." ], @@ -5604,9 +4369,7 @@ "id": "dp7-89", "name": "Poké Drawer +", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Poké Drawer + at the same time. If you play 1 Poké Drawer +, draw a card. If you play 2 Poké Drawer +, search your deck for up to 2 cards, and put them into your hand. Shuffle your deck afterward." ], @@ -5625,9 +4388,7 @@ "id": "dp7-90", "name": "Poké Healer +", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Poké Healer + at the same time. If you play 1 Poké Healer +, remove 1 damage counter and a Special Condition from 1 of your Active Pokémon. If you play 2 Poké Healer +, remove 8 damage counters and all Special Conditions from 1 of your Active Pokémon." ], @@ -5646,9 +4407,7 @@ "id": "dp7-91", "name": "Premier Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck or your discard pile for a Pokémon LV.X, show it to your opponent, and put it into your hand. If you search your deck, shuffle your deck afterward." ], @@ -5667,9 +4426,7 @@ "id": "dp7-92", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -5690,9 +4447,7 @@ "id": "dp7-93", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -5713,9 +4468,7 @@ "id": "dp7-94", "name": "Cyclone Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Cyclone Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. Your opponent chooses the Benched Pokémon to switch." ], @@ -5734,9 +4487,7 @@ "id": "dp7-95", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Warp Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch that Pokémon with 1 of your Benched Pokémon." ], @@ -5756,14 +4507,10 @@ "id": "dp7-96", "name": "Dusknoir LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusknoir", "rules": [ "Put this card onto your Active Dusknoir. Dusknoir LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5787,18 +4534,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -5811,14 +4552,10 @@ "id": "dp7-97", "name": "Heatran LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Heatran", "rules": [ "Put this card onto your Active Heatran. Heatran LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5841,19 +4578,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "97", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -5866,14 +4596,10 @@ "id": "dp7-98", "name": "Machamp LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machamp", "rules": [ "Put this card onto your Active Machamp. Machamp LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5888,11 +4614,7 @@ "attacks": [ { "name": "Strong-Willed", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "During your opponent's next turn, if Machamp would be Knocked Out by damage from an attack, flip a coin. If heads, Machamp is not Knocked Out and its remaining HP becomes 10 instead." @@ -5904,18 +4626,12 @@ "value": "+40" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -5928,14 +4644,10 @@ "id": "dp7-99", "name": "Raichu LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Raichu", "rules": [ "Put this card onto your Active Raichu. Raichu LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5950,11 +4662,7 @@ "attacks": [ { "name": "Voltage Shoot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Lightning Energy cards from your hand and choose 1 of your opponent's Pokémon. This attack does 80 to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5975,9 +4683,7 @@ "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -5990,14 +4696,10 @@ "id": "dp7-100", "name": "Regigigas LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Regigigas", "rules": [ "Put this card onto your Active Regigigas. Regigigas LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6012,12 +4714,7 @@ "attacks": [ { "name": "Giga Blaster", - "cost": [ - "Water", - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Water", "Fighting", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard the top card from your opponent's deck. Then, choose 1 card from your opponent's hand without looking and discard it. Regigigas can't use Giga Blaster during your next turn." @@ -6029,19 +4726,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -6054,33 +4744,22 @@ "id": "dp7-101", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to Charmander." @@ -6092,17 +4771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "From the time it is born, a flame burns at the tip of its tail. Its life would end if the flame were to go out.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -6115,37 +4790,23 @@ "id": "dp7-102", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy attached to Charmeleon." @@ -6157,17 +4818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -6180,14 +4837,10 @@ "id": "dp7-103", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "76", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -6199,12 +4852,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Energy attached to Charizard." @@ -6222,19 +4870,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "Its wings can carry this Pokémon close to an altitude of 4,600 feet. It blows out fire at very high temperatures.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -6247,17 +4889,11 @@ "id": "dp7-SH1", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "abilities": [ { "name": "Unburden", @@ -6268,19 +4904,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Big Explosion", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Drifloon does 50 damage to itself." @@ -6301,9 +4932,7 @@ "number": "SH1", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -6316,42 +4945,29 @@ "id": "dp7-SH2", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Counting Song", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put up to 3 damage counters on Duskull. Then, put that many damage counters on the Defending Pokémon." }, { "name": "Ram", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Night Bind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't attach any Energy cards from his or her hand to the Active Pokémon during his or her next turn." @@ -6369,16 +4985,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH2", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -6391,42 +5003,29 @@ "id": "dp7-SH3", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Fastball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Charge Beam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Lightning Energy card and attach it to Voltorb." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6444,16 +5043,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH3", "artist": "Kent Kanetsuna", "rarity": "Rare", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -6462,4 +5057,4 @@ "large": "https://images.pokemontcg.io/dp7/SH3_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/dpp.json b/cards/en/dpp.json index e3c7b948c..2d6cc0ff9 100644 --- a/cards/en/dpp.json +++ b/cards/en/dpp.json @@ -3,32 +3,22 @@ "id": "dpp-DP01", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -46,18 +36,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP01", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -70,33 +55,22 @@ "id": "dpp-DP02", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Chimchar." @@ -108,17 +82,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP02", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It agilely scales sheer cliffs to live atop craggy mountains. Its fire is put out when it sleeps.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -131,33 +101,22 @@ "id": "dpp-DP03", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -169,17 +128,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP03", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -192,29 +147,21 @@ "id": "dpp-DP04", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Pachirisu does 10 damage to itself." @@ -232,17 +179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP04", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -273,33 +216,22 @@ "id": "dpp-DP06", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -311,17 +243,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP06", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It slams foes by sharply uncoiling its rolled ears. It stings enough to make a grown-up cry in pain.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -334,34 +262,23 @@ "id": "dpp-DP07", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Skull Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Steamroll", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -373,17 +290,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP07", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It lived in jungles around 100 million years ago. Its skull is as hard as iron.", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal" }, @@ -396,36 +309,23 @@ "id": "dpp-DP08", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Armor Fossil", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "attacks": [ { "name": "Hard Face", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Shieldon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Shield Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -443,18 +343,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP08", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "A Pokémon that lived in jungles around 100 million years ago. Its facial hide is extremely hard.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal" }, @@ -467,14 +362,10 @@ "id": "dpp-DP09", "name": "Torterra LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Torterra", "rules": [ "Put this card onto your Active Torterra. Torterra LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -489,12 +380,7 @@ "attacks": [ { "name": "Vigorous Dash", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Torterra does 30 damage to itself." @@ -506,19 +392,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "DP09", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -531,14 +410,10 @@ "id": "dpp-DP10", "name": "Infernape LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Infernape", "rules": [ "Put this card onto your Active Infernape. Infernape LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -553,10 +428,7 @@ "attacks": [ { "name": "Flare Up", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "150", "text": "Search your discard pile for 8 Fire Energy cards, show them to your opponent, and shuffle them into your deck. (This attack does nothing if you don't have 8 Fire Energy cards in your discard pile.)" @@ -571,9 +443,7 @@ "number": "DP10", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -586,14 +456,10 @@ "id": "dpp-DP11", "name": "Empoleon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Empoleon", "rules": [ "Put this card onto your Active Empoleon. Empoleon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -608,11 +474,7 @@ "attacks": [ { "name": "Hydro Impact", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't attack during your next turn." @@ -624,17 +486,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP11", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -647,14 +504,10 @@ "id": "dpp-DP12", "name": "Lucario LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario", "rules": [ "Put this card onto your Active Lucario. Lucario LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -669,11 +522,7 @@ "attacks": [ { "name": "Close Combat", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done to Lucario by attacks is increased by 30 (after applying Weakness and Resistance)." @@ -685,16 +534,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP12", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -707,23 +552,15 @@ "id": "dpp-DP13", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Splash About", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Buizel has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage." @@ -735,17 +572,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP13", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It has a flotation sac that is like an inflatable collar. It floats on water with its head out.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -758,29 +591,21 @@ "id": "dpp-DP14", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tone-Deaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -798,17 +623,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP14", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal" }, @@ -821,23 +642,15 @@ "id": "dpp-DP15", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -855,17 +668,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP15", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -878,17 +687,11 @@ "id": "dpp-DP16", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Electro Recycle", @@ -899,10 +702,7 @@ "attacks": [ { "name": "BikaBika", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -920,17 +720,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP16", "artist": "Sumiyoshi Kizuki", "rarity": "Promo", "flavorText": "It lives in forests with others. It stores electricity in the pouches on its cheeks.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -943,14 +739,10 @@ "id": "dpp-DP17", "name": "Dialga LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Dialga", "rules": [ "Put this card onto your Active Dialga. Dialga LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -965,12 +757,7 @@ "attacks": [ { "name": "Metal Flash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your next turn, Dialga can't use Metal Flash." @@ -988,17 +775,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP17", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -1011,14 +793,10 @@ "id": "dpp-DP18", "name": "Palkia LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palkia", "rules": [ "Put this card onto your Active Palkia. Palkia LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1033,11 +811,7 @@ "attacks": [ { "name": "Hydro Reflect", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "60", "text": "You may move all Energy cards attached to Palkia to your Benched Pokémon in any way you like. (Ignore this effect if you don't have any Benched Pokémon.)" @@ -1049,18 +823,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP18", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -1073,14 +841,10 @@ "id": "dpp-DP19", "name": "Darkrai LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Darkrai", "rules": [ "Put this card onto your Active Darkrai. Darkrai LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1095,11 +859,7 @@ "attacks": [ { "name": "Endless Darkness", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Asleep. Flip 2 coins instead of 1 between turns. If either of them is tails, the Defending Pokémon is still Asleep. If both of them are tails, the Defending Pokémon is Knocked Out." @@ -1117,16 +877,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP19", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -1139,33 +895,22 @@ "id": "dpp-DP20", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Smoke Bomb", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Flame Drum", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Magby isn't anywhere under Magmortar, discard 2 Energy cards from your hand. (If you can't discard 2 Energy cards from your hand, this attack does nothing.)" @@ -1177,19 +922,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP20", "artist": "Daisuke Ito", "rarity": "Promo", "flavorText": "It blasts fireballs of over 3,600 degrees F from the ends of its arms. It lives in volcanic craters.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -1202,31 +941,22 @@ "id": "dpp-DP21", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Electromagnetic Induction", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Explosive Thunder", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard all basic Lightning Energy cards attached to Raichu. This attack does 30 damage times the number of Lightning Energy cards you discarded." @@ -1244,17 +974,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP21", "artist": "Daisuke Ito", "rarity": "Promo", "flavorText": "It turns aggressive if it has too much electricity in its body. It discharges power through its tail.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1267,14 +993,10 @@ "id": "dpp-DP22", "name": "Mime Jr.", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Baby Evolution", @@ -1285,9 +1007,7 @@ "attacks": [ { "name": "Mime", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." @@ -1299,17 +1019,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP22", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It habitually mimics foes. Once mimicked, the foe cannot take its eyes off this Pokémon.", - "nationalPokedexNumbers": [ - 439 - ], + "nationalPokedexNumbers": [439], "legalities": { "unlimited": "Legal" }, @@ -1322,33 +1038,22 @@ "id": "dpp-DP23", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Pose", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1360,17 +1065,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP23", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It claws if displeased and purrs when affectionate. Its fickleness if very popular among some.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal" }, @@ -1383,34 +1084,24 @@ "id": "dpp-DP24", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "50", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Enigma Berry: If Darkrai is damaged by an attack from your opponent's Fighting Pokémon, remove 4 damage counters at the end of that turn." ], "attacks": [ { "name": "Spacial Rend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it." }, { "name": "Roar of Time", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "80", "text": "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)" @@ -1428,16 +1119,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP24", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -1468,31 +1155,21 @@ "id": "dpp-DP26", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "68", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Bellow", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." }, { "name": "Flash Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may return all Energy cards attached to Dialga to your hand. If you do, remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck." @@ -1510,18 +1187,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP26", "artist": "Kazuyuki Kano", "rarity": "Promo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -1534,31 +1206,21 @@ "id": "dpp-DP27", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "67", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spacial Rend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it." }, { "name": "Transback", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may flip a coin. If heads, discard all Energy attached to Palkia and put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward." @@ -1570,18 +1232,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP27", "artist": "Daisuke Ito", "rarity": "Promo", "flavorText": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -1594,14 +1251,10 @@ "id": "dpp-DP28", "name": "Mewtwo LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo", "rules": [ "Put this card onto your Active Mewtwo. Mewtwo LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1616,11 +1269,7 @@ "attacks": [ { "name": "Giga Burn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy attached to Mewtwo." @@ -1632,17 +1281,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP28", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -1655,14 +1299,10 @@ "id": "dpp-DP29", "name": "Rhyperior LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyperior", "rules": [ "Put this card onto your Active Rhyperior. Rhyperior LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1670,20 +1310,14 @@ "attacks": [ { "name": "Hard Crush", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "50×", "text": "Discard the top 5 cards from your deck. This attack does 50 damage for each Energy card you discarded." }, { "name": "Upthrow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Search your discard pile for all Fighting Energy cards, show them to your opponent, and shuffle them into your deck." @@ -1701,19 +1335,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "DP29", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal" }, @@ -1726,14 +1353,10 @@ "id": "dpp-DP30", "name": "Regigigas LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Regigigas", "rules": [ "Put this card onto your Active Regigigas. Regigigas LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1748,12 +1371,7 @@ "attacks": [ { "name": "Giga Blaster", - "cost": [ - "Water", - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Water", "Fighting", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard the top card from your opponent's deck. Then, choose 1 card from your opponent's hand without looking and discard it. Regigigas can't use Giga Blaster during your next turn." @@ -1765,19 +1383,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "DP30", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -1790,14 +1401,10 @@ "id": "dpp-DP31", "name": "Heatran LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Heatran", "rules": [ "Put this card onto your Active Heatran. Heatran LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -1815,19 +1422,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "DP31", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -1840,34 +1440,22 @@ "id": "dpp-DP32", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "attacks": [ { "name": "Mirror Shot", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Magnet Slash", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Lightning Energy attached to Magnezone." @@ -1885,18 +1473,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP32", "artist": "Kent Kanetsuna", "rarity": "Promo", "flavorText": "It evolved from exposure to a special magnetic field. Three units generate magnetism.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -1909,14 +1492,10 @@ "id": "dpp-DP33", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -1928,11 +1507,7 @@ "attacks": [ { "name": "Reaper Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Move up to 2 damage counters from Dusknoir to 1 of your opponent's Benched Pokémon." @@ -1950,18 +1525,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP33", "artist": "Kent Kanetsuna", "rarity": "Promo", "flavorText": "The antenna on its head captures radio waves from the world of spirits that command it to take people there.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -1974,32 +1544,22 @@ "id": "dpp-DP34", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Wind Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 5 in any combination of Pokémon and Supporter cards. Show them to your opponent and shuffle them into your deck." }, { "name": "Explosive Smoke", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2021,9 +1581,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It's drowzy in daytime, but flies off in the evening in big groups. No one knows where they go.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -2036,14 +1594,10 @@ "id": "dpp-DP35", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -2055,19 +1609,14 @@ "attacks": [ { "name": "Learning", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Pokémon LV.X that levels up from 1 of your Pokémon, and put it onto that Pokémon. (This counts as leveling up that Pokémon.) Shuffle your deck afterward." }, { "name": "Overload", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Does 40 damage plus 20 more damage for each Technical Machine card attached to Porygon-Z." @@ -2079,17 +1628,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP35", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal" }, @@ -2102,14 +1646,10 @@ "id": "dpp-DP36", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "abilities": [ { @@ -2121,18 +1661,14 @@ "attacks": [ { "name": "Cutting Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put damage counters on the Defending Pokémon until it is 10HP away from being Knocked Out. If you do, shuffle Gliscor and all cards attached to it back into your deck." }, { "name": "Friction Heat", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Burned." @@ -2153,9 +1689,7 @@ "number": "DP36", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -2168,14 +1702,10 @@ "id": "dpp-DP37", "name": "Dialga LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Dialga", "rules": [ "Put this card onto your Active Dialga. Dialga LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2190,12 +1720,7 @@ "attacks": [ { "name": "Metal Flash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your next turn, Dialga can't use Metal Flash." @@ -2213,17 +1738,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP37", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -2236,14 +1756,10 @@ "id": "dpp-DP38", "name": "Giratina LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Giratina", "rules": [ "Put this card onto your Active Giratina. Giratina LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2258,12 +1774,7 @@ "attacks": [ { "name": "Darkness Lost", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it." @@ -2281,18 +1792,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP38", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -2305,14 +1810,10 @@ "id": "dpp-DP39", "name": "Shaymin LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shaymin", "rules": [ "Put this card onto your Active Shaymin. Shaymin LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2327,10 +1828,7 @@ "attacks": [ { "name": "Energy Flare", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like." @@ -2351,9 +1849,7 @@ "number": "DP39", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -2366,34 +1862,21 @@ "id": "dpp-DP40", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." }, { "name": "Giga Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Regigigas can't use Giga Hammer during your next turn." @@ -2405,20 +1888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "DP40", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -2431,15 +1907,10 @@ "id": "dpp-DP41", "name": "Toxicroak G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Leap Away", @@ -2450,10 +1921,7 @@ "attacks": [ { "name": "Poison Revenge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Poisoned." @@ -2465,17 +1933,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP41", "artist": "Ryota Saito", "rarity": "Promo", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal" }, @@ -2488,31 +1951,21 @@ "id": "dpp-DP42", "name": "Carnivine G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "43", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Power Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Energy attached to Carnivine G to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." @@ -2530,16 +1983,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP42", "artist": "Makoto Imai", "rarity": "Promo", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -2552,34 +2001,21 @@ "id": "dpp-DP43", "name": "Probopass G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "53", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Nose Unit", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Loud Snort", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Probopass G‘s Retreat Cost is 0 until the end of your next turn." @@ -2591,18 +2027,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP43", "artist": "Ryota Saito", "rarity": "Promo", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal" }, @@ -2615,33 +2045,22 @@ "id": "dpp-DP44", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "attacks": [ { "name": "Charge Beam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for an Energy card and attach it to Magnezone." }, { "name": "Metallic Bolt", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "You may discard a Lightning Energy and a Metal Energy attached to Magnezone. If you do, this attack's base damage is 120 instead of 60." @@ -2659,18 +2078,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP44", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It evolved from exposure to a special magnetic field. Three units generate magnetism.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -2683,15 +2097,10 @@ "id": "dpp-DP45", "name": "Charizard G LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard G", "rules": [ "Put this card onto your Active Charizard G. Charizard G LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2706,13 +2115,7 @@ "attacks": [ { "name": "Malevolent Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Flip a coin. If tails, discard all Energy attached to Charizard G." @@ -2730,18 +2133,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP45", "artist": "Wataru Kawahara", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -2754,15 +2151,10 @@ "id": "dpp-DP46", "name": "Garchomp C LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Garchomp C", "rules": [ "Put this card onto your Active Garchomp C. Garchomp C LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2777,11 +2169,7 @@ "attacks": [ { "name": "Dragon Rush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to Garchomp C. Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Garchomp C can't use Dragon Rush during your next turn." @@ -2796,9 +2184,7 @@ "number": "DP46", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -2811,15 +2197,10 @@ "id": "dpp-DP47", "name": "Rayquaza C LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza C", "rules": [ "Put this card onto your Active Rayquaza C. Rayquaza C LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -2834,12 +2215,7 @@ "attacks": [ { "name": "Final Blowup", - "cost": [ - "Water", - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard all Energy attached to Rayquaza C. Ignore this effect if you have no cards in your hand." @@ -2857,18 +2233,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "DP47", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -2899,31 +2269,21 @@ "id": "dpp-DP49", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "69", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Time Call", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "Time Wager", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip 2 coins. If either of them is tails, this attack's base damage is 50 instead of 100." @@ -2941,18 +2301,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP49", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -2965,26 +2320,15 @@ "id": "dpp-DP50", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "90", - "types": [ - "Colorless" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Colorless"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Judgment", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard all Energy cards attached to Arceus and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2996,18 +2340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP50", "artist": "Kunihiko Yuyama", "rarity": "Promo", "flavorText": "It is said to have emerged from an egg in a place where there was nothing, then shaped the world.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -3020,14 +2359,10 @@ "id": "dpp-DP51", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "62", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Lunar Aura", @@ -3038,11 +2373,7 @@ "attacks": [ { "name": "Lunar Flight", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80-", "text": "Does 80 damage minus 10 damage for each damage counter on Cresselia." @@ -3054,18 +2385,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP51", "artist": "Wataru Kawahara", "rarity": "Promo", "flavorText": "On nights around the quarter moon, the aurora from its tail extends and undulates beautifully.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -3078,14 +2404,10 @@ "id": "dpp-DP52", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "61", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Darkness Aura", @@ -3096,11 +2418,7 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -3118,18 +2436,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "DP52", "artist": "Wataru Kawahara", "rarity": "Promo", "flavorText": "To protect itself, it afflicts those around it with nightmares. However, it means no harm.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -3142,14 +2455,10 @@ "id": "dpp-DP53", "name": "Arceus LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus", "rules": [ "You may have as many of this card in your deck as you like.", @@ -3167,16 +2476,12 @@ "type": "Poké-Body" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP53", "artist": "Shizurow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -3207,9 +2512,7 @@ "id": "dpp-DP55", "name": "Ultimate Zone", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "During each player's turn, the player may move an Energy card attached to 1 of his or her Benched Pokémon to his or her Active Arceus as often as he or she likes." @@ -3229,14 +2532,10 @@ "id": "dpp-DP56", "name": "Arceus LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus", "rules": [ "You may have as many of this card in your deck as you like.", @@ -3252,26 +2551,18 @@ "attacks": [ { "name": "Meteor Blast", - "cost": [ - "Grass", - "Fire", - "Colorless" - ], + "cost": ["Grass", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack's base damage is 50 instead of 100." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "DP56", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/dv1.json b/cards/en/dv1.json index 34e9757cd..8ed87e8f0 100644 --- a/cards/en/dv1.json +++ b/cards/en/dv1.json @@ -3,23 +3,14 @@ "id": "dv1-1", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Wrap", - "cost": [ - "Grass", - "Lightning" - ], + "cost": ["Grass", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It is called the \"Mirage Pokémon\" because so few have seen it. Its shed skin has been found.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,31 +42,21 @@ "id": "dv1-2", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Tail Whap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -91,17 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It is called the \"Mirage Pokémon\" because so few have seen it. Its shed skin has been found.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -115,35 +88,22 @@ "id": "dv1-3", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Dragon Pulse", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard the top card of your deck." @@ -155,18 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "If its body takes on an aura, the weather changes instantly. It is said to live in seas and lakes.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -180,33 +135,22 @@ "id": "dv1-4", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Healing Melody", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." }, { "name": "Slam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -218,18 +162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "If its body takes on an aura, the weather changes instantly. It is said to live in seas and lakes.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -243,34 +182,21 @@ "id": "dv1-5", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Hurricane Tail", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60×", "text": "Flip 4 coins. This attack does 60 damage times the number of heads." @@ -282,19 +208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is said to make its home somewhere in the sea. It guides crews of shipwrecks to shore.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -308,32 +228,21 @@ "id": "dv1-6", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -345,17 +254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -369,34 +274,22 @@ "id": "dv1-7", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Rollout", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -408,19 +301,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -434,13 +321,9 @@ "id": "dv1-8", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -452,12 +335,7 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -469,18 +347,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "BERUBURI", "rarity": "Rare Holo", "flavorText": "As a result of its long-held dream of flying, its cellular structure changed, and wings grew out.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -494,29 +367,20 @@ "id": "dv1-9", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Sky Heal", - "cost": [ - "Fire", - "Psychic" - ], + "cost": ["Fire", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "If Latios is on your Bench, heal 20 damage from this Pokémon." @@ -528,17 +392,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "Its body is covered in a down that can refract light in such a way that it becomes invisible.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -552,31 +412,20 @@ "id": "dv1-10", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Sky Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Latias is on your Bench, this attack does 20 more damage." }, { "name": "Speed Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -588,17 +437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -612,30 +457,20 @@ "id": "dv1-11", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Shred", - "cost": [ - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on the Defending Pokémon." @@ -647,19 +482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -673,31 +502,21 @@ "id": "dv1-12", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for Fraxure, reveal it, and put it into your hand, Shuffle your deck afterward." }, { "name": "Scratch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -709,17 +528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -733,23 +548,14 @@ "id": "dv1-13", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Lunge", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -761,17 +567,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "They mark their territory by leaving gashes in trees with their tusks. If a tusk breaks, a new one grows in quickly.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -785,17 +587,11 @@ "id": "dv1-14", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "abilities": [ { "name": "Grit", @@ -806,11 +602,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -822,17 +614,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Since a broken tusk will not grow back, they diligently sharpen their tusks on river rocks after they've been fighting.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -846,35 +634,22 @@ "id": "dv1-15", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Scratch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sharp Fang", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -886,18 +661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "match", "rarity": "Rare Holo", "flavorText": "Their tusks can shatter rocks. Territory battles between Fraxure can be intensely violent.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -911,33 +681,21 @@ "id": "dv1-16", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Axe Slugger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If the Defending Pokémon is a Colorless Pokémon, this attack does 60 more damage." }, { "name": "Dragon Pulse", - "cost": [ - "Fighting", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard the top card of your deck." @@ -949,18 +707,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "They are kind but can be relentless when defending territory. They challenge foes with tusks that can cut steel.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -974,31 +727,20 @@ "id": "dv1-17", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Dragon Tail", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -1010,18 +752,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It races through narrow caves, using its sharp claws to catch prey. The skin on its face is harder than a rock.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1035,9 +772,7 @@ "id": "dv1-18", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When your Active Pokémon is Knocked Out by damage from an opponent's attack, you may move 1 basic Energy card that was attached to that Pokémon to the Pokémon this card is attached to.", @@ -1059,9 +794,7 @@ "id": "dv1-19", "name": "First Ticket", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Before you flip a coin to decide who goes first in a game, you may play this card. Don't flip that coin, and you go first. If both players play First Ticket, flip the coin as normal. (You may play only 1 First Ticket before you flip that coin.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1081,9 +814,7 @@ "id": "dv1-20", "name": "Super Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1104,33 +835,20 @@ "id": "dv1-21", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Blizzard", - "cost": [ - "Water", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1142,17 +860,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Ryo Ueda", "flavorText": "It can produce ultracold air. Its body is frozen.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1162,4 +875,4 @@ "large": "https://images.pokemontcg.io/dv1/21_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/ecard1.json b/cards/en/ecard1.json index cb6074fc2..0b9449d62 100644 --- a/cards/en/ecard1.json +++ b/cards/en/ecard1.json @@ -3,13 +3,9 @@ "id": "ecard1-1", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Syncroblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Alakazam and the Defending Pokémon don't have the same number of Energy cards attached to them, this attack's base damage is 20 instead of 80." @@ -37,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -60,13 +47,9 @@ "id": "ecard1-2", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -78,12 +61,7 @@ "attacks": [ { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Ampharos. If you do, this attack's base damage is 80 instead of 40." @@ -95,17 +73,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -118,30 +91,21 @@ "id": "ecard1-3", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Poison Spray", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Poison Reaction", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 20 more damage." @@ -153,16 +117,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -175,13 +135,9 @@ "id": "ecard1-4", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -193,11 +149,7 @@ "attacks": [ { "name": "Energy Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to Blastoise but not used to pay for this attack's Energy Cost. You can't add more than 20 damage in this way." @@ -209,17 +161,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -232,13 +179,9 @@ "id": "ecard1-5", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "abilities": [ { @@ -250,11 +193,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, remove 2 damage counters from Butterfree." @@ -269,9 +208,7 @@ "number": "5", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -284,13 +221,9 @@ "id": "ecard1-6", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -302,12 +235,7 @@ "attacks": [ { "name": "Scorching Whirlwind", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip 2 coins. If 1 of them is tails, discard 2 Energy cards attached to Charizard. If both are tails, discard all Energy cards attached to Charizard." @@ -319,18 +247,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Hiromichi Sugiyama", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -343,13 +265,9 @@ "id": "ecard1-7", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -361,10 +279,7 @@ "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 times the number of heads." @@ -376,16 +291,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -398,32 +309,21 @@ "id": "ecard1-8", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Auto Fire", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -435,17 +335,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -458,13 +353,9 @@ "id": "ecard1-9", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -476,27 +367,18 @@ "attacks": [ { "name": "Dragon Tail", - "cost": [ - "Lightning", - "Water", - "Fighting" - ], + "cost": ["Lightning", "Water", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -509,31 +391,21 @@ "id": "ecard1-10", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -551,16 +423,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Masako Yamashita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -573,32 +441,21 @@ "id": "ecard1-11", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Supersonic Flight", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -619,9 +476,7 @@ "number": "11", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -634,13 +489,9 @@ "id": "ecard1-12", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -652,12 +503,7 @@ "attacks": [ { "name": "Rending Jaws", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "If here are no damage counters on the Defending Pokémon, this attack's base damage is 40 instead of 70." @@ -669,18 +515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -693,13 +533,9 @@ "id": "ecard1-13", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -711,11 +547,7 @@ "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Switch Gengar with 1 of your Benched Pokémon, if any." @@ -733,16 +565,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Yukiko Baba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -755,13 +583,9 @@ "id": "ecard1-14", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "abilities": [ { @@ -773,12 +597,7 @@ "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Don't apply Resistance." @@ -790,19 +609,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "Aya Kusube", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -815,31 +627,21 @@ "id": "ecard1-15", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Giant Claw", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -851,17 +653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -874,13 +671,9 @@ "id": "ecard1-16", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -892,12 +685,7 @@ "attacks": [ { "name": "Iron Fist", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Count the number of Pokémon you have in play with damage counters on them. Flip a coin. If heads, this attack does 50 damage plus 10 more damage for each of those Pokémon." @@ -909,17 +697,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -932,40 +715,28 @@ "id": "ecard1-17", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Catch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a basic Energy card from your discard pile into your hand." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -978,13 +749,9 @@ "id": "ecard1-18", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -996,12 +763,7 @@ "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -1019,17 +781,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -1042,20 +799,13 @@ "id": "ecard1-19", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Super Psywave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Count the number of Energy cards attached to that Pokémon. Put that many damage counters on the Pokémon." @@ -1067,16 +817,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -1089,30 +835,20 @@ "id": "ecard1-20", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 20 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -1124,17 +860,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -1147,32 +878,21 @@ "id": "ecard1-21", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Mislead", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If either of them is heads, the Defending Pokémon is now Confused." }, { "name": "Ethereal Flame", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Fire Energy cards attached to Ninetales. This attack does 30 damage plus 20 more damage for each card discarded this way." @@ -1184,16 +904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1206,41 +922,29 @@ "id": "ecard1-22", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", - "evolvesTo": [ - "Pikachu" - ], + "evolvesTo": ["Pikachu"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Patch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Take a basic Energy card attached to 1 of your Pokémon and attach it to another of your Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1253,13 +957,9 @@ "id": "ecard1-23", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "abilities": [ { @@ -1271,11 +971,7 @@ "attacks": [ { "name": "Sharp Beak", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage." @@ -1296,9 +992,7 @@ "number": "23", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -1311,13 +1005,9 @@ "id": "ecard1-24", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -1329,12 +1019,7 @@ "attacks": [ { "name": "Water Punch", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a number of coins equal to the amount of Water Energy attached to Poliwrath. This attack does 40 damage plus 10 more damage for each heads." @@ -1346,17 +1031,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -1369,31 +1049,21 @@ "id": "ecard1-25", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Raichu." }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard all Lightning Energy cards attached to Raichu or this attack does nothing." @@ -1405,16 +1075,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1427,32 +1093,21 @@ "id": "ecard1-26", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1467,9 +1122,7 @@ "number": "26", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -1482,31 +1135,20 @@ "id": "ecard1-27", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Beak", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Air Cutter", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1524,17 +1166,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1547,13 +1184,9 @@ "id": "ecard1-28", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -1565,12 +1198,7 @@ "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -1582,17 +1210,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "K. Hoshiba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1605,13 +1228,9 @@ "id": "ecard1-29", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "abilities": [ { @@ -1623,12 +1242,7 @@ "attacks": [ { "name": "Stamp", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 10 more damage and does 10 damage to each of your opponent's Benched Pokémon, if any. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1646,19 +1260,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "29", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1671,13 +1278,9 @@ "id": "ecard1-30", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -1689,12 +1292,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1706,17 +1304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -1729,13 +1322,9 @@ "id": "ecard1-31", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -1747,10 +1336,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Vileplume is now Confused." @@ -1762,17 +1348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Miki Tanaka", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1785,32 +1366,21 @@ "id": "ecard1-32", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Foul Gas", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Confused." }, { "name": "Misfire", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, put 6 damage counters on Weezing." @@ -1822,17 +1392,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -1845,13 +1410,9 @@ "id": "ecard1-33", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -1863,11 +1424,7 @@ "attacks": [ { "name": "Syncroblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Alakazam and the Defending Pokémon don't have the same number of Energy cards attached to them, this attack's base damage is 20 instead of 80." @@ -1879,17 +1436,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -1902,13 +1454,9 @@ "id": "ecard1-34", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -1920,12 +1468,7 @@ "attacks": [ { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Ampharos. If you do, this attack's base damage is 80 instead of 40." @@ -1937,17 +1480,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -1960,30 +1498,21 @@ "id": "ecard1-35", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Poison Spray", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Poison Reaction", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 20 more damage." @@ -1995,16 +1524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -2017,31 +1542,21 @@ "id": "ecard1-36", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2053,17 +1568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -2076,13 +1586,9 @@ "id": "ecard1-37", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -2094,11 +1600,7 @@ "attacks": [ { "name": "Energy Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to Blastoise but not used to pay for this attack's Energy Cost. You can't add more than 20 damage in this way." @@ -2110,17 +1612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -2133,13 +1630,9 @@ "id": "ecard1-38", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "abilities": [ { @@ -2151,11 +1644,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, remove 2 damage counters from Butterfree." @@ -2170,9 +1659,7 @@ "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -2185,31 +1672,21 @@ "id": "ecard1-39", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Tail Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard 1 Fire Energy card attached to Charizard." @@ -2221,17 +1698,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -2244,13 +1716,9 @@ "id": "ecard1-40", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -2262,12 +1730,7 @@ "attacks": [ { "name": "Scorching Whirlwind", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip 2 coins. If 1 of them is tails, discard 2 Energy cards attached to Charizard. If both are tails, discard all Energy cards attached to Charizard." @@ -2279,18 +1742,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -2303,13 +1760,9 @@ "id": "ecard1-41", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -2321,10 +1774,7 @@ "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 times the number of heads." @@ -2336,16 +1786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -2358,32 +1804,21 @@ "id": "ecard1-42", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Auto Fire", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -2395,17 +1830,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -2418,13 +1848,9 @@ "id": "ecard1-43", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -2436,27 +1862,18 @@ "attacks": [ { "name": "Dragon Tail", - "cost": [ - "Lightning", - "Water", - "Fighting" - ], + "cost": ["Lightning", "Water", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -2469,31 +1886,21 @@ "id": "ecard1-44", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2511,16 +1918,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Masako Yamashita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -2533,32 +1936,21 @@ "id": "ecard1-45", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Supersonic Flight", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2579,9 +1971,7 @@ "number": "45", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2594,31 +1984,21 @@ "id": "ecard1-46", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Claw", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -2630,17 +2010,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -2653,13 +2028,9 @@ "id": "ecard1-47", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -2671,12 +2042,7 @@ "attacks": [ { "name": "Rending Jaws", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "If here are no damage counters on the Defending Pokémon, this attack's base damage is 40 instead of 70." @@ -2688,18 +2054,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -2712,13 +2072,9 @@ "id": "ecard1-48", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -2730,11 +2086,7 @@ "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Switch Gengar with 1 of your Benched Pokémon, if any." @@ -2752,16 +2104,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -2774,13 +2122,9 @@ "id": "ecard1-49", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "abilities": [ { @@ -2792,12 +2136,7 @@ "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Don't apply Resistance." @@ -2809,19 +2148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "49", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -2834,31 +2166,21 @@ "id": "ecard1-50", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Giant Claw", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -2870,17 +2192,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -2893,13 +2210,9 @@ "id": "ecard1-51", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -2911,12 +2224,7 @@ "attacks": [ { "name": "Iron Fist", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Count the number of Pokémon you have in play with damage counters on them. Flip a coin. If heads, this attack does 50 damage plus 10 more damage for each of those Pokémon." @@ -2928,17 +2236,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -2951,41 +2254,29 @@ "id": "ecard1-52", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", - "evolvesTo": [ - "Magmar" - ], + "evolvesTo": ["Magmar"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Catch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a basic Energy card from your discard pile into your hand." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -2998,31 +2289,21 @@ "id": "ecard1-53", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3040,18 +2321,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -3064,13 +2339,9 @@ "id": "ecard1-54", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -3082,12 +2353,7 @@ "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -3105,17 +2371,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -3128,20 +2389,13 @@ "id": "ecard1-55", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Super Psywave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Count the number of Energy cards attached to that Pokémon. Put that many damage counters on the Pokémon." @@ -3153,16 +2407,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -3175,30 +2425,20 @@ "id": "ecard1-56", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 20 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -3210,17 +2450,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -3233,32 +2468,21 @@ "id": "ecard1-57", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Mislead", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If either of them is heads, the Defending Pokémon is now Confused." }, { "name": "Ethereal Flame", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Fire Energy cards attached to Ninetales. This attack does 30 damage plus 20 more damage for each card discarded this way." @@ -3270,16 +2494,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -3292,40 +2512,28 @@ "id": "ecard1-58", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Patch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Take a basic Energy card attached to 1 of your Pokémon and attach it to another of your Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -3338,13 +2546,9 @@ "id": "ecard1-59", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "abilities": [ { @@ -3356,11 +2560,7 @@ "attacks": [ { "name": "Sharp Beak", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage." @@ -3381,9 +2581,7 @@ "number": "59", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -3396,13 +2594,9 @@ "id": "ecard1-60", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -3414,12 +2608,7 @@ "attacks": [ { "name": "Water Punch", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a number of coins equal to the amount of Water Energy attached to Poliwrath. This attack does 40 damage plus 10 more damage for each heads." @@ -3431,17 +2620,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -3454,31 +2638,21 @@ "id": "ecard1-61", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Raichu." }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard all Lightning Energy cards attached to Raichu or this attack does nothing." @@ -3490,16 +2664,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -3512,32 +2682,21 @@ "id": "ecard1-62", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3552,9 +2711,7 @@ "number": "62", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3567,31 +2724,20 @@ "id": "ecard1-63", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Beak", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Air Cutter", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -3609,17 +2755,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -3632,31 +2773,21 @@ "id": "ecard1-64", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Thermal Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon, if any. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3668,17 +2799,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Hiroaki Ito", "rarity": "Rare", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -3691,13 +2817,9 @@ "id": "ecard1-65", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -3709,12 +2831,7 @@ "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -3726,17 +2843,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "K. Hoshiba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -3749,13 +2861,9 @@ "id": "ecard1-66", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "abilities": [ { @@ -3767,12 +2875,7 @@ "attacks": [ { "name": "Stamp", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 10 more damage and does 10 damage to each of your opponent's Benched Pokémon, if any. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3790,19 +2893,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "66", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -3815,31 +2911,21 @@ "id": "ecard1-67", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "If this attack damages the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Venusaur, if it has any." }, { "name": "Fury Strikes", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -3851,17 +2937,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -3874,13 +2955,9 @@ "id": "ecard1-68", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -3892,12 +2969,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3909,17 +2981,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -3932,13 +2999,9 @@ "id": "ecard1-69", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -3950,10 +3013,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Vileplume is now Confused." @@ -3965,17 +3025,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -3988,32 +3043,21 @@ "id": "ecard1-70", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Foul Gas", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Confused." }, { "name": "Misfire", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, put 6 damage counters on Weezing." @@ -4025,17 +3069,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -4048,33 +3087,22 @@ "id": "ecard1-71", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Mysterious Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4092,16 +3120,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -4114,34 +3138,21 @@ "id": "ecard1-72", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, remove 2 damage counters from 1 of your Pokémon (1 if it has only 1)." }, { "name": "Dogpile", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Count the number of Pokémon on your Bench. This attack does 10 times that number of damage to the Defending Pokémon, and Chansey does 10 times that number of damage to itself." @@ -4153,17 +3164,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -4176,35 +3182,22 @@ "id": "ecard1-73", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Charmeleon." @@ -4216,16 +3209,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -4238,35 +3227,22 @@ "id": "ecard1-74", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Croconaw does 10 damage to itself." @@ -4278,16 +3254,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -4300,40 +3272,26 @@ "id": "ecard1-75", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Spiral Wave", - "cost": [ - "Lightning", - "Water" - ], + "cost": ["Lightning", "Water"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -4346,32 +3304,21 @@ "id": "ecard1-76", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Energy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to Electabuzz. Shuffle your deck afterward." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If you have any Benched Pokémon and if there are any basic Energy cards attached to Electabuzz, take 1 of those Energy cards and attach it to 1 of those Pokémon." @@ -4383,17 +3330,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Hiroaki Ito", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -4406,35 +3348,22 @@ "id": "ecard1-77", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Flaaffy does 20 damage to itself." @@ -4446,16 +3375,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -4468,36 +3393,22 @@ "id": "ecard1-78", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Foul Odor", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Both the Defending Pokémon and Gloom are now Confused (after doing damage)." @@ -4509,16 +3420,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Yuichi Sawayama", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -4531,35 +3438,22 @@ "id": "ecard1-79", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Resistance." }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Choose 2 of your opponent's Benched Pokémon (1 if he or she has only 1). This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4571,18 +3465,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -4595,34 +3483,22 @@ "id": "ecard1-80", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If the Defending Pokémon isn't Asleep, this attack does nothing." @@ -4640,16 +3516,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -4662,30 +3534,20 @@ "id": "ecard1-81", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stretch Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 30 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4697,17 +3559,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -4720,35 +3577,22 @@ "id": "ecard1-82", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Sleep Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4760,16 +3604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -4782,31 +3622,20 @@ "id": "ecard1-83", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Punch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -4818,16 +3647,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -4840,33 +3665,22 @@ "id": "ecard1-84", "name": "Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Energy Recall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 basic Energy cards from your discard pile to Kadabra (1 if you have only 1)." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4878,16 +3692,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -4900,35 +3710,22 @@ "id": "ecard1-85", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4940,16 +3737,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -4962,34 +3755,21 @@ "id": "ecard1-86", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Flaming Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Thrash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads this attack does 30 damage plus 10 more damage. If tails, Magmar does 10 damage to itself." @@ -5001,16 +3781,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -5023,17 +3799,11 @@ "id": "ecard1-87", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Exoskeleton", @@ -5044,9 +3814,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5058,17 +3826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Yuichi Sawayama", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -5081,24 +3844,15 @@ "id": "ecard1-88", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches the Defending Pokémon with it. (Do the damage before switching the Pokémon.)" @@ -5119,9 +3873,7 @@ "number": "88", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -5134,36 +3886,22 @@ "id": "ecard1-89", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5175,16 +3913,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -5197,23 +3931,15 @@ "id": "ecard1-90", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5225,16 +3951,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -5247,35 +3969,22 @@ "id": "ecard1-91", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5287,16 +3996,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Asuka Iwashita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -5309,33 +4014,22 @@ "id": "ecard1-92", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Giant Wave", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Wartortle can't attack during your next turn." @@ -5347,16 +4041,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -5369,31 +4059,21 @@ "id": "ecard1-93", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -5405,16 +4085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -5427,32 +4103,21 @@ "id": "ecard1-94", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -5464,16 +4129,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Sachi Matoba", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -5486,32 +4147,21 @@ "id": "ecard1-95", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Sleep Seed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5523,16 +4173,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -5545,32 +4191,21 @@ "id": "ecard1-96", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Entagling Thread", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5582,16 +4217,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal" }, @@ -5604,32 +4235,21 @@ "id": "ecard1-97", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Tail Rap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5641,16 +4261,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -5663,32 +4279,21 @@ "id": "ecard1-98", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -5700,16 +4305,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Yuichi Sawayama", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -5722,32 +4323,21 @@ "id": "ecard1-99", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double Scratch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5765,16 +4355,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -5787,32 +4373,21 @@ "id": "ecard1-100", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sleep Powder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -5830,16 +4405,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Motofumi Fujiwara", "rarity": "Common", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -5852,31 +4423,21 @@ "id": "ecard1-101", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Shining Fingers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5888,16 +4449,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -5910,34 +4467,21 @@ "id": "ecard1-102", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -5949,17 +4493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -5972,32 +4511,21 @@ "id": "ecard1-103", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bone Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6015,16 +4543,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -6037,32 +4561,21 @@ "id": "ecard1-104", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -6074,16 +4587,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Sachi Matoba", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -6096,32 +4605,21 @@ "id": "ecard1-105", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card attached to Cyndaquil." @@ -6133,16 +4631,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -6155,22 +4649,14 @@ "id": "ecard1-106", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Fury Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -6188,16 +4674,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -6210,38 +4692,25 @@ "id": "ecard1-107", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Dragon Smash", - "cost": [ - "Lightning", - "Water" - ], + "cost": ["Lightning", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -6254,22 +4723,14 @@ "id": "ecard1-108", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6281,16 +4742,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -6303,22 +4760,14 @@ "id": "ecard1-109", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Bad Dream", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." @@ -6336,16 +4785,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -6358,22 +4803,14 @@ "id": "ecard1-110", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Don't apply Resistance." @@ -6385,16 +4822,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -6407,22 +4840,14 @@ "id": "ecard1-111", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6434,16 +4859,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -6456,22 +4877,14 @@ "id": "ecard1-112", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -6489,16 +4902,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -6511,22 +4920,14 @@ "id": "ecard1-113", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6544,16 +4945,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -6566,31 +4963,21 @@ "id": "ecard1-114", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confusion Gas", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -6602,16 +4989,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -6624,23 +5007,14 @@ "id": "ecard1-115", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Crabhammer", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6652,17 +5026,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "Shin-ichi Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal" }, @@ -6675,32 +5044,21 @@ "id": "ecard1-116", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6712,16 +5070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -6734,32 +5088,21 @@ "id": "ecard1-117", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Chop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -6771,16 +5114,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Shin-ichi Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -6793,22 +5132,14 @@ "id": "ecard1-118", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on Magikarp." @@ -6820,16 +5151,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -6842,22 +5169,14 @@ "id": "ecard1-119", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6869,16 +5188,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -6891,32 +5206,21 @@ "id": "ecard1-120", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6928,16 +5232,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Satoshi Ohta", "rarity": "Common", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -6950,32 +5250,21 @@ "id": "ecard1-121", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Pay Day", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, draw a card." @@ -6987,16 +5276,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Hironobu Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -7009,32 +5294,21 @@ "id": "ecard1-122", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sleep Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -7046,16 +5320,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -7068,32 +5338,21 @@ "id": "ecard1-123", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Strikes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -7111,16 +5370,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -7133,32 +5388,21 @@ "id": "ecard1-124", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Lightning Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7170,16 +5414,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -7192,32 +5432,21 @@ "id": "ecard1-125", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7229,16 +5458,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -7251,32 +5476,21 @@ "id": "ecard1-126", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7288,16 +5502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -7310,20 +5520,13 @@ "id": "ecard1-127", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Stun Needle", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7335,16 +5538,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal" }, @@ -7357,22 +5556,14 @@ "id": "ecard1-128", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -7384,16 +5575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -7406,32 +5593,21 @@ "id": "ecard1-129", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7443,16 +5619,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -7465,22 +5637,14 @@ "id": "ecard1-130", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -7498,16 +5662,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -7520,32 +5680,21 @@ "id": "ecard1-131", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Doubleslap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7557,16 +5706,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -7579,32 +5724,21 @@ "id": "ecard1-132", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7616,16 +5750,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -7638,30 +5768,20 @@ "id": "ecard1-133", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Tauros does 20 damage to itself." @@ -7673,17 +5793,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "Yuichi Sawayama", "rarity": "Common", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -7696,32 +5811,21 @@ "id": "ecard1-134", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Surf", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7733,16 +5837,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -7755,32 +5855,21 @@ "id": "ecard1-135", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7792,16 +5881,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "Aimi Tomita", "rarity": "Common", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -7814,32 +5899,21 @@ "id": "ecard1-136", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Tail Shake", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7851,16 +5925,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -7873,9 +5943,7 @@ "id": "ecard1-137", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "If you have any cards in your hand, shuffle 1 of them into your deck, then draw 3 cards." @@ -7896,9 +5964,7 @@ "id": "ecard1-138", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, count the number of cards in your opponent's hand and draw that many cards." @@ -7974,9 +6040,7 @@ "id": "ecard1-142", "name": "Mary's Impulse", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip a coin until you get tails. For each heads, draw 2 cards." @@ -8014,18 +6078,14 @@ "id": "ecard1-144", "name": "Multi Technical Machine 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Multi Technical Machine 01." ], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Paralyzed." @@ -8046,9 +6106,7 @@ "id": "ecard1-145", "name": "Pokémon Nurse", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Remove all damage counters from 1 of your Pokémon. Then discard all Energy cards attached to it, if any." @@ -8104,9 +6162,7 @@ "id": "ecard1-148", "name": "Professor Elm's Training Method", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -8126,9 +6182,7 @@ "id": "ecard1-149", "name": "Professor Oak's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck, then draw 5 cards." @@ -8148,9 +6202,7 @@ "id": "ecard1-150", "name": "Strength Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Strength Charm to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "Whenever an attack from the Pokémon that Strength Charm is attached to does damage (after applying Weakness and Resistance), the attack does 10 more damage. At the end of your turn in which this happens, discard Strength Charm." @@ -8227,9 +6279,7 @@ "id": "ecard1-154", "name": "Full Heal", "supertype": "Trainer", - "rules": [ - "Remove all Special Conditions from your Active Pokémon." - ], + "rules": ["Remove all Special Conditions from your Active Pokémon."], "number": "154", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -8285,9 +6335,7 @@ "id": "ecard1-157", "name": "Switch", "supertype": "Trainer", - "rules": [ - "Switch your Active Pokémon with 1 of your Benched Pokémon." - ], + "rules": ["Switch your Active Pokémon with 1 of your Benched Pokémon."], "number": "157", "artist": "Keiji Kinebuchi", "rarity": "Common", @@ -8305,9 +6353,7 @@ "id": "ecard1-158", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to does damage with an attack (after applying Weakness and Resistance), the attack does 10 more damage. At the end of every turn, put 1 damage counter on the Pokémon Darkness Energy is attached to, unless it's Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -8326,9 +6372,7 @@ "id": "ecard1-159", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). If the Pokémon Metal Energy is attached to isn't Metal, whenever it damages a Pokémon by an attack, reduce that damage by 10 (after applying Weakness and Resistance). Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -8347,9 +6391,7 @@ "id": "ecard1-160", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "160", "legalities": { "unlimited": "Legal", @@ -8365,9 +6407,7 @@ "id": "ecard1-161", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "161", "legalities": { "unlimited": "Legal", @@ -8383,9 +6423,7 @@ "id": "ecard1-162", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "162", "legalities": { "unlimited": "Legal", @@ -8401,9 +6439,7 @@ "id": "ecard1-163", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "163", "legalities": { "unlimited": "Legal", @@ -8419,9 +6455,7 @@ "id": "ecard1-164", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "164", "legalities": { "unlimited": "Legal", @@ -8437,9 +6471,7 @@ "id": "ecard1-165", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "165", "legalities": { "unlimited": "Legal", diff --git a/cards/en/ecard2.json b/cards/en/ecard2.json index 894cca325..6a75378dc 100644 --- a/cards/en/ecard2.json +++ b/cards/en/ecard2.json @@ -3,31 +3,21 @@ "id": "ecard2-H1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If you have any Benched Pokémon and if there are any basic Energy cards attached to Ampharos, take 1 of those Energy cards and attach it to 1 of those Pokémon." @@ -39,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H1", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -62,13 +47,9 @@ "id": "ecard2-H2", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -80,11 +61,7 @@ "attacks": [ { "name": "Fire Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "You may discard any number of Fire Energy cards attached to Arcanine when you use this attack. If you do, flip a number of coins equal to the number of Fire Energy cards you discarded. This attack does 30 damage plus 30 more damage for each heads." @@ -96,18 +73,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H2", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -120,13 +91,9 @@ "id": "ecard2-H3", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -138,10 +105,7 @@ "attacks": [ { "name": "Spider Force", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, this attack does 20 damage and the defending Pokémon is now Paralyzed." @@ -156,9 +120,7 @@ "number": "H3", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -171,13 +133,9 @@ "id": "ecard2-H4", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "abilities": [ { @@ -189,11 +147,7 @@ "attacks": [ { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Don't apply Resistance." @@ -205,16 +159,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -227,13 +177,9 @@ "id": "ecard2-H5", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -245,11 +191,7 @@ "attacks": [ { "name": "Knife Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -267,17 +209,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H5", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -290,13 +227,9 @@ "id": "ecard2-H6", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -308,11 +241,7 @@ "attacks": [ { "name": "Smash Bomber", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -324,17 +253,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H6", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -347,13 +271,9 @@ "id": "ecard2-H7", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -365,10 +285,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -380,16 +297,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H7", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -402,13 +315,9 @@ "id": "ecard2-H8", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Pure Body", @@ -419,11 +328,7 @@ "attacks": [ { "name": "Burning Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may flip a coin. If heads, discard a Fire Energy card attached to Entei and the Defending Pokémon is now Burned." @@ -435,16 +340,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H8", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -457,13 +358,9 @@ "id": "ecard2-H9", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -475,11 +372,7 @@ "attacks": [ { "name": "Damage Blast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the number of damage counters on the Defending Pokémon. This attack does 30 damage plus 10 more damage for each heads." @@ -494,9 +387,7 @@ "number": "H9", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -509,29 +400,21 @@ "id": "ecard2-H10", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Super Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Discard any number of Energy cards attached to any of your Pokémon. Flip a number of coins equal to the number of Energy cards discarded this way. This attack does 40 damage times the number of heads." }, { "name": "Called Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage times the amount of Grass Energy attached to Exeggutor. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -543,16 +426,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H10", "artist": "Yukiko Baba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -565,32 +444,21 @@ "id": "ecard2-H11", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Houndoom." }, { "name": "Dark Impact", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't use any Poké-Powers until the end of your opponent's next turn." @@ -608,16 +476,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H11", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -630,13 +494,9 @@ "id": "ecard2-H12", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -648,11 +508,7 @@ "attacks": [ { "name": "Spiral Aura", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon isn't Knocked Out by the damage from this attack, you may choose 1 of your opponent's Benched Pokémon and switch the Defending Pokémon with it." @@ -664,16 +520,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -686,13 +538,9 @@ "id": "ecard2-H13", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -704,9 +552,7 @@ "attacks": [ { "name": "Cotton Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 times the number of heads." @@ -727,9 +573,7 @@ "number": "H13", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -742,13 +586,9 @@ "id": "ecard2-H14", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -760,12 +600,7 @@ "attacks": [ { "name": "Rapids", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon, if any." @@ -777,18 +612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H14", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -801,13 +630,9 @@ "id": "ecard2-H15", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -819,10 +644,7 @@ "attacks": [ { "name": "Electric Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 damage plus 10 damage for each Lightning Energy attached to Lanturn. Flip a coin. If tails, Lanturn does 10 damage to itself for each Lightning Energy attached to it." @@ -834,16 +656,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H15", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -856,17 +674,11 @@ "id": "ecard2-H16", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Magnetic Flow", @@ -877,11 +689,7 @@ "attacks": [ { "name": "Steel Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon that are the same type (color) as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -899,17 +707,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H16", "artist": "Hikaru Koike", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -922,13 +725,9 @@ "id": "ecard2-H17", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -940,10 +739,7 @@ "attacks": [ { "name": "Burning Sludge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a number of coins equal to the amount of Grass Energy attached to Muk. If any of them are heads, the Defending Pokémon is now Poisoned and Burned." @@ -955,16 +751,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H17", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -977,13 +769,9 @@ "id": "ecard2-H18", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -995,12 +783,7 @@ "attacks": [ { "name": "Giant Horn", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage." @@ -1018,18 +801,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H18", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -1042,31 +819,21 @@ "id": "ecard2-H19", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Miracle Tail", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose a Special Condition (Asleep, Burned, Confused, Paralyzed, or Poisoned). The Defending Pokémon is now affected by that Special Condition." }, { "name": "Roasting Heat", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Burned, this attack does 40 damage plus 20 more damage." @@ -1078,16 +845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H19", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1100,13 +863,9 @@ "id": "ecard2-H20", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -1118,11 +877,7 @@ "attacks": [ { "name": "Smokescreen", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -1134,17 +889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H20", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -1157,13 +907,9 @@ "id": "ecard2-H21", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "abilities": [ { @@ -1175,21 +921,14 @@ "attacks": [ { "name": "Snatch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon with no damage counters on it and switch the Defending Pokémon with it." }, { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the amount of Metal Energy attached to Scizor. This attack does 30 damage plus 20 more damage for each heads." @@ -1201,17 +940,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H21", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -1224,31 +958,21 @@ "id": "ecard2-H22", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Bursting Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Look at your opponent's hand. This attack does 10 damage times the number of Energy cards there." }, { "name": "Shuffle Attack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Look at a number of cards on top of your opponent's deck equal to the number of Energy cards attached to the Defending Pokémon. Put those cards in any order, and then put them back on top of your opponent's deck." @@ -1260,16 +984,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H22", "artist": "Aya Kusube", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -1282,33 +1002,21 @@ "id": "ecard2-H23", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Earth Rift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.) Then, flip a coin. If tails, this attack can't be used during your next turn." }, { "name": "Iron Smash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip 2 coins. If both are heads, this attack does 50 damage plus 20 more damage. If both are tails, this attack does nothing. If 1 is heads and 1 is tails, this attack just does 50 damage." @@ -1326,19 +1034,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "H23", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -1351,28 +1052,20 @@ "id": "ecard2-H24", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Sudowoodo doesn't have the Energy necessary to use that attack. (You must still do anything else required in order to use that attack.)" }, { "name": "Energy Draw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to Sudowoodo. Shuffle your deck afterward." @@ -1384,17 +1077,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H24", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -1407,13 +1095,9 @@ "id": "ecard2-H25", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pure Body", @@ -1424,11 +1108,7 @@ "attacks": [ { "name": "Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage. If tails, this attack does 30 damage and the Defending Pokémon is now Asleep." @@ -1440,16 +1120,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H25", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -1462,13 +1138,9 @@ "id": "ecard2-H26", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "abilities": [ { @@ -1480,10 +1152,7 @@ "attacks": [ { "name": "Poison Sting", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -1498,9 +1167,7 @@ "number": "H26", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -1513,17 +1180,11 @@ "id": "ecard2-H27", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Miracle Shift", @@ -1534,9 +1195,7 @@ "attacks": [ { "name": "Mini-Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. Mini-Metronome copies that attack except for its Energy cost. (You must still do anything else required in order to use that attack.) (No matter what type the Defending Pokémon is, Togetic is still Colorless.) Togetic performs that attack." @@ -1554,16 +1213,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H27", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -1576,44 +1231,28 @@ "id": "ecard2-H28", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Destructive Roar", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard 1 Energy card attached to 1 of your opponent's Pokémon." }, { "name": "Tail Slap", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Gigacrush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "60", "text": "Each player discards the top 3 cards from his or her deck." @@ -1631,18 +1270,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H28", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1655,13 +1288,9 @@ "id": "ecard2-H29", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1673,11 +1302,7 @@ "attacks": [ { "name": "Shadow Bind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1695,16 +1320,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H29", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1717,13 +1338,9 @@ "id": "ecard2-H30", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -1735,11 +1352,7 @@ "attacks": [ { "name": "Corrosive Acid", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -1751,17 +1364,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H30", "artist": "Miki Tanaka", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -1774,31 +1382,21 @@ "id": "ecard2-H31", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Poison Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned and Confused. If tails, the Defending Pokémon is now Poisoned and Asleep." }, { "name": "Addictive Pollen", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent can't play Supporter cards during his or her next turn." @@ -1810,17 +1408,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H31", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1833,13 +1426,9 @@ "id": "ecard2-H32", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Anti-Lightning", @@ -1850,21 +1439,14 @@ "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Zapdos." }, { "name": "Lightning Storm", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, put 2 damage counters on Zapdos." @@ -1882,17 +1464,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H32", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1905,31 +1482,21 @@ "id": "ecard2-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If you have any Benched Pokémon and if there are any basic Energy cards attached to Ampharos, take 1 of those Energy cards and attach it to 1 of those Pokémon." @@ -1941,17 +1508,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -1964,13 +1526,9 @@ "id": "ecard2-2", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -1982,11 +1540,7 @@ "attacks": [ { "name": "Fire Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "You may discard any number of Fire Energy cards attached to Arcanine when you use this attack. If you do, flip a number of coins equal to the number of Fire Energy cards you discarded. This attack does 30 damage plus 30 more damage for each heads." @@ -1998,18 +1552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -2022,13 +1570,9 @@ "id": "ecard2-3", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -2040,10 +1584,7 @@ "attacks": [ { "name": "Spider Force", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, this attack does 20 damage and the Defending Pokémon is now Paralyzed." @@ -2058,9 +1599,7 @@ "number": "3", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -2073,13 +1612,9 @@ "id": "ecard2-4", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "abilities": [ { @@ -2091,11 +1626,7 @@ "attacks": [ { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Don't apply Resistance." @@ -2107,16 +1638,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -2129,13 +1656,9 @@ "id": "ecard2-5", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -2147,11 +1670,7 @@ "attacks": [ { "name": "Knife Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -2169,17 +1688,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -2192,13 +1706,9 @@ "id": "ecard2-6", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -2210,11 +1720,7 @@ "attacks": [ { "name": "Smash Bomber", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2226,17 +1732,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -2249,31 +1750,21 @@ "id": "ecard2-7", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Double Stab", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2291,17 +1782,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -2314,13 +1800,9 @@ "id": "ecard2-8", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -2332,10 +1814,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2347,16 +1826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2369,41 +1844,29 @@ "id": "ecard2-9", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", - "evolvesTo": [ - "Electabuzz" - ], + "evolvesTo": ["Electabuzz"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose an Energy card attached to the Defending Pokémon. Your opponent moves that card to 1 of his or her other Pokémon. (If your opponent has no Benched Pokémon, this attack does nothing.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -2416,13 +1879,9 @@ "id": "ecard2-10", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Pure Body", @@ -2433,11 +1892,7 @@ "attacks": [ { "name": "Burning Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may flip a coin. If heads, discard a Fire Energy card attached to Entei and the Defending Pokémon is now Burned." @@ -2449,16 +1904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -2471,13 +1922,9 @@ "id": "ecard2-11", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2489,11 +1936,7 @@ "attacks": [ { "name": "Damage Blast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the number of damage counters on the Defending Pokémon. This attack does 30 damage plus 10 more damage for each heads." @@ -2508,9 +1951,7 @@ "number": "11", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -2523,29 +1964,21 @@ "id": "ecard2-12", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Super Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Discard any number of Energy cards attached to any of your Pokémon. Flip a number of coins equal to the number of Energy cards discarded this way. This attack does 40 damage times the number of heads." }, { "name": "Called Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage times the amount of Grass Energy attached to Exeggutor. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -2557,16 +1990,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2579,31 +2008,21 @@ "id": "ecard2-13", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Big Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a number of coins equal to the amount of Energy attached to Exeggutor. This attack does 20 damage times the number of heads." }, { "name": "Lateral Eggsplosion", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the amount of Energy attached to all of of your Benched Pokémon. This attack does 30 damage plus 10 more damage for each heads." @@ -2615,16 +2034,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2637,31 +2052,21 @@ "id": "ecard2-14", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Burn Up", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard all Fire Energy cards attached to Houndoom." @@ -2673,16 +2078,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2695,32 +2096,21 @@ "id": "ecard2-15", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Houndoom." }, { "name": "Dark Impact", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't use any Poké-Powers until the end of your opponent's next turn." @@ -2738,16 +2128,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2760,13 +2146,9 @@ "id": "ecard2-16", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -2778,11 +2160,7 @@ "attacks": [ { "name": "Spiral Aura", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon isn't Knocked Out by the damage from this attack, you may choose 1 of your opponent's Benched Pokémon and switch the Defending Pokémon with it." @@ -2794,16 +2172,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -2816,13 +2190,9 @@ "id": "ecard2-17", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -2834,9 +2204,7 @@ "attacks": [ { "name": "Cotton Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 times the number of heads." @@ -2857,9 +2225,7 @@ "number": "17", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -2872,31 +2238,20 @@ "id": "ecard2-18", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Meditate", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2908,17 +2263,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -2931,13 +2281,9 @@ "id": "ecard2-19", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -2949,12 +2295,7 @@ "attacks": [ { "name": "Rapids", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon, if any." @@ -2966,18 +2307,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -2990,31 +2325,21 @@ "id": "ecard2-20", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Conduction", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Discard all Lightning Energy cards attached to Lanturn. Flip a number of coins equal to the number of Lightning Energy cards you discarded. This attack does 30 damage plus 40 more damage for each heads." @@ -3026,16 +2351,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -3048,13 +2369,9 @@ "id": "ecard2-21", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -3066,10 +2383,7 @@ "attacks": [ { "name": "Electric Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 damage plus 10 damage for each Lightning Energy attached to Lanturn. Flip a coin. If tails, Lanturn does 10 damage to itself for each Lightning Energy attached to it." @@ -3081,16 +2395,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -3103,17 +2413,11 @@ "id": "ecard2-22", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Magnetic Flow", @@ -3124,11 +2428,7 @@ "attacks": [ { "name": "Steel Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon that are the same type (color) as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3146,17 +2446,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -3169,13 +2464,9 @@ "id": "ecard2-23", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -3187,10 +2478,7 @@ "attacks": [ { "name": "Burning Sludge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a number of coins equal to the amount of Grass Energy attached to Muk. If any of them are heads, the Defending Pokémon is now Poisoned and Burned." @@ -3202,16 +2490,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -3224,13 +2508,9 @@ "id": "ecard2-24", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -3242,12 +2522,7 @@ "attacks": [ { "name": "Giant Horn", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage." @@ -3265,18 +2540,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -3289,31 +2558,21 @@ "id": "ecard2-25", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Miracle Tail", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose a Special Condition (Asleep, Burned, Confused, Paralyzed, or Poisoned). The Defending Pokémon is now affected by that Special Condition." }, { "name": "Roasting Heat", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Burned, this attack does 40 damage plus 20 more damage." @@ -3325,16 +2584,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -3347,13 +2602,9 @@ "id": "ecard2-26", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -3365,11 +2616,7 @@ "attacks": [ { "name": "Smokescreen", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3381,17 +2628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -3404,30 +2646,21 @@ "id": "ecard2-27", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and switch the Defending Pokémon with it. The new Defending Pokémon is now Asleep." }, { "name": "Rapture Pollen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, remove 2 damage counters from Parasect." @@ -3439,16 +2672,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Masako Yamashita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -3461,17 +2690,11 @@ "id": "ecard2-28", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Backup", @@ -3482,10 +2705,7 @@ "attacks": [ { "name": "Hypnotic Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -3497,16 +2717,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -3519,32 +2735,21 @@ "id": "ecard2-29", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40-", "text": "Damage from this attack is reduced by 10 for each damage counter on Primeape." }, { "name": "Sudden Charge", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Primeape does 10 damage to itself. Then, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." @@ -3556,16 +2761,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -3578,32 +2779,21 @@ "id": "ecard2-30", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 damage plus 10 more damage for each Water Energy attached to Quagsire but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -3615,17 +2805,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -3638,32 +2823,21 @@ "id": "ecard2-31", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rapidash." }, { "name": "Gallop", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, discard a Fire Energy card attached to Rapidash and this attack does 30 damage plus 20 more damage." @@ -3678,9 +2852,7 @@ "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3693,13 +2865,9 @@ "id": "ecard2-32", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "abilities": [ { @@ -3711,21 +2879,14 @@ "attacks": [ { "name": "Snatch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon with no damage counters on it and switch the Defending Pokémon with it." }, { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the amount of Metal Energy attached to Scizor. This attack does 30 damage plus 20 more damage for each heads." @@ -3737,17 +2898,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -3760,13 +2916,9 @@ "id": "ecard2-33", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -3778,10 +2930,7 @@ "attacks": [ { "name": "Energy Cannon", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 damage plus 10 damage for each Energy attached to Slowbro but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -3793,17 +2942,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -3816,31 +2960,21 @@ "id": "ecard2-34", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Bursting Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Look at your opponent's hand. This attack does 10 damage times the number of Energy cards there." }, { "name": "Shuffle Attack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Look at a number of cards on top of your opponent's deck equal to the number of Energy cards attached to the Defending Pokémon. Put those cards in any order, and then put them back on top of your opponent's deck." @@ -3852,16 +2986,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -3874,33 +3004,21 @@ "id": "ecard2-35", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Earth Rift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.) Then, flip a coin. If tails, this attack can't be used during your next turn." }, { "name": "Iron Smash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip 2 coins. If both are heads, this attack does 50 damage plus 20 more damage. If both are tails, this attack does nothing. If 1 is heads and 1 is tails, this attack just does 50 damage." @@ -3918,19 +3036,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "35", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -3943,28 +3054,20 @@ "id": "ecard2-36", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Sudowoodo doesn't have the Energy necessary to use that attack. (You must still do anything else required in order to use that attack.)" }, { "name": "Energy Draw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to Sudowoodo. Shuffle your deck afterward." @@ -3976,17 +3079,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -3999,13 +3097,9 @@ "id": "ecard2-37", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pure Body", @@ -4016,11 +3110,7 @@ "attacks": [ { "name": "Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage. If tails, this attack does 30 damage and the Defending Pokémon is now Asleep." @@ -4032,16 +3122,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -4054,13 +3140,9 @@ "id": "ecard2-38", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "abilities": [ { @@ -4072,10 +3154,7 @@ "attacks": [ { "name": "Poison Sting", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4090,9 +3169,7 @@ "number": "38", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -4105,17 +3182,11 @@ "id": "ecard2-39", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Miracle Shift", @@ -4126,9 +3197,7 @@ "attacks": [ { "name": "Mini-Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. Mini-Metronome copies that attack except for its Energy cost. (You must still do anything else required in order to use that attack.) (No matter what type the Defending Pokémon is, Togetic is still Colorless.) Togetic performs that attack." @@ -4146,16 +3215,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -4168,44 +3233,28 @@ "id": "ecard2-40", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Destructive Roar", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard 1 Energy card attached to 1 of your opponent's Pokémon." }, { "name": "Tail Slap", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Gigacrush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "60", "text": "Each player discards the top 3 cards from his or her deck." @@ -4223,18 +3272,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -4247,13 +3290,9 @@ "id": "ecard2-41", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -4265,11 +3304,7 @@ "attacks": [ { "name": "Shadow Bind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4287,16 +3322,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -4309,13 +3340,9 @@ "id": "ecard2-42", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -4327,11 +3354,7 @@ "attacks": [ { "name": "Corrosive Acid", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -4343,17 +3366,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -4366,31 +3384,21 @@ "id": "ecard2-43", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Poison Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned and Confused. If tails, the Defending Pokémon is now Poisoned and Asleep." }, { "name": "Addictive Pollen", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent can't play Supporter cards during his or her next turn." @@ -4402,17 +3410,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -4425,13 +3428,9 @@ "id": "ecard2-44", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Anti-Lightning", @@ -4442,21 +3441,14 @@ "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Lightning Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Zapdos." }, { "name": "Lightning Storm", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, put 2 damage counters on Zapdos." @@ -4474,17 +3466,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -4497,23 +3484,14 @@ "id": "ecard2-45", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Bellsprout." @@ -4525,16 +3503,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Masako Yamashita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -4547,30 +3521,21 @@ "id": "ecard2-46", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Peck Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If 1 of them is heads, this attack does 20 damage. If both are heads, this attack does 50 damage. If both are tails, the Defending Pokémon is now Confused." @@ -4588,16 +3553,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -4610,34 +3571,22 @@ "id": "ecard2-47", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Spark", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4649,16 +3598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -4671,13 +3616,9 @@ "id": "ecard2-48", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "abilities": [ { @@ -4689,10 +3630,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4704,16 +3642,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -4726,18 +3660,11 @@ "id": "ecard2-49", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "abilities": [ { "name": "Enervating Pollen", @@ -4748,10 +3675,7 @@ "attacks": [ { "name": "Sleep Sap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Both the Defending Pokémon and Gloom are now Asleep (after doing damage)." @@ -4763,17 +3687,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -4786,32 +3705,21 @@ "id": "ecard2-50", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Distortion Beam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." @@ -4823,16 +3731,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -4845,23 +3749,14 @@ "id": "ecard2-51", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card attached to Growlithe." @@ -4873,16 +3768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -4895,32 +3786,21 @@ "id": "ecard2-52", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Attract", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and switch the Defending Pokémon with it." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4938,16 +3818,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4960,32 +3836,21 @@ "id": "ecard2-53", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sleepy Ball", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4997,16 +3862,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -5019,32 +3880,21 @@ "id": "ecard2-54", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Triple Bone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Flip 3 coins. This attack does 10 damage times the number of heads to that Pokémon. Don't apply Weakness and Resistance." }, { "name": "Bone Rush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip a coin until you get tails. This attack does 50 damage times the number of heads." @@ -5062,16 +3912,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -5084,34 +3930,22 @@ "id": "ecard2-55", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Poison Horn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Nidorino does 10 damage to itself." @@ -5123,16 +3957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -5145,25 +3975,15 @@ "id": "ecard2-56", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Thrash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Pupitar does 10 damage to itself." @@ -5175,16 +3995,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -5197,33 +4013,21 @@ "id": "ecard2-57", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Cross-Cut", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 20 damage plus 20 more damage." @@ -5235,16 +4039,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -5257,34 +4057,22 @@ "id": "ecard2-58", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Water Bullet", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the number of Water Energy attached to Seadra. This attack does 30 damage plus 10 more damage for each heads." @@ -5296,16 +4084,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -5318,32 +4102,21 @@ "id": "ecard2-59", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on Seaking." }, { "name": "Undulate", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Seaking." @@ -5355,16 +4128,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -5377,17 +4146,11 @@ "id": "ecard2-60", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "abilities": [ { "name": "Lightweight", @@ -5398,9 +4161,7 @@ "attacks": [ { "name": "Break Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage. If tails, this attack does 10 damage and the Defending Pokémon is now Asleep." @@ -5418,16 +4179,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -5440,41 +4197,29 @@ "id": "ecard2-61", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Jynx", - "evolvesTo": [ - "Jynx" - ], + "evolvesTo": ["Jynx"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Kiss", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a number of coins equal to the number of Energy cards attached to the Defending Pokémon. This attack does 10 damage times the number of heads." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -5487,32 +4232,21 @@ "id": "ecard2-62", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gooey Thread", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5524,16 +4258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Masako Yamashita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -5546,42 +4276,28 @@ "id": "ecard2-63", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard a Special Energy card attached to the Defending Pokémon. If tails, this attack does nothing." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -5594,32 +4310,21 @@ "id": "ecard2-64", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5631,16 +4336,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5653,33 +4354,22 @@ "id": "ecard2-65", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Grass Energy cards from your hand to Weepinbell." }, { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -5691,16 +4381,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -5713,31 +4399,21 @@ "id": "ecard2-66", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Deep Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, remove 1 damage counter on Wooper." @@ -5749,16 +4425,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -5771,32 +4443,21 @@ "id": "ecard2-67", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Stretch Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Skedaddle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Return Aipom and all basic Energy cards attached to it to your hand. If you have no Benched Pokémon, this attack does nothing." @@ -5808,16 +4469,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -5830,31 +4487,21 @@ "id": "ecard2-68", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Poison Vine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Sharp Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -5866,16 +4513,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -5888,33 +4531,21 @@ "id": "ecard2-69", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Chansey does 40 damage to itself." @@ -5926,17 +4557,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -5949,32 +4575,21 @@ "id": "ecard2-70", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Water"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Float", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Chinchou." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5986,16 +4601,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -6008,32 +4619,21 @@ "id": "ecard2-71", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Jolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Confuse Ray", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -6045,16 +4645,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -6067,31 +4663,21 @@ "id": "ecard2-72", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Teary Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Cubone by attacks is reduced by 20." }, { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6109,16 +4695,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -6131,32 +4713,21 @@ "id": "ecard2-73", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Super Speed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Doduo." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6174,16 +4745,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -6196,32 +4763,21 @@ "id": "ecard2-74", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch the Defending Pokémon with it. The new Defending Pokémon is now Asleep." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6233,16 +4789,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -6255,13 +4807,9 @@ "id": "ecard2-75", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6275,18 +4823,14 @@ "attacks": [ { "name": "Charge Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for an Energy card and attach it to Eevee. Shuffle your deck afterward." }, { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -6298,16 +4842,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -6320,31 +4860,21 @@ "id": "ecard2-76", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Growth Spurt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to Exeggcute." }, { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -6356,16 +4886,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -6378,31 +4904,21 @@ "id": "ecard2-77", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Continuous Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." }, { "name": "Energy Support", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Psychic Energy card and attach it to 1 of your Benched Pokémon. Shuffe your deck afterward." @@ -6414,16 +4930,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -6436,22 +4948,14 @@ "id": "ecard2-78", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -6463,16 +4967,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -6485,22 +4985,14 @@ "id": "ecard2-79", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Poison Sludge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6512,16 +5004,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Keiji Kinebuchi", "rarity": "Common", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -6534,31 +5022,21 @@ "id": "ecard2-80", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches the Defending Pokémon with it." }, { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -6570,16 +5048,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -6592,31 +5066,20 @@ "id": "ecard2-81", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rush", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 5 coins. This attack does 10 damage times the number of heads. Hitmonchan can't attack during your next turn." }, { "name": "Smash Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -6628,17 +5091,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -6651,31 +5109,20 @@ "id": "ecard2-82", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Triple Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads. If you get 2 or more heads, switch Hitmontop with 1 of your Benched Pokémon, if any." @@ -6687,16 +5134,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -6709,16 +5152,10 @@ "id": "ecard2-83", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "abilities": [ { "name": "Lightweight", @@ -6729,9 +5166,7 @@ "attacks": [ { "name": "Careless Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Hoppip does 10 damage to itself." @@ -6749,16 +5184,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -6771,22 +5202,14 @@ "id": "ecard2-84", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6798,16 +5221,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -6820,23 +5239,14 @@ "id": "ecard2-85", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Reverse Thrust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Horsea with 1 of your Benched Pokémon, if any." @@ -6848,16 +5258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -6870,32 +5276,21 @@ "id": "ecard2-86", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Singe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6907,16 +5302,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -6929,23 +5320,14 @@ "id": "ecard2-87", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -6963,16 +5345,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -6985,31 +5363,20 @@ "id": "ecard2-88", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Baby Outing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Look at the top 3 cards of your deck, and then choose 1 of those cards and put it into your hand. Shuffle the rest into your deck afterward." }, { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -7021,17 +5388,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -7044,31 +5406,21 @@ "id": "ecard2-89", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Mountain Eater", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent discards the top card from his or her deck. Then you remove a damage counter from Larvitar." }, { "name": "Rising Lunge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -7080,16 +5432,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -7102,34 +5450,21 @@ "id": "ecard2-90", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Long Tongue", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon in play. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7141,17 +5476,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -7164,16 +5494,10 @@ "id": "ecard2-91", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "abilities": [ { "name": "Conductive Body", @@ -7184,10 +5508,7 @@ "attacks": [ { "name": "Magnetic Bomb", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, Magnemite does 10 damage to itself." @@ -7199,16 +5520,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -7221,32 +5538,21 @@ "id": "ecard2-92", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Mug", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 damage plus 10 more damage for each damage counter on Mankey." @@ -7258,16 +5564,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -7280,32 +5582,21 @@ "id": "ecard2-93", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 1 Lightning Energy card from your discard pile to Mareep." }, { "name": "Tail Slap", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7317,16 +5608,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Hizuki Misono", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -7339,30 +5626,20 @@ "id": "ecard2-94", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -7374,16 +5651,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -7396,13 +5669,9 @@ "id": "ecard2-95", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Energy Barrier", @@ -7413,10 +5682,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance." @@ -7428,16 +5694,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -7450,32 +5712,21 @@ "id": "ecard2-96", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Poison Horn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7487,16 +5738,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -7509,32 +5756,21 @@ "id": "ecard2-97", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7546,16 +5782,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -7568,23 +5800,14 @@ "id": "ecard2-98", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Crush", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a number of coins equal to the amount of Energy attached to Onix. This attack does 20 damage times the number of heads." @@ -7596,17 +5819,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -7619,32 +5837,21 @@ "id": "ecard2-99", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Spore Evolution", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a card that evolves from Paras. Attach it to Paras. This counts as evolving Paras. Shuffle your deck afterward." @@ -7656,16 +5863,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -7678,32 +5881,21 @@ "id": "ecard2-100", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on Phanpy." }, { "name": "Rollout", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7721,16 +5913,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -7743,31 +5931,20 @@ "id": "ecard2-101", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Horn Grab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing." }, { "name": "Super Slice", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -7779,16 +5956,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -7801,32 +5974,21 @@ "id": "ecard2-102", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card attached to Ponyta." @@ -7838,16 +6000,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Shin-ichi Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -7860,31 +6018,21 @@ "id": "ecard2-103", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Data Sort", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a Trainer card from your discard pile, show it to your opponent, and then shuffle it into your deck." }, { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7896,16 +6044,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -7918,32 +6062,21 @@ "id": "ecard2-104", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7955,16 +6088,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -7977,22 +6106,14 @@ "id": "ecard2-105", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon is play. This attack does 10 damage to that Pokémon. Don't apply Weakness or Resistance for this attack." @@ -8004,16 +6125,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -8026,32 +6143,21 @@ "id": "ecard2-106", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Swift", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -8069,16 +6175,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -8091,31 +6193,21 @@ "id": "ecard2-107", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Spy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your opponent's deck. Put them back in the same order." }, { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -8127,16 +6219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Hizuki Misono", "rarity": "Common", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -8149,33 +6237,21 @@ "id": "ecard2-108", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Fishing Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Baby Pokémon, Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and then put it into your hand." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8187,16 +6263,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -8209,29 +6281,20 @@ "id": "ecard2-109", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Paint Trick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. Then, choose 1 of your Benched Pokémon and switch Smeargle with it." }, { "name": "Doublslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -8243,16 +6306,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -8265,32 +6324,21 @@ "id": "ecard2-110", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Rob", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand. Choose all Technical Machine and Pokémon Tool cards there and put them into his or her deck. Your opponent shuffles the deck afterward." }, { "name": "Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails this attack does nothing." @@ -8308,16 +6356,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -8330,22 +6374,14 @@ "id": "ecard2-111", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Sharp Stinger", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed." @@ -8357,16 +6393,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -8379,34 +6411,21 @@ "id": "ecard2-112", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Tickling Vines", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Double Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -8424,17 +6443,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -8447,31 +6461,21 @@ "id": "ecard2-113", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 Water Energy card attached to Tentacool in order to use this attack. Remove all damage counters from Tentacool." @@ -8483,16 +6487,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -8505,31 +6505,21 @@ "id": "ecard2-114", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, search your deck for a basic Energy card. Show those cards to your opponent, and then put them into your hand. Shuffle your deck afterward." }, { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8541,16 +6531,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -8563,22 +6549,14 @@ "id": "ecard2-115", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Swift", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -8590,16 +6568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Keiji Kinebuchi", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -8612,22 +6586,14 @@ "id": "ecard2-116", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Collect Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Fire Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Vulpix." @@ -8639,16 +6605,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -8661,32 +6623,21 @@ "id": "ecard2-117", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8698,16 +6649,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -8720,9 +6667,7 @@ "id": "ecard2-118", "name": "Apricorn Forest", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), if that player's Bench isn't full, that player flips a coin. If heads, that player shows his or her opponent a basic Energy card from his or her hand. Then, that player searches his or her deck for a Basic Pokémon card of the same type (color) as the revealed Energy card and puts it onto his or her Bench. The player shuffes his or her deck afterward." @@ -8742,18 +6687,14 @@ "id": "ecard2-119", "name": "Darkness Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Darkness Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Darkness Cube 01." ], "attacks": [ { "name": "Plunder", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard any Trainer cards attached to the Defending Pokémon." @@ -8794,18 +6735,14 @@ "id": "ecard2-121", "name": "Fighting Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Fighting Pokémon in play. That Pokémon my use this card's attack instead of its own. At the end of your turn, discard Fighting Cube 01." ], "attacks": [ { "name": "Violent Rage", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a number of coins equal to the number of damage counters on this Pokémon. This attack does 10 damage times the number of heads." @@ -8826,18 +6763,14 @@ "id": "ecard2-122", "name": "Fire Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Fire Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Fire Cube 01." ], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." @@ -8858,9 +6791,7 @@ "id": "ecard2-123", "name": "Forest Guardian", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your deck. Then, look at the top 7 cards of your deck. Choose 1 of those cards and put it into your hand. Shuffle the rest into your deck afterward." @@ -8880,18 +6811,14 @@ "id": "ecard2-124", "name": "Grass Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Grass Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Grass Cube 01." ], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned." @@ -8912,9 +6839,7 @@ "id": "ecard2-125", "name": "Healing Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Healing Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool card attached to it. If that Pokémon is Knocked Out, discard this card.", "At the end of any turn, if the Pokémon this card is attached to has 20 HP or less, remove 3 damage counters from that Pokémon and discard this card." @@ -8934,9 +6859,7 @@ "id": "ecard2-126", "name": "Juggler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard up to 2 basic Energy cards from your hand. If you discarded 1 basic Energy card, draw 3 cards. If you discarded 2 basic Energy cards, draw 5 cards." @@ -8956,18 +6879,14 @@ "id": "ecard2-127", "name": "Lightning Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Lightning Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Lightning Cube 01." ], "attacks": [ { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40×", "text": "Discard all Lightning Energy cards attached to this Pokémon. Then, flip a number of coins equal to the number of Energy cards discarded that way. This attack does 40 damage times the number of heads." @@ -8988,9 +6907,7 @@ "id": "ecard2-128", "name": "Memory Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Memory Berry to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "The Pokémon this card is attached to can use any attack from its Basic Pokémon card or any Evolution card from which the Pokémon evolved. (You still have to pay for that attack's Energy cost.) Discard this card at the end of any turn the Pokémon attacks." @@ -9010,18 +6927,14 @@ "id": "ecard2-129", "name": "Metal Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Metal Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Metal Cube 01." ], "attacks": [ { "name": "Metal Reversal", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." @@ -9042,9 +6955,7 @@ "id": "ecard2-130", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Baby Pokémon and/or Basic Pokémon cards and put them onto your bench. Shuffle your deck afterward." @@ -9064,9 +6975,7 @@ "id": "ecard2-131", "name": "Pokémon Park", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each of his or her turns, whenever a player attaches an Energy card from his or her hand to 1 of his or her Benched Pokémon, he or she removes 1 damage counter, if any, from that Pokémon." @@ -9086,18 +6995,14 @@ "id": "ecard2-132", "name": "Psychic Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Psychic Pokémon in play. That Pokémon may us this card's attack instead of its own. At the end of your turn, discard Psychic Cube 01." ], "attacks": [ { "name": "Psy Confuse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." @@ -9118,9 +7023,7 @@ "id": "ecard2-133", "name": "Seer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 6 cards of your deck. Take all Basic Energy cards you find there, show them to your opponent, and then put them into your hand. Shuffle your deck afterward." @@ -9158,9 +7061,7 @@ "id": "ecard2-135", "name": "Time Shard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Time Shard to 1 of your Pokémon that doesn't already have a Pokémon Tool card attached to it. If that Pokémon is Knocked Out, discard this card.", "If the Pokémon this card is attached to is Knocked Out by damage from the Defending Pokémon's attack during your opponent's turn, you may return up to 2 basic Energy cards attached to that Pokémon to your hand." @@ -9180,9 +7081,7 @@ "id": "ecard2-136", "name": "Town Volunteers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Take 5 Baby Pokémon, Basic Pokémon, Evolution, and/or basic Energy cards from your discard pile and then show them to your opponent. Shuffle them into your deck." @@ -9202,9 +7101,7 @@ "id": "ecard2-137", "name": "Traveling Salesman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Technical Machine and/or Pokémon Tool cards, show them to your opponent, and then put them into your hand. Shuffle your deck afterward." @@ -9224,9 +7121,7 @@ "id": "ecard2-138", "name": "Undersea Ruins", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may flip a coin. If heads, that player chooses 1 of his or her Evolved Pokémon in play and discards the top Evolution card from that Pokémon, devolving it." @@ -9246,9 +7141,7 @@ "id": "ecard2-139", "name": "Power Plant", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each of his or her turns, a player may discard a basic Energy card from his or her hand. If that player does, he or she chooses a basic Energy card from his or her discard pile, shows it to his or her opponent, and then puts it into his or her hand." @@ -9268,18 +7161,14 @@ "id": "ecard2-140", "name": "Water Cube 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Water Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Water Cube 01." ], "attacks": [ { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness or Resistance." @@ -9319,9 +7208,7 @@ "id": "ecard2-142", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to damages the Defending Pokémon (after applying Weakness and Resistance), the attack does 10 more damage to the Defending Pokémon. At the end of every turn, put 1 damage counter on the Pokémon Darkness Energy is attached to, unless it's Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -9340,9 +7227,7 @@ "id": "ecard2-143", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done to the Pokémon Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). If the Pokémon Metal Energy is attached to isn't Metal, whenever it damages a Pokémon, reduce that damage by 10 (before applying Weakness and Resistance). Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -9361,9 +7246,7 @@ "id": "ecard2-144", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -9383,9 +7266,7 @@ "id": "ecard2-145", "name": "Boost Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can't retreat. When the Pokémon Boost Energy is attached to is no longer an Evolved Pokémon, discard Boost Energy." ], @@ -9404,9 +7285,7 @@ "id": "ecard2-146", "name": "Crystal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Crystal Energy provides 1 Energy of all types (colors) of basic Energy cards attached to the Pokémon Crystal Energy is attached to. If there are no basic Energy cards attached to the Pokémon Crystal Energy is attached to, Crystal Energy provides Colorless Energy." ], @@ -9425,9 +7304,7 @@ "id": "ecard2-147", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Warp Energy provides 1 Colorless Energy. When you attach Warp Energy from your hand to your Active Pokémon, switch your Active Pokémon with 1 of your Benched Pokémon." ], @@ -9447,13 +7324,9 @@ "id": "ecard2-148", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Seadra", "abilities": [ { @@ -9465,23 +7338,14 @@ "attacks": [ { "name": "Aquabomb", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "40", "text": "Kindra does 10 damage to itself. (Don't apply Weakness or Resistance when Kingdra damages itself with this attack.)" }, { "name": "Dual Burn", - "cost": [ - "Psychic", - "Psychic", - "Lightning", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip 2 coins. For each tails, discard 1 Energy card attached to Kingdra." @@ -9493,18 +7357,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "148", "artist": "Mikio Menjo", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -9517,13 +7375,9 @@ "id": "ecard2-149", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Crystal Type", @@ -9534,22 +7388,14 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Fire" - ], + "cost": ["Psychic", "Fire"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of Energy cards attached to the Defending Pokémon." }, { "name": "Steam Blast", - "cost": [ - "Water", - "Water", - "Fire", - "Colorless" - ], + "cost": ["Water", "Water", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Discard an Energy card attached to Lugia." @@ -9561,18 +7407,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "149", "artist": "Naoyo Kimura", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -9585,13 +7425,9 @@ "id": "ecard2-150", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -9603,23 +7439,14 @@ "attacks": [ { "name": "Poison Horn", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Rolling Thunder", - "cost": [ - "Lightning", - "Lightning", - "Fighting", - "Fighting" - ], + "cost": ["Lightning", "Lightning", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin, If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -9631,18 +7458,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "150", "artist": "Hironobu Yoshida", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ecard3.json b/cards/en/ecard3.json index f5cd136d9..70ea83d60 100644 --- a/cards/en/ecard3.json +++ b/cards/en/ecard3.json @@ -3,13 +3,9 @@ "id": "ecard3-H1", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -37,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H1", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -60,13 +47,9 @@ "id": "ecard3-H2", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -78,20 +61,14 @@ "attacks": [ { "name": "Shake", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "White Flames", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Fire Energy cards attached to Arcanine." @@ -103,17 +80,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H2", "artist": "Aya Kusube", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -126,13 +98,9 @@ "id": "ecard3-H3", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Water Immunity", @@ -143,21 +111,14 @@ "attacks": [ { "name": "Freeze Solid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Water Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Articuno." }, { "name": "Ice Cyclone", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Pokémon in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -175,17 +136,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -198,13 +154,9 @@ "id": "ecard3-H4", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "abilities": [ { @@ -216,10 +168,7 @@ "attacks": [ { "name": "Needle Rush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 4 coins. If you get 1 heads, this attack does 10 damage plus 10 more damage. If you get 2 heads, this attack does 10 damage plus 20 more damage. If you get 3 heads, this attack does 10 damage plus 50 more damage. If you get 4 heads, this attack does 10 damage plus 90 more damage." @@ -234,9 +183,7 @@ "number": "H4", "artist": "Hikaru Koike", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -249,13 +196,9 @@ "id": "ecard3-H5", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Golbat", "abilities": [ { @@ -267,11 +210,7 @@ "attacks": [ { "name": "Double Cross", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads. If both of them are tails, the Defending Pokémon is now Confused and Poisoned." @@ -286,9 +225,7 @@ "number": "H5", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -301,33 +238,21 @@ "id": "ecard3-H6", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Freeze Lock", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't attach Energy cards from his or her hand to his or her Active Pokémon during his or her next turn." }, { "name": "Crushing Ice", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "This attack does 40 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost. Damage is calculated using the Defending Pokémon's Retreat Cost after applying effects to the Retreat Cost." @@ -339,17 +264,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H6", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -362,13 +282,9 @@ "id": "ecard3-H7", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -380,20 +296,14 @@ "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." }, { "name": "Burn Booster", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Discard an Energy card attached to Flareon in order to use this attack. If the discarded card is a Fire Energy card, this attack does 40 damage plus 10 more damage." @@ -405,16 +315,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H7", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -427,32 +333,21 @@ "id": "ecard3-H8", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Spinning Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads. If both coins are heads, switch Forretress with 1 of your Benched Pokémon." }, { "name": "Scatterbomb", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip 2 coins. For each heads, do 10 damage to each of your opponent's Benched Pokémon. For each tails, do 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -470,17 +365,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H8", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -493,13 +383,9 @@ "id": "ecard3-H9", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -511,12 +397,7 @@ "attacks": [ { "name": "Hydrokinesis", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned. If tails, the Defending Pokémon is now Confused." @@ -534,17 +415,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H9", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -557,13 +433,9 @@ "id": "ecard3-H10", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -575,12 +447,7 @@ "attacks": [ { "name": "Dragon's Vengeance", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "If Gyarados has 7 or more damage counters on it, this attack's base damage is 100." @@ -592,17 +459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H10", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -615,32 +477,21 @@ "id": "ecard3-H11", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Lonely Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 20 damage times the number of your opponent's Benched Pokémon minus the number of your Benched Pokémon. (For example, if your opponent has 3 Benched Pokémon and you have 1, this attack will do 30 damage plus 40 more damage.)" @@ -658,16 +509,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H11", "artist": "Kimiya Masago", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -680,13 +527,9 @@ "id": "ecard3-H12", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -698,20 +541,14 @@ "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderspark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack does 10 damage to each Benched Pokémon with at least 1 Energy card attached to it (yours and your opponent's)." @@ -726,9 +563,7 @@ "number": "H12", "artist": "Hikaru Koike", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -741,13 +576,9 @@ "id": "ecard3-H13", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -759,11 +590,7 @@ "attacks": [ { "name": "Dual Cut", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -775,17 +602,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H13", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -798,31 +620,21 @@ "id": "ecard3-H14", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Pollen Shield", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, Ledian can't become affected by a Special Condition. (Any other effects of attacks, Poké-Powers, Poké-Bodies, and Trainer cards still happen.)" }, { "name": "Swift", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -837,9 +649,7 @@ "number": "H14", "artist": "Hikaru Koike", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -852,13 +662,9 @@ "id": "ecard3-H15", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -870,22 +676,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, if your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon. If your opponent has no Benched Pokémon, ignore this effect." }, { "name": "Hurricane Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -897,17 +695,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H15", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -920,33 +713,21 @@ "id": "ecard3-H16", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Eruption", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Each player discard the top card of his or her deck. This attack does 20 damage plus 20 more damage for each Fire Energy card discarded in this way." }, { "name": "Fire Stream", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard a Fire Energy card attached to Magcargo in order to use this attack. If your opponent has any Benched Pokémon, this attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -958,18 +739,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H16", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -982,13 +757,9 @@ "id": "ecard3-H17", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Slugma", "abilities": [ { @@ -1000,11 +771,7 @@ "attacks": [ { "name": "Crushing Lava", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard a Fire or Fighting basic Energy card attached to Magcargo. If you discard a Fire Energy card in this way, the Defending Pokémon is now Burned. If you discard a Fighting Energy card in this way, this attack does 40 damage plus 20 more damage." @@ -1016,18 +783,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H17", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -1040,17 +801,11 @@ "id": "ecard3-H18", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Attract Energy", @@ -1061,11 +816,7 @@ "attacks": [ { "name": "Electric Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Magneton when you use this attack. If you do, put damage counters equal to the amount of Energy cards removed in this way on any number of your opponent's Benched Pokémon in the way you like. (For example, if you discard 3 Lightning Energy cards, you can put 1 damage counter on 1 of your opponent's Benched Pokémon and 2 on another.)" @@ -1077,16 +828,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H18", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1099,35 +846,22 @@ "id": "ecard3-H19", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Bounce Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Magneton and the Defending Pokémon don't have the same number of Energy cards attached to them, the player controlling the Active Pokémon with the fewest number of Energy cards attached to it switches 1 of his or her Benched Pokémon with his or her Active Pokémon." }, { "name": "Magnetic Wave", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 damage times the number of your Benched Pokémon minus the number of your opponent's Benched Pokémon. (For example, if your opponent has 1 Benched Pokémon and you have 3, this attack will do 30 damage plus 20 more damage.)" @@ -1145,17 +879,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H19", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1168,13 +897,9 @@ "id": "ecard3-H20", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Fire Immunity", @@ -1185,21 +910,14 @@ "attacks": [ { "name": "Collect Fire", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Fire Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Moltres." }, { "name": "Burning Tail", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Moltres." @@ -1217,17 +935,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H20", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -1240,13 +953,9 @@ "id": "ecard3-H21", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -1258,11 +967,7 @@ "attacks": [ { "name": "Double Claw", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads" @@ -1274,18 +979,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H21", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1298,37 +997,22 @@ "id": "ecard3-H22", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "Trample", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "For each Benched Pokémon (yours and your opponent's), flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1340,18 +1024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "H22", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -1364,44 +1042,28 @@ "id": "ecard3-H23", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Sudden Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of basic Energy cards from your hand to Politoed." }, { "name": "Frog Hop", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." }, { "name": "Energy Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70", "text": "Move 2 Water Energy cards attached to Politoed to 1 or 2 of your Benched Pokémon. (You may put both on the same Pokémon or 1 each on 2 different Pokémon.) If you have no Benched Pokémon, ignore this effect." @@ -1413,17 +1075,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H23", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -1436,13 +1093,9 @@ "id": "ecard3-H24", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -1454,11 +1107,7 @@ "attacks": [ { "name": "Spiral Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin until you get tails. This attack does 40 damage plus 20 more damage for each heads." @@ -1470,17 +1119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H24", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -1493,32 +1137,21 @@ "id": "ecard3-H25", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Zzzap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each Pokémon with a Poké-Body or Poké-Power (yours and your opponent's). (Don't apply Weakness or Resistance.)" }, { "name": "Lightning Storm", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, put 2 damage counters on Raichu." @@ -1530,16 +1163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H25", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1552,13 +1181,9 @@ "id": "ecard3-H26", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Pure Body", @@ -1569,11 +1194,7 @@ "attacks": [ { "name": "Lightning Sphere", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may flip a coin. If heads, discard all Lightning Energy cards attached to Raikou. This attack does 40 damage plus 20 more damage for each Energy card discarded in this way." @@ -1585,16 +1206,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H26", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -1607,38 +1224,22 @@ "id": "ecard3-H27", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Stomp", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." }, { "name": "Giant Tail", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -1656,17 +1257,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "H27", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -1679,31 +1275,21 @@ "id": "ecard3-H28", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of Energy attached to Starmie and the Defending Pokémon." }, { "name": "Star Back", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Pokémon." @@ -1715,16 +1301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H28", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -1737,13 +1319,9 @@ "id": "ecard3-H29", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "abilities": [ { @@ -1755,23 +1333,14 @@ "attacks": [ { "name": "Squeeze", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Paralyzed." }, { "name": "Metal Tail", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing." @@ -1789,19 +1358,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "H29", "artist": "Hikaru Koike", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -1814,13 +1376,9 @@ "id": "ecard3-H30", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1832,10 +1390,7 @@ "attacks": [ { "name": "Sharp Claws", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." @@ -1853,16 +1408,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H30", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1875,13 +1426,9 @@ "id": "ecard3-H31", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1893,21 +1440,14 @@ "attacks": [ { "name": "Hypnosplash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Aqua Trick", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and move it to 1 of your opponent's Benched Pokémon. If your opponent has no Benched Pokémon, ignore this effect." @@ -1919,16 +1459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H31", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -1941,13 +1477,9 @@ "id": "ecard3-H32", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "abilities": [ { @@ -1959,11 +1491,7 @@ "attacks": [ { "name": "Warp Hole", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, choose a card from your discard pile and put it on top of your deck." @@ -1975,16 +1503,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H32", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -1997,13 +1521,9 @@ "id": "ecard3-1", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -2015,10 +1535,7 @@ "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -2030,16 +1547,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Toshinao Aoki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -2052,13 +1565,9 @@ "id": "ecard3-2", "name": "Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kadabra", "abilities": [ { @@ -2070,11 +1579,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -2086,17 +1591,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -2109,13 +1609,9 @@ "id": "ecard3-3", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -2127,20 +1623,14 @@ "attacks": [ { "name": "Shake", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "White Flames", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Fire Energy cards attached to Arcanine." @@ -2152,17 +1642,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -2175,13 +1660,9 @@ "id": "ecard3-4", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Water Immunity", @@ -2192,21 +1673,14 @@ "attacks": [ { "name": "Freeze Solid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Water Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Articuno." }, { "name": "Ice Cyclone", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Pokémon in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2224,17 +1698,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -2247,13 +1716,9 @@ "id": "ecard3-5", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "abilities": [ { @@ -2265,10 +1730,7 @@ "attacks": [ { "name": "Needle Rush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 4 coins. If you get 1 heads, this attack does 10 damage plus 10 more damage. If you get 2 heads, this attack does 10 damage plus 20 more damage. If you get 3 heads, this attack does 10 damage plus 50 more damage. If you get 4 heads, this attack does 10 damage plus 90 more damage." @@ -2283,9 +1745,7 @@ "number": "5", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -2298,13 +1758,9 @@ "id": "ecard3-6", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Golbat", "abilities": [ { @@ -2316,11 +1772,7 @@ "attacks": [ { "name": "Double Cross", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads. If both of them are tails, the Defending Pokémon is now Confused and Poisoned." @@ -2335,9 +1787,7 @@ "number": "6", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -2350,33 +1800,21 @@ "id": "ecard3-7", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Freeze Lock", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't attach Energy cards from his or her hand to his or her Active Pokémon during his or her next turn." }, { "name": "Crushing Ice", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "This attack does 40 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost. Damage is calculated using the Defending Pokémon's Retreat Cost after applying effects to the Retreat Cost." @@ -2388,17 +1826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -2411,13 +1844,9 @@ "id": "ecard3-8", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2429,20 +1858,14 @@ "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." }, { "name": "Burn Booster", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Discard an Energy card attached to Flareon in order to use this attack. If the discarded card is a Fire Energy card, this attack does 40 damage plus 10 more damage." @@ -2454,16 +1877,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -2476,32 +1895,21 @@ "id": "ecard3-9", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Spinning Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads. If both coins are heads, switch Forretress with 1 of your Benched Pokémon." }, { "name": "Scatterbomb", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip 2 coins. For each heads, do 10 damage to each of your opponent's Benched Pokémon. For each tails, do 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2519,17 +1927,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -2542,13 +1945,9 @@ "id": "ecard3-10", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -2560,12 +1959,7 @@ "attacks": [ { "name": "Hydrokinesis", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned. If tails, the Defending Pokémon is now Confused." @@ -2583,17 +1977,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -2606,13 +1995,9 @@ "id": "ecard3-11", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -2624,12 +2009,7 @@ "attacks": [ { "name": "Dragon's Vengeance", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "If Gyarados has 7 or more damage counters on it, this attack's base damage is 100." @@ -2641,17 +2021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -2664,32 +2039,21 @@ "id": "ecard3-12", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Lonely Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 20 damage times the number of your opponent's Benched Pokémon minus the number of your Benched Pokémon. (For example, if your opponent has 3 Benched Pokémon and you have 1, this attack will do 30 damage plus 40 more damage.)" @@ -2707,16 +2071,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kimiya Masago", "rarity": "Rare", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2729,13 +2089,9 @@ "id": "ecard3-13", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2747,20 +2103,14 @@ "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderspark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack does 10 damage to each Benched Pokémon with at least 1 Energy card attached to it (yours and your opponent's)." @@ -2775,9 +2125,7 @@ "number": "13", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -2790,13 +2138,9 @@ "id": "ecard3-14", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -2808,11 +2152,7 @@ "attacks": [ { "name": "Dual Cut", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2824,17 +2164,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -2847,31 +2182,21 @@ "id": "ecard3-15", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Pollen Shield", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, Ledian can't become affected by a Special Condition. (Any other effects of attacks, Poké-Powers, Poké-Bodies, and Trainer cards still happen.)" }, { "name": "Swift", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2886,9 +2211,7 @@ "number": "15", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -2901,13 +2224,9 @@ "id": "ecard3-16", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -2919,22 +2238,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, if your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon. If your opponent has no Benched Pokémon, ignore this effect." }, { "name": "Hurricane Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -2946,17 +2257,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -2969,33 +2275,21 @@ "id": "ecard3-17", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Eruption", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Each player discard the top card of his or her deck. This attack does 20 damage plus 20 more damage for each Fire Energy card discarded in this way." }, { "name": "Fire Stream", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard a Fire Energy card attached to Magcargo in order to use this attack. If your opponent has any Benched Pokémon, this attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3007,18 +2301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -3031,13 +2319,9 @@ "id": "ecard3-18", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Slugma", "abilities": [ { @@ -3049,11 +2333,7 @@ "attacks": [ { "name": "Crushing Lava", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard a Fire or Fighting basic Energy card attached to Magcargo. If you discard a Fire Energy card in this way, the Defending Pokémon is now Burned. If you discard a Fighting Energy card in this way, this attack does 40 damage plus 20 more damage." @@ -3065,18 +2345,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -3089,17 +2363,11 @@ "id": "ecard3-19", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Attract Energy", @@ -3110,11 +2378,7 @@ "attacks": [ { "name": "Electric Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Magneton when you use this attack. If you do, put damage counters equal to the amount of Energy cards removed in this way on any number of your opponent's Benched Pokémon in the way you like. (For example, if you discard 3 Lightning Energy cards, you can put 1 damage counter on 1 of your opponent's Benched Pokémon and 2 on another.)" @@ -3126,16 +2390,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -3148,35 +2408,22 @@ "id": "ecard3-20", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Bounce Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Magneton and the Defending Pokémon don't have the same number of Energy cards attached to them, the player controlling the Active Pokémon with the fewest number of Energy cards attached to it switches 1 of his or her Benched Pokémon with his or her Active Pokémon." }, { "name": "Magnetic Wave", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 damage times the number of your Benched Pokémon minus the number of your opponent's Benched Pokémon. (For example, if your opponent has 1 Benched Pokémon and you have 3, this attack will do 30 damage plus 20 more damage.)" @@ -3194,17 +2441,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -3217,13 +2459,9 @@ "id": "ecard3-21", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Fire Immunity", @@ -3234,21 +2472,14 @@ "attacks": [ { "name": "Collect Fire", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any Fire Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Moltres." }, { "name": "Burning Tail", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Moltres." @@ -3266,17 +2497,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -3289,13 +2515,9 @@ "id": "ecard3-22", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -3307,11 +2529,7 @@ "attacks": [ { "name": "Double Claw", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads" @@ -3323,18 +2541,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -3347,13 +2559,9 @@ "id": "ecard3-23", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "abilities": [ { @@ -3365,11 +2573,7 @@ "attacks": [ { "name": "Spook", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3381,17 +2585,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -3404,37 +2603,22 @@ "id": "ecard3-24", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "Trample", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "For each Benched Pokémon (yours and your opponent's), flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3446,18 +2630,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -3470,44 +2648,28 @@ "id": "ecard3-25", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Sudden Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of basic Energy cards from your hand to Politoed." }, { "name": "Frog Hop", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." }, { "name": "Energy Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70", "text": "Move 2 Water Energy cards attached to Politoed to 1 or 2 of your Benched Pokémon. (You may put both on the same Pokémon or 1 each on 2 different Pokémon.) If you have no Benched Pokémon, ignore this effect." @@ -3519,17 +2681,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -3542,13 +2699,9 @@ "id": "ecard3-26", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -3560,11 +2713,7 @@ "attacks": [ { "name": "Spiral Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin until you get tails. This attack does 40 damage plus 20 more damage for each heads." @@ -3576,17 +2725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -3599,32 +2743,21 @@ "id": "ecard3-27", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Zzzap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each Pokémon with a Poké-Body or Poké-Power (yours and your opponent's). (Don't apply Weakness or Resistance.)" }, { "name": "Lightning Storm", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, put 2 damage counters on Raichu." @@ -3636,16 +2769,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -3658,13 +2787,9 @@ "id": "ecard3-28", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Pure Body", @@ -3675,11 +2800,7 @@ "attacks": [ { "name": "Lightning Sphere", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may flip a coin. If heads, discard all Lightning Energy cards attached to Raikou. This attack does 40 damage plus 20 more damage for each Energy card discarded in this way." @@ -3691,16 +2812,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -3713,38 +2830,22 @@ "id": "ecard3-29", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Stomp", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." }, { "name": "Giant Tail", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -3762,17 +2863,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -3785,31 +2881,21 @@ "id": "ecard3-30", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of Energy attached to Starmie and the Defending Pokémon." }, { "name": "Star Back", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Pokémon." @@ -3821,16 +2907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3843,13 +2925,9 @@ "id": "ecard3-31", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "abilities": [ { @@ -3861,23 +2939,14 @@ "attacks": [ { "name": "Squeeze", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Paralyzed." }, { "name": "Metal Tail", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Before doing damage, you may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing." @@ -3895,19 +2964,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "31", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -3920,13 +2982,9 @@ "id": "ecard3-32", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -3938,10 +2996,7 @@ "attacks": [ { "name": "Sharp Claws", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." @@ -3959,16 +3014,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -3981,13 +3032,9 @@ "id": "ecard3-33", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -3999,21 +3046,14 @@ "attacks": [ { "name": "Hypnosplash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Aqua Trick", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and move it to 1 of your opponent's Benched Pokémon. If your opponent has no Benched Pokémon, ignore this effect." @@ -4025,16 +3065,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -4047,13 +3083,9 @@ "id": "ecard3-34", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "abilities": [ { @@ -4065,10 +3097,7 @@ "attacks": [ { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of Pokémon you have in play." @@ -4080,16 +3109,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Hizuki Misono", "rarity": "Rare", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -4102,13 +3127,9 @@ "id": "ecard3-35", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "abilities": [ { @@ -4120,11 +3141,7 @@ "attacks": [ { "name": "Warp Hole", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, choose a card from your discard pile and put it on top of your deck." @@ -4136,16 +3153,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -4158,33 +3171,21 @@ "id": "ecard3-36", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If there are any Lightning Energy card in your discard pile, flip a coin. If heads, attach 1 of them to Electrode." }, { "name": "Selfdestruct", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack does 20 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Electrode does 100 damage to itself." @@ -4196,16 +3197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -4218,17 +3215,11 @@ "id": "ecard3-37", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "50", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Thick Shell", @@ -4239,10 +3230,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4254,16 +3242,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -4276,34 +3260,22 @@ "id": "ecard3-38", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Machoke's Mega Punch attack's base damage is 80." }, { "name": "Mega Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4315,16 +3287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -4337,32 +3305,21 @@ "id": "ecard3-39", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Gift of Spite", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of your Pokémon in play with damage counters on them. Put that many damage counters on the Defending Pokémon." @@ -4380,16 +3337,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -4402,13 +3355,9 @@ "id": "ecard3-40", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "abilities": [ { @@ -4420,10 +3369,7 @@ "attacks": [ { "name": "Triple Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. This attack does 10 damage plus 10 more damage for each heads." @@ -4444,9 +3390,7 @@ "number": "40", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -4459,33 +3403,22 @@ "id": "ecard3-41", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Water of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put an Omastar from your hand onto Omanyte. This counts as evolving Omanyte." }, { "name": "Drag Off", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." @@ -4497,16 +3430,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -4519,31 +3448,21 @@ "id": "ecard3-42", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Surprise Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Trainer cards there, choose 1 of them. You opponent shuffles that card into his or her deck." }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4558,9 +3477,7 @@ "number": "42", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -4573,37 +3490,22 @@ "id": "ecard3-43", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Impaling Tusk", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Continuous Charge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30+", "text": "Flip 4 coins. This attack does 30 damage plus 20 more damage for each heads. Put a damage counter on Piloswine for each heads." @@ -4621,18 +3523,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -4645,31 +3541,21 @@ "id": "ecard3-44", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 10 damage plus 20 more damage for each Water Energy attached to Starmie but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." }, { "name": "Core Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 20 more damage for each Special Energy card attached to the Defending Pokémon." @@ -4681,16 +3567,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -4703,13 +3585,9 @@ "id": "ecard3-45", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mirror Coat", @@ -4720,10 +3598,7 @@ "attacks": [ { "name": "Return Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. If either is heads, this attack does 10 damage times the number of damage counters on Wobbuffet." @@ -4735,17 +3610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -4758,16 +3628,10 @@ "id": "ecard3-46", "name": "Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "abilities": [ { "name": "Psychoflow", @@ -4778,10 +3642,7 @@ "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4793,16 +3654,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -4815,13 +3672,9 @@ "id": "ecard3-47", "name": "Buried Fossil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Evolves into Omanyte, Kabuto, Aerodactyl", "You may play a Pokémon card that evolves from Mysterious Fossil on top of Buried Fossil. (This counts as evolving Buried Fossil.) Buried Fossil can't be affected by Special Conditions." @@ -4833,9 +3686,7 @@ "type": "Poké-Power" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Atsuko Ujiie", @@ -4852,41 +3703,29 @@ "id": "ecard3-48", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", - "evolvesTo": [ - "Clefairy" - ], + "evolvesTo": ["Clefairy"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Recycle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle a basic Energy card from your discard pile into your deck." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -4899,29 +3738,20 @@ "id": "ecard3-49", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Limited Delivery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Technical Machine or Pokémon Tool card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Kick Away", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" @@ -4933,16 +3763,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -4955,22 +3781,14 @@ "id": "ecard3-50", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Burrow", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all damage done by attacks to Diglett during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -4988,16 +3806,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -5010,13 +3824,9 @@ "id": "ecard3-51", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Prismatic Body", @@ -5027,9 +3837,7 @@ "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Ditto doesn't have the Energy necessary to use that attack. (You must still do anything else required in order to use that attack.)" @@ -5041,16 +3849,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -5063,32 +3867,21 @@ "id": "ecard3-52", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Burrow", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all damage done by attacks to Dugtrio during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Dig Under", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. Don't apply Weakness or Resistance. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -5106,16 +3899,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -5128,13 +3917,9 @@ "id": "ecard3-53", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Slippery Skin", @@ -5145,9 +3930,7 @@ "attacks": [ { "name": "Tail Shake", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -5159,16 +3942,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -5181,13 +3960,9 @@ "id": "ecard3-54", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5201,19 +3976,14 @@ "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Eevee does 10 damage to itself." @@ -5225,16 +3995,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -5247,31 +4013,21 @@ "id": "ecard3-55", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Leek Rush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -5289,16 +4045,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -5311,13 +4063,9 @@ "id": "ecard3-56", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pineco", "abilities": [ { @@ -5329,21 +4077,14 @@ "attacks": [ { "name": "Shell Rupture", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Double Spin", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -5355,17 +4096,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -5378,22 +4114,14 @@ "id": "ecard3-57", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a damage counter on the Defending Pokémon." @@ -5411,16 +4139,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -5433,29 +4157,20 @@ "id": "ecard3-58", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Patch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Take a basic Energy card attached to 1 of your Pokémon and attach it to another of your Pokémon." }, { "name": "Syncroblast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If Girafarig and the Defending Pokémon don't have the same number of Energy cards attached to them, this attack's base damage is 10 instead of 40." @@ -5467,16 +4182,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -5489,32 +4200,21 @@ "id": "ecard3-59", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Stinger", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed." @@ -5526,16 +4226,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Shin-ichi Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -5548,35 +4244,22 @@ "id": "ecard3-60", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Poison Sound Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Poisoned." }, { "name": "Strength in Numbers", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each Zubat, Golbat, and Crobat on your Bench." @@ -5588,16 +4271,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -5610,33 +4289,21 @@ "id": "ecard3-61", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" }, { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -5648,16 +4315,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -5670,32 +4333,21 @@ "id": "ecard3-62", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5707,16 +4359,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -5729,35 +4377,22 @@ "id": "ecard3-63", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Shadow Hand", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "You may discard up to 2 cards from your hand. If you do, draw that many cards." @@ -5775,16 +4410,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -5797,31 +4428,20 @@ "id": "ecard3-64", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Angry Horn", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If there are 4 or more damage counters on Heracross, this attack's base damage is 50 instead of 30." @@ -5833,16 +4453,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -5855,31 +4471,21 @@ "id": "ecard3-65", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Eerie Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -5897,16 +4503,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Hizuki Misono", "rarity": "Common", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -5919,31 +4521,21 @@ "id": "ecard3-66", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on Houndour." }, { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Houndour." @@ -5955,16 +4547,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -5977,41 +4565,29 @@ "id": "ecard3-67", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", - "evolvesTo": [ - "Jigglypuff" - ], + "evolvesTo": ["Jigglypuff"], "rules": [ "If your Active Pokémon is a Baby Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Energy Heal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your Pokémon with an Energy card attached to it. Remove 1 damage counter from that Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -6024,32 +4600,21 @@ "id": "ecard3-68", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from Jigglypuff." }, { "name": "Lullaby", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -6061,16 +4626,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -6083,34 +4644,22 @@ "id": "ecard3-69", "name": "Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Don't apply Weakness and Resistance." @@ -6122,16 +4671,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -6144,17 +4689,11 @@ "id": "ecard3-70", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "abilities": [ { "name": "Exoskeleton", @@ -6165,9 +4704,7 @@ "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -6179,17 +4716,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -6202,31 +4734,20 @@ "id": "ecard3-71", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Assist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Hypnoblast", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -6238,17 +4759,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -6261,31 +4777,21 @@ "id": "ecard3-72", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Teary Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Ledyba by attacks is reduced by 20." }, { "name": "Quick Turn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -6303,16 +4809,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -6325,32 +4827,21 @@ "id": "ecard3-73", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -6362,16 +4853,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -6384,32 +4871,21 @@ "id": "ecard3-74", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Smash Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Fling", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. (Do the damage before switching the Pokémon.)" @@ -6421,16 +4897,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -6443,31 +4915,21 @@ "id": "ecard3-75", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card that evolves from Magikarp, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6479,16 +4941,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -6501,31 +4959,21 @@ "id": "ecard3-76", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Magnetic Lines", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon has any basic Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and move it to 1 of your opponent's Benched Pokémon. If your opponent has no Benched Pokémon, ignore this effect." @@ -6537,16 +4985,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shin-ichi Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -6559,30 +5003,20 @@ "id": "ecard3-77", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Fin Smack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads" }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Don't apply Resistance." @@ -6600,17 +5034,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -6623,22 +5052,14 @@ "id": "ecard3-78", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Sudden Swipe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Energy cards there, choose 1 of them. Your opponent shuffles that card into his or her deck." @@ -6650,16 +5071,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -6672,32 +5089,21 @@ "id": "ecard3-79", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Evil Eye", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Put a damage counter on that Pokémon." }, { "name": "Blindside", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has a damage counter on it. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance." @@ -6715,16 +5121,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -6737,32 +5139,21 @@ "id": "ecard3-80", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Foresight", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of either player's deck and rearrange them as you like." }, { "name": "Removal Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and discard it." @@ -6774,16 +5165,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -6796,28 +5183,20 @@ "id": "ecard3-81", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon card named Nidoran ♀ or Nidoran ♂ and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" }, { "name": "Scratch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6829,16 +5208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -6851,20 +5226,13 @@ "id": "ecard3-82", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -6876,16 +5244,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -6898,35 +5262,22 @@ "id": "ecard3-83", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Poison Claws", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6938,17 +5289,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -6961,23 +5307,14 @@ "id": "ecard3-84", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Max Voltage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all Lightning Energy cards attached to Pikachu. This attack does 20 damage plus 10 more damage for each Energy card discarded in this way." @@ -6989,16 +5326,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -7011,22 +5344,14 @@ "id": "ecard3-85", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -7038,16 +5363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -7060,23 +5381,14 @@ "id": "ecard3-86", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Double-edge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Pineco does 10 damage to itself." @@ -7088,16 +5400,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -7110,32 +5418,21 @@ "id": "ecard3-87", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Sleep Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7147,16 +5444,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -7169,35 +5462,22 @@ "id": "ecard3-88", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Twiddle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep." }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -7209,16 +5489,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -7231,30 +5507,21 @@ "id": "ecard3-89", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Continuous Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If you get 1 heads, this attack does 10 damage plus 10 more damage. If you get 2 heads, this attack does 10 damage plus 30 more damage. If you get 3 heads, this attack does 10 damage plus 60 more damage." @@ -7266,16 +5533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -7288,31 +5551,21 @@ "id": "ecard3-90", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Baby Pokémon or Basic Pokémon card and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" }, { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7324,16 +5577,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Masako Yamashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -7346,32 +5595,21 @@ "id": "ecard3-91", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Retaliate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on Rhyhorn." @@ -7389,17 +5627,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -7412,31 +5645,21 @@ "id": "ecard3-92", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Dig Under", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -7454,16 +5677,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -7476,32 +5695,21 @@ "id": "ecard3-93", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Sand Trap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If your opponent has any Benched Pokémon, choose up to 2 of them. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Poison Needle Rush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads. If you get at least 1 heads, the Defending Pokémon is now Poisoned." @@ -7519,16 +5727,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -7541,22 +5745,14 @@ "id": "ecard3-94", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Cold Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -7568,16 +5764,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -7590,32 +5782,21 @@ "id": "ecard3-95", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Double Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7627,16 +5808,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -7649,13 +5826,9 @@ "id": "ecard3-96", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Vase Body", @@ -7666,10 +5839,7 @@ "attacks": [ { "name": "Poisonous Saliva", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -7681,17 +5851,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -7704,30 +5869,20 @@ "id": "ecard3-97", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Double Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Spinning Head", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, switch Skarmory with 1 of your Benched Pokémon." @@ -7745,17 +5900,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Katsura Tabata", "rarity": "Common", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -7768,31 +5918,21 @@ "id": "ecard3-98", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Scorching Lava", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fire Energy card attached to Slugma in order to use this attack. The Defending Pokémon is now Burned." @@ -7804,17 +5944,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -7827,23 +5962,14 @@ "id": "ecard3-99", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." @@ -7855,17 +5981,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -7878,13 +5999,9 @@ "id": "ecard3-100", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Lolling About", @@ -7895,11 +6012,7 @@ "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -7911,18 +6024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -7935,32 +6042,21 @@ "id": "ecard3-101", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, until the end of your opponent's next turn the Defending Pokémon can't attack or retreat." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7972,16 +6068,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -7994,29 +6086,20 @@ "id": "ecard3-102", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Threaten", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Trainer cards there, choose 1 of them. Your opponent shuffles that card into his or her deck." }, { "name": "Antler Swipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 20 damage to the Defending Pokémon (don't apply Weakness or Resistance). If tails and your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8028,16 +6111,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -8050,31 +6129,21 @@ "id": "ecard3-103", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Energy Healing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Staryu for each Energy attached to it. If it has fewer damage counters than that, remove all of them." }, { "name": "Doubleslap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -8086,16 +6155,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -8108,32 +6173,21 @@ "id": "ecard3-104", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -8145,16 +6199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -8167,32 +6217,21 @@ "id": "ecard3-105", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Energy Plant", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Trip Over", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -8210,16 +6249,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -8232,31 +6267,21 @@ "id": "ecard3-106", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any damage counters on Sunkern, remove 1 of them." @@ -8274,16 +6299,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -8296,31 +6317,21 @@ "id": "ecard3-107", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Freezing Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." @@ -8332,16 +6343,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -8354,32 +6361,21 @@ "id": "ecard3-108", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Fighting"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8397,16 +6393,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -8419,32 +6411,21 @@ "id": "ecard3-109", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 damage plus 10 more damage for each damage counter on Teddiursa." @@ -8456,16 +6437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -8478,34 +6455,21 @@ "id": "ecard3-110", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Bear Hug", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Rend", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage. If not, this attack does 40 damage." @@ -8517,17 +6481,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -8540,32 +6499,21 @@ "id": "ecard3-111", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "attacks": [ { "name": "Healing Dust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, remove 1 damage counter from each of your Pokémon. If a Pokémon has fewer damage counters than the number of heads, remove all of them." }, { "name": "Miracle Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, choose a Special Condition (Asleep, Burned, Confused, Paralyzed, or Poisoned). The Defending Pokémon is now affected by that Special Condition." @@ -8580,9 +6528,7 @@ "number": "111", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -8595,32 +6541,21 @@ "id": "ecard3-112", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Supersonic", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -8632,16 +6567,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -8654,32 +6585,21 @@ "id": "ecard3-113", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Magnetic Pull", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon." }, { "name": "Spin Tackle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Voltorb does 10 damage to itself." @@ -8691,16 +6611,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -8713,22 +6629,14 @@ "id": "ecard3-114", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -8740,16 +6648,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Keiko Fukuyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -8762,31 +6666,21 @@ "id": "ecard3-115", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Entangling Thread", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Poison Horn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -8798,16 +6692,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -8820,34 +6710,21 @@ "id": "ecard3-116", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Agility", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Yanma." }, { "name": "Triple Smash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 3 coins. This attack does 20 damage plus 10 more damage for each heads." @@ -8865,16 +6742,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -8887,31 +6760,21 @@ "id": "ecard3-117", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Sound Waves", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Flitter", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -8929,16 +6792,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -8951,32 +6810,21 @@ "id": "ecard3-118", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Spray", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -8988,16 +6836,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -9010,9 +6854,7 @@ "id": "ecard3-119", "name": "Ancient Ruins", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before he or she attacks), if he or she has not played a Supporter card, that player may reveal his or her hand to his or her opponent. If that player reveals his or her hand and there is no Supporter card there, that player draws a card." @@ -9032,9 +6874,7 @@ "id": "ecard3-120", "name": "Relic Hunter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Supporter and/or Stadium cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -9054,9 +6894,7 @@ "id": "ecard3-121", "name": "Apricorn Maker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Trainer cards with Ball in their names, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -9076,9 +6914,7 @@ "id": "ecard3-122", "name": "Crystal Shard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Crystal Shard to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as this card is attached to a Pokémon, that Pokémon's type (color) is Colorless. If that Pokémon attacks, discard this card at the end of the turn." @@ -9098,9 +6934,7 @@ "id": "ecard3-123", "name": "Desert Shaman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck and draw up to 4 cards. Your opponent does the same." @@ -9138,9 +6972,7 @@ "id": "ecard3-125", "name": "Fisherman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 4 basic Energy cards from your discard pile (if there are fewer basic Energy cards than choose, take all of them), show them to your opponent, and put them into your hand." @@ -9218,20 +7050,14 @@ "id": "ecard3-129", "name": "Miracle Sphere α", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Fire, Lightning, or Fighting Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Miracle Plate α." ], "attacks": [ { "name": "Fire Force", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Pokémon using this attack has Fire and Lightning basic Energy cards attached to it, the Defending Pokémon is now Confused. If the Pokémon using this attack has Fire and Fighting basic Energy cards attached to it, this attack does 30 damage plus 10 more damage and remove 3 damage counters from the Pokémon that Miracle Plate α is attached to." @@ -9252,20 +7078,14 @@ "id": "ecard3-130", "name": "Miracle Sphere β", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Fire, Water, or Psychic Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Miracle Sphere β." ], "attacks": [ { "name": "Freezing Force", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Pokémon using this attack has Fire and Water basic Energy cards attached to it, this attack does 30 damage plus 10 more damage and the Defending Pokémon is now Burned. If the Pokémon using this attack has Water and Psychic basic Energy cards attached to it, choose an Energy card attached to the Defending Pokémon, if any, and your opponent shuffles that card into his or her deck." @@ -9286,20 +7106,14 @@ "id": "ecard3-131", "name": "Miracle Sphere γ", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Grass, Water, or Lightning Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Miracle Sphere γ." ], "attacks": [ { "name": "Thunder Force", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Pokémon using this attack has Grass and Lightning basic Energy cards attached to it, the Defending Pokémon is now Asleep and Poisoned. If the Pokémon using this attack has Water and Lightning basic Energy cards attached to it, this attack does 30 damage plus 10 more damage and lets you put 1 damage counter on each of your opponent's Benched Pokémon." @@ -9320,9 +7134,7 @@ "id": "ecard3-132", "name": "Mirage Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Whenever a player tries to retreat a Pokémon during his or her turn, that player flips a coin. If heads, that player retreats that Pokémon (and discards Energy normally). If tails, that Pokémon can't retreat this turn (the player doesn't discard any Energy)." @@ -9342,18 +7154,14 @@ "id": "ecard3-133", "name": "Mystery Plate α", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Mystery Plate α." ], "attacks": [ { "name": "Desert Burn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has 5 or more Prizes, search your deck for a Trainer card, show it to your opponent, and put it into your hand. If your opponent has only 1 Prize, the Defending Pokémon is now Burned, Paralyzed, and Poisoned." @@ -9374,18 +7182,14 @@ "id": "ecard3-134", "name": "Mystery Plate β", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Mystery Plate β." ], "attacks": [ { "name": "Stone Crush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has 5 or more Prizes, draw 3 cards. If your opponent has only 1 Prize, choose 2 Energy cards attached to the Defending Pokémon (1 if there is only 1). Your opponent shuffles those cards into his or her deck." @@ -9406,18 +7210,14 @@ "id": "ecard3-135", "name": "Mystery Plate γ", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Mystery Plate γ." ], "attacks": [ { "name": "Retro Cave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has 5 or more Prizes, shuffle your hand into your deck and then draw 6 cards. If your opponent has exactly 2 Prizes, choose 1 of your opponent's Evolved Pokémon. Your opponent puts the top card on that Evolved Pokémon on the bottom of his or her deck. (This counts as devolving that Pokémon.)" @@ -9438,18 +7238,14 @@ "id": "ecard3-136", "name": "Mystery Plate δ", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Mystery Plate δ." ], "attacks": [ { "name": "Healing Oasis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has 5 or more Prizes, search your deck for up to 3 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward. If your opponent has exactly 2 Prizes, remove all damage counters from 1 of your Pokémon." @@ -9470,9 +7266,7 @@ "id": "ecard3-137", "name": "Mystery Zone", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before he or she attacks), if that player has an Evolution card in his or her hand, he or she may search his or her deck for a basic Energy card, show it to his or her opponent, and put it into his or her hand. Then that player chooses an Evolution card from his or her hand, shows it to his or her opponent, and puts it into his or her deck. That player shuffles his or her deck afterward." @@ -9492,9 +7286,7 @@ "id": "ecard3-138", "name": "Oracle", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 2 cards from your deck and shuffle the rest of your deck. Put the chosen cards on top of your deck in any order." @@ -9514,9 +7306,7 @@ "id": "ecard3-139", "name": "Star Piece", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Star Piece to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon this card is attached to is Benched and has 2 or more damage counters on it, search your deck for an Evolution card that Pokémon evolves into and put it on top of that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. Then, discard Star Piece." @@ -9536,9 +7326,7 @@ "id": "ecard3-140", "name": "Underground Expedition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only 1 Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the bottom 4 cards of your deck. Put 2 of those cards into your hand, and then return the remaining cards to the bottom of your deck in any order." @@ -9559,9 +7347,7 @@ "id": "ecard3-141", "name": "Underground Lake", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn, that player may put an Omanyte or a Kabuto card from his or her discard pile onto his or her Bench. (Cards put on the Bench this way are considered Basic Pokémon.)" @@ -9581,9 +7367,7 @@ "id": "ecard3-142", "name": "Bounce Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides ColorlessColorless Energy. You can attach this card to your Pokémon that has basic Energy cards attached to it. When you play this card from your hand and attach it to 1 of your Pokémon, return a basic Energy card attached to that Pokémon to your hand." ], @@ -9602,9 +7386,7 @@ "id": "ecard3-143", "name": "Cyclone Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. When you play this card from your hand and attach it to your Active Pokémon, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." ], @@ -9623,9 +7405,7 @@ "id": "ecard3-144", "name": "Retro Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. When you play this card from your hand and attach it to 1 of your Evolved Pokémon, you may remove up to 2 damage counters from that Pokémon and discard the top card from it. (This counts as devolving it.)" ], @@ -9644,13 +7424,9 @@ "id": "ecard3-145", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Crystal Type", @@ -9661,21 +7437,14 @@ "attacks": [ { "name": "Empathic Healing", - "cost": [ - "Grass", - "Water" - ], + "cost": ["Grass", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Remove 2 damage counters from Celebi and each Pokémon that's the same type (color) as Celebi." }, { "name": "Mind Bend", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -9687,16 +7456,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -9709,13 +7474,9 @@ "id": "ecard3-146", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -9727,23 +7488,14 @@ "attacks": [ { "name": "Fireblast", - "cost": [ - "Fire", - "Fire", - "Fighting" - ], + "cost": ["Fire", "Fire", "Fighting"], "convertedEnergyCost": 3, "damage": "40", "text": "Discard an Energy card attached to Charizard." }, { "name": "Dragon Tail", - "cost": [ - "Fire", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -9755,19 +7507,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "146", "artist": "Kouki Saitou", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -9780,13 +7525,9 @@ "id": "ecard3-147", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Golbat", "abilities": [ { @@ -9798,22 +7539,14 @@ "attacks": [ { "name": "Poison Flame", - "cost": [ - "Grass", - "Fire", - "Colorless" - ], + "cost": ["Grass", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned and Poisoned." }, { "name": "Squared Attack", - "cost": [ - "Grass", - "Psychic", - "Psychic" - ], + "cost": ["Grass", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -9828,9 +7561,7 @@ "number": "147", "artist": "Atsuko Nishida", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -9843,13 +7574,9 @@ "id": "ecard3-148", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Graveler", "abilities": [ { @@ -9861,23 +7588,14 @@ "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Earth Bomb", - "cost": [ - "Grass", - "Fire", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fire", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Golem does 20 damage to itself. This attack also does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9889,19 +7607,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "148", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -9914,13 +7625,9 @@ "id": "ecard3-149", "name": "Ho-oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Crystal Type", @@ -9931,22 +7638,14 @@ "attacks": [ { "name": "Holy Flame", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Scalding Steam", - "cost": [ - "Fire", - "Water", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Discard an Energy card attached to Ho-oh and flip a coin. If heads, the Defending Pokémon is now Burned." @@ -9958,18 +7657,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "149", "artist": "Hajime Kusajima", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -9982,13 +7675,9 @@ "id": "ecard3-150", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -10000,23 +7689,14 @@ "attacks": [ { "name": "Draining Cut", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Remove a damage counter from Kabutops." }, { "name": "Triple Cutter", - "cost": [ - "Lightning", - "Lightning", - "Fighting", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -10028,18 +7708,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "150", "artist": "Atsuko Nishida", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex1.json b/cards/en/ex1.json index 65a19806c..729d577af 100644 --- a/cards/en/ex1.json +++ b/cards/en/ex1.json @@ -3,44 +3,28 @@ "id": "ex1-1", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Aggron." }, { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Double Lariat", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -58,19 +42,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -83,13 +60,9 @@ "id": "ex1-2", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "abilities": [ { @@ -101,20 +74,14 @@ "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Parallel Gain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 1 damage counter from each of your Pokémon, including Beautifly." @@ -129,9 +96,7 @@ "number": "2", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal" }, @@ -144,13 +109,9 @@ "id": "ex1-3", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -162,11 +123,7 @@ "attacks": [ { "name": "Fire Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy card attached to Blaziken. If you do, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -178,17 +135,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -201,33 +153,21 @@ "id": "ex1-4", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Lava Burn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 basic Energy cards attached to Camerupt or this attack does nothing." @@ -239,18 +179,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -263,13 +197,9 @@ "id": "ex1-5", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -281,9 +211,7 @@ "attacks": [ { "name": "Max Energy Source", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to all of your Active Pokémon." @@ -295,16 +223,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -317,13 +241,9 @@ "id": "ex1-6", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "abilities": [ { @@ -335,21 +255,14 @@ "attacks": [ { "name": "Toxic", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -364,9 +277,7 @@ "number": "6", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal" }, @@ -379,13 +290,9 @@ "id": "ex1-7", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -397,9 +304,7 @@ "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the total amount of Energy attached to Gardevoir and the Defending Pokémon." @@ -411,17 +316,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -434,31 +334,21 @@ "id": "ex1-8", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Super Slap Push", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each Defending Pokémon." }, { "name": "Mega Throw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is a Pokémon-ex, this attack does 40 damage plus 40 more damage." @@ -470,17 +360,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -493,31 +378,21 @@ "id": "ex1-9", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Attract Current", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Manectric does 10 damage to itself." @@ -535,16 +410,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -557,13 +428,9 @@ "id": "ex1-10", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "abilities": [ { @@ -575,11 +442,7 @@ "attacks": [ { "name": "Shakedown", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it." @@ -597,16 +460,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -619,33 +478,21 @@ "id": "ex1-11", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "attacks": [ { "name": "Lizard Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If 1 Energy is attached to Sceptile, the Defending Pokémon is now Asleep. If 2 Energy is attached to Sceptile, the Defending Pokémon is now Poisoned. If 3 Energy is attached to Sceptile, the Defending Pokémon is now Asleep and Poisoned. If 4 or more Energy is attached to Sceptile, the Defending Pokémon is now Asleep, Burned, and Poisoned." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70", "text": "" @@ -663,18 +510,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -687,13 +528,9 @@ "id": "ex1-12", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -705,12 +542,7 @@ "attacks": [ { "name": "Critical Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a basic Energy card attached to Slaking or this attack does nothing. Slaking can't attack during your next turn." @@ -722,18 +554,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal" }, @@ -746,13 +572,9 @@ "id": "ex1-13", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -764,12 +586,7 @@ "attacks": [ { "name": "Hypno Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "The Defending Pokémon is now Asleep." @@ -781,18 +598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -805,35 +616,21 @@ "id": "ex1-14", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Wailord does 20 damage to itself." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70", "text": "" @@ -845,19 +642,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, @@ -870,33 +660,21 @@ "id": "ex1-15", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard a Fire Energy card attached to Blaziken." @@ -908,17 +686,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -931,32 +704,21 @@ "id": "ex1-16", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Battle Blast", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Fighting Energy attached to Breloom." @@ -968,16 +730,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -990,33 +748,21 @@ "id": "ex1-17", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Rend", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon has any damage counters on it, this attack does 20 damage plus 20 more damage." }, { "name": "Double Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -1028,16 +774,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -1050,32 +792,21 @@ "id": "ex1-18", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Invisible Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If any of your opponent's Active Pokémon are Evolved Pokémon, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Repulsion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand. (If your opponent doesn't have any Benched Pokémon or other Active Pokémon, this attack does nothing.)" @@ -1087,16 +818,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -1109,41 +836,28 @@ "id": "ex1-19", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Stockpile", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Spit Up's base damage is 70 instead of 30, and Swallow's base damage is 60 instead of 20." }, { "name": "Spit Up", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Swallow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "After your attack, remove from Pelipper the number of damage counters equal to the damage you did to the Defending Pokémon. If Pelipper has fewer damage counters than that, remove all of them." @@ -1161,16 +875,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -1183,13 +893,9 @@ "id": "ex1-20", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -1201,11 +907,7 @@ "attacks": [ { "name": "Tail Rap", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -1223,18 +925,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -1247,30 +943,21 @@ "id": "ex1-21", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fast Stream", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move 1 Energy card attached to the Defending Pokémon to the other Defending Pokémon. (Ignore this effect if your opponent has only 1 Defending Pokémon.)" @@ -1285,9 +972,7 @@ "number": "21", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -1300,13 +985,9 @@ "id": "ex1-22", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -1318,11 +999,7 @@ "attacks": [ { "name": "Dark Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard a Darkness Energy card attached to Sharpedo. If you do, this attack does 40 damage plus 30 more damage." @@ -1334,16 +1011,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -1356,13 +1029,9 @@ "id": "ex1-23", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -1374,20 +1043,14 @@ "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1399,17 +1062,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -1422,30 +1080,21 @@ "id": "ex1-24", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Confusion Gas", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Poison Smog", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Each Defending Pokémon is now Poisoned. Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1457,17 +1106,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -1480,32 +1124,21 @@ "id": "ex1-25", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Rollout", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Stab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1523,16 +1156,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -1545,17 +1174,11 @@ "id": "ex1-26", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "abilities": [ { "name": "Hard Cocoon", @@ -1566,9 +1189,7 @@ "attacks": [ { "name": "Poison Thread", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -1580,17 +1201,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal" }, @@ -1603,34 +1219,22 @@ "id": "ex1-27", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1642,16 +1246,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1664,17 +1264,11 @@ "id": "ex1-28", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "abilities": [ { "name": "Natural Cure", @@ -1685,10 +1279,7 @@ "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1700,16 +1291,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1722,30 +1309,21 @@ "id": "ex1-29", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Energy Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Attach 1 Energy card from your discard pile to your Active Pokémon." }, { "name": "Cannonball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to Delcatty but not used to pay for this attack's Energy cost." @@ -1757,16 +1335,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -1779,32 +1353,21 @@ "id": "ex1-30", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to Electrike." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Electrike does 10 damage to itself." @@ -1822,16 +1385,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -1844,35 +1403,22 @@ "id": "ex1-31", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Poison Breath", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Swift", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1890,16 +1436,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -1912,17 +1454,11 @@ "id": "ex1-32", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "abilities": [ { "name": "Natural Cure", @@ -1933,10 +1469,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1954,16 +1487,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -1976,32 +1505,21 @@ "id": "ex1-33", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Shove", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Slap Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 40 damage plus 10 more damage for each heads." @@ -2013,16 +1531,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -2035,35 +1549,22 @@ "id": "ex1-34", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Removal Beam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2075,16 +1576,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -2097,33 +1594,22 @@ "id": "ex1-35", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, each Defending Pokémon is now Confused." }, { "name": "Life Drain", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put damage counters on the Defending Pokémon until it is 10 HP away from being Knocked Out." @@ -2135,16 +1621,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -2157,35 +1639,22 @@ "id": "ex1-36", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2203,17 +1672,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2226,35 +1690,22 @@ "id": "ex1-37", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Magnitude", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "One-Two Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -2272,17 +1723,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2295,30 +1741,21 @@ "id": "ex1-38", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Seek Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Continuous Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage times the number of heads." @@ -2330,16 +1767,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal" }, @@ -2352,32 +1785,21 @@ "id": "ex1-39", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Gigashock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2395,16 +1817,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -2417,34 +1835,22 @@ "id": "ex1-40", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2456,16 +1862,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2478,17 +1880,11 @@ "id": "ex1-41", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "abilities": [ { "name": "Natural Cure", @@ -2499,10 +1895,7 @@ "attacks": [ { "name": "Aqua Sonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage is not affected by Resistance." @@ -2514,16 +1907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2536,32 +1925,21 @@ "id": "ex1-42", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Ambush", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -2579,16 +1957,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -2601,17 +1975,11 @@ "id": "ex1-43", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "abilities": [ { "name": "Hard Cocoon", @@ -2622,9 +1990,7 @@ "attacks": [ { "name": "Gooey Thread", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -2636,17 +2002,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal" }, @@ -2659,31 +2020,21 @@ "id": "ex1-44", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -2695,16 +2046,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -2717,32 +2064,21 @@ "id": "ex1-45", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Slack Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all damage counters from Slakoth. Slakoth can't attack during your next turn." @@ -2754,16 +2090,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -2776,13 +2108,9 @@ "id": "ex1-46", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "abilities": [ { @@ -2794,10 +2122,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2818,9 +2143,7 @@ "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2833,35 +2156,22 @@ "id": "ex1-47", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Vigoroth." @@ -2873,16 +2183,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -2895,33 +2201,21 @@ "id": "ex1-48", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and 4 damage counters from Wailmer (all if there are less than 4). Wailmer is now Asleep." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 damage plus 10 more damage for each Water Energy attached to Wailmer but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -2933,18 +2227,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -2957,32 +2245,21 @@ "id": "ex1-49", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Teary Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Aron by attacks is reduced by 10." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3000,16 +2277,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3022,22 +2295,14 @@ "id": "ex1-50", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3055,17 +2320,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3078,16 +2338,10 @@ "id": "ex1-51", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "abilities": [ { "name": "Rough Skin", @@ -3098,9 +2352,7 @@ "attacks": [ { "name": "Big Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -3112,16 +2364,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -3134,22 +2382,14 @@ "id": "ex1-52", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3167,16 +2407,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3189,32 +2425,21 @@ "id": "ex1-53", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Super Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, each Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3232,16 +2457,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3254,32 +2475,21 @@ "id": "ex1-54", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double-edge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Koffing does 10 damage to itself." @@ -3291,16 +2501,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3313,22 +2519,14 @@ "id": "ex1-55", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage for each damage counter on Goldeen." @@ -3340,16 +2538,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -3362,32 +2556,21 @@ "id": "ex1-56", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Slap Push", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3399,16 +2582,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3421,32 +2600,21 @@ "id": "ex1-57", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Fling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3458,16 +2626,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3480,22 +2644,14 @@ "id": "ex1-58", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3507,16 +2663,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3529,22 +2681,14 @@ "id": "ex1-59", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3556,16 +2700,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3578,32 +2718,21 @@ "id": "ex1-60", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3615,16 +2744,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3637,32 +2762,21 @@ "id": "ex1-61", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Burn Off", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, each Defending Pokémon is now Burned." @@ -3674,16 +2788,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -3696,32 +2806,21 @@ "id": "ex1-62", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Trembler", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each Defending Pokémon, and each Defending Pokémon is now Paralyzed." @@ -3733,16 +2832,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -3755,22 +2850,14 @@ "id": "ex1-63", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3788,16 +2875,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3810,32 +2893,21 @@ "id": "ex1-64", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3853,16 +2925,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3875,22 +2943,14 @@ "id": "ex1-65", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Shadow Bind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -3908,16 +2968,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3930,22 +2986,14 @@ "id": "ex1-66", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3957,16 +3005,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -3979,32 +3023,21 @@ "id": "ex1-67", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -4016,16 +3049,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -4038,32 +3067,21 @@ "id": "ex1-68", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If Ralts and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 10 instead of 40." @@ -4075,16 +3093,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -4097,22 +3111,14 @@ "id": "ex1-69", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4130,16 +3136,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -4152,31 +3154,21 @@ "id": "ex1-70", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Plus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to 1 of your Pokémon." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4188,16 +3180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -4210,32 +3198,21 @@ "id": "ex1-71", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4247,16 +3224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -4269,32 +3242,21 @@ "id": "ex1-72", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4312,16 +3274,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -4334,32 +3292,21 @@ "id": "ex1-73", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Torchic." @@ -4371,16 +3318,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4393,22 +3336,14 @@ "id": "ex1-74", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Singe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -4420,16 +3355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4442,22 +3373,14 @@ "id": "ex1-75", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Poison Breath", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4475,16 +3398,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4497,32 +3416,21 @@ "id": "ex1-76", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4540,16 +3448,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4562,22 +3466,14 @@ "id": "ex1-77", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4595,16 +3491,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -4617,32 +3509,21 @@ "id": "ex1-78", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Silcoon and Beautifly, or Cascoon and Dustox cards. Show 1 card or both cards of a pair to your opponent and put them into your hand. Shuffle your deck afterward." }, { "name": "Poison Barb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -4654,16 +3535,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -4676,22 +3553,14 @@ "id": "ex1-79", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4703,16 +3572,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal" }, @@ -4725,9 +3590,7 @@ "id": "ex1-80", "name": "Energy Removal 2", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and discard it." ], @@ -4746,9 +3609,7 @@ "id": "ex1-81", "name": "Energy Restore", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, put a Basic Energy card from your discard pile into your hand. If you don't have that many basic Energy cards in your discard pile, put all of them into your hand." ], @@ -4767,9 +3628,7 @@ "id": "ex1-82", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -4790,9 +3649,7 @@ "id": "ex1-83", "name": "Lady Outing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4812,9 +3669,7 @@ "id": "ex1-84", "name": "Lum Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Lum Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon this card is attached to is affected by any Special Conditions, remove all of them. Then discard Lum Berry." @@ -4836,9 +3691,7 @@ "id": "ex1-85", "name": "Oran Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Oran Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon this card is attached to has at least 2 damage counters on it, remove 2 damage counters from it. Then discard Oran Berry." @@ -4858,9 +3711,7 @@ "id": "ex1-86", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon or Evolution card, show it to your opponent and put it into your hand. Shuffle your deck afterward." ], @@ -4881,9 +3732,7 @@ "id": "ex1-87", "name": "Pokémon Reversal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, your opponent switches 1 of his or her Active Pokémon with 1 of his or her Benched Pokémon." ], @@ -4902,9 +3751,7 @@ "id": "ex1-88", "name": "PokéNav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your deck, and choose a Basic Pokémon, Evolution card, or Energy card. Show it to your opponent and put it into your hand. Put the 2 other cards back on top of your deck in any order." ], @@ -4923,9 +3770,7 @@ "id": "ex1-89", "name": "Professor Birch", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw cards from your deck until you have 6 cards in your hand." @@ -4945,9 +3790,7 @@ "id": "ex1-90", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4968,9 +3811,7 @@ "id": "ex1-91", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -4991,9 +3832,7 @@ "id": "ex1-92", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -5014,9 +3853,7 @@ "id": "ex1-93", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5035,9 +3872,7 @@ "id": "ex1-94", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5056,9 +3891,7 @@ "id": "ex1-95", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -5078,38 +3911,24 @@ "id": "ex1-96", "name": "Chansey ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Healing Egg", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove 2 damage counters (1 if there is only 1) from each of your Pokémon. Remove no damage counters from Chansey ex." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Chansey ex does 60 damage to itself." @@ -5121,18 +3940,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -5145,37 +3958,24 @@ "id": "ex1-97", "name": "Electabuzz ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -5193,17 +3993,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -5216,34 +4011,23 @@ "id": "ex1-98", "name": "Hitmonchan ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -5255,17 +4039,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Hiromichi Sugiyama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -5278,34 +4057,23 @@ "id": "ex1-99", "name": "Lapras ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Ball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Lapras ex but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Confuse Ray", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -5317,18 +4085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -5341,37 +4103,24 @@ "id": "ex1-100", "name": "Magmar ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Super Singe", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -5383,17 +4132,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -5406,34 +4150,23 @@ "id": "ex1-101", "name": "Mewtwo ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Energy cards from your discard pile to Mewtwo ex." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5445,18 +4178,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Katsura Tabata", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -5469,37 +4196,24 @@ "id": "ex1-102", "name": "Scyther ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Agility", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Scyther ex during your opponent's next turn." }, { "name": "Slash", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5517,16 +4231,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -5539,37 +4249,24 @@ "id": "ex1-103", "name": "Sneasel ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Beat Up", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip a coin for each of your Pokémon in play (including Sneasel ex). This attack does 20 damage times the number of heads." @@ -5587,16 +4284,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -5609,9 +4302,7 @@ "id": "ex1-104", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "104", "rarity": "Common", "legalities": { @@ -5628,9 +4319,7 @@ "id": "ex1-105", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "105", "rarity": "Common", "legalities": { @@ -5647,9 +4336,7 @@ "id": "ex1-106", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "rarity": "Common", "legalities": { @@ -5666,9 +4353,7 @@ "id": "ex1-107", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "107", "rarity": "Common", "legalities": { @@ -5685,9 +4370,7 @@ "id": "ex1-108", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "108", "rarity": "Common", "legalities": { @@ -5704,9 +4387,7 @@ "id": "ex1-109", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "109", "rarity": "Common", "legalities": { @@ -5719,4 +4400,4 @@ "large": "https://images.pokemontcg.io/ex1/109_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/ex10.json b/cards/en/ex10.json index 2ada54fc4..05ead3f33 100644 --- a/cards/en/ex10.json +++ b/cards/en/ex10.json @@ -3,13 +3,9 @@ "id": "ex10-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Miraculous Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard all Lightning Energy attached to Ampharos. If you do, the Defending Pokémon is now Burned and Confused." @@ -43,17 +35,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -66,29 +53,21 @@ "id": "ex10-2", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Reactive Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 30 more damage for each Special Condition affecting the Defending Pokémon." }, { "name": "Spider Trap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned. Before applying this effect, you may switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. If you do, the new Defending Pokémon is now Asleep and Poisoned. Your opponent chooses the Defending Pokémon to switch." @@ -100,16 +79,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -122,31 +97,21 @@ "id": "ex10-3", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Green Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Grass Pokémon, show them to your opponent, and put them into your hand. Shuffle your deck afterward. If you put any Grass Pokémon into your hand, you may switch Bellossom with 1 of your Benched Pokémon." }, { "name": "Full Bloom", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you have at least 3 Bellossom in play, this attack does 50 damage plus 50 more damage." @@ -164,16 +129,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -186,13 +147,9 @@ "id": "ex10-4", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -204,21 +161,14 @@ "attacks": [ { "name": "Pull Away", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has 5 of more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand." }, { "name": "Tonnage", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may do 50 damage plus 30 more damage. If you do, Feraligatr does 30 damage to itself." @@ -230,17 +180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -253,31 +198,21 @@ "id": "ex10-5", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Fire Dance", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon." }, { "name": "Multi Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Flareon has 3 or more different types of basic Energy cards attached to it, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned." @@ -289,16 +224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -311,33 +242,21 @@ "id": "ex10-6", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Spiky Shell", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Put 3 damage counters on the Defending Pokémon at the end of your opponent's next turn." }, { "name": "Pop", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Put 7 damage counters on Forretress. Move all Energy cards attached to Forretress to your Benched Pokémon in any way you like. (Ignore this effect if you don't have any Benched Pokémon.)" @@ -355,16 +274,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Aya Kusube", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -377,13 +292,9 @@ "id": "ex10-7", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndour", "abilities": [ { @@ -395,21 +306,14 @@ "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a Fire Energy attached to Houndoom." @@ -421,16 +325,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -443,31 +343,21 @@ "id": "ex10-8", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Attract Current", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Multi Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Jolteon has 3 of more different types of basic Energy cards attached to it, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Confused." @@ -488,9 +378,7 @@ "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -503,13 +391,9 @@ "id": "ex10-9", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -521,11 +405,7 @@ "attacks": [ { "name": "Bouncy Move", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may put up to 5 damage counters on Meganium. If you do, this attack does 50 damage plus 10 more damage for each damage counter you put on Meganium in this way." @@ -543,18 +423,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -567,13 +441,9 @@ "id": "ex10-10", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -585,19 +455,14 @@ "attacks": [ { "name": "Standing By", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Octillery. During your next turn, Octillery's Pulse Blast attack's base damage is 120." }, { "name": "Pulse Blast", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -609,16 +474,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -631,13 +492,9 @@ "id": "ex10-11", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -649,21 +506,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If the Defending Pokémon is a Darkness Pokémon or has Dark in its name, this attack does 40 damage plus 30 more damage." }, { "name": "Hyper Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 60 damage plus 30 more damage." @@ -675,17 +525,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -698,17 +543,11 @@ "id": "ex10-12", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "3-D Reset", @@ -719,20 +558,14 @@ "attacks": [ { "name": "Data Retrieval", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have less than 8 cards in your hand, draw cards until you have 8 cards in your hand." }, { "name": "Scramble Trip", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Porygon2 has a Scramble Energy card attached to it, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Confused." @@ -744,16 +577,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -766,13 +595,9 @@ "id": "ex10-13", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -784,20 +609,14 @@ "attacks": [ { "name": "Parallel Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Remove 1 damage counter from each of your Pokémon (including Slowbro)." }, { "name": "Rolling Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -809,17 +628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -832,13 +646,9 @@ "id": "ex10-14", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -850,10 +660,7 @@ "attacks": [ { "name": "Aftermath", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Pokémon Tool card in your discard pile. You can't add more than 60 damage in this way." @@ -865,16 +672,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -887,30 +690,20 @@ "id": "ex10-15", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Sudowoodo doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Sudowoodo performs that attack." }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50-", "text": "Does 50 damage minus 10 damage for each damage counter on Sudowoodo." @@ -922,16 +715,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -944,30 +733,21 @@ "id": "ex10-16", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Confused." }, { "name": "Green Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon." @@ -985,16 +765,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -1007,13 +783,9 @@ "id": "ex10-17", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -1025,20 +797,14 @@ "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Rage", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each damage counter on Typhlosion." @@ -1050,16 +816,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1072,13 +834,9 @@ "id": "ex10-18", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "abilities": [ { @@ -1090,21 +848,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -1116,17 +867,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -1139,31 +885,21 @@ "id": "ex10-19", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Aqua Supply", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "You may attach a basic Energy card from your hand to 1 of your Pokémon." }, { "name": "Multi Bubble", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Vaporeon has 3 or more different types of basic Energy cards attached to it, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Asleep." @@ -1175,16 +911,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -1197,32 +929,21 @@ "id": "ex10-20", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Hyper Healing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter and all Special Conditions from each of your Active Pokémon." }, { "name": "Double Tack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon." @@ -1234,17 +955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -1257,16 +973,10 @@ "id": "ex10-21", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Baby Evolution", @@ -1277,9 +987,7 @@ "attacks": [ { "name": "Eeeeeeek", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck, then draw 6 cards." @@ -1291,16 +999,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -1313,16 +1017,10 @@ "id": "ex10-22", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "abilities": [ { "name": "Stages of Evolution", @@ -1333,22 +1031,14 @@ "attacks": [ { "name": "Double Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads. If either of the coins is heads, the Defending Pokémon is now Paralyzed." }, { "name": "Luster Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Discard 3 Energy attached to Electabuzz." @@ -1360,16 +1050,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1382,16 +1068,10 @@ "id": "ex10-23", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Lightning"], + "evolvesTo": ["Electabuzz"], "abilities": [ { "name": "Baby Evolution", @@ -1402,9 +1082,7 @@ "attacks": [ { "name": "Magnetic Trip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If Low Pressure System is in play, this Defending Pokémon is now Confused." @@ -1416,16 +1094,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -1438,13 +1112,9 @@ "id": "ex10-24", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Stages of Evolution", @@ -1455,21 +1125,14 @@ "attacks": [ { "name": "Heavy Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of your opponent's Benched Pokémon." }, { "name": "Speedy Uppercut", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1481,16 +1144,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -1503,13 +1162,9 @@ "id": "ex10-25", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Stages of Evolution", @@ -1520,20 +1175,14 @@ "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1545,16 +1194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -1567,13 +1212,9 @@ "id": "ex10-26", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Stages of Evolution", @@ -1584,22 +1225,14 @@ "attacks": [ { "name": "Upward Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 20 damage plus 30 more damage." }, { "name": "Spiral Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -1611,16 +1244,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -1633,32 +1262,20 @@ "id": "ex10-27", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sacred Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -1670,17 +1287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -1693,13 +1305,9 @@ "id": "ex10-28", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Stages of Evolution", @@ -1710,20 +1318,14 @@ "attacks": [ { "name": "Freeze Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Burned." }, { "name": "Pure Power", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." @@ -1735,16 +1337,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1757,21 +1355,13 @@ "id": "ex10-29", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Aeroblast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 2 coins. This attack does 20 damage plus 20 more damage for each heads." @@ -1783,17 +1373,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -1806,32 +1391,21 @@ "id": "ex10-30", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Night Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep." }, { "name": "Plunder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." @@ -1849,16 +1423,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -1871,16 +1441,10 @@ "id": "ex10-31", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jynx" - ], + "types": ["Water"], + "evolvesTo": ["Jynx"], "abilities": [ { "name": "Baby Evolution", @@ -1891,9 +1455,7 @@ "attacks": [ { "name": "Blown Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -1905,16 +1467,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -1927,29 +1485,20 @@ "id": "ex10-32", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Screechy Voice", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused." }, { "name": "Push Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Look at your opponent's hand, choose a Trainer card you find there, and discard it." @@ -1961,16 +1510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -1983,18 +1528,10 @@ "id": "ex10-33", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "abilities": [ { "name": "Baby Evolution", @@ -2005,9 +1542,7 @@ "attacks": [ { "name": "Desperate Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play your opponent has more than you." @@ -2019,16 +1554,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -2041,16 +1572,10 @@ "id": "ex10-34", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "abilities": [ { "name": "Snappy Move", @@ -2061,9 +1586,7 @@ "attacks": [ { "name": "Snap Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2075,16 +1598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -2097,34 +1616,22 @@ "id": "ex10-35", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2142,16 +1649,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -2164,30 +1667,21 @@ "id": "ex10-36", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Shining Fingers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Extra Comet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "During your next turn, Extra Comet Punch does 30 damage plus 30 more damage." @@ -2199,16 +1693,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -2221,31 +1711,21 @@ "id": "ex10-37", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Cry for Help", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water or Fighting Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Double Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2257,16 +1737,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -2279,35 +1755,22 @@ "id": "ex10-38", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -2319,17 +1782,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -2342,13 +1800,9 @@ "id": "ex10-39", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "abilities": [ { @@ -2360,22 +1814,14 @@ "attacks": [ { "name": "Crushing Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Double Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2387,17 +1833,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -2410,31 +1851,21 @@ "id": "ex10-40", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Energy Stream", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your discard pile for a basic Energy card and attach it to Lanturn." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Lanturn does 10 damage to itself." @@ -2446,16 +1877,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -2468,13 +1895,9 @@ "id": "ex10-41", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -2486,21 +1909,14 @@ "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Extra Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 40 damage plus 30 more damage." @@ -2512,17 +1928,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -2535,13 +1946,9 @@ "id": "ex10-42", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Thick Fat", @@ -2552,19 +1959,14 @@ "attacks": [ { "name": "Healing Milk", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, remove 2 damage counters from 1 of your Pokémon." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2576,16 +1978,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -2598,30 +1996,21 @@ "id": "ex10-43", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Spearhead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Surprise", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -2639,16 +2028,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -2661,13 +2046,9 @@ "id": "ex10-44", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Wooper", "abilities": [ { @@ -2679,20 +2060,14 @@ "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -2704,17 +2079,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -2727,35 +2097,22 @@ "id": "ex10-45", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2767,16 +2124,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2789,32 +2142,21 @@ "id": "ex10-46", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Twin Play", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 in any combination of Scyther and Scyther ex and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Scyther during your opponent's next turn." @@ -2826,16 +2168,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -2848,13 +2186,9 @@ "id": "ex10-47", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Extra-tight", @@ -2865,10 +2199,7 @@ "attacks": [ { "name": "Toxic", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -2880,16 +2211,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -2902,13 +2229,9 @@ "id": "ex10-48", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Makeover", @@ -2919,9 +2242,7 @@ "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2933,16 +2254,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -2955,32 +2272,21 @@ "id": "ex10-49", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2992,16 +2298,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -3014,32 +2316,21 @@ "id": "ex10-50", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Grand Loop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards. You may switch Yanma with 1 of your Benched Pokémon." }, { "name": "Spinning Tail", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3051,16 +2342,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -3073,32 +2360,21 @@ "id": "ex10-51", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3116,16 +2392,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3138,31 +2410,21 @@ "id": "ex10-52", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Razor Fin", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3174,16 +2436,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3196,32 +2454,21 @@ "id": "ex10-53", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lullaby", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3233,16 +2480,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -3255,32 +2498,21 @@ "id": "ex10-54", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Cyndaquil." @@ -3292,16 +2524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3314,13 +2542,9 @@ "id": "ex10-55", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3341,9 +2565,7 @@ "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3355,16 +2577,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3377,34 +2595,22 @@ "id": "ex10-56", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flaaffy does 10 damage to itself." @@ -3422,16 +2628,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -3444,16 +2646,10 @@ "id": "ex10-57", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "abilities": [ { "name": "Free Flight", @@ -3464,9 +2660,7 @@ "attacks": [ { "name": "Toxic Grip", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -3478,16 +2672,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -3500,25 +2690,15 @@ "id": "ex10-58", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -3530,16 +2710,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -3552,32 +2728,21 @@ "id": "ex10-59", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3595,16 +2760,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -3617,22 +2778,14 @@ "id": "ex10-60", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Smog", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3644,16 +2797,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3666,32 +2815,21 @@ "id": "ex10-61", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Larvitar." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3703,16 +2841,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3725,22 +2859,14 @@ "id": "ex10-62", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Tackle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3758,16 +2884,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3780,22 +2902,14 @@ "id": "ex10-63", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Telekinesis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3807,16 +2921,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -3829,22 +2939,14 @@ "id": "ex10-64", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3856,16 +2958,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -3878,32 +2976,21 @@ "id": "ex10-65", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Dig Deep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand." }, { "name": "Mud Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3915,18 +3002,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -3939,22 +3020,14 @@ "id": "ex10-66", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3966,16 +3039,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -3988,31 +3057,21 @@ "id": "ex10-67", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4024,16 +3083,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -4046,25 +3101,15 @@ "id": "ex10-68", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Energy Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to Poliwhirl but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -4076,16 +3121,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -4098,22 +3139,14 @@ "id": "ex10-69", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "3-D Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4125,16 +3158,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -4147,35 +3176,22 @@ "id": "ex10-70", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4190,9 +3206,7 @@ "number": "70", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -4205,31 +3219,21 @@ "id": "ex10-71", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4241,16 +3245,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -4263,33 +3263,21 @@ "id": "ex10-72", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Fishing Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Basic Pokémon, Evolution card, or basic Energy card, show it to your opponent, and put it into your hand." }, { "name": "Trip Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4301,16 +3289,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4323,31 +3307,21 @@ "id": "ex10-73", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4359,16 +3333,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4381,22 +3351,14 @@ "id": "ex10-74", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4408,16 +3370,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -4430,32 +3388,21 @@ "id": "ex10-75", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Stun Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4467,16 +3414,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -4489,32 +3432,21 @@ "id": "ex10-76", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Rollout", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4532,16 +3464,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -4554,31 +3482,21 @@ "id": "ex10-77", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Teary Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Teddiursa by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4590,16 +3508,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -4612,22 +3526,14 @@ "id": "ex10-78", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Splatter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -4639,16 +3545,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -4661,32 +3563,21 @@ "id": "ex10-79", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Fighting"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4698,16 +3589,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -4720,9 +3607,7 @@ "id": "ex10-80", "name": "Curse Powder", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Curse Powder to 1 of your Evolved Pokémon (excluding Pokémon-ex) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Curse Powder is attached to is a Basic Pokémon or Pokémon-ex, discard Curse Powder.", "If the Pokémon that Curse Powder is attached to is your Active Pokémon and is Knocked Out by damage from an opponent's attack, put 3 damage counters on the Attacking Pokémon." @@ -4742,9 +3627,7 @@ "id": "ex10-81", "name": "Energy Recycle System", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for basic Energy cards. You may either show 1 basic Energy card to your opponent and put it into your hand, or show 3 basic Energy cards to your opponent and shuffle them into your deck." ], @@ -4764,9 +3647,7 @@ "id": "ex10-82", "name": "Energy Removal 2", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and discard it." ], @@ -4785,9 +3666,7 @@ "id": "ex10-83", "name": "Energy Root", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Energy Root to 1 of your Pokémon (excluding Pokémon-ex and Pokémon that has Dark or an owner in its name) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Energy Root is attached to is Pokémon-ex or has Dark or an owner in its name, discard Energy Root.", "As long as Energy Root is attached to a Pokémon, that Pokémon gets +20 HP and can't use any Poké-Powers or Poké-Bodies." @@ -4807,9 +3686,7 @@ "id": "ex10-84", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -4830,9 +3707,7 @@ "id": "ex10-85", "name": "Fluffy Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Fluffy Berry to 1 of your Pokémon (excluding Pokémon-ex and Pokémon that has Dark or an owner in its name) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Fluffy Berry is attached to is Pokémon-ex or has Dark or an owner in its name, discard Fluffy Berry.", "As long as Fluffy Berry is attached to a Pokémon, that Pokémon's Retreat Cost is 0." @@ -4852,9 +3727,7 @@ "id": "ex10-86", "name": "Mary's Request", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw a card. If you don't have any Stage 2 Evolved Pokémon in play, draw 2 more cards." @@ -4874,9 +3747,7 @@ "id": "ex10-87", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon or Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4897,9 +3768,7 @@ "id": "ex10-88", "name": "Pokémon Reversal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." ], @@ -4918,9 +3787,7 @@ "id": "ex10-89", "name": "Professor Elm's Training Method", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4940,9 +3807,7 @@ "id": "ex10-90", "name": "Protective Orb", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Protective Orb to 1 of your Evolved Pokémon (excluding Pokémon-ex) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Protective Orb is attached to is a Basic Pokémon or Pokémon-ex, discard Protective Orb.", "As long as Protective Orb is attached to a Pokémon, that Pokémon has no Weakness." @@ -4962,9 +3827,7 @@ "id": "ex10-91", "name": "Sitrus Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Sitrus Berry to 1 of your Pokémon (excluding Pokémon-ex and Pokémon that has Dark or an owner in its name) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Sitrus Berry is attached to is Pokémon-ex or has Dark or an owner in its name, discard Sitrus Berry.", "At any time between turns, if the Pokémon this card is attached to has at least 3 damage counters on it, remove 3 damage counters from it. Then, discard Sitrus Berry." @@ -4986,9 +3849,7 @@ "id": "ex10-92", "name": "Solid Rage", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Solid Rage to 1 of your Evolved Pokémon (excluding Pokémon-ex) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Solid Rage is attached to is a Basic Pokémon or Pokémon-ex, discard Solid Rage.", "If you have more Prize cards left than your opponent, the Pokémon that Solid Rage is attached to does 20 more damage to the Active Pokémon (before applying Weakness and Resistance)." @@ -5008,9 +3869,7 @@ "id": "ex10-93", "name": "Warp Point", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches 1 of his or her Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch 1 of your Active Pokémon with 1 of your Benched Pokémon, if any." ], @@ -5029,9 +3888,7 @@ "id": "ex10-94", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5052,9 +3909,7 @@ "id": "ex10-95", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -5075,9 +3930,7 @@ "id": "ex10-96", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attack, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5096,9 +3949,7 @@ "id": "ex10-97", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5117,9 +3968,7 @@ "id": "ex10-98", "name": "Boost Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can't retreat. If the Pokémon Boost Energy is attached to isn't an Evolved Pokémon, discard Boost Energy." ], @@ -5138,9 +3987,7 @@ "id": "ex10-99", "name": "Cyclone Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Cyclone Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. Your opponent chooses the Benched Pokémon to switch." ], @@ -5159,9 +4006,7 @@ "id": "ex10-100", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Warp Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch that Pokémon with 1 of your Benched Pokémon." ], @@ -5181,14 +4026,9 @@ "id": "ex10-101", "name": "Blissey ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey ex", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5203,21 +4043,14 @@ "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Energy cards from your discard pile to Blissey ex." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -5229,16 +4062,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -5251,14 +4080,9 @@ "id": "ex10-102", "name": "Espeon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5273,21 +4097,14 @@ "attacks": [ { "name": "Snap Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Psyloop", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 60 damage plus 30 more damage for each Trainer card your opponent has in play." @@ -5302,9 +4119,7 @@ "number": "102", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -5317,14 +4132,9 @@ "id": "ex10-103", "name": "Feraligatr ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5339,22 +4149,14 @@ "attacks": [ { "name": "Tsunami", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sore Spot", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "Does 70 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -5366,18 +4168,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -5390,14 +4186,9 @@ "id": "ex10-104", "name": "Ho-Oh ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5411,11 +4202,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 20 more damage for each type of basic Energy card attached to Ho-Oh ex." @@ -5425,19 +4212,14 @@ { "type": "Water", "value": "×2" - } - ], - "retreatCost": [ - "Colorless", - "Colorless" + } ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -5450,14 +4232,9 @@ "id": "ex10-105", "name": "Lugia ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5471,11 +4248,7 @@ "attacks": [ { "name": "Elemental Blast", - "cost": [ - "Fire", - "Water", - "Lightning" - ], + "cost": ["Fire", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard a Fire Energy, Water Energy, and Lightning Energy attached to Lugia ex." @@ -5493,16 +4266,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -5515,14 +4284,9 @@ "id": "ex10-106", "name": "Meganium ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5537,24 +4301,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Power Poison", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "90", "text": "Discard 1 Energy attached to Meganium ex. The Defending Pokémon is now Poisoned." @@ -5576,17 +4330,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -5599,14 +4348,9 @@ "id": "ex10-107", "name": "Politoed ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5614,33 +4358,21 @@ "attacks": [ { "name": "Upward Lick", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. If that Pokémon is a Stage 2 Evolved Pokémon, this attack does 50 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Punch and Run", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Switch Politoed ex with 1 of your Benched Pokémon." }, { "name": "Swallow Up", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Politoed ex. If the Defending Pokémon has fewer remaining HP than Politoed ex's, this attack does 120 damage instead." @@ -5652,18 +4384,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -5676,14 +4402,9 @@ "id": "ex10-108", "name": "Scizor ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther ex", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5698,21 +4419,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to Scizor ex by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Cross-Cut", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 50 damage plus 30 more damage." @@ -5730,16 +4444,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -5752,14 +4462,9 @@ "id": "ex10-109", "name": "Steelix ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5774,23 +4479,14 @@ "attacks": [ { "name": "Metal Charge", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Put 1 damage counter on Steelix ex." }, { "name": "Mudslide", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Fighting Energy attached to Steelix ex and choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5827,9 +4523,7 @@ "number": "109", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -5842,14 +4536,9 @@ "id": "ex10-110", "name": "Typhlosion ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5864,12 +4553,7 @@ "attacks": [ { "name": "Kindle", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy card attached to Typhlosion ex and then discard an Energy card attached to the Defending Pokémon." @@ -5885,16 +4569,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -5907,14 +4587,9 @@ "id": "ex10-111", "name": "Tyranitar ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5922,42 +4597,28 @@ "attacks": [ { "name": "Shatter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard any Stadium card in play." }, { "name": "Derail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Special Energy card, if any, attached to the Defending Pokémon." }, { "name": "Mix-Up", - "cost": [ - "Fighting", - "Darkness", - "Colorless" - ], + "cost": ["Fighting", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent discards the top card of his or her deck." }, { "name": "Losing Control", - "cost": [ - "Fighting", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Fighting", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard the top 3 cards of your deck." @@ -5979,17 +4640,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -6002,14 +4658,9 @@ "id": "ex10-112", "name": "Umbreon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -6024,20 +4675,14 @@ "attacks": [ { "name": "Black Cry", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6055,16 +4700,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -6077,35 +4718,21 @@ "id": "ex10-113", "name": "Entei ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Fire" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fire"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Burning Turn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Entei Star with 1 of your Benched Pokémon." }, { "name": "Detonation", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "70", "text": "If you have less Prize cards left than your opponent, discard the top 10 cards from your deck." @@ -6117,16 +4744,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -6139,35 +4762,21 @@ "id": "ex10-114", "name": "Raikou ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Lightning" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Lightning"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Lightning Turn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Raikou Star with 1 of your Benched Pokémon." }, { "name": "Meta Voltage", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "70", "text": "If you have less Prize cards left than your opponent, this attack does 40 damage to each of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6179,16 +4788,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -6201,35 +4806,21 @@ "id": "ex10-115", "name": "Suicune ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Splashing Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Suicune Star with 1 of your Benched Pokémon." }, { "name": "Cross Wind", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "70", "text": "If you have less Prize cards left than your opponent, discard all Energy cards attached to all of your Pokémon." @@ -6241,16 +4832,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -6263,14 +4850,9 @@ "id": "ex10-116", "name": "Rocket's Persian ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Rocket's Meowth", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -6285,11 +4867,7 @@ "attacks": [ { "name": "Toxic Claws", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -6301,16 +4879,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -6323,33 +4897,23 @@ "id": "ex10-117", "name": "Celebi ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spiral Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Pokémon. If tails, remove 1 damage counter from each of your Pokémon." }, { "name": "Time Trap", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, look at the top 4 cards of your opponent's deck, and put them back on top of your opponent's deck in any order. If tails, look at the top 4 cards of your deck, and put them back on top of your deck in any order." @@ -6361,16 +4925,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -6383,13 +4943,9 @@ "id": "ex10-A", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6400,10 +4956,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 2 Supporter cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -6415,16 +4968,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "A", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6437,13 +4986,9 @@ "id": "ex10-B", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6454,11 +4999,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon." @@ -6470,16 +5011,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "B", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6492,13 +5029,9 @@ "id": "ex10-C", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6509,9 +5042,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)" @@ -6523,16 +5054,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "C", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6545,13 +5072,9 @@ "id": "ex10-D", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6562,9 +5085,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of either player's Evolved Pokémon, remove the highest Stage Evolution card from that Pokémon, and put it into that player's hand." @@ -6576,16 +5097,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "D", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6598,13 +5115,9 @@ "id": "ex10-E", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6615,9 +5128,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Bench isn't full, look at his or her hand. Choose 1 Basic Pokémon you find there and put it onto your opponent's Bench. Then, switch it with the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." @@ -6629,16 +5140,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "E", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6651,13 +5158,9 @@ "id": "ex10-F", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6668,10 +5171,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip 3 coins. If 1 of them is heads, the Defending Pokémon is now Asleep. If 2 of them are heads, the Defending Pokémon is now Confused. If all of them are heads, the Defending Pokémon is now Paralyzed." @@ -6683,16 +5183,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "F", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6705,13 +5201,9 @@ "id": "ex10-G", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6722,10 +5214,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of your Pokémon that have any damage counters on them. Put that many damage counters on the Defending Pokémon." @@ -6737,16 +5226,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "G", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6759,13 +5244,9 @@ "id": "ex10-H", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6776,9 +5257,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon Tool cards and attach them to any of your Pokémon (excluding Pokémon that already have a Pokémon Tool attached to them). Shuffle your deck afterward." @@ -6790,16 +5269,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "H", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6812,13 +5287,9 @@ "id": "ex10-I", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6829,10 +5300,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Burned and Confused." @@ -6844,16 +5312,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "I", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6866,13 +5330,9 @@ "id": "ex10-J", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6883,9 +5343,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch all damage counters on Unown with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)" @@ -6897,16 +5355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "J", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6919,13 +5373,9 @@ "id": "ex10-K", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6936,10 +5386,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard any Stadium card in play." @@ -6951,16 +5398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "K", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -6973,13 +5416,9 @@ "id": "ex10-L", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -6990,10 +5429,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, put damage counters on the Defending Pokémon until it is 10 HP away from being Knocked Out." @@ -7005,16 +5441,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "L", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7027,13 +5459,9 @@ "id": "ex10-M", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7044,9 +5472,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it on that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Unown. Shuffle your deck afterward." @@ -7058,16 +5484,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "M", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7080,13 +5502,9 @@ "id": "ex10-N", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7097,9 +5515,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 5 damage counters from Unown. (All if there are less than 5.)" @@ -7111,16 +5527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "N", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7133,13 +5545,9 @@ "id": "ex10-O", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7150,10 +5558,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Return Unown and all Energy cards attached to it to your hand." @@ -7165,16 +5570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "O", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7187,13 +5588,9 @@ "id": "ex10-P", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7204,10 +5601,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it." @@ -7219,16 +5613,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "P", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7241,13 +5631,9 @@ "id": "ex10-Q", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7258,9 +5644,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -7272,16 +5656,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "Q", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7294,13 +5674,9 @@ "id": "ex10-R", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7311,10 +5687,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand. (If your opponent doesn't have any Benched Pokémon or other Active Pokémon, this attack does nothing.)" @@ -7326,16 +5699,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "R", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7348,13 +5717,9 @@ "id": "ex10-S", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7365,10 +5730,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon has a Poké-Power or a Poké-Body, choose up to 2 basic Energy cards attached to 1 of your opponent's Pokémon and attach them to the Defending Pokémon." @@ -7380,16 +5742,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "S", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7402,13 +5760,9 @@ "id": "ex10-T", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7419,10 +5773,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -7434,16 +5785,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "T", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7456,13 +5803,9 @@ "id": "ex10-U", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7473,10 +5816,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -7488,16 +5828,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "U", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7510,13 +5846,9 @@ "id": "ex10-V", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7527,11 +5859,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way." @@ -7543,16 +5871,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "V", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7565,13 +5889,9 @@ "id": "ex10-W", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7582,10 +5902,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, search your discard pile for a card, show it to your opponent, and put it on top of your deck." @@ -7597,16 +5914,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "W", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7619,13 +5932,9 @@ "id": "ex10-X", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7636,10 +5945,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -7651,16 +5957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "X", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7673,13 +5975,9 @@ "id": "ex10-Y", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7690,9 +5988,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -7704,16 +6000,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "Y", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7726,13 +6018,9 @@ "id": "ex10-Z", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7743,9 +6031,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each Pokémon that has any Poké-Powers or Poké-Bodies (both yours and your opponent's). Don't apply Weakness or Resistance." @@ -7757,16 +6043,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "Z", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7779,13 +6061,9 @@ "id": "ex10-!", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7796,9 +6074,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 2 damage counters on 1 of your opponent's Pokémon. If tails, put 2 damage counters on 1 of your Pokémon." @@ -7810,16 +6086,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "!", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -7832,13 +6104,9 @@ "id": "ex10-?", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shuffle", @@ -7849,9 +6117,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a card from your hand and put it face down. Your opponent guesses if the card is a Pokémon, Trainer, or Energy card. Reveal the card. If your opponent guessed wrong, draw 2 cards. Put the card back into your hand." @@ -7863,16 +6129,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "?", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex11.json b/cards/en/ex11.json index 592a80f4a..a3a0f636b 100644 --- a/cards/en/ex11.json +++ b/cards/en/ex11.json @@ -3,18 +3,11 @@ "id": "ex11-1", "name": "Beedrill δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass", - "Metal" - ], + "types": ["Grass", "Metal"], "evolvesFrom": "Kakuna", - "rules": [ - "This Pokémon is both Grass Metal type." - ], + "rules": ["This Pokémon is both Grass Metal type."], "abilities": [ { "name": "Final Sting", @@ -25,11 +18,7 @@ "attacks": [ { "name": "Super Slash", - "cost": [ - "Grass", - "Metal", - "Colorless" - ], + "cost": ["Grass", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 50 damage plus 30 more damage." @@ -44,9 +33,7 @@ "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -59,36 +46,22 @@ "id": "ex11-2", "name": "Crobat δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass", - "Metal" - ], + "types": ["Grass", "Metal"], "evolvesFrom": "Golbat", - "rules": [ - "This Pokémon is both Grass Metal type." - ], + "rules": ["This Pokémon is both Grass Metal type."], "attacks": [ { "name": "Radar Jam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent can't play any Trainer cards (except for Supporter cards) from his or her hand during your opponent's next turn." }, { "name": "Target Attack", - "cost": [ - "Grass", - "Metal", - "Colorless" - ], + "cost": ["Grass", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. If that Pokémon already has damage counters on it, this attack does 60 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -103,9 +76,7 @@ "number": "2", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -118,18 +89,11 @@ "id": "ex11-3", "name": "Dragonite δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Dragonair", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Charge", @@ -140,22 +104,14 @@ "attacks": [ { "name": "Agility", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Dragonite during your opponent's next turn." }, { "name": "Heavy Impact", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -177,17 +133,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -200,18 +151,11 @@ "id": "ex11-4", "name": "Espeon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic", - "Metal" - ], + "types": ["Psychic", "Metal"], "evolvesFrom": "Eevee", - "rules": [ - "This Pokémon is both Psychic Metal type." - ], + "rules": ["This Pokémon is both Psychic Metal type."], "abilities": [ { "name": "Delta Heal", @@ -222,10 +166,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -237,16 +178,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -259,35 +196,22 @@ "id": "ex11-5", "name": "Flareon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "evolvesFrom": "Eevee", - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "rules": ["This Pokémon is both Fire Metal type."], "attacks": [ { "name": "Delta Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Holon Energy card and attach it to Flareon. Shuffle your deck afterward." }, { "name": "Return Burn", - "cost": [ - "Fire", - "Metal", - "Colorless" - ], + "cost": ["Fire", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may return an Energy card attached to Flareon to your hand. If you do, the Defending Pokémon is now Burned." @@ -299,16 +223,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -321,18 +241,11 @@ "id": "ex11-6", "name": "Gardevoir δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic", - "Metal" - ], + "types": ["Psychic", "Metal"], "evolvesFrom": "Kirlia", - "rules": [ - "This Pokémon is both Psychic Metal type." - ], + "rules": ["This Pokémon is both Psychic Metal type."], "abilities": [ { "name": "Energy Jump", @@ -343,21 +256,14 @@ "attacks": [ { "name": "Psychic Rage", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each damage counter on Gardevoir to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Black Magic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 20 more damage times the number of your opponent's Benched Pokémon." @@ -369,17 +275,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -392,35 +293,22 @@ "id": "ex11-7", "name": "Jolteon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Eevee", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "attacks": [ { "name": "Delta Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Holon Energy card and attach it to Jolteon. Shuffle your deck afterward." }, { "name": "Return Spark", - "cost": [ - "Lightning", - "Metal", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may return an Energy card attached to Jolteon to your hand. If you do, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -438,16 +326,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -460,17 +344,10 @@ "id": "ex11-8", "name": "Latias δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning", - "Metal" - ], - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "types": ["Lightning", "Metal"], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Aura", @@ -481,23 +358,14 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 2 damage counters fro Latias." }, { "name": "Extra Crush", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "If your opponent has no Pokémon-ex in play, this attack does nothing." @@ -519,16 +387,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -541,17 +405,10 @@ "id": "ex11-9", "name": "Latios δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning", - "Metal" - ], - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "types": ["Lightning", "Metal"], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Aura", @@ -562,23 +419,14 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Psychic Force", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "If your opponent has no Stage 2 Evolved Pokémon in play, this attack does nothing." @@ -600,17 +448,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -623,36 +466,22 @@ "id": "ex11-10", "name": "Marowak δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting", - "Metal" - ], + "types": ["Fighting", "Metal"], "evolvesFrom": "Cubone", - "rules": [ - "This Pokémon is both Fighting Metal type." - ], + "rules": ["This Pokémon is both Fighting Metal type."], "attacks": [ { "name": "Energy Bone", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "Choose a number of your opponent's Pokémon up to the amount of Energy attached to Marowak. This attack does 20 damage to each of them." }, { "name": "Metal Crusher", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is Metal Pokémon, this attack's base damage is 90." @@ -664,16 +493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -686,18 +511,11 @@ "id": "ex11-11", "name": "Metagross δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Metang", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Control", @@ -708,10 +526,7 @@ "attacks": [ { "name": "Crush and Burn", - "cost": [ - "Lightning", - "Metal" - ], + "cost": ["Lightning", "Metal"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard as many Energy cards as you like attached to your Pokémon in play. If you do, this attack does 30 damage plus 20 more damage for each Energy card you discarded." @@ -729,18 +544,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -753,17 +562,10 @@ "id": "ex11-12", "name": "Mewtwo δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire", - "Metal" - ], - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "types": ["Fire", "Metal"], + "rules": ["This Pokémon is both Fire Metal type."], "abilities": [ { "name": "Delta Switch", @@ -774,10 +576,7 @@ "attacks": [ { "name": "Energy Burst", - "cost": [ - "Fire", - "Metal" - ], + "cost": ["Fire", "Metal"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the total amount of Energy attached to Mewtwo and the Defending Pokémon." @@ -789,16 +588,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -811,17 +606,10 @@ "id": "ex11-13", "name": "Rayquaza δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning", - "Metal" - ], - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "types": ["Lightning", "Metal"], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Guard", @@ -832,21 +620,14 @@ "attacks": [ { "name": "Power Blow", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Rayquaza." }, { "name": "Lightning Storm", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Put 7 damage counters on Rayquaza." @@ -868,18 +649,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -892,37 +667,22 @@ "id": "ex11-14", "name": "Salamence δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "evolvesFrom": "Shelgon", - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "rules": ["This Pokémon is both Fire Metal type."], "attacks": [ { "name": "Fire Dance", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon." }, { "name": "Delta Blast", - "cost": [ - "Fire", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a Metal Energy card attached to Salamence." @@ -944,16 +704,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -966,18 +722,11 @@ "id": "ex11-15", "name": "Starmie δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "evolvesFrom": "Staryu", - "rules": [ - "This Pokémon is both Water Metal type." - ], + "rules": ["This Pokémon is both Water Metal type."], "abilities": [ { "name": "Metal Navigation", @@ -988,18 +737,14 @@ "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Energy Loop", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Return an Energy card attached to Starmie to your hand." @@ -1014,9 +759,7 @@ "number": "15", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -1029,18 +772,11 @@ "id": "ex11-16", "name": "Tyranitar δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "evolvesFrom": "Pupitar", - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "rules": ["This Pokémon is both Fire Metal type."], "abilities": [ { "name": "Crush Draw", @@ -1051,11 +787,7 @@ "attacks": [ { "name": "Delta Crush", - "cost": [ - "Fire", - "Metal", - "Colorless" - ], + "cost": ["Fire", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may discard an Energy card attached to Tyranitar. If you do, this attack does 50 damage plus 20 more damage." @@ -1067,17 +799,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1090,18 +817,11 @@ "id": "ex11-17", "name": "Umbreon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Eevee", - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "rules": ["This Pokémon is both Darkness Metal type."], "abilities": [ { "name": "Delta Moon", @@ -1112,10 +832,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Metal" - ], + "cost": ["Darkness", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1133,16 +850,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1155,35 +868,22 @@ "id": "ex11-18", "name": "Vaporeon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "evolvesFrom": "Eevee", - "rules": [ - "This Pokémon is both Water Metal type." - ], + "rules": ["This Pokémon is both Water Metal type."], "attacks": [ { "name": "Delta Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Holon Energy card and attach it to Vaporeon. Shuffle your deck afterward." }, { "name": "Return Wave", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may return an Energy card attached to Vaporeon to your hand. If you do, choose an Energy card attached to the Defending Pokémon and return it to your opponent's hand." @@ -1195,16 +895,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -1217,36 +913,22 @@ "id": "ex11-19", "name": "Azumarill δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "evolvesFrom": "Marill", - "rules": [ - "This Pokémon is both Water Metal type." - ], + "rules": ["This Pokémon is both Water Metal type."], "attacks": [ { "name": "Bubblebeam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rolling Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1258,17 +940,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -1281,16 +958,10 @@ "id": "ex11-20", "name": "Azurill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Marill" - ], + "types": ["Colorless"], + "evolvesTo": ["Marill"], "abilities": [ { "name": "Baby Evolution", @@ -1301,9 +972,7 @@ "attacks": [ { "name": "Type Match", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a basic Energy card in your hand and show it to your opponent. Then, search your deck for a Basic Pokémon or Evolution card of that Energy type, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -1315,16 +984,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 298 - ], + "nationalPokedexNumbers": [298], "legalities": { "unlimited": "Legal" }, @@ -1337,13 +1002,9 @@ "id": "ex11-21", "name": "Holon's Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Holon's Voltorb", "rules": [ "You may attach this as an Energy card from your hand to 1 of your Pokémon that already has an Energy card attached to it. When you attach this card, return an Energy card attached to that Pokémon to your hand. While attached, this card is a Special Energy card and provides every type of Energy but 2 Energy at a time. (Has no effect other than providing Energy.)" @@ -1351,10 +1012,7 @@ "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -1369,9 +1027,7 @@ "number": "21", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1384,27 +1040,18 @@ "id": "ex11-22", "name": "Holon's Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Holon's Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "rules": [ "You may attach this as an Energy card from your hand to 1 of your Pokémon that already has an Energy card attached to it. When you attach this card, return an Energy card attached to that Pokémon to your hand. While attached, this card is a Special Energy card and provides every type of Energy but 2 Energy at a time. (Has no effect other than providing Energy.)" ], "attacks": [ { "name": "Extra Ball", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 20 more damage." @@ -1422,16 +1069,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Katsura Tabata", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1444,13 +1087,9 @@ "id": "ex11-23", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -1462,19 +1101,14 @@ "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1486,16 +1120,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1508,35 +1138,22 @@ "id": "ex11-24", "name": "Mightyena δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Poochyena", - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "rules": ["This Pokémon is both Darkness Metal type."], "attacks": [ { "name": "Delta Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is Pokémon-ex, that Pokémon can't attack during your opponent's next turn." }, { "name": "Gang Up", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of Darkness Pokémon and Metal Pokémon you have in play." @@ -1554,16 +1171,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -1576,17 +1189,11 @@ "id": "ex11-25", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Backup", @@ -1597,10 +1204,7 @@ "attacks": [ { "name": "Machine Burst", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned." @@ -1612,16 +1216,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -1634,13 +1234,9 @@ "id": "ex11-26", "name": "Rain Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperamental Weather", @@ -1651,11 +1247,7 @@ "attacks": [ { "name": "Holon Splash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Holon Energy card attached to Rain Castform." @@ -1667,16 +1259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1689,18 +1277,11 @@ "id": "ex11-27", "name": "Sandslash δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting", - "Metal" - ], + "types": ["Fighting", "Metal"], "evolvesFrom": "Sandshrew", - "rules": [ - "This Pokémon is both Fighting Metal type." - ], + "rules": ["This Pokémon is both Fighting Metal type."], "abilities": [ { "name": "Delta Storm", @@ -1711,21 +1292,14 @@ "attacks": [ { "name": "Rend", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage." }, { "name": "Slash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1737,16 +1311,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -1759,13 +1329,9 @@ "id": "ex11-28", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1777,10 +1343,7 @@ "attacks": [ { "name": "Psychic Option", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Slowking has a Water Energy card attached to it, this attack does 20 damage plus 20 more damage. If Slowking has a Psychic Energy card attached to it, discard a Special Energy card attached to the Defending Pokémon, if any." @@ -1792,16 +1355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -1814,13 +1373,9 @@ "id": "ex11-29", "name": "Snow-cloud Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperamental Weather", @@ -1831,10 +1386,7 @@ "attacks": [ { "name": "Holon Blizzard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Snow-cloud Castform has any Holon Energy cards attached to it, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1846,17 +1398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1869,35 +1416,22 @@ "id": "ex11-30", "name": "Starmie δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "evolvesFrom": "Staryu", - "rules": [ - "This Pokémon is both Water Metal type." - ], + "rules": ["This Pokémon is both Water Metal type."], "attacks": [ { "name": "Surf", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1909,16 +1443,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -1931,13 +1461,9 @@ "id": "ex11-31", "name": "Sunny Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Temperamental Weather", @@ -1948,10 +1474,7 @@ "attacks": [ { "name": "Holon Search", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Holon Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." @@ -1963,17 +1486,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1986,31 +1504,21 @@ "id": "ex11-32", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Steep Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn. If tails, during your next turn, Swellow's Glide attack's base damage is 100." }, { "name": "Glide", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2031,9 +1539,7 @@ "number": "32", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2046,13 +1552,9 @@ "id": "ex11-33", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "abilities": [ { @@ -2064,20 +1566,14 @@ "attacks": [ { "name": "Mist Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sludge Whirlpool", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2089,17 +1585,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2112,13 +1603,9 @@ "id": "ex11-34", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Temperamental Weather", @@ -2129,9 +1616,7 @@ "attacks": [ { "name": "Holon Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If Castform has any Holon Energy cards attached to it, draw 2 more cards." @@ -2143,16 +1628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -2165,13 +1646,9 @@ "id": "ex11-35", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Duplicate", @@ -2182,9 +1659,7 @@ "attacks": [ { "name": "Energy Link", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for an Energy card and attach it to Ditto." @@ -2196,16 +1671,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2218,13 +1689,9 @@ "id": "ex11-36", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Duplicate", @@ -2235,10 +1702,7 @@ "attacks": [ { "name": "Toxic", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -2250,16 +1714,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2272,13 +1732,9 @@ "id": "ex11-37", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Duplicate", @@ -2289,10 +1745,7 @@ "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Ditto." @@ -2304,16 +1757,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2326,13 +1775,9 @@ "id": "ex11-38", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Duplicate", @@ -2343,9 +1788,7 @@ "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Ditto doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Ditto performs that attack." @@ -2357,16 +1800,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2379,13 +1818,9 @@ "id": "ex11-39", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Duplicate", @@ -2396,10 +1831,7 @@ "attacks": [ { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard all Energy cards attached to Ditto." @@ -2411,16 +1843,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2433,13 +1861,9 @@ "id": "ex11-40", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Duplicate", @@ -2450,10 +1874,7 @@ "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "After your attack, you may switch Ditto with 1 of your Benched Pokémon." @@ -2465,16 +1886,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -2487,35 +1904,22 @@ "id": "ex11-41", "name": "Dragonair δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coin. This attack does 20 damage times the number of heads." }, { "name": "Dragon Rage", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2537,16 +1941,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -2559,24 +1959,15 @@ "id": "ex11-42", "name": "Dragonair δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Twister", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -2598,17 +1989,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -2621,33 +2007,22 @@ "id": "ex11-43", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Poisoned." }, { "name": "Sonic Signal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2659,16 +2034,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2681,13 +2052,9 @@ "id": "ex11-44", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "abilities": [ { @@ -2699,21 +2066,14 @@ "attacks": [ { "name": "Slap Push", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Brick Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2725,16 +2085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -2747,13 +2103,9 @@ "id": "ex11-45", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Beacon Protection", @@ -2764,19 +2116,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Strange Rasping", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused." @@ -2788,16 +2135,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal" }, @@ -2810,34 +2153,22 @@ "id": "ex11-46", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Fast Evolution", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2849,17 +2180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2872,34 +2198,22 @@ "id": "ex11-47", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from Kirlia." }, { "name": "Psychic Boom", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -2911,16 +2225,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -2933,35 +2243,22 @@ "id": "ex11-48", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Speed Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2979,16 +2276,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -3001,35 +2294,22 @@ "id": "ex11-49", "name": "Metang δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Sharp Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Magnetic Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3047,17 +2327,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -3070,13 +2345,9 @@ "id": "ex11-50", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "abilities": [ { @@ -3088,10 +2359,7 @@ "attacks": [ { "name": "Snap Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3103,16 +2371,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -3125,34 +2389,22 @@ "id": "ex11-51", "name": "Pupitar δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "types": ["Fire"], + "evolvesFrom": "Larvitar", + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double-edge", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Pupitar does 10 damage to itself." @@ -3167,9 +2419,7 @@ "number": "51", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -3182,30 +2432,21 @@ "id": "ex11-52", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." }, { "name": "Stomp", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -3220,9 +2461,7 @@ "number": "52", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3235,34 +2474,22 @@ "id": "ex11-53", "name": "Shelgon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3284,17 +2511,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -3307,17 +2529,11 @@ "id": "ex11-54", "name": "Shelgon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "abilities": [ { "name": "Exoskeleton", @@ -3328,10 +2544,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3353,17 +2566,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -3376,13 +2584,9 @@ "id": "ex11-55", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Shining Horn", @@ -3393,19 +2597,14 @@ "attacks": [ { "name": "Cry for Help", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metal Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Skarmory by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -3423,16 +2622,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -3445,13 +2640,9 @@ "id": "ex11-56", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Extra Protection", @@ -3462,10 +2653,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -3477,16 +2665,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal" }, @@ -3499,22 +2683,14 @@ "id": "ex11-57", "name": "Bagon δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Fire"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3536,16 +2712,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3558,23 +2730,14 @@ "id": "ex11-58", "name": "Bagon δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Fire"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card attached to Bagon." @@ -3596,16 +2759,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3618,16 +2777,10 @@ "id": "ex11-59", "name": "Beldum δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Lightning"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Conductive Body", @@ -3638,10 +2791,7 @@ "attacks": [ { "name": "Take Down", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Beldum does 10 damage to itself." @@ -3659,16 +2809,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -3681,32 +2827,21 @@ "id": "ex11-60", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Cubone." @@ -3718,16 +2853,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -3740,13 +2871,9 @@ "id": "ex11-61", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Duplicate", @@ -3757,10 +2884,7 @@ "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Ditto." @@ -3772,16 +2896,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -3794,13 +2914,9 @@ "id": "ex11-62", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Duplicate", @@ -3811,10 +2927,7 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3826,16 +2939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -3848,13 +2957,9 @@ "id": "ex11-63", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Duplicate", @@ -3865,10 +2970,7 @@ "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3880,16 +2982,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -3902,13 +3000,9 @@ "id": "ex11-64", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Duplicate", @@ -3919,10 +3013,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 3 damage counter from Ditto (all if there are less than 3)." @@ -3934,16 +3025,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -3956,32 +3043,21 @@ "id": "ex11-65", "name": "Dratini δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Lightning"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Hook", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Dratini does 10 damage to itself." @@ -4003,16 +3079,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -4025,22 +3097,14 @@ "id": "ex11-66", "name": "Dratini δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Lightning"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4062,16 +3126,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -4084,32 +3144,21 @@ "id": "ex11-67", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Disable", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4121,16 +3170,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -4143,13 +3188,9 @@ "id": "ex11-68", "name": "Eevee δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -4163,9 +3204,7 @@ "attacks": [ { "name": "Metal Scoop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Metal Energy card and attach it to Eevee." @@ -4177,16 +3216,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -4199,13 +3234,9 @@ "id": "ex11-69", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -4219,19 +3250,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4243,16 +3269,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -4265,25 +3287,17 @@ "id": "ex11-70", "name": "Holon's Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "rules": [ "You may attach this as an Energy card from your hand to 1 of your Pokémon. While attached, this card is a Special Energy card and provides Colorless Energy." ], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4301,16 +3315,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Katsura Tabata", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4323,25 +3333,17 @@ "id": "ex11-71", "name": "Holon's Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "rules": [ "You may attach this as an Energy card from your hand to 1 of your Pokémon. While attached, this card is a Special Energy card and provides Colorless Energy." ], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4353,16 +3355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Takao Unno", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4375,32 +3373,21 @@ "id": "ex11-72", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Confusion Gas", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4412,16 +3399,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -4434,32 +3417,21 @@ "id": "ex11-73", "name": "Larvitar δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fire"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4471,16 +3443,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -4493,31 +3461,21 @@ "id": "ex11-74", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Magnetic Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4535,16 +3493,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4557,22 +3511,14 @@ "id": "ex11-75", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -4584,16 +3530,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -4606,32 +3548,21 @@ "id": "ex11-76", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4643,16 +3574,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -4665,31 +3592,21 @@ "id": "ex11-77", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pickup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand." }, { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4701,16 +3618,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Hiroki Fuchino", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4723,22 +3636,14 @@ "id": "ex11-78", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4750,16 +3655,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -4772,32 +3673,21 @@ "id": "ex11-79", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Ambush", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4815,16 +3705,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -4837,23 +3723,14 @@ "id": "ex11-80", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4865,16 +3742,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -4887,32 +3760,21 @@ "id": "ex11-81", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4924,16 +3786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kenkichi Toyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -4946,32 +3804,21 @@ "id": "ex11-82", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4983,16 +3830,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -5005,33 +3848,21 @@ "id": "ex11-83", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5043,16 +3874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -5065,32 +3892,21 @@ "id": "ex11-84", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5102,16 +3918,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5124,31 +3936,21 @@ "id": "ex11-85", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Water Energy card attached to Staryu and remove 4 damage counters from Staryu (all if there are less than 4)." @@ -5160,16 +3962,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5182,22 +3980,14 @@ "id": "ex11-86", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5215,16 +4005,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -5237,22 +4023,14 @@ "id": "ex11-87", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "String Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5264,16 +4042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -5286,22 +4060,14 @@ "id": "ex11-88", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Poison Fang", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -5313,16 +4079,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -5335,9 +4097,7 @@ "id": "ex11-89", "name": "Dual Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5356,9 +4116,7 @@ "id": "ex11-90", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon (excluding Pokémon-ex) and put it onto your Bench. Shuffle your deck afterward." ], @@ -5379,9 +4137,7 @@ "id": "ex11-91", "name": "Holon Farmer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5402,9 +4158,7 @@ "id": "ex11-92", "name": "Holon Lass", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5425,9 +4179,7 @@ "id": "ex11-93", "name": "Holon Mentor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5448,9 +4200,7 @@ "id": "ex11-94", "name": "Holon Research Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player's basic Energy cards attached to Pokémon that has δ on its card are both their usual Energy type and Metal type but provide only 1 Energy at a time. (Has no effect other than providing Energy.)" @@ -5470,9 +4220,7 @@ "id": "ex11-95", "name": "Holon Researcher", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5493,9 +4241,7 @@ "id": "ex11-96", "name": "Holon Ruins", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player that has any Pokémon in play that has δ on its card may draw a card once during his or her turn. If the player does, he or she discards a card from his or her hand." @@ -5515,9 +4261,7 @@ "id": "ex11-97", "name": "Holon Scientist", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5556,9 +4300,7 @@ "id": "ex11-99", "name": "Master Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards from your deck. Choose a Basic Pokémon or Evolution card from those cards, show it to your opponent, and put it into your hand. Put the other 6 cards back on top of your deck. Shuffle your deck afterward." ], @@ -5577,9 +4319,7 @@ "id": "ex11-100", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, return 1 of your Pokémon and all cards attached to it to your hand." ], @@ -5599,9 +4339,7 @@ "id": "ex11-101", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -5622,9 +4360,7 @@ "id": "ex11-102", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -5645,9 +4381,7 @@ "id": "ex11-103", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5666,9 +4400,7 @@ "id": "ex11-104", "name": "Holon Energy FF", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy FF provides Colorless Energy.", "If the Pokémon that Holon Energy FF is attached to also has a basic Fire Energy card attached to it, that Pokémon has no Weakness. If the Pokémon that Holon Energy FF is attached to also has a basic Fighting Energy card attached to it, damage done by that Pokémon's attack isn't affected by Resistance. Ignore these effects if Holon Energy FF is attached to Pokémon-ex." @@ -5688,9 +4420,7 @@ "id": "ex11-105", "name": "Holon Energy GL", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy GL provides Colorless Energy.", "If the Pokémon that Holon Energy GL is attached to also has a basic Grass Energy card attached to it, that Pokémon can't be affected by any Special Conditions. If the Pokémon that Holon Energy GL is attached to also has a basic Lightning Energy card attached to it, damage done by your opponent's Pokémon-ex is reduced by 10. Ignore these effects if Holon Energy GL is attached to Pokémon-ex." @@ -5710,9 +4440,7 @@ "id": "ex11-106", "name": "Holon Energy WP", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy WP provides Colorless Energy.", "If the Pokémon that Holon Energy WP is attached to also has a basic Water Energy card attached to it, prevent all effects, excluding damage, done to that Pokémon by your opponent's Pokémon. If the Pokémon that Holon Energy WP is attached to also has a basic Psychic Energy card attached to it, that Pokémon's Retreat Cost is 0. Ignore these effects if Holon Energy WP is attached to Pokémon-ex." @@ -5732,9 +4460,7 @@ "id": "ex11-107", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5753,14 +4479,9 @@ "id": "ex11-108", "name": "Flareon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5775,21 +4496,14 @@ "attacks": [ { "name": "Flame Screen", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Flareon ex by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flareon ex does 10 damage to itself." @@ -5801,16 +4515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -5823,14 +4533,9 @@ "id": "ex11-109", "name": "Jolteon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5845,21 +4550,14 @@ "attacks": [ { "name": "Second Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." }, { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a Lightning Energy card attached to Jolteon ex." @@ -5880,9 +4578,7 @@ "number": "109", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -5895,14 +4591,9 @@ "id": "ex11-110", "name": "Vaporeon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5917,21 +4608,14 @@ "attacks": [ { "name": "Fastwave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Hydrosplash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5943,16 +4627,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -5965,36 +4645,21 @@ "id": "ex11-111", "name": "Groudon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Fighting" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fighting"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Critical Collection", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Fighting Energy cards and attach them to Groudon Star." }, { "name": "Ground Slash", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "Discard a Fighting Energy card attached to Groudon Star." @@ -6006,18 +4671,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "111", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -6030,36 +4689,21 @@ "id": "ex11-112", "name": "Kyogre ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Critical Collection", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Water Energy cards and attach them to Kyogre Star." }, { "name": "Sheer Cold", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "60", "text": "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn." @@ -6071,18 +4715,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -6095,36 +4733,21 @@ "id": "ex11-113", "name": "Metagross ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Metal" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Metal"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Critical Collection", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Metal Energy cards and attach them to Metagross Star." }, { "name": "Hyper Beam", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "50", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -6142,18 +4765,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -6166,13 +4783,9 @@ "id": "ex11-114", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "abilities": [ { @@ -6184,11 +4797,7 @@ "attacks": [ { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6200,16 +4809,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex12.json b/cards/en/ex12.json index 4be281da7..e261360b0 100644 --- a/cards/en/ex12.json +++ b/cards/en/ex12.json @@ -3,13 +3,9 @@ "id": "ex12-1", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -21,20 +17,14 @@ "attacks": [ { "name": "Power Blow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Aerodactyl." }, { "name": "Speed Stroke", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, prevent all effects, including damage, done to Aerodactyl by attacks from your opponent's Pokémon-ex." @@ -55,9 +45,7 @@ "number": "1", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -70,34 +58,21 @@ "id": "ex12-2", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Heavy Blow", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70-", "text": "Does 70 damage minus 10 damage for each damage counter on Aggron. If Aggron has any React Energy cards attached to it, this attack does 70 damage instead." }, { "name": "Bound Crush", - "cost": [ - "Fighting", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) During your next turn, Aggron can't use Bound Crush." @@ -115,19 +90,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -140,42 +108,28 @@ "id": "ex12-3", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "attacks": [ { "name": "Devolution Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of React Energy cards attached to Cradily and choose up to that number of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from each of those Pokémon, then have your opponent shuffle those cards into his or her deck." }, { "name": "Linear Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -187,17 +141,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -210,13 +159,9 @@ "id": "ex12-4", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -228,20 +173,14 @@ "attacks": [ { "name": "Energy Link", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your discard pile for an Energy card and attach it to Delcatty." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -253,16 +192,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -275,13 +210,9 @@ "id": "ex12-5", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -293,20 +224,14 @@ "attacks": [ { "name": "Cursed Reaction", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Pokémon in any way you like. If Gengar has any React Energy cards attached to it, put 4 damage counters instead." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -324,16 +249,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -346,42 +267,28 @@ "id": "ex12-6", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Mend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Fighting Energy card and attach it to Golem. If you do, remove 2 damage counters from Golem." }, { "name": "Enraged Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each damage counter on Golem to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -393,18 +300,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -417,13 +318,9 @@ "id": "ex12-7", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -435,20 +332,14 @@ "attacks": [ { "name": "Energy Stream", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for a basic Energy card and attach it to Kabutops." }, { "name": "Extra Claws", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 50 damage plus 30 more damage." @@ -460,17 +351,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -483,13 +369,9 @@ "id": "ex12-8", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Support Navigation", @@ -500,10 +382,7 @@ "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -515,17 +394,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -538,32 +412,21 @@ "id": "ex12-9", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Derail", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard a Special Energy card, if any, attached to the Defending Pokémon." }, { "name": "Swift Blow", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 60 damage plus 20 damage for each React Energy card attached to Machamp." @@ -575,17 +438,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -598,13 +456,9 @@ "id": "ex12-10", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Type Change", @@ -615,10 +469,7 @@ "attacks": [ { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If Mew and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 20 instead of 50." @@ -630,16 +481,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -652,13 +499,9 @@ "id": "ex12-11", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "abilities": [ { @@ -670,21 +513,14 @@ "attacks": [ { "name": "Poison Ring", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned. The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Sludge Toss", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -696,17 +532,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -719,13 +550,9 @@ "id": "ex12-12", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -737,21 +564,14 @@ "attacks": [ { "name": "Reactive Beating", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Shiftry has any React Energy cards attached to it, the Defending Pokémon is now Confused." }, { "name": "Cross-Cut", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 40 damage plus 30 more damage." @@ -769,16 +589,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -791,13 +607,9 @@ "id": "ex12-13", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -809,21 +621,14 @@ "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Asleep and Poisoned." }, { "name": "Sharp Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage." @@ -835,17 +640,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -858,13 +658,9 @@ "id": "ex12-14", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "abilities": [ { @@ -876,23 +672,14 @@ "attacks": [ { "name": "Hypno Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Asleep." }, { "name": "Rely on Friends", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each of your Benched Stage 1 Evolved Pokémon." @@ -904,19 +691,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, @@ -929,13 +709,9 @@ "id": "ex12-15", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Shining Horn", @@ -946,19 +722,14 @@ "attacks": [ { "name": "Extra Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon-ex, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -976,16 +747,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -998,13 +765,9 @@ "id": "ex12-16", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Rear Sensor", @@ -1015,19 +778,14 @@ "attacks": [ { "name": "Foresight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards on either player's deck and put them back on top of that player's deck in any order you like." }, { "name": "Disorder", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon has any Special Energy cards attached to it, the Defending Pokémon is now Confused." @@ -1039,16 +797,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -1061,13 +815,9 @@ "id": "ex12-17", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "abilities": [ { @@ -1079,10 +829,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Gorebyss but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -1097,9 +844,7 @@ "number": "17", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal" }, @@ -1112,13 +857,9 @@ "id": "ex12-18", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "abilities": [ { @@ -1130,11 +871,7 @@ "attacks": [ { "name": "Bite Off", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 40 damage plus 30 more damage." @@ -1146,16 +883,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal" }, @@ -1168,13 +901,9 @@ "id": "ex12-19", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -1186,21 +915,14 @@ "attacks": [ { "name": "Razor Fin", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Water Gun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 20 more damage for each Water Energy attached to Lanturn but not used to pay for this attack's Energy cost. You can't add more then 40 damage in this way." @@ -1212,17 +934,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -1235,13 +952,9 @@ "id": "ex12-20", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sol Shade", @@ -1252,18 +965,14 @@ "attacks": [ { "name": "Moon Guidance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card (excluding Supporter cards), show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1275,16 +984,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -1297,16 +1002,10 @@ "id": "ex12-21", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "abilities": [ { "name": "Stages of Evolution", @@ -1317,20 +1016,14 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Burning Sensation", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned." @@ -1342,16 +1035,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -1364,17 +1053,11 @@ "id": "ex12-22", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Reactive Recharge", @@ -1385,22 +1068,14 @@ "attacks": [ { "name": "Multiple Force", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Magneton has any React Energy cards attached to it, this attack does 30 damage plus 10 more damage for each Magnemite and Magneton (both yours and your opponent's) in play." }, { "name": "Magnetic Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -1418,16 +1093,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1440,13 +1111,9 @@ "id": "ex12-23", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "abilities": [ { @@ -1458,20 +1125,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1483,16 +1144,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1505,13 +1162,9 @@ "id": "ex12-24", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Shining Horn", @@ -1522,19 +1175,14 @@ "attacks": [ { "name": "Cry for Help", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Overhead Toss", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1546,16 +1194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -1568,13 +1212,9 @@ "id": "ex12-25", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Luna Shade", @@ -1585,18 +1225,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lunatone and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Hyper Beam", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1608,16 +1244,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -1630,13 +1262,9 @@ "id": "ex12-26", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Pattern Distraction", @@ -1647,19 +1275,14 @@ "attacks": [ { "name": "Whimsy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, draw 2 cards." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Spinda does 10 damage to itself." @@ -1671,16 +1294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Motofumi Fujiwara", "rarity": "Rare", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal" }, @@ -1693,29 +1312,20 @@ "id": "ex12-27", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Cry for Help", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Torkoal." @@ -1727,17 +1337,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -1750,13 +1355,9 @@ "id": "ex12-28", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Stages of Evolution", @@ -1767,20 +1368,14 @@ "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Wobbuffet." }, { "name": "Shadow Tag", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 7 damage counters on the Defending Pokémon at the end of your opponent's next turn." @@ -1792,17 +1387,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -1815,33 +1405,22 @@ "id": "ex12-29", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Influence", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Omanyte, Kabuto, Aerodactyl, Lileep, or Anorith and put up to 2 of them onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon." }, { "name": "Stretch Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Anorith has any React Energy cards attached to it, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1853,16 +1432,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -1875,17 +1450,11 @@ "id": "ex12-30", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "abilities": [ { "name": "Emerge", @@ -1896,10 +1465,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1911,17 +1477,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal" }, @@ -1934,13 +1495,9 @@ "id": "ex12-31", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Deadlock", @@ -1951,18 +1508,14 @@ "attacks": [ { "name": "Down Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards from the bottom of your deck." }, { "name": "Tripping Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused. You may switch Dunsparce with 1 of your Benched Pokémon." @@ -1974,16 +1527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -1996,32 +1545,21 @@ "id": "ex12-32", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Tumbling Attack", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2036,9 +1574,7 @@ "number": "32", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2051,32 +1587,21 @@ "id": "ex12-33", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more for each of your Benched Pokémon." @@ -2088,16 +1613,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -2110,17 +1631,11 @@ "id": "ex12-34", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "abilities": [ { "name": "Exoskeleton", @@ -2131,10 +1646,7 @@ "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2146,17 +1658,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -2169,34 +1676,22 @@ "id": "ex12-35", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Time Spiral", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, choose 1 of them and flip a coin. If heads, remove the highest Stage Evolution card on that Pokémon and have your opponent shuffle it into his or her deck." }, { "name": "Haunt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on the Defending Pokémon." @@ -2214,16 +1709,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2236,17 +1727,11 @@ "id": "ex12-36", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Ancient Protection", @@ -2257,10 +1742,7 @@ "attacks": [ { "name": "Granite Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Kabuto by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -2272,17 +1754,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Takao Unno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -2295,13 +1772,9 @@ "id": "ex12-37", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Reactive Colors", @@ -2312,19 +1785,14 @@ "attacks": [ { "name": "Tongue Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -2336,16 +1804,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal" }, @@ -2358,34 +1822,22 @@ "id": "ex12-38", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and 5 damage counters (all if there are less than 5) from Lairon. Lairon is now Asleep." }, { "name": "Body Slam", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2403,17 +1855,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2426,17 +1873,11 @@ "id": "ex12-39", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "abilities": [ { "name": "Paranoid", @@ -2447,20 +1888,14 @@ "attacks": [ { "name": "Split Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each Defending Pokémon." }, { "name": "Magnum Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2472,16 +1907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2494,16 +1925,10 @@ "id": "ex12-40", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "abilities": [ { "name": "Deep Sleep", @@ -2514,18 +1939,14 @@ "attacks": [ { "name": "Return Trance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Return an Energy card attached to Misdreavus to your hand. The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon is not Asleep, this attack does nothing." @@ -2543,16 +1964,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -2565,33 +1982,22 @@ "id": "ex12-41", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Plunder", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." @@ -2609,16 +2015,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Katsura Tabata", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2631,16 +2033,10 @@ "id": "ex12-42", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "abilities": [ { "name": "Reactive Aroma", @@ -2651,9 +2047,7 @@ "attacks": [ { "name": "Flick Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Poisoned." @@ -2665,16 +2059,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -2687,17 +2077,11 @@ "id": "ex12-43", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "abilities": [ { "name": "Power Circulation", @@ -2708,10 +2092,7 @@ "attacks": [ { "name": "Lunge Out", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2723,16 +2104,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -2745,16 +2122,10 @@ "id": "ex12-44", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "abilities": [ { "name": "Reactive Healing", @@ -2765,20 +2136,14 @@ "attacks": [ { "name": "Entangling Vines", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is a Basic Pokémon, that Pokémon can't attack during your opponent's next turn." }, { "name": "Gentle Wrap", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2796,16 +2161,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -2818,13 +2179,9 @@ "id": "ex12-45", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "abilities": [ { @@ -2836,19 +2193,14 @@ "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fury Strikes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2863,9 +2215,7 @@ "number": "45", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -2878,33 +2228,22 @@ "id": "ex12-46", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Bi-Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Vibrava has any React Energy cards attached to it, this attack does 20 damage plus 20 more damage." @@ -2922,16 +2261,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -2944,35 +2279,22 @@ "id": "ex12-47", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Sleep Seed", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2984,16 +2306,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Katsura Tabata", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -3006,32 +2324,21 @@ "id": "ex12-48", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Self Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Metal Energy card from your hand to Aron." }, { "name": "Headbutt", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3049,17 +2356,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3072,22 +2374,14 @@ "id": "ex12-49", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -3099,16 +2393,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -3121,32 +2411,21 @@ "id": "ex12-50", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3158,16 +2437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3180,32 +2455,21 @@ "id": "ex12-51", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Clamperl during your opponent's next turn." }, { "name": "Clamp Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3217,16 +2481,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal" }, @@ -3239,31 +2499,21 @@ "id": "ex12-52", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Smog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3281,16 +2531,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -3303,23 +2549,14 @@ "id": "ex12-53", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Selfdestruct", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Geodude does 50 damage to itself." @@ -3331,16 +2568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -3353,32 +2586,21 @@ "id": "ex12-54", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Ascension", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Grimer and put it onto Grimer. (This counts as evolving Grimer.) Shuffle your deck afterward." }, { "name": "Sludge Toss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3390,16 +2612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -3412,32 +2630,21 @@ "id": "ex12-55", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -3449,16 +2656,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kanako Eo", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3471,33 +2674,22 @@ "id": "ex12-56", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Tender Tentacles", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If Lileep has any React Energy cards attached to it, remove 2 damage counters from Lileep." }, { "name": "Confuse Ray", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." @@ -3509,17 +2701,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -3532,22 +2719,14 @@ "id": "ex12-57", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Mach Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3559,16 +2738,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -3581,16 +2756,10 @@ "id": "ex12-58", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "abilities": [ { "name": "Baby Evolution", @@ -3601,9 +2770,7 @@ "attacks": [ { "name": "Ignite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If Full Flame is in play, the Defending Pokémon is now Burned." @@ -3615,16 +2782,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -3637,22 +2800,14 @@ "id": "ex12-59", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Magnetic Swirl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, discard an Energy attached to the Defending Pokémon." @@ -3670,16 +2825,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Hiroki Fuchino", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3692,17 +2843,11 @@ "id": "ex12-60", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "abilities": [ { "name": "Ancient Tentacles", @@ -3713,10 +2858,7 @@ "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -3728,16 +2870,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kenkichi Toyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -3750,31 +2888,21 @@ "id": "ex12-61", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Drawup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Continuous Tumble", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -3786,16 +2914,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -3808,32 +2932,21 @@ "id": "ex12-62", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -3845,16 +2958,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -3867,32 +2976,21 @@ "id": "ex12-63", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Will-o'-the-wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3910,16 +3008,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -3932,32 +3026,21 @@ "id": "ex12-64", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Important Errands", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a React Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -3969,16 +3052,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Satoshi Ohta", "rarity": "Common", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -3991,23 +3070,14 @@ "id": "ex12-65", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4019,16 +3089,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -4041,22 +3107,14 @@ "id": "ex12-66", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -4068,16 +3126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Tomoaki Imakuni", "rarity": "Common", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -4090,32 +3144,21 @@ "id": "ex12-67", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Pebble Throw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Double Pinchers", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4127,16 +3170,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -4149,32 +3188,21 @@ "id": "ex12-68", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Bouncing Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Voltorb does 10 damage to itself." @@ -4186,16 +3214,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4208,34 +3232,21 @@ "id": "ex12-69", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Double Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -4247,18 +3258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -4271,17 +3276,10 @@ "id": "ex12-70", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "abilities": [ { "name": "Poison Payback", @@ -4292,9 +3290,7 @@ "attacks": [ { "name": "String Pull", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." @@ -4306,16 +3302,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -4328,16 +3320,10 @@ "id": "ex12-71", "name": "Wynaut", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wobbuffet" - ], + "types": ["Psychic"], + "evolvesTo": ["Wobbuffet"], "abilities": [ { "name": "Baby Evolution", @@ -4348,9 +3334,7 @@ "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Wynaut and the Defending Pokémon are now Confused." @@ -4362,16 +3346,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 360 - ], + "nationalPokedexNumbers": [360], "legalities": { "unlimited": "Legal" }, @@ -4384,9 +3364,7 @@ "id": "ex12-72", "name": "Cursed Stone", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "At any time between turns, each player puts 1 damage counter on his or her Pokémon that has a Poké-Power." @@ -4406,9 +3384,7 @@ "id": "ex12-73", "name": "Fieldworker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Your opponent may also draw a card." @@ -4428,9 +3404,7 @@ "id": "ex12-74", "name": "Full Flame", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Put 4 damage counters instead of 2 on each Burned Pokémon between turns. The Special Condition Burned can't be removed by evolving or devolving the Burned Pokémon." @@ -4450,9 +3424,7 @@ "id": "ex12-75", "name": "Giant Stump", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player can't have more than 3 Benched Pokémon.", @@ -4473,9 +3445,7 @@ "id": "ex12-76", "name": "Power Tree", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, if the player has no Special Energy cards in his or her discard pile, that player searches his or her discard pile for a basic Energy card, show it to the opponent, and put it into his or her hand." @@ -4495,9 +3465,7 @@ "id": "ex12-77", "name": "Strange Cave", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, that player may put an Omanyte, Kabuto, Aerodactyl, Aerodactyl ex, Lileep, or Anorith onto his or her Bench from his or her hand. Treat the new Benched Pokémon as Basic Pokémon." @@ -4517,9 +3485,7 @@ "id": "ex12-78", "name": "Claw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Claw Fossil as if it were a Basic Pokémon. While in play, Claw Fossil counts as a Colorless Pokémon (as well as a Trainer card). Claw Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Claw Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Claw Fossil from play." @@ -4546,9 +3512,7 @@ "id": "ex12-79", "name": "Mysterious Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Mysterious Fossil as if it were a Basic Pokémon. While in play, Mysterious Fossil counts as a Colorless Pokémon (as well as a Trainer card). Mysterious Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Mysterious Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Mysterious Fossil from play." @@ -4568,9 +3532,7 @@ "id": "ex12-80", "name": "Root Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Root Fossil as if it were a Basic Pokémon. While in play, Root Fossil counts as a Colorless Pokémon (as well as a Trainer card). Root Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Root Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Root Fossil from play." @@ -4597,9 +3559,7 @@ "id": "ex12-81", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -4619,12 +3579,8 @@ "id": "ex12-82", "name": "React Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "React Energy provides Colorless Energy." - ], + "subtypes": ["Special"], + "rules": ["React Energy provides Colorless Energy."], "number": "82", "artist": "Takumi Akabane", "rarity": "Uncommon", @@ -4640,14 +3596,9 @@ "id": "ex12-83", "name": "Arcanine ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4662,21 +3613,14 @@ "attacks": [ { "name": "Overrun", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flame Swirl", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Fire Energy or 1 React Energy card attached to Arcanine ex." @@ -4688,17 +3632,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -4711,14 +3650,9 @@ "id": "ex12-84", "name": "Armaldo ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4733,21 +3667,14 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove 2 damage counters from Armaldo ex." }, { "name": "Vortex Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If the Defending Pokémon has any Resistance, this attack's base damage is 100 instead of 70." @@ -4759,18 +3686,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Kimiya Masago", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -4783,14 +3704,9 @@ "id": "ex12-85", "name": "Banette ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4805,10 +3721,7 @@ "attacks": [ { "name": "Shadow Chant", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Supporter card in your discard pile. You can't add more than 60 damage in this way." @@ -4826,16 +3739,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -4848,14 +3757,9 @@ "id": "ex12-86", "name": "Dustox ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4870,21 +3774,14 @@ "attacks": [ { "name": "Silver Wind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 30 more damage." }, { "name": "Cutting Wind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4896,16 +3793,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal" }, @@ -4918,14 +3811,9 @@ "id": "ex12-87", "name": "Flygon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4940,23 +3828,14 @@ "attacks": [ { "name": "Reactive Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may discard any number of React Energy cards attached to Flygon ex. If you do, this attack does 40 damage plus 30 more damage for each Energy card you discarded." }, { "name": "Dragon Claw", - "cost": [ - "Grass", - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "" @@ -4974,17 +3853,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -4997,14 +3871,9 @@ "id": "ex12-88", "name": "Mew ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5018,10 +3887,7 @@ "attacks": [ { "name": "Power Move", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for an Energy card and attach it to Mew ex. Shuffle your deck afterward. Then, you may switch Mew ex with 1 of your Benched Pokémon." @@ -5033,16 +3899,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -5055,14 +3917,9 @@ "id": "ex12-89", "name": "Walrein ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5077,22 +3934,14 @@ "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ice Throw", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "If the Defending Pokémon is a Fighting Pokémon, this attack's base damage is 120 instead of 80." @@ -5108,18 +3957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Kimiya Masago", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -5132,34 +3975,21 @@ "id": "ex12-90", "name": "Regice ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Ice Barrier", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Prevent all effects of an attack, including damage, done to Regice Star by your opponent's Pokémon-ex during your opponent's next turn." }, { "name": "Final Blizzard", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has only 1 Prize card left and Regice Star is the only Pokémon you have in play, this attack does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5171,18 +4001,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal" }, @@ -5195,34 +4019,21 @@ "id": "ex12-91", "name": "Regirock ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Fighting" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fighting"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Dig Drain", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Regirock Star." }, { "name": "Final Blast", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has only 1 Prize card left and Regirock Star is the only Pokémon you have in play, this attack's base damage is 100 instead of 30." @@ -5234,18 +4045,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "91", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal" }, @@ -5258,34 +4063,21 @@ "id": "ex12-92", "name": "Registeel ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Metal" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Metal"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done to Registeel Star by attacks is reduced by 10 (after applying Weakness and Resistance)." }, { "name": "Final Laser", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like. If your opponent has only 1 Prize card left and Registeel Star is the only Pokémon you have in play, put 6 damage counters instead." @@ -5303,18 +4095,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal" }, @@ -5327,32 +4113,21 @@ "id": "ex12-93", "name": "Pikachu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Metal"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -5364,16 +4139,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex13.json b/cards/en/ex13.json index df70199b5..c6805695c 100644 --- a/cards/en/ex13.json +++ b/cards/en/ex13.json @@ -3,36 +3,22 @@ "id": "ex13-1", "name": "Armaldo δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting", - "Metal" - ], + "types": ["Fighting", "Metal"], "evolvesFrom": "Anorith", - "rules": [ - "This Pokémon is both Fighting Metal type." - ], + "rules": ["This Pokémon is both Fighting Metal type."], "attacks": [ { "name": "Delta Edge", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "If you have any Supporter cards in play, this attack's base damage is 20 instead of 70." }, { "name": "Fossil Charge", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard a Claw Fossil, Mysterious Fossil, Root Fossil, or Holon Fossil from your hand. If you do, choose 1 of your opponent's Benched Pokémon and do 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -44,18 +30,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -68,36 +48,22 @@ "id": "ex13-2", "name": "Cradily δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Lileep", - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "rules": ["This Pokémon is both Darkness Metal type."], "attacks": [ { "name": "Harsh Fluid", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Put 5 damage counters on the Defending Pokémon at the end of your opponent's next turn." }, { "name": "Poison Tentacles", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned." @@ -109,17 +75,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -132,13 +93,9 @@ "id": "ex13-3", "name": "Deoxys δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Form Change", @@ -149,11 +106,7 @@ "attacks": [ { "name": "Energy Loop", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Return 2 Energy attached to Deoxys to your hand." @@ -165,16 +118,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -187,13 +136,9 @@ "id": "ex13-4", "name": "Deoxys δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Form Change", @@ -204,10 +149,7 @@ "attacks": [ { "name": "Delta Reduction", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Deoxys by attacks in reduced by 30 (before applying Weakness and Resistance)." @@ -219,17 +161,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -242,13 +179,9 @@ "id": "ex13-5", "name": "Deoxys δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Form Change", @@ -259,10 +192,7 @@ "attacks": [ { "name": "Crystal Laser", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your next turn, Deoxys's attacks do 40 more damage to the Defending Pokémon (before applying Weakness and Resistance)." @@ -274,16 +204,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -296,13 +222,9 @@ "id": "ex13-6", "name": "Deoxys δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Form Change", @@ -313,9 +235,7 @@ "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch Deoxys with 1 of your Benched Pokémon." @@ -327,16 +247,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -349,18 +265,11 @@ "id": "ex13-7", "name": "Flygon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass", - "Metal" - ], + "types": ["Grass", "Metal"], "evolvesFrom": "Vibrava", - "rules": [ - "This Pokémon is both Grass Metal type." - ], + "rules": ["This Pokémon is both Grass Metal type."], "abilities": [ { "name": "Delta Supply", @@ -371,11 +280,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Grass", - "Metal", - "Colorless" - ], + "cost": ["Grass", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -397,17 +302,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -420,18 +320,11 @@ "id": "ex13-8", "name": "Gyarados δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Magikarp", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Reactor", @@ -442,23 +335,14 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." }, { "name": "Heavy Impact", - "cost": [ - "Lightning", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "" @@ -470,17 +354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -493,32 +372,21 @@ "id": "ex13-9", "name": "Kabutops δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Vital Drain", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is Knocked Out by this attack, remove all Special Conditions and 7 damage counters from Kabutops (all if there are less than 7)." }, { "name": "Thunderous Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Lightning Energy attached to Kabutops." @@ -530,16 +398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -552,18 +416,11 @@ "id": "ex13-10", "name": "Kingdra δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "evolvesFrom": "Seadra", - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "rules": ["This Pokémon is both Fire Metal type."], "abilities": [ { "name": "Dragon Curse", @@ -574,22 +431,14 @@ "attacks": [ { "name": "Extra Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 30 more damage." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -601,17 +450,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -624,13 +468,9 @@ "id": "ex13-11", "name": "Latias δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Dual Aura", @@ -641,20 +481,14 @@ "attacks": [ { "name": "Spearhead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -676,16 +510,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -698,13 +528,9 @@ "id": "ex13-12", "name": "Latios δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Dual Aura", @@ -715,20 +541,14 @@ "attacks": [ { "name": "Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aqua Blast", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Water Energy attached to Latios." @@ -750,16 +570,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -772,32 +588,21 @@ "id": "ex13-13", "name": "Omastar δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Bind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Vengeful Spikes", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Omanyte, Omastar, Kabuto, Kabutops, and Kabutops ex in your discard pile. You can't add more than 60 damage in this way." @@ -809,17 +614,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -832,18 +632,11 @@ "id": "ex13-14", "name": "Pidgeot δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Pidgeotto", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Delta Reserve", @@ -854,11 +647,7 @@ "attacks": [ { "name": "Rotating Claws", - "cost": [ - "Lightning", - "Metal", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard an Energy card attached to Pidgeot. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Pidgeot." @@ -876,16 +665,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -898,31 +683,21 @@ "id": "ex13-15", "name": "Raichu δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Zzzap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each Pokémon that has any Poké-Powers or Poké-Bodies (both yours and your opponent's). Don't apply Weakness or Resistance." }, { "name": "Metallic Thunder", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard 2 Metal Energy attached to Raichu. If you do, this attack's base damage is 90 instead of 50." @@ -937,9 +712,7 @@ "number": "15", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -952,17 +725,10 @@ "id": "ex13-16", "name": "Rayquaza δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water", - "Metal" - ], - "rules": [ - "This Pokémon is both Water Metal type." - ], + "types": ["Water", "Metal"], + "rules": ["This Pokémon is both Water Metal type."], "abilities": [ { "name": "Hydro Barrier", @@ -973,21 +739,14 @@ "attacks": [ { "name": "Delta Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Holon Energy card and attach it to Rayquaza. Shuffle your deck afterward." }, { "name": "Ozone Flare", - "cost": [ - "Water", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -1009,17 +768,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -1032,18 +786,11 @@ "id": "ex13-17", "name": "Vileplume δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic", - "Metal" - ], + "types": ["Psychic", "Metal"], "evolvesFrom": "Gloom", - "rules": [ - "This Pokémon is both Psychic Metal type." - ], + "rules": ["This Pokémon is both Psychic Metal type."], "abilities": [ { "name": "Poison Pollen", @@ -1054,10 +801,7 @@ "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "30+", "text": "Look at your opponent's hand. This attack does 30 damage plus 10 more damage for each Trainer card in your opponent's hand." @@ -1069,16 +813,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1091,29 +831,20 @@ "id": "ex13-18", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Foresight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." }, { "name": "Overrun", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1131,16 +862,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -1153,13 +880,9 @@ "id": "ex13-19", "name": "Bellossom δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Gloom", "abilities": [ { @@ -1171,10 +894,7 @@ "attacks": [ { "name": "Aqua Flower", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, Bellossom has no Weakness." @@ -1192,16 +912,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -1214,31 +930,21 @@ "id": "ex13-20", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Blaze Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, the Defending Pokémon is now Burned." @@ -1250,17 +956,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -1273,31 +974,20 @@ "id": "ex13-21", "name": "Latias δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -1319,16 +1009,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -1341,31 +1027,20 @@ "id": "ex13-22", "name": "Latios δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Dragonbreath", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." @@ -1387,17 +1062,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -1410,29 +1080,20 @@ "id": "ex13-23", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Surprise", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -1450,16 +1111,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -1472,30 +1129,20 @@ "id": "ex13-24", "name": "Mewtwo δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Psychic Erase", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Swift", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1507,16 +1154,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Ryo Ueda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -1529,32 +1172,21 @@ "id": "ex13-25", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1566,16 +1198,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -1588,31 +1216,20 @@ "id": "ex13-26", "name": "Rayquaza δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If tails, this attack does nothing. If heads, this attack does 10 damage plus 10 more damage for each damage counter on Rayquaza." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Discard a Fire Energy attached to Rayquaza." @@ -1624,17 +1241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Ryo Ueda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -1647,13 +1259,9 @@ "id": "ex13-27", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Clear Body", @@ -1664,11 +1272,7 @@ "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1680,17 +1284,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal" }, @@ -1703,13 +1302,9 @@ "id": "ex13-28", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Clear Body", @@ -1720,11 +1315,7 @@ "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1736,17 +1327,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal" }, @@ -1759,13 +1345,9 @@ "id": "ex13-29", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Clear Body", @@ -1776,11 +1358,7 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1798,17 +1376,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal" }, @@ -1821,13 +1394,9 @@ "id": "ex13-30", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Aqua Lift", @@ -1838,10 +1407,7 @@ "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -1853,16 +1419,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -1875,29 +1437,20 @@ "id": "ex13-31", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Knock Off", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 1 card from your opponent's hand without looking and discard it." @@ -1909,16 +1462,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -1931,30 +1480,20 @@ "id": "ex13-32", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Poison Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Bite", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1966,16 +1505,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -1988,30 +1523,20 @@ "id": "ex13-33", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Torkoal." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2023,17 +1548,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -2046,29 +1566,20 @@ "id": "ex13-34", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Cutter", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 20 more damage. If all of them are heads, this attack does 10 damage plus 40 more damage." @@ -2080,16 +1591,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -2102,13 +1609,9 @@ "id": "ex13-35", "name": "Aerodactyl δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -2120,10 +1623,7 @@ "attacks": [ { "name": "Granite Head", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Aerodactyl by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -2144,9 +1644,7 @@ "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -2159,32 +1657,21 @@ "id": "ex13-36", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Magnitude", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Take Down", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Camerupt does 10 damage to itself." @@ -2196,17 +1683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -2219,13 +1701,9 @@ "id": "ex13-37", "name": "Chimecho δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Delta Support", @@ -2236,10 +1714,7 @@ "attacks": [ { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2251,16 +1726,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -2273,31 +1744,21 @@ "id": "ex13-38", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Wide Laser", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hyper Beam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -2309,16 +1770,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -2331,35 +1788,22 @@ "id": "ex13-39", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -2371,16 +1815,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -2393,31 +1833,21 @@ "id": "ex13-40", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Double Spin", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2429,16 +1859,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -2451,32 +1877,21 @@ "id": "ex13-41", "name": "Exeggutor δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Delta Circle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Pokémon you have in play that has δ on its card." }, { "name": "Split Bomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2488,16 +1903,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2510,34 +1921,22 @@ "id": "ex13-42", "name": "Gloom δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Drool", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Acid", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2549,16 +1948,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2571,13 +1966,9 @@ "id": "ex13-43", "name": "Golduck δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Psyduck", "abilities": [ { @@ -2589,10 +1980,7 @@ "attacks": [ { "name": "Mind Play", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose. If that card is a Trainer card, this attack does 30 damage plus 30 more damage, and discard that card. If that card is not a Trainer card, return it to your opponent's hand." @@ -2604,16 +1992,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2626,22 +2010,16 @@ "id": "ex13-44", "name": "Holon's Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "You may attach this as an Energy card from your hand to 1 of your Pokémon that already has an Energy card attached to it. When you attach this card, return an Energy card attached to that Pokémon to your hand. While attached, this card is a Special Energy card and provides every type of Energy but 2 Energy at a time. (Has no effect other than providing Energy.)" ], "attacks": [ { "name": "Delta Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count the number of Pokémon you have in play that has δ on its card. Draw up to that many cards." @@ -2653,16 +2031,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -2675,35 +2049,22 @@ "id": "ex13-45", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Iron Head", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -2721,17 +2082,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2744,31 +2100,21 @@ "id": "ex13-46", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your discard pile for a Lightning Energy card and attach it to Manectric." }, { "name": "Quick Blow", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2786,16 +2132,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -2808,30 +2150,21 @@ "id": "ex13-47", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon." }, { "name": "Quick Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -2846,9 +2179,7 @@ "number": "47", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -2861,35 +2192,22 @@ "id": "ex13-48", "name": "Persian δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Meowth", - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "rules": ["This Pokémon is both Darkness Metal type."], "attacks": [ { "name": "Scratch and Draw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If any Stadium card with Holon in its name is in play, draw 3 cards." }, { "name": "Deceive", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent chooses 1 of his or her Pokémon. Put 4 damage counters on that Pokémon." @@ -2904,9 +2222,7 @@ "number": "48", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -2919,24 +2235,15 @@ "id": "ex13-49", "name": "Pidgeotto δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -2954,16 +2261,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -2976,32 +2279,21 @@ "id": "ex13-50", "name": "Primeape δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Wreck", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 damage plus 30 more damage. Discard that Stadium card." }, { "name": "Flames of Rage", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Discard 2 Energy attached to Primeape. This attack does 10 damage plus 20 more damage for each damage counter on Primeape." @@ -3016,9 +2308,7 @@ "number": "50", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -3031,32 +2321,21 @@ "id": "ex13-51", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Pika Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3068,16 +2347,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -3090,35 +2365,22 @@ "id": "ex13-52", "name": "Seadra δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3130,16 +2392,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -3152,32 +2410,21 @@ "id": "ex13-53", "name": "Sharpedo δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Brush Aside", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Sharpedo has any Holon Energy cards attached to it, choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Swift Turn", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon has Fighting Resistance, this attack does 50 damage plus 30 more damage." @@ -3192,9 +2439,7 @@ "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -3207,35 +2452,22 @@ "id": "ex13-54", "name": "Vibrava δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Cutting Wind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3257,16 +2489,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -3279,31 +2507,21 @@ "id": "ex13-55", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Pebble Hurl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3315,16 +2533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal" }, @@ -3337,29 +2551,20 @@ "id": "ex13-56", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Retaliate", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Wobbuffet." @@ -3371,17 +2576,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Katsura Tabata", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -3394,34 +2594,22 @@ "id": "ex13-57", "name": "Anorith δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -3433,16 +2621,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -3455,32 +2639,21 @@ "id": "ex13-58", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Mud Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3498,16 +2671,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3520,32 +2689,21 @@ "id": "ex13-59", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Doubleslap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3557,16 +2715,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3579,31 +2733,21 @@ "id": "ex13-60", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Fighting"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Waterfall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Barboach." @@ -3615,16 +2759,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal" }, @@ -3637,32 +2777,21 @@ "id": "ex13-61", "name": "Carvanha δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Fighting"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Carvanha does 10 damage to itself." @@ -3674,16 +2803,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -3696,33 +2821,21 @@ "id": "ex13-62", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Guillotine", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3734,16 +2847,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3756,31 +2865,21 @@ "id": "ex13-63", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Corphish." }, { "name": "Crabhammer", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3792,16 +2891,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3814,22 +2909,14 @@ "id": "ex13-64", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3847,16 +2934,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3869,32 +2952,21 @@ "id": "ex13-65", "name": "Exeggcute δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Fighting"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pebble Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3906,16 +2978,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -3928,32 +2996,21 @@ "id": "ex13-66", "name": "Horsea δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Fire"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Steady Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3965,16 +3022,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -3987,33 +3040,22 @@ "id": "ex13-67", "name": "Kabuto δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "attacks": [ { "name": "Eerie Light", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Shell Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4025,17 +3067,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -4048,33 +3085,22 @@ "id": "ex13-68", "name": "Lileep δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Poison Tentacles", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4086,17 +3112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -4109,22 +3130,14 @@ "id": "ex13-69", "name": "Magikarp δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Metal"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Splash", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4136,16 +3149,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -4158,32 +3167,21 @@ "id": "ex13-70", "name": "Mankey δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fire"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Low Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4195,16 +3193,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -4217,36 +3211,22 @@ "id": "ex13-71", "name": "Meowth δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness", - "Metal" - ], - "evolvesTo": [ - "Persian" - ], - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "types": ["Darkness", "Metal"], + "evolvesTo": ["Persian"], + "rules": ["This Pokémon is both Darkness Metal type."], "attacks": [ { "name": "Slash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pay Day", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Draw a card." @@ -4258,16 +3238,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4280,32 +3256,21 @@ "id": "ex13-72", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Singe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4317,16 +3282,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -4339,31 +3300,21 @@ "id": "ex13-73", "name": "Oddish δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Water"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Blot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 2 damage counters from Oddish." @@ -4375,16 +3326,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -4397,33 +3344,22 @@ "id": "ex13-74", "name": "Omanyte δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Collect", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Water Arrow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4435,16 +3371,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -4457,31 +3389,21 @@ "id": "ex13-75", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4493,16 +3415,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -4515,16 +3433,10 @@ "id": "ex13-76", "name": "Pichu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Metal"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -4535,9 +3447,7 @@ "attacks": [ { "name": "Paste", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card and attach it to 1 of your Pokémon that has δ on its card." @@ -4549,16 +3459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -4571,22 +3477,14 @@ "id": "ex13-77", "name": "Pidgey δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Lightning"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4604,16 +3502,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -4626,32 +3520,21 @@ "id": "ex13-78", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4663,16 +3546,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4685,33 +3564,21 @@ "id": "ex13-79", "name": "Pikachu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Metal"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Steel Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -4723,16 +3590,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4745,32 +3608,21 @@ "id": "ex13-80", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4788,16 +3640,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -4810,31 +3658,21 @@ "id": "ex13-81", "name": "Psyduck δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Lightning"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Disable", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -4846,16 +3684,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -4868,22 +3702,14 @@ "id": "ex13-82", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Super Hypno Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4895,16 +3721,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -4917,32 +3739,21 @@ "id": "ex13-83", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4954,16 +3765,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4976,32 +3783,21 @@ "id": "ex13-84", "name": "Trapinch δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Grass"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Big Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Mud Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5013,16 +3809,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -5035,9 +3827,7 @@ "id": "ex13-85", "name": "Holon Adventurer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -5058,9 +3848,7 @@ "id": "ex13-86", "name": "Holon Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for an Omanyte, Kabuto, Aerodactyl, Aerodactyl ex, Lileep, or Anorith and put it onto your Bench. Shuffle your deck afterward. If tails, put an Omanyte, Kabuto, Aerodactyl, Aerodactyl ex, Lileep, or Anorith from your hand onto your Bench. Treat the new Benched Pokémon as a Basic Pokémon." ], @@ -5079,9 +3867,7 @@ "id": "ex13-87", "name": "Holon Lake", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player's Pokémon that has δ on its card can use attacks on this card instead of its own." @@ -5089,9 +3875,7 @@ "attacks": [ { "name": "Delta Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon that has δ on its card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -5112,9 +3896,7 @@ "id": "ex13-88", "name": "Mr. Stone's Project", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward. Or, search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them into your hand." @@ -5134,9 +3916,7 @@ "id": "ex13-89", "name": "Professor Cozmo's Discovery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip a coin. If heads, draw the bottom 3 cards of your deck. If tails, draw the top 2 cards of your deck." @@ -5156,9 +3936,7 @@ "id": "ex13-90", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" ], @@ -5179,9 +3957,7 @@ "id": "ex13-91", "name": "Claw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Claw Fossil as if it were a Basic Pokémon. While in play, Claw Fossil counts as a Colorless Pokémon (as well as a Trainer card). Claw Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Claw Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Claw Fossil from play." @@ -5208,9 +3984,7 @@ "id": "ex13-92", "name": "Mysterious Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Mysterious Fossil as if it were a Basic Pokémon. While in play, Mysterious Fossil counts as a Colorless Pokémon (as well as a Trainer card). Mysterious Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Mysterious Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Mysterious Fossil from play." @@ -5230,9 +4004,7 @@ "id": "ex13-93", "name": "Root Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Root Fossil as if it were a Basic Pokémon. While in play, Root Fossil counts as a Colorless Pokémon (as well as a Trainer card). Root Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Root Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Root Fossil from play." @@ -5259,9 +4031,7 @@ "id": "ex13-94", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5280,9 +4050,7 @@ "id": "ex13-95", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5301,9 +4069,7 @@ "id": "ex13-96", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) Multi Energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -5322,9 +4088,7 @@ "id": "ex13-97", "name": "Dark Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Dark Metal Energy to 1 of your Pokémon. While in play, Dark Metal Energy provides Darkness Energy and Metal Energy, but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play and has no effect other than providing Energy.)" ], @@ -5343,9 +4107,7 @@ "id": "ex13-98", "name": "δ Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "δ Rainbow Energy provides Colorless Energy. While attached to a Pokémon that has δ on its card, δ Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.)" ], @@ -5364,14 +4126,9 @@ "id": "ex13-99", "name": "Crawdaunt ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5386,10 +4143,7 @@ "attacks": [ { "name": "Power Blow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to Crawdaunt ex." @@ -5401,17 +4155,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -5424,14 +4173,9 @@ "id": "ex13-100", "name": "Mew ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5445,21 +4189,14 @@ "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Devo Crush", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard 2 Energy attached to Mew ex. If you do, you may remove the highest Stage Evolution card from the Defending Pokémon and shuffle that card into your opponent's deck." @@ -5471,16 +4208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -5493,14 +4226,9 @@ "id": "ex13-101", "name": "Mightyena ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5515,21 +4243,14 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hyper Claws", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 50 damage plus 40 more damage." @@ -5550,9 +4271,7 @@ "number": "101", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -5565,36 +4284,21 @@ "id": "ex13-102", "name": "Gyarados ★ δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Fire" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fire"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Spiral Growth", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin until you get tails. For each heads, search your discard pile for a basic Energy card and attach it to Gyarados Star." }, { "name": "All-out Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "50+", "text": "Discard cards from the top of your deck until you have 1 card left. This attack does 50 damage plus 20 more damage for each Energy card you discarded in this way." @@ -5606,17 +4310,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -5629,34 +4328,21 @@ "id": "ex13-103", "name": "Mewtwo ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Psychic" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Psychic"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card and attached it to Mewtwo Star." }, { "name": "Psychic Star", - "cost": [ - "Fire", - "Lightning", - "Psychic" - ], + "cost": ["Fire", "Lightning", "Psychic"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is an Evolved Pokémon, discard all Energy attached to Mewtwo Star and this attack does 50 damage plus 50 more damage." @@ -5668,16 +4354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -5690,33 +4372,21 @@ "id": "ex13-104", "name": "Pikachu ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "60", - "types": [ - "Lightning" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Lightning"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Spring Back", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent has only 1 Prize card left, this attack does 20 damage plus 50 more damage." @@ -5728,16 +4398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -5750,9 +4416,7 @@ "id": "ex13-105", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "105", "rarity": "Rare Holo", "legalities": { @@ -5769,9 +4433,7 @@ "id": "ex13-106", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "rarity": "Rare Holo", "legalities": { @@ -5788,9 +4450,7 @@ "id": "ex13-107", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "107", "rarity": "Rare Holo", "legalities": { @@ -5807,9 +4467,7 @@ "id": "ex13-108", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "108", "rarity": "Rare Holo", "legalities": { @@ -5826,9 +4484,7 @@ "id": "ex13-109", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "109", "rarity": "Rare Holo", "legalities": { @@ -5845,9 +4501,7 @@ "id": "ex13-110", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "110", "rarity": "Rare Holo", "legalities": { @@ -5864,20 +4518,13 @@ "id": "ex13-111", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Super Psywave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Count the amount of Energy attached to that Pokémon. Put that many damage counters on the Pokémon." @@ -5889,16 +4536,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex14.json b/cards/en/ex14.json index 18db9c879..ed6f414fe 100644 --- a/cards/en/ex14.json +++ b/cards/en/ex14.json @@ -3,13 +3,9 @@ "id": "ex14-1", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -21,10 +17,7 @@ "attacks": [ { "name": "Night Murmurs", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is a Basic Pokémon, that Pokémon is now Confused." @@ -42,16 +35,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -64,18 +53,11 @@ "id": "ex14-2", "name": "Blastoise δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting", - "Metal" - ], + "types": ["Fighting", "Metal"], "evolvesFrom": "Wartortle", - "rules": [ - "This Pokémon is both Fighting Metal type." - ], + "rules": ["This Pokémon is both Fighting Metal type."], "abilities": [ { "name": "Shield Veil", @@ -86,21 +68,14 @@ "attacks": [ { "name": "Enraged Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each damage counter on Blastoise to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Skull Bash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -112,18 +87,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -136,13 +105,9 @@ "id": "ex14-3", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "abilities": [ { @@ -154,21 +119,14 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -180,17 +138,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -203,18 +156,11 @@ "id": "ex14-4", "name": "Charizard δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning", - "Metal" - ], + "types": ["Lightning", "Metal"], "evolvesFrom": "Charmeleon", - "rules": [ - "This Pokémon is both Lightning Metal type." - ], + "rules": ["This Pokémon is both Lightning Metal type."], "abilities": [ { "name": "Peal of Thunder", @@ -225,12 +171,7 @@ "attacks": [ { "name": "Metal Burn", - "cost": [ - "Lightning", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Lightning", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard all Metal Energy attached to Charizard." @@ -242,17 +183,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -265,13 +201,9 @@ "id": "ex14-5", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "abilities": [ { @@ -283,21 +215,14 @@ "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Double-edge", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Dugtrio does 10 damage to itself." @@ -309,16 +234,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -331,13 +252,9 @@ "id": "ex14-6", "name": "Ludicolo δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lombre", "abilities": [ { @@ -349,21 +266,14 @@ "attacks": [ { "name": "Knock Off", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Fire Punch", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -375,17 +285,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -398,28 +303,20 @@ "id": "ex14-7", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Even Game", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count the number of your opponent's Pokémon. Search your deck for up to that number of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Stadium Play", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If you have a Stadium card in play, remove 1 damage counter from each of your Pokémon. If your opponent has a Stadium card in play, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -431,16 +328,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -453,32 +346,21 @@ "id": "ex14-8", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Kick Away", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Strong Current", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Manectric has a Pokémon Tool card attached to it, this attack does 20 damage to each of your opponent's Benched Pokémon-ex. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -496,16 +378,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -518,29 +396,20 @@ "id": "ex14-9", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Mining", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. If that card is a Pokémon Tool card, you may attach it to 1 of your Pokémon instead. Shuffle your deck afterward." }, { "name": "Bite Off", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 20 damage plus 30 more damage." @@ -558,16 +427,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -580,13 +445,9 @@ "id": "ex14-10", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Excavate", @@ -597,9 +458,7 @@ "attacks": [ { "name": "Disable", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -611,16 +470,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Yukiko Baba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -633,32 +488,21 @@ "id": "ex14-11", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Pick and Choose", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose either Burned or Poisoned, and either Asleep or Confused. The Defending Pokémon is now affected by both Special Conditions." }, { "name": "Reactive Poison", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 20 more damage for each Special Condition affecting the Defending Pokémon." @@ -670,16 +514,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal" }, @@ -692,13 +532,9 @@ "id": "ex14-12", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Crush Chance", @@ -709,19 +545,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -733,16 +564,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -755,13 +582,9 @@ "id": "ex14-13", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "abilities": [ { @@ -773,19 +596,14 @@ "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Pester", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 30 damage plus 20 more damage." @@ -797,17 +615,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -820,13 +633,9 @@ "id": "ex14-14", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -838,11 +647,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 20 more damage for each Water Energy attached to Blastoise but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -854,17 +659,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -877,13 +677,9 @@ "id": "ex14-15", "name": "Cacturne δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cacnea", "abilities": [ { @@ -895,20 +691,14 @@ "attacks": [ { "name": "Triple Needle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 3 of your opponent's Pokémon. This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Light Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -920,16 +710,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -942,33 +728,22 @@ "id": "ex14-16", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Combusken's High Jump Kick attack's base damage is 70." }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -980,16 +755,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Suwama Chiaki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1002,17 +773,11 @@ "id": "ex14-17", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "abilities": [ { "name": "Cursed Glare", @@ -1023,21 +788,14 @@ "attacks": [ { "name": "Will-o'-the-wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Psychic Shield", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Prevent all effects of attacks, including damage, done to Dusclops by your opponent's Pokémon-ex during your opponent's next turn." @@ -1055,16 +813,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -1077,13 +831,9 @@ "id": "ex14-18", "name": "Fearow δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Spearow", "abilities": [ { @@ -1095,10 +845,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1116,16 +863,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -1138,35 +881,22 @@ "id": "ex14-19", "name": "Grovyle δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Agility", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Grovyle during your opponent's next turn." @@ -1184,16 +914,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -1206,13 +932,9 @@ "id": "ex14-20", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "abilities": [ { @@ -1224,11 +946,7 @@ "attacks": [ { "name": "Circular Steps", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's), excluding Grumpig." @@ -1240,17 +958,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -1263,16 +976,10 @@ "id": "ex14-21", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Jigglypuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Jigglypuff"], "abilities": [ { "name": "Baby Evolution", @@ -1286,16 +993,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -1308,36 +1011,22 @@ "id": "ex14-22", "name": "Kingler δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "evolvesFrom": "Krabby", - "rules": [ - "This Pokémon is both Fire Metal type." - ], + "rules": ["This Pokémon is both Fire Metal type."], "attacks": [ { "name": "Body Slam", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Prop-up Pinchers", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Kingler has a Pokémon Tool card attached to it, this attack does 40 damage plus 40 more damage." @@ -1349,18 +1038,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -1373,35 +1056,22 @@ "id": "ex14-23", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Bass Control", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1413,16 +1083,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal" }, @@ -1435,34 +1101,22 @@ "id": "ex14-24", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Mud Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1474,16 +1128,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -1496,13 +1146,9 @@ "id": "ex14-25", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "abilities": [ { @@ -1514,21 +1160,14 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -1540,16 +1179,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -1562,13 +1197,9 @@ "id": "ex14-26", "name": "Pelipper δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Wingull", "abilities": [ { @@ -1580,21 +1211,14 @@ "attacks": [ { "name": "Supersonic", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1612,16 +1236,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -1634,13 +1254,9 @@ "id": "ex14-27", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -1652,11 +1268,7 @@ "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -1668,17 +1280,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -1691,13 +1298,9 @@ "id": "ex14-28", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -1709,21 +1312,14 @@ "attacks": [ { "name": "Green Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon." }, { "name": "Toxic Sleep", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -1735,18 +1331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -1759,35 +1349,22 @@ "id": "ex14-29", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Charmeleon." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Fire Energy attached to Charmeleon." @@ -1799,16 +1376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1821,35 +1394,22 @@ "id": "ex14-30", "name": "Charmeleon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Charmeleon does 10 damage to itself." @@ -1861,16 +1421,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1883,35 +1439,22 @@ "id": "ex14-31", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -1923,17 +1466,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1946,34 +1484,22 @@ "id": "ex14-32", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Grovyle during your opponent's next turn." }, { "name": "Smash Kick", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1991,16 +1517,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -2013,33 +1535,21 @@ "id": "ex14-33", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Grass"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Sludge Toss", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2051,16 +1561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -2073,35 +1579,22 @@ "id": "ex14-34", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2113,16 +1606,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2135,35 +1624,22 @@ "id": "ex14-35", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Stretch Vine", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sharp Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2175,16 +1651,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2197,34 +1669,22 @@ "id": "ex14-36", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Metal Charge", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Put 1 damage counter on Lairon." @@ -2242,17 +1702,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2265,35 +1720,22 @@ "id": "ex14-37", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Plunder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2305,16 +1747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -2327,35 +1765,22 @@ "id": "ex14-38", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Hug", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Mud Shot", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2367,16 +1792,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2389,34 +1810,22 @@ "id": "ex14-39", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Self Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Darkness Energy card from your hand to Nuzleaf." }, { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2434,16 +1843,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2456,32 +1861,21 @@ "id": "ex14-40", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Ascension", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Shuppet and put it onto Shuppet. (This counts as evolving Shuppet.) Shuffle your deck afterward." }, { "name": "Tackle", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2499,16 +1893,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -2521,32 +1911,21 @@ "id": "ex14-41", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -2558,16 +1937,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -2580,35 +1955,22 @@ "id": "ex14-42", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2620,16 +1982,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2642,34 +2000,22 @@ "id": "ex14-43", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2681,16 +2027,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2703,22 +2045,14 @@ "id": "ex14-44", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Aron." @@ -2736,16 +2070,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -2758,31 +2088,21 @@ "id": "ex14-45", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -2794,16 +2114,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -2816,32 +2132,21 @@ "id": "ex14-46", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy card from your hand to Bulbasaur." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2853,16 +2158,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -2875,32 +2176,21 @@ "id": "ex14-47", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Rising Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -2912,16 +2202,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -2934,32 +2220,21 @@ "id": "ex14-48", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Charmander." }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2971,16 +2246,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -2993,32 +2264,21 @@ "id": "ex14-49", "name": "Charmander δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Lightning"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3030,16 +2290,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3052,32 +2308,21 @@ "id": "ex14-50", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Mud Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sand Pit", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3089,16 +2334,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -3111,31 +2352,21 @@ "id": "ex14-51", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3153,16 +2384,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -3175,31 +2402,21 @@ "id": "ex14-52", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Sniff Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Quick Blow", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3217,16 +2434,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3239,22 +2452,14 @@ "id": "ex14-53", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3266,16 +2471,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -3288,22 +2489,14 @@ "id": "ex14-54", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Vital Pinchers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3315,16 +2508,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal" }, @@ -3337,16 +2526,10 @@ "id": "ex14-55", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "abilities": [ { "name": "Aqua Lift", @@ -3357,10 +2540,7 @@ "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3372,16 +2552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -3394,32 +2570,21 @@ "id": "ex14-56", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pure Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on your opponent's Pokémon in any way you like." @@ -3431,16 +2596,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -3453,16 +2614,10 @@ "id": "ex14-57", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "abilities": [ { "name": "Submerge", @@ -3473,9 +2628,7 @@ "attacks": [ { "name": "Mud Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3487,16 +2640,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3509,32 +2658,21 @@ "id": "ex14-58", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Mudkip." }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3546,16 +2684,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3568,23 +2702,14 @@ "id": "ex14-59", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Numel does 10 damage to itself." @@ -3596,16 +2721,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -3618,22 +2739,14 @@ "id": "ex14-60", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3645,16 +2758,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -3667,22 +2776,14 @@ "id": "ex14-61", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Spearhead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -3700,16 +2801,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -3722,32 +2819,21 @@ "id": "ex14-62", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3759,16 +2845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -3781,33 +2863,21 @@ "id": "ex14-63", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Skull Bash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3819,16 +2889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -3841,16 +2907,10 @@ "id": "ex14-64", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "abilities": [ { "name": "Solid Shell", @@ -3861,9 +2921,7 @@ "attacks": [ { "name": "Bubblebeam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3875,16 +2933,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -3897,22 +2951,14 @@ "id": "ex14-65", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3924,16 +2970,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -3946,22 +2988,14 @@ "id": "ex14-66", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3973,16 +3007,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -3995,32 +3025,21 @@ "id": "ex14-67", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4038,16 +3057,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4060,31 +3075,21 @@ "id": "ex14-68", "name": "Treecko δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Psychic"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Shining Claws", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4102,16 +3107,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4124,33 +3125,21 @@ "id": "ex14-69", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4162,16 +3151,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -4184,22 +3169,14 @@ "id": "ex14-70", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4217,16 +3194,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -4239,9 +3212,7 @@ "id": "ex14-71", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "If you have any cards in your hand, shuffle 1 of them into your deck, then draw 3 cards." @@ -4262,9 +3233,7 @@ "id": "ex14-72", "name": "Castaway", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Supporter card, a Pokémon Tool card, and a basic Energy card. Show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4284,9 +3253,7 @@ "id": "ex14-73", "name": "Celio's Network", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Basic Pokémon or Evolution card (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4306,9 +3273,7 @@ "id": "ex14-74", "name": "Cessation Crystal", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Cessation Crystal to 1 of your Pokémon (excluding Pokémon-ex) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Cessation Crystal is attached to is a Pokémon-ex, discard this card.", "As long as Cessation Crystal is attached to an Active Pokémon, each player's Pokémon (both yours and your opponent's) can't use any Poké-Powers or Poké-Bodies." @@ -4328,9 +3293,7 @@ "id": "ex14-75", "name": "Crystal Beach", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Special Energy card that provides 2 or more Energy (both yours and your opponent's) now provides only 1 Colorless Energy. This isn't affected by any Poké-Powers or Poké-Bodies." @@ -4350,9 +3313,7 @@ "id": "ex14-76", "name": "Crystal Shard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Crystal Shard to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as Crystal Shard is attached to a Pokémon, that Pokémon's type is Colorless. If that Pokémon attacks, discard this card at the end of the turn." @@ -4372,9 +3333,7 @@ "id": "ex14-77", "name": "Double Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from each of your Active Pokémon." ], @@ -4393,9 +3352,7 @@ "id": "ex14-78", "name": "Dual Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4414,9 +3371,7 @@ "id": "ex14-79", "name": "Holon Circle", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Prevent all effects of an attack, including damage, done by either player's Active Pokémon. If an Active Pokémon uses an attack, that attack ends, and discard this card." @@ -4436,9 +3391,7 @@ "id": "ex14-80", "name": "Memory Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Memory Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "The Pokémon this card is attached to can use any attack from its Basic Pokémon or its Stage 1 Evolution card. (You still have to pay for that attack's Energy cost.) If that Pokémon attacks, discard this card at the end of the turn." @@ -4458,9 +3411,7 @@ "id": "ex14-81", "name": "Mysterious Shard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Mysterious Shard to 1 of your Pokémon (excluding Pokémon-ex) that doesn't already have a Pokémon Tool attached to it. If the Pokémon Mysterious Shard is attached to is a Pokémon-ex, discard this card.", "Prevent all effects of attacks, including damage, done to the Pokémon that Mysterious Shard is attached to by your opponent's Pokémon-ex. Discard this card at the end of your opponent's next turn." @@ -4480,9 +3431,7 @@ "id": "ex14-82", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon or Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4503,9 +3452,7 @@ "id": "ex14-83", "name": "PokéNav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your deck, and choose a Basic Pokémon, Evolution card, or Energy card. Show it to your opponent and put it into your hand. Put the 2 other cards back on top of your deck in any order." ], @@ -4524,9 +3471,7 @@ "id": "ex14-84", "name": "Warp Point", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches 1 of his or her Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch 1 of your Active Pokémon with 1 of your Benched Pokémon, if any." ], @@ -4545,9 +3490,7 @@ "id": "ex14-85", "name": "Windstorm", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 in any combination of Pokémon Tool cards and Stadium cards in play (both yours and your opponent's) and discard them." ], @@ -4566,9 +3509,7 @@ "id": "ex14-86", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4589,9 +3530,7 @@ "id": "ex14-87", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -4612,9 +3551,7 @@ "id": "ex14-88", "name": "Double Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Double Rainbow Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). While in play, Double Rainbow Energy provides every type of Energy but provides 2 Energy at a time. (Has no effect other than providing Energy.) Damage done to your opponent's Pokémon by the Pokémon Double Rainbow Energy is attached to is reduced by 10 (before applying Weakness and Resistance). When the Pokémon Double Rainbow Energy is attached to is no longer an Evolved Pokémon, discard Double Rainbow Energy." ], @@ -4633,14 +3570,9 @@ "id": "ex14-89", "name": "Aggron ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4655,23 +3587,14 @@ "attacks": [ { "name": "Split Bomb", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack doe 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mega Burn", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "During your next turn, Aggron ex can't use Mega Burn." @@ -4689,19 +3612,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "89", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -4714,14 +3630,9 @@ "id": "ex14-90", "name": "Blaziken ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Combusken", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4729,22 +3640,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Burn Away", - "cost": [ - "Fire", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Before doing damage, count the remaining HP of the Defending Pokémon. If that Pokémon is Knocked Out by this attack, Blaziken ex does damage to itself equal to the attack's damage minus the remaining HP of the Defending Pokémon. This attack's damage isn't by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -4756,17 +3659,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -4779,14 +3677,9 @@ "id": "ex14-91", "name": "Delcatty ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4801,20 +3694,14 @@ "attacks": [ { "name": "Upstream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Search your discard pile for all Energy cards. This attack does 10 damage times the number of Energy cards you find there. Show them to your opponent, and put them on top of your deck. Shuffle your deck afterward." }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4829,9 +3716,7 @@ "number": "91", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -4844,14 +3729,9 @@ "id": "ex14-92", "name": "Exploud ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4866,21 +3746,14 @@ "attacks": [ { "name": "Derail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard a Special Energy card, if any, attached to the Defending Pokémon." }, { "name": "Hyper Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, this attack does 60 damage plus 20 more damage." @@ -4892,18 +3765,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal" }, @@ -4916,14 +3783,9 @@ "id": "ex14-93", "name": "Groudon ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4937,11 +3799,7 @@ "attacks": [ { "name": "Power Blast", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Energy attached to Groudon ex." @@ -4953,17 +3811,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Takabon", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -4976,14 +3829,9 @@ "id": "ex14-94", "name": "Jirachi ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4997,36 +3845,25 @@ "attacks": [ { "name": "Shield Beam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, your opponent can't use any Poké-Powers on his or her Pokémon." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -5039,14 +3876,9 @@ "id": "ex14-95", "name": "Kyogre ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5060,11 +3892,7 @@ "attacks": [ { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to Kyogre ex. Choose 1 of your opponent's Pokémon. This attack does 70 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5076,17 +3904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Yasuki Watanabe", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -5099,14 +3922,9 @@ "id": "ex14-96", "name": "Sceptile ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grovyle", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5121,10 +3939,7 @@ "attacks": [ { "name": "Power Revenge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Prize card your opponent has taken." @@ -5142,16 +3957,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -5164,14 +3975,9 @@ "id": "ex14-97", "name": "Shiftry ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5186,21 +3992,14 @@ "attacks": [ { "name": "Target Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. If that Pokémon already has any damage counters on it, this attack does 50 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blade Arms", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5221,9 +4020,7 @@ "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -5236,14 +4033,9 @@ "id": "ex14-98", "name": "Swampert ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5258,11 +4050,7 @@ "attacks": [ { "name": "Ultra Pump", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard 2 cards from your hand. If you do, this attack does 60 damage plus 20 more damage and does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5274,18 +4062,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -5298,34 +4080,21 @@ "id": "ex14-99", "name": "Alakazam ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Psychic" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Psychic"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Psychic Select", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Skill Copy", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard a Basic Pokémon or Evolution card from your hand. Choose 1 of that card's attacks. Skill Copy copies this attack. This attack does nothing if Alakazam Star doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Alakazam Star performs that attack." @@ -5337,16 +4106,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -5359,17 +4124,10 @@ "id": "ex14-100", "name": "Celebi ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "60", - "types": [ - "Grass" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Grass"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Time Travel", @@ -5380,9 +4138,7 @@ "attacks": [ { "name": "Leaf Shade", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Count the amount of Energy attached to Celebi Star. Put that many damage counters on 1 of your opponent's Pokémon." @@ -5394,16 +4150,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex15.json b/cards/en/ex15.json index 52ff62158..9ba57b7fb 100644 --- a/cards/en/ex15.json +++ b/cards/en/ex15.json @@ -3,13 +3,9 @@ "id": "ex15-1", "name": "Ampharos δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Delta Circle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Pokémon you have in play that has δ on its card." @@ -37,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -60,13 +47,9 @@ "id": "ex15-2", "name": "Feraligatr δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -78,21 +61,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Sharp Fang", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -104,17 +80,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -127,13 +98,9 @@ "id": "ex15-3", "name": "Heracross δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Shining Horn", @@ -144,19 +111,14 @@ "attacks": [ { "name": "Dig Deep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand." }, { "name": "Extra Claws", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 20 more damage." @@ -168,16 +130,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -190,13 +148,9 @@ "id": "ex15-4", "name": "Meganium δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -208,21 +162,14 @@ "attacks": [ { "name": "Delta Reduction", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Mega Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -240,17 +187,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -263,13 +205,9 @@ "id": "ex15-5", "name": "Milotic δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Feebas", "abilities": [ { @@ -281,11 +219,7 @@ "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -297,17 +231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -320,32 +249,21 @@ "id": "ex15-6", "name": "Nidoking δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Horn", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may discard a Basic Pokémon or Evolution card from your hand. If you do, choose 1 of your opponent's Benched Pokémon and do 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -357,18 +275,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -381,13 +293,9 @@ "id": "ex15-7", "name": "Nidoqueen δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -399,11 +307,7 @@ "attacks": [ { "name": "Vengeance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way." @@ -415,17 +319,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -438,13 +337,9 @@ "id": "ex15-8", "name": "Ninetales δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -456,10 +351,7 @@ "attacks": [ { "name": "Trick Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Search your discard pile for an Energy card and attach it to 1 of your Pokémon." @@ -474,9 +366,7 @@ "number": "8", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -489,13 +379,9 @@ "id": "ex15-9", "name": "Pinsir δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Armor", @@ -506,20 +392,14 @@ "attacks": [ { "name": "Delta Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon that has δ on its card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Guillotine", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -531,16 +411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Yukiko Baba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -553,13 +429,9 @@ "id": "ex15-10", "name": "Snorlax δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Bedhead", @@ -578,18 +450,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -602,34 +468,22 @@ "id": "ex15-11", "name": "Togetic δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Delta Copy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose an attack on 1 of your opponent's Pokémon in play that has δ on its card. Delta Copy copies that attack except for its Energy cost. (You must still do anything else required for that attack.) Togetic performs that attack." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -650,9 +504,7 @@ "number": "11", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -665,13 +517,9 @@ "id": "ex15-12", "name": "Typhlosion δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Quilava", "abilities": [ { @@ -683,11 +531,7 @@ "attacks": [ { "name": "Burning Ball", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Typhlosion has at least 2 Fire Energy attached to it, the Defending Pokémon is now Burned." @@ -699,16 +543,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -721,31 +561,21 @@ "id": "ex15-13", "name": "Arbok δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Burning Venom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned and Poisoned." }, { "name": "Strangle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon has δ on its card, this attack does 50 damage plus 30 more damage." @@ -757,16 +587,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -779,13 +605,9 @@ "id": "ex15-14", "name": "Cloyster δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shellder", "abilities": [ { @@ -797,9 +619,7 @@ "attacks": [ { "name": "Grind", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Cloyster." @@ -811,16 +631,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -833,13 +649,9 @@ "id": "ex15-15", "name": "Dewgong δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Seel", "abilities": [ { @@ -851,21 +663,14 @@ "attacks": [ { "name": "Ice Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Surge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Dewgong has at least 2 Water Energy attached to it, this attack does 40 damage plus 20 more damage." @@ -877,17 +682,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -900,31 +700,21 @@ "id": "ex15-16", "name": "Gligar δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Lightning"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Sting Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and switch Gligar with 1 of your Benched Pokémon." }, { "name": "Tail Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 10 damage plus 10 more damage and the Defending Pokémon is now Poisoned." @@ -936,16 +726,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -958,13 +744,9 @@ "id": "ex15-17", "name": "Jynx δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Stages of Evolution", @@ -975,10 +757,7 @@ "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -990,16 +769,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1012,13 +787,9 @@ "id": "ex15-18", "name": "Ledian δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ledyba", "abilities": [ { @@ -1030,10 +801,7 @@ "attacks": [ { "name": "Metal Star", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If Ledian has a Pokémon Tool card attached to it, draw 3 cards." @@ -1048,9 +816,7 @@ "number": "18", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -1063,31 +829,21 @@ "id": "ex15-19", "name": "Lickitung δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Psychic"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lap Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Delta Mind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon. If that Pokémon has δ on its card, put 3 damage counters instead." @@ -1099,16 +855,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -1121,13 +873,9 @@ "id": "ex15-20", "name": "Mantine δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Power Circulation", @@ -1138,9 +886,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Mantine." @@ -1152,16 +898,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -1174,13 +916,9 @@ "id": "ex15-21", "name": "Quagsire δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wooper", "abilities": [ { @@ -1192,11 +930,7 @@ "attacks": [ { "name": "Pump Out", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Quagsire has a Pokémon Tool card attached to it, this attack does 50 damage plus 20 more damage." @@ -1208,16 +942,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Sachiko Adachi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -1230,35 +960,22 @@ "id": "ex15-22", "name": "Seadra δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Razor Wing", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1270,16 +987,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Sachiko Adachi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -1292,13 +1005,9 @@ "id": "ex15-23", "name": "Tropius δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Tropical Heal", @@ -1309,9 +1018,7 @@ "attacks": [ { "name": "Grind", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Tropius." @@ -1323,16 +1030,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -1345,17 +1048,11 @@ "id": "ex15-24", "name": "Vibrava δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "abilities": [ { "name": "Psychic Wing", @@ -1366,11 +1063,7 @@ "attacks": [ { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -1392,16 +1085,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -1414,13 +1103,9 @@ "id": "ex15-25", "name": "Xatu δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Natu", "abilities": [ { @@ -1432,10 +1117,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1447,16 +1129,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -1469,24 +1147,15 @@ "id": "ex15-26", "name": "Bayleef δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -1504,16 +1173,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -1526,34 +1191,22 @@ "id": "ex15-27", "name": "Croconaw δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Slash", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1565,16 +1218,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -1587,50 +1236,33 @@ "id": "ex15-28", "name": "Dragonair δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Horn Attack", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1643,16 +1275,10 @@ "id": "ex15-29", "name": "Electabuzz δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Fighting"], + "evolvesTo": ["Electivire"], "abilities": [ { "name": "Power of Evolution", @@ -1663,10 +1289,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1678,16 +1301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1700,24 +1319,15 @@ "id": "ex15-30", "name": "Flaaffy δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1729,16 +1339,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -1751,32 +1357,21 @@ "id": "ex15-31", "name": "Horsea δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Fighting"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reverse Thrust", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Horsea with 1 of your Benched Pokémon." @@ -1788,16 +1383,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -1810,36 +1401,22 @@ "id": "ex15-32", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Kirlia and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 30 instead of 60." @@ -1851,16 +1428,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -1873,36 +1446,22 @@ "id": "ex15-33", "name": "Kirlia δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Smack", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1914,16 +1473,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -1936,35 +1491,22 @@ "id": "ex15-34", "name": "Nidorina δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Rear Kick", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1976,16 +1518,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -1998,35 +1536,22 @@ "id": "ex15-35", "name": "Nidorino δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Rage", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Nidorino." }, { "name": "Horn Drill", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2038,16 +1563,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -2060,35 +1581,22 @@ "id": "ex15-36", "name": "Quilava δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -2100,16 +1608,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2122,35 +1626,22 @@ "id": "ex15-37", "name": "Seadra δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Ram", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Extra Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon is a Pokémon-ex, this attack does 30 damage plus 30 more damage." @@ -2162,16 +1653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2184,51 +1671,33 @@ "id": "ex15-38", "name": "Shelgon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Double-edge", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Shelgon does 10 damage to itself." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -2241,28 +1710,20 @@ "id": "ex15-39", "name": "Smeargle δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Flickering Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 10 damage plus 10 more damage and the Defending Pokémon is now Asleep." @@ -2274,16 +1735,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -2296,13 +1753,9 @@ "id": "ex15-40", "name": "Swellow δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Taillow", "abilities": [ { @@ -2314,10 +1767,7 @@ "attacks": [ { "name": "Agility", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn." @@ -2338,9 +1788,7 @@ "number": "40", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2353,22 +1801,14 @@ "id": "ex15-41", "name": "Togepi δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Water"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Charm", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." @@ -2380,16 +1820,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -2402,48 +1838,33 @@ "id": "ex15-42", "name": "Vibrava δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Sonic Noise", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is Pokémon-ex, that Pokémon is now Confused." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -2456,37 +1877,25 @@ "id": "ex15-43", "name": "Bagon δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Water"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Granite Head", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done to Bagon by attacks is reduced by 10 (after applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -2499,32 +1908,21 @@ "id": "ex15-44", "name": "Chikorita δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Fighting"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2542,16 +1940,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -2564,23 +1958,14 @@ "id": "ex15-45", "name": "Cyndaquil δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Psychic"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Swift", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -2592,16 +1977,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -2614,37 +1995,25 @@ "id": "ex15-46", "name": "Dratini δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Grass"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -2657,32 +2026,21 @@ "id": "ex15-47", "name": "Ekans δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Fire"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Snap", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2694,16 +2052,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -2716,16 +2070,10 @@ "id": "ex15-48", "name": "Elekid δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Fighting"], + "evolvesTo": ["Electabuzz"], "abilities": [ { "name": "Baby Evolution", @@ -2736,9 +2084,7 @@ "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2750,16 +2096,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -2772,22 +2114,14 @@ "id": "ex15-49", "name": "Feebas δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Fire"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Flail", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Feebas." @@ -2799,16 +2133,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -2821,22 +2151,14 @@ "id": "ex15-50", "name": "Horsea δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Fighting"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Sleepy Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -2848,16 +2170,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -2870,32 +2188,21 @@ "id": "ex15-51", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2907,16 +2214,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -2929,32 +2232,21 @@ "id": "ex15-52", "name": "Larvitar δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Lightning"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2966,16 +2258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -2988,31 +2276,21 @@ "id": "ex15-53", "name": "Ledyba δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Metal"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Supersonic", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3024,16 +2302,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -3046,22 +2320,14 @@ "id": "ex15-54", "name": "Mareep δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Colorless"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3073,16 +2339,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3095,22 +2357,14 @@ "id": "ex15-55", "name": "Natu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Darkness"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Flop", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3122,16 +2376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -3144,31 +2394,21 @@ "id": "ex15-56", "name": "Nidoran ♀ δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Metal"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3180,16 +2420,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -3202,31 +2438,21 @@ "id": "ex15-57", "name": "Nidoran ♂ δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Darkness"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Horn", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3238,16 +2464,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -3260,23 +2482,15 @@ "id": "ex15-58", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3288,16 +2502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -3310,24 +2520,15 @@ "id": "ex15-59", "name": "Pupitar δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -3339,16 +2540,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -3361,31 +2558,21 @@ "id": "ex15-60", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psychic Boom", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." @@ -3397,16 +2584,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -3419,32 +2602,21 @@ "id": "ex15-61", "name": "Ralts δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fire"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Ralts." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3456,16 +2628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -3478,32 +2646,21 @@ "id": "ex15-62", "name": "Seel δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Colorless"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aurora Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3515,16 +2672,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -3537,22 +2690,14 @@ "id": "ex15-63", "name": "Shellder δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Fighting"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Shell Grab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3564,16 +2709,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -3586,16 +2727,10 @@ "id": "ex15-64", "name": "Smoochum δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Jynx" - ], + "types": ["Fire"], + "evolvesTo": ["Jynx"], "abilities": [ { "name": "Baby Evolution", @@ -3606,9 +2741,7 @@ "attacks": [ { "name": "Alluring Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and basic Energy card, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -3620,16 +2753,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -3642,22 +2771,14 @@ "id": "ex15-65", "name": "Swablu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Water"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Splash About", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Swablu has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage." @@ -3675,16 +2796,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -3697,22 +2814,14 @@ "id": "ex15-66", "name": "Taillow δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Fire"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3730,16 +2839,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -3752,32 +2857,21 @@ "id": "ex15-67", "name": "Totodile δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Lightning"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Totodile." @@ -3789,16 +2883,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -3811,32 +2901,21 @@ "id": "ex15-68", "name": "Trapinch δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Psychic"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dig", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3848,16 +2927,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -3870,22 +2945,14 @@ "id": "ex15-69", "name": "Trapinch δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Psychic"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Quick Bind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -3897,16 +2964,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -3919,32 +2982,21 @@ "id": "ex15-70", "name": "Vulpix δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Psychic"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3956,16 +3008,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -3978,32 +3026,21 @@ "id": "ex15-71", "name": "Wooper δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Grass"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Tail Slap", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4015,16 +3052,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -4037,9 +3070,7 @@ "id": "ex15-72", "name": "Buffer Piece", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Buffer Piece to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Damage done to the Pokémon Buffer Piece is attached to by an opponent's attack is reduced by 20 (after applying Weakness and Resistance). At the end of your opponent's turn after you played Buffer Piece, discard Buffer Piece." @@ -4059,9 +3090,7 @@ "id": "ex15-73", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, count the number of cards in your opponent's hand and draw that many cards." @@ -4083,9 +3112,7 @@ "id": "ex15-74", "name": "Holon Legacy", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Pokémon in play that has δ on its card (both yours and your opponent's) has no Weakness and can't use any Poké-Powers." @@ -4105,9 +3132,7 @@ "id": "ex15-75", "name": "Holon Mentor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. If you can't discard a card from your hand, you can't play this card.", @@ -4128,9 +3153,7 @@ "id": "ex15-76", "name": "Island Hermit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose up to 2 of your Prize cards and put them face up. (These cards remain face up for the rest of the game.) Draw 2 cards." @@ -4150,9 +3173,7 @@ "id": "ex15-77", "name": "Mr. Stone's Project", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward. Or, search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them into your hand." @@ -4172,9 +3193,7 @@ "id": "ex15-78", "name": "Old Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. If both are heads, search your discard pile for a Basic Pokémon or Evolution card, show it to your opponent, and put it into your hand. If both are tails, search your discard pile for a Trainer card, show it to your opponent, and put it into your hand." ], @@ -4193,9 +3212,7 @@ "id": "ex15-79", "name": "Professor Elm's Training Method", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4215,9 +3232,7 @@ "id": "ex15-80", "name": "Professor Oak's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck, then draw 5 cards." @@ -4237,9 +3252,7 @@ "id": "ex15-81", "name": "Strength Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Strength Charm to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Whenever an attack from the Pokémon that Strength Charm is attached to does damage to the Active Pokémon, this attack does 10 more damage (before applying Weakness and Resistance). Discard Strength Charm at the end of the turn in which this Pokémon attacks." @@ -4259,9 +3272,7 @@ "id": "ex15-82", "name": "TV Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Then discard any 1 card from your hand." @@ -4282,9 +3293,7 @@ "id": "ex15-83", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -4305,9 +3314,7 @@ "id": "ex15-84", "name": "Holon Energy FF", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy FF provides Colorless Energy.", "If the Pokémon that Holon Energy FF is attached to also has a basic Fire Energy card attached to it, that Pokémon has no Weakness. If the Pokémon that Holon Energy FF is attached to also has a basic Fighting Energy card attached to it, damage done by that Pokémon's attack isn't affected by Resistance. Ignore these effects if Holon Energy FF is attached to Pokémon-ex." @@ -4327,9 +3334,7 @@ "id": "ex15-85", "name": "Holon Energy GL", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy GL provides Colorless Energy.", "If the Pokémon that Holon Energy GL is attached to also has a basic Grass Energy card attached to it, that Pokémon can't be affected by any Special Conditions. If the Pokémon that Holon Energy GL is attached to also has a basic Lightning Energy card attached to it, damage done to that Pokémon by attacks from your opponent's Pokémon-ex is reduced by 10. Ignore these effects if Holon Energy GL is attached to Pokémon-ex." @@ -4349,9 +3354,7 @@ "id": "ex15-86", "name": "Holon Energy WP", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Holon Energy WP provides Colorless Energy.", "If the Pokémon that Holon Energy WP is attached to also has a basic Water Energy card attached to it, prevent all effects of attacks, excluding damage, done to that Pokémon by your opponent's Pokémon. If the Pokémon that Holon Energy WP is attached to also has a basic Psychic Energy card attached to it, that Pokémon's Retreat Cost is 0. Ignore these effects if Holon Energy WP is attached to Pokémon-ex." @@ -4371,9 +3374,7 @@ "id": "ex15-87", "name": "Boost Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can't retreat. If the Pokémon Boost Energy is attached to isn't an Evolved Pokémon, discard Boost Energy." ], @@ -4392,9 +3393,7 @@ "id": "ex15-88", "name": "δ Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "δ Rainbow Energy provides Colorless Energy. While attached to a Pokémon that has δ on its card, δ Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.)" ], @@ -4413,9 +3412,7 @@ "id": "ex15-89", "name": "Scramble Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Scramble Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). Scramble Energy provides Colorless Energy. While in play, if you have more Prize cards left than your opponent, Scramble Energy provides every type of Energy but provides only 3 in any combination at a time. If the Pokémon Scramble Energy is attached to isn't an Evolved Pokémon (or evolves into Pokémon-ex), discard Scramble Energy." ], @@ -4434,14 +3431,9 @@ "id": "ex15-90", "name": "Altaria ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swablu", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4456,11 +3448,7 @@ "attacks": [ { "name": "Healing Light", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Remove 1 damage counter from each of your Pokémon." @@ -4482,16 +3470,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -4504,14 +3488,9 @@ "id": "ex15-91", "name": "Dragonite ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dragonair", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4519,38 +3498,25 @@ "attacks": [ { "name": "Deafen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent can't play any Trainer cards (except for Supporter cards) from his or her hand during your opponent's next turn." }, { "name": "Dragon Roar", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Put 8 damage counters on the Defending Pokémon. If that Pokémon would be Knocked Out by this attack, put any damage counters not necessary to Knock Out the Defending Pokémon on your opponent's Benched Pokémon in any way you like." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -4563,14 +3529,9 @@ "id": "ex15-92", "name": "Flygon ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Vibrava", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4585,27 +3546,18 @@ "attacks": [ { "name": "Psychic Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Nakaoka", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -4618,14 +3570,9 @@ "id": "ex15-93", "name": "Gardevoir ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Kirlia", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4640,11 +3587,7 @@ "attacks": [ { "name": "Flame Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "You may move a Fire Energy card attached to Gardevoir ex to 1 of your Benched Pokémon." @@ -4656,17 +3599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Masahiko Ishii", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -4679,14 +3617,9 @@ "id": "ex15-94", "name": "Kingdra ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Seadra", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4701,21 +3634,14 @@ "attacks": [ { "name": "Energy Link", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Search your discard pile for an Energy card and attach it to Kingdra ex." }, { "name": "Protective Swirl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Kingdra ex has no Weakness during your opponent's next turn." @@ -4727,16 +3653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Masahiko Ishii", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -4749,14 +3671,9 @@ "id": "ex15-95", "name": "Latias ex δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4770,11 +3687,7 @@ "attacks": [ { "name": "Power Crush", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If the Defending Pokémon is Knocked Out by this attack, discard 2 Fire Energy attached to Latias ex." @@ -4786,17 +3699,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Shizurow", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -4809,14 +3717,9 @@ "id": "ex15-96", "name": "Latios ex δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4830,21 +3733,14 @@ "attacks": [ { "name": "Ice Barrier", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Prevent all effects of attack, including damage, done to Latios ex by your opponent's Pokémon-ex during your opponent's next turn." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4856,17 +3752,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -4879,14 +3770,9 @@ "id": "ex15-97", "name": "Rayquaza ex δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4900,38 +3786,25 @@ "attacks": [ { "name": "Special Circuit", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to the Pokémon. If you choose a Pokémon that has any Poké-Powers or Poké-Bodies, this attack does 50 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sky-high Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -4944,14 +3817,9 @@ "id": "ex15-98", "name": "Salamence ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shelgon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4966,23 +3834,14 @@ "attacks": [ { "name": "Claw Swipe", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Dual Stream", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "You may do up to 40 damage instead of 80 to the Defending Pokémon. If you do, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5004,17 +3863,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -5027,14 +3881,9 @@ "id": "ex15-99", "name": "Tyranitar ex δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pupitar", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5042,32 +3891,21 @@ "attacks": [ { "name": "Electromark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put a Shock-wave marker on 1 of your opponent's Pokémon." }, { "name": "Hyper Claws", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 70 damage plus 20 more damage." }, { "name": "Shock-wave", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any Shock-wave markers on it. That Pokémon is Knocked Out." @@ -5079,18 +3917,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Yusuke Shimada", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -5103,37 +3935,21 @@ "id": "ex15-100", "name": "Charizard ★ δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Darkness" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Darkness"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Rotating Claws", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard an Energy card attached to Charizard Star. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Charizard Star." }, { "name": "Dark Swirl", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Discard all Energy cards attached to Charizard Star and discard the top 3 cards from your opponent's deck." @@ -5145,18 +3961,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -5169,32 +3979,21 @@ "id": "ex15-101", "name": "Mew ★ δ", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Mimicry", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose an attack on 1 of your opponent's Pokémon in play. Mimicry copies that attack. This attack does nothing if Mew Star doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Mew Star performs that attack." }, { "name": "Rainbow Wave", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 basic Energy card attached to Mew Star. This attack does 20 damage to each of your opponent's Pokémon that is the same type as the basic Energy card that you chose. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5206,16 +4005,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex16.json b/cards/en/ex16.json index 0063e1bd1..cd6322c6d 100644 --- a/cards/en/ex16.json +++ b/cards/en/ex16.json @@ -3,13 +3,9 @@ "id": "ex16-1", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "abilities": [ { @@ -21,23 +17,14 @@ "attacks": [ { "name": "Metal Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Mix-Up", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Your opponent discards the top card of his or her deck." @@ -55,19 +42,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -80,13 +60,9 @@ "id": "ex16-2", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "abilities": [ { @@ -98,21 +74,14 @@ "attacks": [ { "name": "Surprise", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Gust", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -134,16 +103,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -156,31 +121,21 @@ "id": "ex16-3", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "attacks": [ { "name": "Rock Blast", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 5 Fighting Energy cards attached to Armaldo. For each Energy card you discarded, choose an opponent's Pokémon in play and this attack does 20 damage to those Pokémon. (You may choose the same Pokémon more than once.) This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Mach Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -192,18 +147,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -216,32 +165,21 @@ "id": "ex16-4", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Grudge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Prize card your opponent has taken." }, { "name": "Bench Manipulation", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Your opponent flips a number of coins equal to the number of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attack's damage isn't affected by Weakness or Resistance." @@ -259,16 +197,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -281,13 +215,9 @@ "id": "ex16-5", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -299,11 +229,7 @@ "attacks": [ { "name": "Fire Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy card attached to Blaziken. This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -315,17 +241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -338,32 +259,21 @@ "id": "ex16-6", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Bursting Inferno", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Each Defending Pokémon is now Burned." @@ -375,17 +285,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -398,13 +303,9 @@ "id": "ex16-7", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "abilities": [ { @@ -416,11 +317,7 @@ "attacks": [ { "name": "Poison Ring", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned. The Defending Pokémon can't retreat during your opponent's next turn." @@ -432,17 +329,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -455,13 +347,9 @@ "id": "ex16-8", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -473,9 +361,7 @@ "attacks": [ { "name": "Max Energy Source", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to all of your Active Pokémon." @@ -487,16 +373,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -509,13 +391,9 @@ "id": "ex16-9", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -527,9 +405,7 @@ "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the total amount of Energy attached to Gardevoir and the Defending Pokémon." @@ -541,17 +417,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -564,13 +435,9 @@ "id": "ex16-10", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -582,21 +449,14 @@ "attacks": [ { "name": "Luring Antenna", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Blinding Scythe", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -608,17 +468,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -631,13 +486,9 @@ "id": "ex16-11", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -649,22 +500,14 @@ "attacks": [ { "name": "Brick Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Cross Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 30 more damage." @@ -676,17 +519,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -699,31 +537,21 @@ "id": "ex16-12", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Lightning Energy card and attach it to Raichu." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy cards attached to Raichu." @@ -735,16 +563,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -757,13 +581,9 @@ "id": "ex16-13", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -775,12 +595,7 @@ "attacks": [ { "name": "Critical Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a basic Energy card attached to Slaking or this attack does nothing. Slaking can't attack during your next turn." @@ -792,18 +607,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal" }, @@ -816,35 +625,22 @@ "id": "ex16-14", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Dark Mind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mysterious Light", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Phoebe's Stadium is in play, the Defending Pokémon is now Confused." @@ -862,17 +658,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -885,13 +676,9 @@ "id": "ex16-15", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -903,11 +690,7 @@ "attacks": [ { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard all Lightning Energy attached to Lanturn. If you do, this attack's base damage is 90 instead of 50." @@ -919,17 +702,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -942,17 +720,11 @@ "id": "ex16-16", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Magnetic Field", @@ -963,10 +735,7 @@ "attacks": [ { "name": "Magnetic Force", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to all of your Pokémon (including Magneton)." @@ -984,16 +753,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1006,29 +771,20 @@ "id": "ex16-17", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Pull Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has 5 or more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand." @@ -1046,16 +802,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -1068,32 +820,21 @@ "id": "ex16-18", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Plunder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon." }, { "name": "Dark Burst", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Sidney's Stadium is in play, this attack does 50 damage plus 20 more damage." @@ -1114,9 +855,7 @@ "number": "18", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -1129,13 +868,9 @@ "id": "ex16-19", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1147,21 +882,14 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1173,16 +901,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Tomoaki Imakuni", "rarity": "Rare", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1195,30 +919,21 @@ "id": "ex16-20", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Pull Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, remove the highest Stage Evolution card from each of them and put those cards back into his or her hand." }, { "name": "Hydrocannon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -1230,17 +945,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1253,16 +963,10 @@ "id": "ex16-21", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -1273,9 +977,7 @@ "attacks": [ { "name": "Cry for Help", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -1287,16 +989,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1309,13 +1007,9 @@ "id": "ex16-22", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Synergy Effect", @@ -1326,19 +1020,14 @@ "attacks": [ { "name": "Down Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards from the bottom of your deck." }, { "name": "Feint Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1350,16 +1039,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -1372,30 +1057,20 @@ "id": "ex16-23", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Toxic", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -1407,16 +1082,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -1429,13 +1100,9 @@ "id": "ex16-24", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Safeguard", @@ -1446,11 +1113,7 @@ "attacks": [ { "name": "Flip Over", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Wobbuffet does 10 damage to itself, and don't apply Weakness and Resistance to this damage." @@ -1462,17 +1125,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -1485,13 +1143,9 @@ "id": "ex16-25", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Thick Skin", @@ -1502,19 +1156,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Sharp Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -1526,16 +1175,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -1548,17 +1193,11 @@ "id": "ex16-26", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "abilities": [ { "name": "Solid Shell", @@ -1569,10 +1208,7 @@ "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 30 more damage. If all of them are heads, this attack does 10 damage plus 50 more damage." @@ -1584,16 +1220,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -1606,13 +1238,9 @@ "id": "ex16-27", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Cacnea", "abilities": [ { @@ -1624,11 +1252,7 @@ "attacks": [ { "name": "Pin Missile", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1646,16 +1270,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -1668,34 +1288,22 @@ "id": "ex16-28", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1707,16 +1315,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1729,17 +1333,11 @@ "id": "ex16-29", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "abilities": [ { "name": "Natural Cure", @@ -1750,10 +1348,7 @@ "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1765,16 +1360,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1787,13 +1378,9 @@ "id": "ex16-30", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -1805,21 +1392,14 @@ "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Double-edge", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Glalie does 10 damage to itself." @@ -1831,16 +1411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal" }, @@ -1853,34 +1429,22 @@ "id": "ex16-31", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If the Defending Pokémon is not Asleep, this attack does nothing." @@ -1892,16 +1456,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -1914,35 +1474,22 @@ "id": "ex16-32", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Granite Head", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Lairon by attacks is reduced by 10 (after applying Weakness and Resistance)." }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -1960,17 +1507,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -1983,34 +1525,22 @@ "id": "ex16-33", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2022,16 +1552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2044,13 +1570,9 @@ "id": "ex16-34", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "abilities": [ { @@ -2062,21 +1584,14 @@ "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Rolling Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2088,16 +1603,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -2110,17 +1621,11 @@ "id": "ex16-35", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "abilities": [ { "name": "Clear Body", @@ -2131,10 +1636,7 @@ "attacks": [ { "name": "Extra Comet Punch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "During your next turn, Extra Comet Punch does 30 damage plus 30 more damage." @@ -2152,17 +1654,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -2175,34 +1672,22 @@ "id": "ex16-36", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Gentle Slap", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2220,16 +1705,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2242,24 +1723,15 @@ "id": "ex16-37", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2271,16 +1743,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -2293,32 +1761,21 @@ "id": "ex16-38", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Darkness Charge", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Put 1 damage counter on Sharpedo." @@ -2339,9 +1796,7 @@ "number": "38", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -2354,35 +1809,22 @@ "id": "ex16-39", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Rage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Shelgon." }, { "name": "Rolling Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2404,17 +1846,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -2427,35 +1864,22 @@ "id": "ex16-40", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Dragonbreath", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." @@ -2477,16 +1901,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -2499,17 +1919,11 @@ "id": "ex16-41", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "abilities": [ { "name": "Strikes Back", @@ -2520,10 +1934,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -2535,16 +1946,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -2557,32 +1964,21 @@ "id": "ex16-42", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Dig Deep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand." }, { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2600,17 +1996,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -2623,22 +2014,14 @@ "id": "ex16-43", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Bagon." @@ -2660,16 +2043,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -2682,32 +2061,21 @@ "id": "ex16-44", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2719,16 +2087,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -2741,22 +2105,14 @@ "id": "ex16-45", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Magnetic Lines", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, move a basic Energy card from the Defending Pokémon to another of your opponent's Pokémon. (Ignore this effect if your opponent has only 1 Pokémon.)" @@ -2774,17 +2130,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -2797,22 +2148,14 @@ "id": "ex16-46", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -2824,16 +2167,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -2846,16 +2185,10 @@ "id": "ex16-47", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "abilities": [ { "name": "Rough Skin", @@ -2866,10 +2199,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2887,16 +2217,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -2909,22 +2235,14 @@ "id": "ex16-48", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -2936,16 +2254,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -2958,32 +2272,21 @@ "id": "ex16-49", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Positive Ion", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Negative Ion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 10 (before applying Weakness and Resistance)." @@ -2995,16 +2298,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3017,23 +2316,14 @@ "id": "ex16-50", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3051,16 +2341,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -3073,33 +2359,22 @@ "id": "ex16-51", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "attacks": [ { "name": "Fast Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Double Scratch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3111,17 +2386,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -3134,35 +2404,22 @@ "id": "ex16-52", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Surprise", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Acid", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3174,17 +2431,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -3197,32 +2449,21 @@ "id": "ex16-53", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Smash Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Submission", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Machop does 10 damage to itself." @@ -3234,16 +2475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -3256,32 +2493,21 @@ "id": "ex16-54", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3299,16 +2525,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3321,31 +2543,21 @@ "id": "ex16-55", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Cross Chop", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3357,16 +2569,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -3379,33 +2587,22 @@ "id": "ex16-56", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Influence", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Omanyte, Kabuto, Aerodactyl, Lileep, or Anorith and put up to 2 of them onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon." }, { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3417,16 +2614,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -3439,32 +2632,21 @@ "id": "ex16-57", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Lightning Energy card and attach it to Pikachu." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3476,16 +2658,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -3498,22 +2676,14 @@ "id": "ex16-58", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3531,16 +2701,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3553,32 +2719,21 @@ "id": "ex16-59", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Teleportation Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Ralts with 1 of your Benched Pokémon." @@ -3590,16 +2745,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -3612,32 +2763,21 @@ "id": "ex16-60", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Seedot." }, { "name": "Double Spin", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 times the number of heads." @@ -3649,16 +2789,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -3671,22 +2807,14 @@ "id": "ex16-61", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Bad Dream", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." @@ -3704,16 +2832,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -3726,32 +2850,21 @@ "id": "ex16-62", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3763,16 +2876,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -3785,31 +2894,21 @@ "id": "ex16-63", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3821,16 +2920,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -3843,33 +2938,21 @@ "id": "ex16-64", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Pebble Throw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Double Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3881,16 +2964,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -3903,32 +2982,21 @@ "id": "ex16-65", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Spheal during your opponent's next turn." }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3940,16 +3008,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -3962,22 +3026,14 @@ "id": "ex16-66", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3995,16 +3051,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -4017,22 +3069,14 @@ "id": "ex16-67", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -4044,16 +3088,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4066,22 +3106,14 @@ "id": "ex16-68", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4093,16 +3125,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -4115,32 +3143,21 @@ "id": "ex16-69", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to Vulpix." @@ -4152,16 +3169,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4174,16 +3187,10 @@ "id": "ex16-70", "name": "Wynaut", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wobbuffet" - ], + "types": ["Psychic"], + "evolvesTo": ["Wobbuffet"], "abilities": [ { "name": "Baby Evolution", @@ -4194,9 +3201,7 @@ "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Wynaut." @@ -4208,16 +3213,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 360 - ], + "nationalPokedexNumbers": [360], "legalities": { "unlimited": "Legal" }, @@ -4230,9 +3231,7 @@ "id": "ex16-71", "name": "Battle Frontier", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player's Colorless Evolved Pokémon, Darkness Evolved Pokémon, and Metal Evolved Pokémon can't use any Poké-Powers or Poké-Bodies." @@ -4252,9 +3251,7 @@ "id": "ex16-72", "name": "Drake's Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Any damage done to Colorless Active Pokémon (both yours and your opponent's) by an opponent's attack is reduced by 10 (after applying Weakness and Resistance)." @@ -4274,9 +3271,7 @@ "id": "ex16-73", "name": "Energy Recycle System", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for basic Energy cards. You may either show 1 basic Energy card to your opponent and put it into your hand, or show 3 basic Energy cards to your opponent and shuffle them into your deck." ], @@ -4296,9 +3291,7 @@ "id": "ex16-74", "name": "Energy Removal 2", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and discard it." ], @@ -4317,9 +3310,7 @@ "id": "ex16-75", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -4340,9 +3331,7 @@ "id": "ex16-76", "name": "Glacia's Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player's Water Pokémon (excluding Pokémon-ex) has no Weakness." @@ -4362,9 +3351,7 @@ "id": "ex16-77", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon (excluding Pokémon-ex) and put it onto your Bench. Shuffle your deck afterward." ], @@ -4385,9 +3372,7 @@ "id": "ex16-78", "name": "Master Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards from your deck. Choose a Basic Pokémon or Evolution card from those cards, show it to your opponent, and put it into your hand. Put the other 6 cards back on top of your deck. Shuffle your deck afterward." ], @@ -4406,9 +3391,7 @@ "id": "ex16-79", "name": "Phoebe's Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player pays ColorlessColorless less to retreat his or her Psychic Pokémon." @@ -4428,9 +3411,7 @@ "id": "ex16-80", "name": "Professor Birch", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw cards from your deck until you have 6 cards in your hand." @@ -4450,9 +3431,7 @@ "id": "ex16-81", "name": "Scott", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 cards in any combination of Supporter cards and Stadium cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4472,9 +3451,7 @@ "id": "ex16-82", "name": "Sidney's Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player's Darkness Pokémon can't be Asleep, Confused, or Paralyzed." @@ -4494,9 +3471,7 @@ "id": "ex16-83", "name": "Steven's Advice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw a number of cards up to the number of your opponent's Pokémon in play.", @@ -4517,9 +3492,7 @@ "id": "ex16-84", "name": "Claw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Claw Fossil as if it were a Basic Pokémon. While in play Claw Fossil counts as a Colorless Pokémon (as well as a Trainer card). Claw Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Claw Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Claw Fossil from play." @@ -4546,9 +3519,7 @@ "id": "ex16-85", "name": "Mysterious Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Mysterious Fossil as if it were a Basic Pokémon. While in play, Mysterious Fossil counts as a Colorless Pokémon (as well as a Trainer card). Mysterious Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Mysterious Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Mysterious Fossil from play." @@ -4568,9 +3539,7 @@ "id": "ex16-86", "name": "Root Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Root Fossil as if it were a Basic Pokémon. While in play, Root Fossil counts as a Colorless Pokémon (as well as a Trainer card). Root Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Root Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Root Fossil from play." @@ -4597,9 +3566,7 @@ "id": "ex16-87", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -4618,9 +3585,7 @@ "id": "ex16-88", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -4639,9 +3604,7 @@ "id": "ex16-89", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) Multi Energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -4660,9 +3623,7 @@ "id": "ex16-90", "name": "Cyclone Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Cyclone Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch 1 of the Defending Pokémon with 1 of your opponent's Benched Pokémon. Your opponent chooses the Benched Pokémon to switch." ], @@ -4681,9 +3642,7 @@ "id": "ex16-91", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Warp Energy provides Colorless Energy. When you attach this card from your hand to your Active Pokémon, switch that Pokémon with 1 of your Benched Pokémon." ], @@ -4703,14 +3662,9 @@ "id": "ex16-92", "name": "Absol ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4724,10 +3678,7 @@ "attacks": [ { "name": "Psychic Pulse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4745,16 +3696,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -4767,14 +3714,9 @@ "id": "ex16-93", "name": "Claydol ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4789,21 +3731,14 @@ "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Shadow Crush", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may discard a Psychic Energy card attached to Claydol ex. If you do, discard an Energy card attached to the Defending Pokémon." @@ -4815,17 +3750,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -4838,14 +3768,9 @@ "id": "ex16-94", "name": "Flygon ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4860,11 +3785,7 @@ "attacks": [ { "name": "Slashing Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, Flygon ex can't use Slashing Strike during your next turn." @@ -4889,9 +3810,7 @@ "number": "94", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -4904,14 +3823,9 @@ "id": "ex16-95", "name": "Metagross ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4926,11 +3840,7 @@ "attacks": [ { "name": "Scanblast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 70 damage to each of your opponent's Benched Pokémon that has the same name as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4948,19 +3858,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -4973,14 +3876,9 @@ "id": "ex16-96", "name": "Salamence ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4988,24 +3886,14 @@ "attacks": [ { "name": "Volcanic Flame", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard the top 5 cards from your deck." }, { "name": "Hydro Wave", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard all Water Energy attached to Salamence ex. This attack does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5027,17 +3915,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -5050,14 +3933,9 @@ "id": "ex16-97", "name": "Shiftry ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5065,20 +3943,14 @@ "attacks": [ { "name": "Skill Hack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand and choose a Basic Pokémon or Evolution card you find there. Choose 1 of that Pokémon's attacks. Skill Hack copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Shiftry ex's type is still Darkness.) Shiftry ex performs that attack." }, { "name": "Dirge", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 60 damage to each of your opponent's Benched Pokémon that has the same name as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5096,16 +3968,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -5118,14 +3986,9 @@ "id": "ex16-98", "name": "Skarmory ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5139,21 +4002,14 @@ "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Razor Wing", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5171,16 +4027,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -5193,14 +4045,9 @@ "id": "ex16-99", "name": "Walrein ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5215,11 +4062,7 @@ "attacks": [ { "name": "Wreck", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If there is any Stadium card in play, this attack does 70 damage plus 20 more damage. Discard that Stadium card." @@ -5231,18 +4074,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -5255,17 +4092,10 @@ "id": "ex16-100", "name": "Flareon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Fire" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fire"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Crimson Ray", @@ -5276,11 +4106,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy attached to Flareon Star." @@ -5292,16 +4118,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -5314,17 +4136,10 @@ "id": "ex16-101", "name": "Jolteon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Lightning" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Lightning"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Yellow Ray", @@ -5335,11 +4150,7 @@ "attacks": [ { "name": "Agility", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Jolteon Star during your opponent's next turn." @@ -5357,16 +4168,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -5379,17 +4186,10 @@ "id": "ex16-102", "name": "Vaporeon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Blue Ray", @@ -5400,11 +4200,7 @@ "attacks": [ { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -5416,16 +4212,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -5438,9 +4230,7 @@ "id": "ex16-103", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "103", "rarity": "Rare Holo", "legalities": { @@ -5457,9 +4247,7 @@ "id": "ex16-104", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "104", "rarity": "Rare Holo", "legalities": { @@ -5476,9 +4264,7 @@ "id": "ex16-105", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "105", "rarity": "Rare Holo", "legalities": { @@ -5495,9 +4281,7 @@ "id": "ex16-106", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "rarity": "Rare Holo", "legalities": { @@ -5514,9 +4298,7 @@ "id": "ex16-107", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "107", "rarity": "Rare Holo", "legalities": { @@ -5533,9 +4315,7 @@ "id": "ex16-108", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "108", "rarity": "Rare Holo", "legalities": { diff --git a/cards/en/ex2.json b/cards/en/ex2.json index 4376ee404..44081eff7 100644 --- a/cards/en/ex2.json +++ b/cards/en/ex2.json @@ -3,13 +3,9 @@ "id": "ex2-1", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Blade Arms", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -37,18 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -61,13 +47,9 @@ "id": "ex2-2", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "abilities": [ { @@ -79,11 +61,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies or any other effects on that Pokémon." @@ -95,16 +73,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -117,13 +91,9 @@ "id": "ex2-3", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "abilities": [ { @@ -135,20 +105,14 @@ "attacks": [ { "name": "Lure Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Before using this effect, you may switch the Defending Pokémon with 1 of your opponent's Benched Pokémon, if any. The Defending Pokémon is now Poisoned." }, { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 2 damage counters from Cradily (remove 1 if there is only 1)." @@ -160,17 +124,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -183,35 +142,22 @@ "id": "ex2-4", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Judgement", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If both of them are heads, the Defending Pokémon is Knocked Out." }, { "name": "Random Curse", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put a total of 5 damage counters on all Defending Pokémon in any way you like." @@ -229,16 +175,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -251,33 +193,21 @@ "id": "ex2-5", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Discard a Fire Energy card attached to Flareon." @@ -289,17 +219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -312,32 +237,21 @@ "id": "ex2-6", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Jolteon. If you do, this attack's base damage is 70 instead of 40." @@ -355,16 +269,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -377,13 +287,9 @@ "id": "ex2-7", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -395,11 +301,7 @@ "attacks": [ { "name": "Hydro Punch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each Water Energy attached to Ludicolo but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -411,17 +313,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -434,13 +331,9 @@ "id": "ex2-8", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Lunar Eclipse", @@ -451,19 +344,14 @@ "attacks": [ { "name": "Cosmic Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, draw 3 cards." }, { "name": "Lunar Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -475,16 +363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -497,29 +381,20 @@ "id": "ex2-9", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Scam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand. You may have your opponent shuffle a Supporter card you find there into his or her deck. If you do, your opponent draws a card." }, { "name": "Metal Hook", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon." @@ -531,16 +406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -553,29 +424,20 @@ "id": "ex2-10", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Supernatural", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand. You may use the effect of a Supporter card you find there as the effect of this attack. (The Supporter card remains in your opponent's hand.)" }, { "name": "Dark Bind", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard a Darkness Energy card attached to Sableye. If you do, the Defending Pokémon is now Paralyzed." @@ -587,16 +449,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -609,29 +467,20 @@ "id": "ex2-11", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Deadly Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may discard a Grass Energy card attached to Seviper. If you do, the Defending Pokémon is now Poisoned." }, { "name": "Extra Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned." @@ -643,17 +492,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -666,13 +510,9 @@ "id": "ex2-12", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -684,12 +524,7 @@ "attacks": [ { "name": "Light Touch Throw", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80-", "text": "Does 80 damage minus 10 damage for each Energy attached to the Defending Pokémon." @@ -701,17 +536,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -724,13 +554,9 @@ "id": "ex2-13", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Solar Eclipse", @@ -741,20 +567,14 @@ "attacks": [ { "name": "Cosmic Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, draw 3 cards." }, { "name": "Solar Blast", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -766,16 +586,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -788,13 +604,9 @@ "id": "ex2-14", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Poison Resistance", @@ -805,20 +617,14 @@ "attacks": [ { "name": "Target Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Seviper, this attack does 10 damage plus 30 more damage." }, { "name": "Super Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 30 more damage." @@ -830,16 +636,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -852,13 +654,9 @@ "id": "ex2-15", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -870,11 +668,7 @@ "attacks": [ { "name": "Burn Up", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard all Fire Energy cards attached to Arcanine." @@ -886,16 +680,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -908,31 +698,21 @@ "id": "ex2-16", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Energy Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 more damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon." @@ -944,16 +724,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -966,13 +742,9 @@ "id": "ex2-17", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "abilities": [ { @@ -984,10 +756,7 @@ "attacks": [ { "name": "Special Blow", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 30 damage plus 40 more damage." @@ -999,16 +768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -1021,13 +786,9 @@ "id": "ex2-18", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Energy Variation", @@ -1038,10 +799,7 @@ "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1053,16 +811,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal" }, @@ -1075,30 +829,21 @@ "id": "ex2-19", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Pull Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, remove the highest Stage Evolution card from each of them and put those cards back into his or her hand." }, { "name": "Hydrocannon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Omastar but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -1110,17 +855,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1133,16 +873,10 @@ "id": "ex2-20", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -1153,9 +887,7 @@ "attacks": [ { "name": "Energy Retrieval", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 basic Energy cards and attach them to 1 of your Pokémon. Put 1 damage counter on that Pokémon for each Energy card attached in this way." @@ -1167,16 +899,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1189,32 +917,21 @@ "id": "ex2-21", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Sand Swirl", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon. The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -1229,9 +946,7 @@ "number": "21", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -1244,34 +959,21 @@ "id": "ex2-22", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -1283,17 +985,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -1306,34 +1003,21 @@ "id": "ex2-23", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Rage", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Steelix." }, { "name": "Spinning Tail", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1351,19 +1035,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "23", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -1376,31 +1053,21 @@ "id": "ex2-24", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Moon Impact", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1418,16 +1085,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1440,32 +1103,21 @@ "id": "ex2-25", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -1477,16 +1129,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -1499,13 +1147,9 @@ "id": "ex2-26", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Safeguard", @@ -1516,11 +1160,7 @@ "attacks": [ { "name": "Flip Over", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Wobbuffet does 10 damage to itself, and don't apply Weakness and Resistance to this damage." @@ -1532,17 +1172,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -1555,33 +1190,22 @@ "id": "ex2-27", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Fast Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Pierce", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1593,16 +1217,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -1615,34 +1235,22 @@ "id": "ex2-28", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Slash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1654,17 +1262,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal" }, @@ -1677,13 +1280,9 @@ "id": "ex2-29", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ekans", "abilities": [ { @@ -1695,11 +1294,7 @@ "attacks": [ { "name": "Toxic", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -1711,16 +1306,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -1733,30 +1324,21 @@ "id": "ex2-30", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Drizzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have Water Energy cards in your hand, attach as many Water Energy cards as you like to any of your Active Pokémon." }, { "name": "Max Bubbles", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin for each Energy attached to all of your Active Pokémon. This attack does 30 damage times the number of heads." @@ -1768,16 +1350,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -1790,16 +1368,10 @@ "id": "ex2-31", "name": "Azurill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Marill" - ], + "types": ["Colorless"], + "evolvesTo": ["Marill"], "abilities": [ { "name": "Baby Evolution", @@ -1810,9 +1382,7 @@ "attacks": [ { "name": "Jump Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -1824,16 +1394,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 298 - ], + "nationalPokedexNumbers": [298], "legalities": { "unlimited": "Legal" }, @@ -1846,22 +1412,14 @@ "id": "ex2-32", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch Baltoy with 1 of your Benched Pokémon, if any." @@ -1873,16 +1431,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -1895,31 +1449,21 @@ "id": "ex2-33", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Poisoned." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -1931,16 +1475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -1953,32 +1493,21 @@ "id": "ex2-34", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Ultra Energy Source", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of basic Energy cards attached to all of the Active Pokémon (both yours and your opponent's)." @@ -1990,16 +1519,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -2012,33 +1537,21 @@ "id": "ex2-35", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Electabuzz." }, { "name": "Thunder Spear", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2056,16 +1569,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -2078,16 +1587,10 @@ "id": "ex2-36", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Lightning"], + "evolvesTo": ["Electabuzz"], "abilities": [ { "name": "Baby Evolution", @@ -2098,9 +1601,7 @@ "attacks": [ { "name": "Gather Energy", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." @@ -2112,16 +1613,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -2134,32 +1631,21 @@ "id": "ex2-37", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Double Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon." }, { "name": "Rend", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon has any damage counters on it, this attack does 30 damage plus 20 more damage." @@ -2180,9 +1666,7 @@ "number": "37", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -2195,13 +1679,9 @@ "id": "ex2-38", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Glowing Screen", @@ -2212,19 +1692,14 @@ "attacks": [ { "name": "Chaotic Noise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep." }, { "name": "Pester", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 20 damage plus 20 more damage." @@ -2236,16 +1711,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal" }, @@ -2258,17 +1729,11 @@ "id": "ex2-39", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Exoskeleton", @@ -2279,19 +1744,14 @@ "attacks": [ { "name": "Team Assembly", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Omanyte, Kabuto, or any Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon." }, { "name": "Pierce", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2303,17 +1763,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -2326,36 +1781,22 @@ "id": "ex2-40", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Kirlia and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 30 instead of 60." @@ -2367,16 +1808,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -2389,34 +1826,22 @@ "id": "ex2-41", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Lairon during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2434,17 +1859,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2457,33 +1877,22 @@ "id": "ex2-42", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Influence", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Omanyte, Kabuto, Aerodactyl, Lileep, or Anorith and put up to 2 of them onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon." }, { "name": "Time Spiral", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, choose 1 of them and flip a coin. If heads, remove the highest Stage Evolution card on that Pokémon and have your opponent shuffle it into his or her deck." @@ -2495,17 +1904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -2518,34 +1922,22 @@ "id": "ex2-43", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Root Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2557,17 +1949,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal" }, @@ -2580,30 +1967,21 @@ "id": "ex2-44", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Sniff Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2618,9 +1996,7 @@ "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal" }, @@ -2633,17 +2009,11 @@ "id": "ex2-45", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "abilities": [ { "name": "Rain Dish", @@ -2654,10 +2024,7 @@ "attacks": [ { "name": "Double Scratch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2669,16 +2036,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -2691,33 +2054,22 @@ "id": "ex2-46", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damages times the number of heads." @@ -2729,16 +2081,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -2751,32 +2099,21 @@ "id": "ex2-47", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Dark Mind", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2794,16 +2131,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -2816,35 +2149,22 @@ "id": "ex2-48", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2856,16 +2176,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2878,35 +2194,22 @@ "id": "ex2-49", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -2918,16 +2221,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2940,21 +2239,14 @@ "id": "ex2-50", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each Water Energy attached to Pelipper but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -2975,9 +2267,7 @@ "number": "50", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -2990,35 +2280,22 @@ "id": "ex2-51", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Burning Claw", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard a Fire Energy card attached to Quilava. If you do, the Defending Pokémon is now Burned." @@ -3030,17 +2307,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -3053,34 +2325,22 @@ "id": "ex2-52", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, base damage of Vigoroth's Slash is attack is 90 instead of 40." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3092,16 +2352,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -3114,13 +2370,9 @@ "id": "ex2-53", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Uplifting Glow", @@ -3131,19 +2383,14 @@ "attacks": [ { "name": "Toxic Vibration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Asleep." }, { "name": "Pester", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 20 damage plus 20 more damage." @@ -3155,16 +2402,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal" }, @@ -3177,16 +2420,10 @@ "id": "ex2-54", "name": "Wynaut", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wobbuffet" - ], + "types": ["Psychic"], + "evolvesTo": ["Wobbuffet"], "abilities": [ { "name": "Baby Evolution", @@ -3197,9 +2434,7 @@ "attacks": [ { "name": "Alluring Smile", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon card or Evolution card for each Energy attached to Wynaut, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -3211,16 +2446,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 360 - ], + "nationalPokedexNumbers": [360], "legalities": { "unlimited": "Legal" }, @@ -3233,13 +2464,9 @@ "id": "ex2-55", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "abilities": [ { @@ -3251,10 +2478,7 @@ "attacks": [ { "name": "Psyimpact", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon." @@ -3275,9 +2499,7 @@ "number": "55", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -3290,23 +2512,14 @@ "id": "ex2-56", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Steel Headbutt", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -3324,16 +2537,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3346,16 +2555,10 @@ "id": "ex2-57", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "abilities": [ { "name": "Poison Payback", @@ -3366,9 +2569,7 @@ "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3380,16 +2581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -3402,22 +2599,14 @@ "id": "ex2-58", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3429,16 +2618,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -3451,31 +2636,21 @@ "id": "ex2-59", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -3487,16 +2662,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3509,28 +2680,20 @@ "id": "ex2-60", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Strike and Run", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward. You may switch Dunsparce with 1 of your Benched Pokémon." }, { "name": "Sudden Flash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, each Defending Pokémon is now Paralyzed." @@ -3542,16 +2705,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -3564,31 +2723,21 @@ "id": "ex2-61", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3606,16 +2755,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -3628,32 +2773,21 @@ "id": "ex2-62", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon." }, { "name": "Dark Mind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3671,16 +2805,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -3693,13 +2823,9 @@ "id": "ex2-63", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3713,18 +2839,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3736,16 +2858,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3758,22 +2876,14 @@ "id": "ex2-64", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Bind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3785,16 +2895,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -3807,16 +2913,10 @@ "id": "ex2-65", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "abilities": [ { "name": "Fire Veil", @@ -3827,10 +2927,7 @@ "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3842,16 +2939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3864,16 +2957,10 @@ "id": "ex2-66", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "abilities": [ { "name": "Rain Dish", @@ -3884,9 +2971,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3898,16 +2983,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -3920,32 +3001,21 @@ "id": "ex2-67", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Blot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Lotad." @@ -3957,16 +3027,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -3979,23 +3045,14 @@ "id": "ex2-68", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Double Bubble", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads. If either of the coins is heads, the Defending Pokémon is now Paralyzed." @@ -4007,16 +3064,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -4029,31 +3082,21 @@ "id": "ex2-69", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Soothing Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Asleep." @@ -4065,16 +3108,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -4087,33 +3126,22 @@ "id": "ex2-70", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Team Assembly", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Omanyte, Kabuto, or any Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as Basic Pokémon." }, { "name": "Bind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4125,16 +3153,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -4147,34 +3171,21 @@ "id": "ex2-71", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Bind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rage", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Onix." @@ -4186,18 +3197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -4210,33 +3215,21 @@ "id": "ex2-72", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pika Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4248,16 +3241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4270,22 +3259,14 @@ "id": "ex2-73", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Psyduck and the Defending Pokémon are now Confused." @@ -4297,16 +3278,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -4319,31 +3296,21 @@ "id": "ex2-74", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psychic Boom", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." @@ -4355,16 +3322,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -4377,22 +3340,14 @@ "id": "ex2-75", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Poison Needle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4404,16 +3359,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -4426,22 +3377,14 @@ "id": "ex2-76", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4453,16 +3396,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -4475,22 +3414,14 @@ "id": "ex2-77", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4502,16 +3433,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -4524,32 +3451,21 @@ "id": "ex2-78", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Growth Spurt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy card from your hand to Shroomish." }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -4567,16 +3483,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -4589,32 +3501,21 @@ "id": "ex2-79", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Energy Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a basic Energy card, show it to your opponent, and put it into your hand." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Skitty does 10 damage to itself." @@ -4626,16 +3527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -4648,22 +3545,14 @@ "id": "ex2-80", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Lazy Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Slakoth can't attack during your next turn." @@ -4675,16 +3564,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -4697,31 +3582,21 @@ "id": "ex2-81", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Super Speed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Spearow during your opponent's next turn." }, { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4739,16 +3614,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -4761,32 +3632,21 @@ "id": "ex2-82", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Sand Pit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Irongrip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4798,16 +3658,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -4820,34 +3676,21 @@ "id": "ex2-83", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Super Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -4859,18 +3702,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -4883,22 +3720,14 @@ "id": "ex2-84", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4916,16 +3745,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -4938,32 +3763,21 @@ "id": "ex2-85", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4975,16 +3789,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal" }, @@ -4997,9 +3807,7 @@ "id": "ex2-86", "name": "Double Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from each of your Active Pokémon." ], @@ -5018,9 +3826,7 @@ "id": "ex2-87", "name": "Lanette's Net Search", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 different types of Basic Pokémon cards (excluding Baby Pokémon), show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -5040,9 +3846,7 @@ "id": "ex2-88", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" ], @@ -5063,9 +3867,7 @@ "id": "ex2-89", "name": "Wally's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a card that evolves from your Active Pokémon (choose 1 if there are 2) and put it on your Active Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." @@ -5085,9 +3887,7 @@ "id": "ex2-90", "name": "Claw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Claw Fossil as if it were a Basic Pokémon. While in play, Claw Fossil counts as a Colorless Pokémon (instead of a Trainer card). Claw Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Claw Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Claw Fossil from play." @@ -5114,9 +3914,7 @@ "id": "ex2-91", "name": "Mysterious Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "10", "rules": [ "Play Mysterious Fossil as if it were a Basic Pokémon. While in play, Mysterious Fossil counts as a Colorless Pokémon (instead of a Trainer card). Mysterious Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Mysterious is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Mysterious Fossil from play." @@ -5136,9 +3934,7 @@ "id": "ex2-92", "name": "Root Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "40", "rules": [ "Play Root Fossil as if it were a Basic Pokémon. While in play, Root Fossil counts as a Colorless Pokémon (instead of a Trainer card). Root Fossil has no attacks of its own, can't retreat, and can't be affected by any Special Conditions. If Root Fossil is Knocked Out, it doesn't count as a Knocked Out Pokémon. (Discard it anyway.) At any time during your turn before your attack, you may discard Root Fossil from play." @@ -5165,9 +3961,7 @@ "id": "ex2-93", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) Multi energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -5186,14 +3980,9 @@ "id": "ex2-94", "name": "Aerodactyl ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Mysterious Fossil", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5208,20 +3997,14 @@ "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5239,16 +4022,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -5261,14 +4040,9 @@ "id": "ex2-95", "name": "Aggron ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5276,24 +4050,14 @@ "attacks": [ { "name": "Rend", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon has any damage counters on it, this attack does 30 damage plus 30 more damage." }, { "name": "Metal Surge", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "50", "text": "Does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5315,19 +4079,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -5340,14 +4097,9 @@ "id": "ex2-96", "name": "Gardevoir ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5355,22 +4107,14 @@ "attacks": [ { "name": "Feedback", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon." }, { "name": "Psystorm", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "10×", "text": "Does 10 damage times the total amount of Energy attached to all Pokémon in play." @@ -5386,17 +4130,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -5409,14 +4148,9 @@ "id": "ex2-97", "name": "Kabutops ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kabuto", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5424,21 +4158,14 @@ "attacks": [ { "name": "Hydrocutter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a number of coins equal to the amount of Energy attached to Kabutops ex. This attack does 40 damage times the number of heads. You can't flip more than 3 coins in this way." }, { "name": "Spiral Drain", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Remove 2 damage counter from Kabutops ex (remove 1 if there is only 1)." @@ -5454,17 +4181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -5477,14 +4199,9 @@ "id": "ex2-98", "name": "Raichu ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5492,20 +4209,14 @@ "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Mega Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy cards attached to Raichu ex." @@ -5517,16 +4228,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -5539,14 +4246,9 @@ "id": "ex2-99", "name": "Typhlosion ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5554,24 +4256,14 @@ "attacks": [ { "name": "Ring of Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned, and can't retreat until the end of your opponent's next turn." }, { "name": "Split Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Discard 1 Energy card attached to Typhlosion ex. If your opponent has more than 1 Defending Pokémon, you may do 50 damage to each of them instead." @@ -5587,17 +4279,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -5610,14 +4297,9 @@ "id": "ex2-100", "name": "Wailord ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5625,21 +4307,14 @@ "attacks": [ { "name": "Super Deep Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you don't have any Benched Pokémon, this attack does nothing. Remove 3 damage counters from Wailord ex. Switch Wailord ex with 1 of your Benched Pokémon." }, { "name": "Dwindling Wave", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "100-", "text": "Does 100 damage minus 10 damage for each damage counter on Wailord ex." @@ -5666,9 +4341,7 @@ "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex3.json b/cards/en/ex3.json index 6ef156a22..cfde26352 100644 --- a/cards/en/ex3.json +++ b/cards/en/ex3.json @@ -3,29 +3,20 @@ "id": "ex3-1", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Bad News", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If the number of cards in your opponent's hand is at least 6, choose a number of cards there, without looking, until your opponent has 5 cards left. Have your opponent discard the cards you chose." }, { "name": "Prize Count", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have more Prize cards left than your opponent, this attack does 20 damage plus 20 more damage." @@ -43,16 +34,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -65,30 +52,21 @@ "id": "ex3-2", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Dragon Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, if any of your current Active Pokémon does damage to any Defending Pokémon, this attack does 40 more damage (before applying Weakness and Resistance)." }, { "name": "Dragon Song", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Each Defending Pokémon is now Asleep." @@ -110,16 +88,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -132,13 +106,9 @@ "id": "ex3-3", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "abilities": [ { @@ -150,11 +120,7 @@ "attacks": [ { "name": "Guillotine", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -166,17 +132,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -189,32 +150,21 @@ "id": "ex3-4", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "attacks": [ { "name": "Energy Shower", - "cost": [ - "Grass", - "Lightning" - ], + "cost": ["Grass", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each type of basic Energy card attached to Flygon." @@ -236,17 +186,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -259,35 +204,21 @@ "id": "ex3-5", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Rock Vengeance", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on all of your Active Pokémon." }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "60", "text": "Does 20 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -299,19 +230,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -324,32 +248,21 @@ "id": "ex3-6", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Mind Trip", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Grumpig and the Defending Pokémon have the same amount of Energy attached to them, the Defending Pokémon is now Confused." @@ -361,16 +274,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -383,13 +292,9 @@ "id": "ex3-7", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Chain of Events", @@ -400,19 +305,14 @@ "attacks": [ { "name": "Cheer On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from each of your Pokémon (including Minun)." }, { "name": "Special Circuit", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. If you choose Pokémon that has a Poké-Power or Poké-Body, this attack does 40 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -430,16 +330,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -452,13 +348,9 @@ "id": "ex3-8", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Chain of Events", @@ -469,19 +361,14 @@ "attacks": [ { "name": "Cheer On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from each of your Pokémon (including Plusle)." }, { "name": "Extra Circuit", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. If you choose Pokémon-ex, this attack does 40 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -499,16 +386,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -521,16 +404,10 @@ "id": "ex3-9", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "abilities": [ { "name": "Thick Skin", @@ -541,18 +418,14 @@ "attacks": [ { "name": "Speed Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Grass Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -564,16 +437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -586,13 +455,9 @@ "id": "ex3-10", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -604,22 +469,14 @@ "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Salamence during your opponent's next turn." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -641,17 +498,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -664,13 +516,9 @@ "id": "ex3-11", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "30", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", "abilities": [ { @@ -682,24 +530,18 @@ "attacks": [ { "name": "Damage Curse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter, plus 1 more damage counter for each damage counter on Shedinja, on the Defending Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal" }, @@ -712,28 +554,20 @@ "id": "ex3-12", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Power Generation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them into your hand." }, { "name": "Scorching Smoke", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned. Flip a coin. If tails, discard a Fire Energy card attached to Torkoal." @@ -745,18 +579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -769,31 +597,21 @@ "id": "ex3-13", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "attacks": [ { "name": "Poison Claws", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Rend", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon has any damage counters on it, this attack does 30 damage plus 30 more damage." @@ -805,16 +623,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -827,35 +641,22 @@ "id": "ex3-14", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Healing Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Remove 1 damage counter from each of your Active Pokémon." @@ -877,17 +678,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -900,13 +696,9 @@ "id": "ex3-15", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -918,27 +710,18 @@ "attacks": [ { "name": "Air Slash", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard an Energy card attached to Flygon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -951,29 +734,20 @@ "id": "ex3-16", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Synchronized Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Girafarig and the Defending Pokémon have the same amount of Energy attached to them, pick any 1 card from your deck and put it into your hand. Shuffle your deck afterward." }, { "name": "Breaking Impact", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Colorless Energy in that Pokémon's Retreat Cost to that Pokémon (after applying effects to the Retreat Cost). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -985,16 +759,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -1007,17 +777,11 @@ "id": "ex3-17", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Magnetic Field", @@ -1028,10 +792,7 @@ "attacks": [ { "name": "Magnetic Force", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to all of your Pokémon (including Magneton)." @@ -1049,16 +810,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1071,17 +828,11 @@ "id": "ex3-18", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Loose Shell", @@ -1092,10 +843,7 @@ "attacks": [ { "name": "Quick Touch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch Ninjask with 1 of your Benched Pokémon. If you do, you may move any number of Grass Energy cards attached to Ninjask to the new Active Pokémon." @@ -1110,9 +858,7 @@ "number": "18", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal" }, @@ -1125,13 +871,9 @@ "id": "ex3-19", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -1143,27 +885,18 @@ "attacks": [ { "name": "Dragon Flame", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard an Energy card attached to Salamence. If you do, this attack does 40 damage plus 20 more damage." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -1176,34 +909,22 @@ "id": "ex3-20", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Shelgon during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Rolling Attack", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1225,17 +946,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -1248,29 +964,20 @@ "id": "ex3-21", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Pick On", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "If the number of cards in your opponent's hand is at least 6, look at his or her hand. Choose a number of cards there until your opponent has 5 cards left in his or her hand and have your opponent shuffle the cards you chose into his or her deck." }, { "name": "Power Count", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Count the amount of Energy attached to all of your Pokémon and all of your opponent's Pokémon. If your Pokémon have less Energy than your opponent's, this attack does 20 damage plus 30 more damage." @@ -1288,16 +995,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1310,33 +1013,22 @@ "id": "ex3-22", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Quick Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Dragon Spark", - "cost": [ - "Grass", - "Lightning" - ], + "cost": ["Grass", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1358,16 +1050,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -1380,32 +1068,21 @@ "id": "ex3-23", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1427,16 +1104,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -1449,32 +1122,21 @@ "id": "ex3-24", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Ram", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1486,17 +1148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -1509,35 +1166,22 @@ "id": "ex3-25", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1549,16 +1193,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1571,31 +1211,21 @@ "id": "ex3-26", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Dragon Dew", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon (remove 1 if there is only 1)." }, { "name": "Tail Slap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1617,16 +1247,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -1639,33 +1265,22 @@ "id": "ex3-27", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Energy Recall", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 basic Energy cards from your discard pile to Flaaffy." }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1683,16 +1298,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -1705,32 +1316,21 @@ "id": "ex3-28", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Double Metal Ball", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on each Defending Pokémon." }, { "name": "Backspin", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "After your attack, you may discard 1 Energy card attached to Forretress. If you do, switch Forretress with 1 of your Benched Pokémon." @@ -1748,17 +1348,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -1771,35 +1366,22 @@ "id": "ex3-29", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Graveler." }, { "name": "Big Explosion", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Does 80 damage to each Active Pokémon (both yours and your opponent's)." @@ -1811,18 +1393,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -1835,35 +1411,22 @@ "id": "ex3-30", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rollout", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1875,18 +1438,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -1899,24 +1456,15 @@ "id": "ex3-31", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 4 coins. If all of them are heads, this attack does 10 damage plus 60 more damage. If not, this attack does 10 damage plus 10 more damage for each heads." @@ -1934,16 +1482,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -1956,33 +1500,21 @@ "id": "ex3-32", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Dragon Crush", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each Defending Pokémon. Discard an Energy card from each Defending Pokémon." }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "This attack's damage is not affected by Resistance." @@ -1994,17 +1526,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -2017,31 +1544,21 @@ "id": "ex3-33", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on Horsea." }, { "name": "Smokescreen", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -2053,16 +1570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -2075,32 +1588,21 @@ "id": "ex3-34", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Flamethrower", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy card attached to Houndoom." @@ -2118,16 +1620,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2140,35 +1638,22 @@ "id": "ex3-35", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Triple Smash", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 3 coins. This attack does 20 damage plus 20 more damage for each heads." @@ -2180,16 +1665,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -2202,24 +1683,15 @@ "id": "ex3-36", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Mud Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2231,16 +1703,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2253,32 +1721,21 @@ "id": "ex3-37", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Meditate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -2290,16 +1747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -2312,33 +1765,22 @@ "id": "ex3-38", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Sonic Wing", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage is not affected by Resistance." @@ -2353,9 +1795,7 @@ "number": "38", "artist": "Toshinao Aoki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal" }, @@ -2368,34 +1808,22 @@ "id": "ex3-39", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Energy Cannon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to Seadra but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Water Arrow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2407,16 +1835,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2429,35 +1853,22 @@ "id": "ex3-40", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Seadra during your opponent's next turn." }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2469,16 +1880,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2491,17 +1898,11 @@ "id": "ex3-41", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "abilities": [ { "name": "Energy Guard", @@ -2512,26 +1913,18 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -2544,51 +1937,33 @@ "id": "ex3-42", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Granite Head", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Damage done to Shelgon by an opponent's attack is reduced by 10 (after applying Weakness and Resistance) during your opponent's next turn." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -2601,31 +1976,21 @@ "id": "ex3-43", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Night Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -2643,16 +2008,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -2665,23 +2026,14 @@ "id": "ex3-44", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -2693,16 +2045,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -2715,30 +2063,21 @@ "id": "ex3-45", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Quick Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 50 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -2759,9 +2098,7 @@ "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2774,17 +2111,11 @@ "id": "ex3-46", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "abilities": [ { "name": "Levitate", @@ -2795,25 +2126,18 @@ "attacks": [ { "name": "Razor Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -2826,50 +2150,33 @@ "id": "ex3-47", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Dive", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Quick Turn", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -2882,13 +2189,9 @@ "id": "ex3-48", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Barboach", "abilities": [ { @@ -2900,22 +2203,14 @@ "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2927,17 +2222,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal" }, @@ -2950,47 +2240,32 @@ "id": "ex3-49", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3003,47 +2278,32 @@ "id": "ex3-50", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Risky Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Dragon Eye", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3056,32 +2316,21 @@ "id": "ex3-51", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Water"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3093,16 +2342,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal" }, @@ -3115,31 +2360,21 @@ "id": "ex3-52", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Poison Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3151,16 +2386,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3173,32 +2404,21 @@ "id": "ex3-53", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3210,16 +2430,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3232,32 +2448,21 @@ "id": "ex3-54", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Beat", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Toxic Grip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3269,16 +2474,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3291,31 +2492,21 @@ "id": "ex3-55", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pebble Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3327,16 +2518,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -3349,22 +2536,14 @@ "id": "ex3-56", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3376,16 +2555,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -3398,31 +2573,21 @@ "id": "ex3-57", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Spurt", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Grass Energy card attached to Grimer. The Defending Pokémon is now Poisoned." @@ -3434,16 +2599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -3456,32 +2617,21 @@ "id": "ex3-58", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Wave Splash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3493,16 +2643,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -3515,32 +2661,21 @@ "id": "ex3-59", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3558,16 +2693,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3580,32 +2711,21 @@ "id": "ex3-60", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Magikarp and put as many of them as you like onto your Bench. Shuffle your deck afterward." }, { "name": "Tackle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3617,16 +2737,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3639,32 +2755,21 @@ "id": "ex3-61", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3682,16 +2787,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3704,22 +2805,14 @@ "id": "ex3-62", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3737,16 +2830,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3759,22 +2848,14 @@ "id": "ex3-63", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3786,16 +2867,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -3808,22 +2885,14 @@ "id": "ex3-64", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Jolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3841,16 +2910,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3863,22 +2928,14 @@ "id": "ex3-65", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Mudkip but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -3890,16 +2947,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Hironobu Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3912,22 +2965,14 @@ "id": "ex3-66", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Poison Breath", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3939,16 +2984,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -3961,32 +3002,21 @@ "id": "ex3-67", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Scratch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3998,16 +3028,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -4020,22 +3046,14 @@ "id": "ex3-68", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Leech Life", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "After your attack, remove from Nincada the number of damage counters equal to the damage you did to the Defending Pokémon. If Nincada has fewer damage counters than that, remove all of them." @@ -4047,16 +3065,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -4069,32 +3083,21 @@ "id": "ex3-69", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4106,16 +3109,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -4128,31 +3127,21 @@ "id": "ex3-70", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Kindle", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Fire Energy card attached to Numel and then discard an Energy card attached to the Defending Pokémon." @@ -4164,17 +3153,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -4187,16 +3171,10 @@ "id": "ex3-71", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "abilities": [ { "name": "Exoskeleton", @@ -4207,10 +3185,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4222,16 +3197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -4244,32 +3215,21 @@ "id": "ex3-72", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Luring Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Burned." @@ -4281,17 +3241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4304,22 +3259,14 @@ "id": "ex3-73", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "After your attack, you may switch Spoink with 1 of your Benched Pokémon." @@ -4331,16 +3278,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -4353,32 +3296,21 @@ "id": "ex3-74", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Hop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4390,16 +3322,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -4412,31 +3340,21 @@ "id": "ex3-75", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Lullaby", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Stifling Fluff", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4454,16 +3372,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -4476,22 +3390,14 @@ "id": "ex3-76", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4509,16 +3415,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -4531,23 +3433,14 @@ "id": "ex3-77", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -4559,16 +3452,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Hironobu Yoshida", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4581,22 +3470,14 @@ "id": "ex3-78", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Dig", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4608,16 +3489,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -4630,32 +3507,21 @@ "id": "ex3-79", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Bind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4667,16 +3533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -4689,23 +3551,14 @@ "id": "ex3-80", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4723,16 +3576,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4745,32 +3594,21 @@ "id": "ex3-81", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Grass Basic Pokémon and put as many of them as you like onto your Bench. Shuffle your deck afterward." }, { "name": "String Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4782,16 +3620,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -4804,9 +3638,7 @@ "id": "ex3-82", "name": "Balloon Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Balloon Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "When the Pokémon Balloon Berry is attached to retreats, discard Balloon Berry instead of discarding Energy cards." @@ -4826,9 +3658,7 @@ "id": "ex3-83", "name": "Buffer Piece", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Buffer Piece to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Damage done to the Pokémon Buffer Piece is attached to by an opponent's attack is reduced by 20 (after applying Weakness and Resistance). At the end of your opponent's turn after you played Buffer Piece, discard Buffer Piece." @@ -4848,9 +3678,7 @@ "id": "ex3-84", "name": "Energy Recycle System", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for basic Energy cards. You may either show 1 basic Energy card to your opponent and put it into your hand, or show 3 basic Energy cards to your opponent and shuffle them into your deck." ], @@ -4870,9 +3698,7 @@ "id": "ex3-85", "name": "High Pressure System", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player pays Colorless less to retreat his or her Fire and Water Pokémon." @@ -4892,9 +3718,7 @@ "id": "ex3-86", "name": "Low Pressure System", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each Grass and Lightning Pokémon in play (both yours and your opponent's) gets +10 HP." @@ -4914,9 +3738,7 @@ "id": "ex3-87", "name": "Mr. Briney's Compassion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 1 of your Pokémon in play (excluding Pokémon-ex). Return that Pokémon and all cards attached to it to your hand." @@ -4936,9 +3758,7 @@ "id": "ex3-88", "name": "TV Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Then discard any 1 card from your hand." @@ -4959,14 +3779,9 @@ "id": "ex3-89", "name": "Ampharos ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4981,11 +3796,7 @@ "attacks": [ { "name": "Gigavolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed." @@ -5003,18 +3814,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -5027,14 +3832,9 @@ "id": "ex3-90", "name": "Dragonite ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5049,22 +3849,14 @@ "attacks": [ { "name": "Dragon Wave", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "70", "text": "Discard a Water Energy card and a Lightning Energy card attached to Dragonite ex." }, { "name": "Giant Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip a coin. If tails, this attack does nothing." @@ -5086,17 +3878,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -5109,14 +3896,9 @@ "id": "ex3-91", "name": "Golem ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5124,24 +3906,14 @@ "attacks": [ { "name": "Magnitude", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Double-edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "120", "text": "Golem ex does 50 damage to itself." @@ -5168,9 +3940,7 @@ "number": "91", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -5183,14 +3953,9 @@ "id": "ex3-92", "name": "Kingdra ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5198,20 +3963,14 @@ "attacks": [ { "name": "Genetic Memory", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Use any attack from Kingdra ex's Basic Pokémon card or Stage 1 Evolution card. (Kingdra ex doesn't have to pay for that attack's Energy cost.)" }, { "name": "Hydrocannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 20 more damage for each Water Energy attached to Kingdra ex but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -5227,18 +3986,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -5251,34 +4004,23 @@ "id": "ex3-93", "name": "Latias ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Mist Ball", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a Fire Energy and a Water Energy attached to Latias ex." @@ -5300,17 +4042,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -5323,34 +4060,23 @@ "id": "ex3-94", "name": "Latios ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Latios ex." }, { "name": "Luster Purge", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 3 Energy attached to Latios ex." @@ -5372,17 +4098,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -5395,14 +4116,9 @@ "id": "ex3-95", "name": "Magcargo ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5410,20 +4126,14 @@ "attacks": [ { "name": "Melting Mountain", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard the top card from your deck. If that card is a basic Energy card, attach it to Magcargo ex." }, { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard any number of basic Energy cards attached to Magcargo ex when you use this attack. If you do, this attack does 40 damage plus 20 more damage for each basic Energy card you discarded." @@ -5435,18 +4145,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -5459,14 +4163,9 @@ "id": "ex3-96", "name": "Muk ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grimer", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5481,20 +4180,14 @@ "attacks": [ { "name": "Poison Breath", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Slimy Water", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." @@ -5506,17 +4199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -5529,33 +4217,23 @@ "id": "ex3-97", "name": "Rayquaza ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spiral Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, search your discard pile for a basic Energy card and attach it to Rayquaza ex." }, { "name": "Dragon Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard either all Fire Energy or all Lightning Energy attached to Rayquaza ex. This attack does 40 damage times the amount of Fire or Lightning Energy discarded." @@ -5577,17 +4255,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -5600,32 +4273,21 @@ "id": "ex3-98", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Charmander." @@ -5637,16 +4299,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -5659,33 +4317,22 @@ "id": "ex3-99", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Charmeleon." @@ -5697,16 +4344,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -5719,33 +4362,21 @@ "id": "ex3-100", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Collect Fire", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, search your discard pile for 2 Fire Energy cards and attach them to Charizard (1 if there is only 1)." }, { "name": "Flame Pillar", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "You may discard a Fire Energy card attached to Charizard. If you do, choose 1 of your opponent's Benched Pokémon and do 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5757,17 +4388,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -5776,4 +4402,4 @@ "large": "https://images.pokemontcg.io/ex3/100_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/ex4.json b/cards/en/ex4.json index a0cc79e53..2d4d364af 100644 --- a/cards/en/ex4.json +++ b/cards/en/ex4.json @@ -3,35 +3,22 @@ "id": "ex4-1", "name": "Team Aqua's Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Team Aqua's Cacnea", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "attacks": [ { "name": "Dark Bind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "You may discard a Darkness Energy card attached to Team Aqua's Cacturne. If you do, the Defending Pokémon is now Paralyzed." }, { "name": "Poison Barb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -43,17 +30,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "K. Utsunomiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -66,36 +48,22 @@ "id": "ex4-2", "name": "Team Aqua's Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Team Aqua's Corphish", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "attacks": [ { "name": "Aqua Reverse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon that has Team Magma in its name and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Deep Impact", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Confused." @@ -107,16 +75,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Nakaoka", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -129,17 +93,10 @@ "id": "ex4-3", "name": "Team Aqua's Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water", - "Darkness" - ], - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "types": ["Water", "Darkness"], + "rules": ["This Pokémon is both Water Darkness type."], "abilities": [ { "name": "Power Saver", @@ -150,21 +107,14 @@ "attacks": [ { "name": "Aqua Trip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep." }, { "name": "Aqua Smash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 damage plus 20 more damage." @@ -176,18 +126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "K. Hoshiba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -200,18 +144,11 @@ "id": "ex4-4", "name": "Team Aqua's Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "evolvesFrom": "Team Aqua's Electrike", - "rules": [ - "This Pokémon is both Lightning Darkness type." - ], + "rules": ["This Pokémon is both Lightning Darkness type."], "abilities": [ { "name": "Power Shift", @@ -222,11 +159,7 @@ "attacks": [ { "name": "Thunderspark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's) that has Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -244,16 +177,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "K. Utsunomiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -266,36 +195,22 @@ "id": "ex4-5", "name": "Team Aqua's Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Team Aqua's Carvanha", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Team Aqua's Sharpedo." }, { "name": "Aqua Slash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Team Aqua's Sharpedo can't attack during your next turn." @@ -310,9 +225,7 @@ "number": "5", "artist": "Katsura Tabata", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -325,36 +238,22 @@ "id": "ex4-6", "name": "Team Aqua's Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Team Aqua's Sealeo", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "attacks": [ { "name": "Power Blow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Team Aqua's Walrein." }, { "name": "Hydro Reverse", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "You may return any number of basic Water Energy cards attached to all of your Pokémon to your hand. If you do, this attack does 50 damage plus 10 more damage for each Energy you returned." @@ -370,17 +269,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Ikuji", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -393,36 +287,22 @@ "id": "ex4-7", "name": "Team Magma's Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Team Magma's Lairon", - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "rules": ["This Pokémon is both Fighting Darkness type."], "attacks": [ { "name": "Crush", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin for each Energy attached to Team Magma's Aggron. This attack does 30 damage times the number of heads." }, { "name": "Land Stream", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "You may discard any number of basic Energy cards attached to Team Magma's Aggron. If you do, this attack does 50 damage plus 20 more damage for each basic Energy card you discarded." @@ -438,17 +318,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Hiromichi Sugiyama", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -461,18 +336,11 @@ "id": "ex4-8", "name": "Team Magma's Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "evolvesFrom": "Team Magma's Baltoy", - "rules": [ - "This Pokémon is both Psychic Darkness type." - ], + "rules": ["This Pokémon is both Psychic Darkness type."], "abilities": [ { "name": "Magma Switch", @@ -483,11 +351,7 @@ "attacks": [ { "name": "Dark Hand", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have more cards in your hand than your opponent, this attack does 40 damage plus 20 more damage." @@ -499,17 +363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Zu-Ka", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -522,17 +381,10 @@ "id": "ex4-9", "name": "Team Magma's Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting", - "Darkness" - ], - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "types": ["Fighting", "Darkness"], + "rules": ["This Pokémon is both Fighting Darkness type."], "abilities": [ { "name": "Power Saver", @@ -543,21 +395,14 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Pulverize", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 20 more damage." @@ -569,18 +414,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Kazuo Yazawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -593,36 +432,22 @@ "id": "ex4-10", "name": "Team Magma's Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire", - "Darkness" - ], + "types": ["Fire", "Darkness"], "evolvesFrom": "Team Magma's Houndour", - "rules": [ - "This Pokémon is both Fire Darkness type." - ], + "rules": ["This Pokémon is both Fire Darkness type."], "attacks": [ { "name": "Roasting Heat", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is Burned, this attack does 30 damage plus 20 more damage." }, { "name": "Magma Spurt", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Discard the top 5 cards from your deck. This attack does 30 damage times the number of Fire and Fighting basic Energy cards discarded in this way." @@ -634,16 +459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Ken Ikuji", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -656,39 +477,23 @@ "id": "ex4-11", "name": "Team Magma's Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Team Magma's Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "evolvesTo": ["Rhyperior"], + "rules": ["This Pokémon is both Fighting Darkness type."], "attacks": [ { "name": "Magma Jab", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage is not affected by Resistance." }, { "name": "Shoot Down", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon has Team Aqua in its name, the Defending Pokémon is now Confused." @@ -700,17 +505,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "T. Honda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -723,33 +523,21 @@ "id": "ex4-12", "name": "Team Magma's Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire", - "Darkness" - ], - "rules": [ - "This Pokémon is both Fire Darkness type." - ], + "types": ["Fire", "Darkness"], + "rules": ["This Pokémon is both Fire Darkness type."], "attacks": [ { "name": "Magma Burn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard the top card from your opponent's deck, and flip a coin. If tails, discard a Fire Energy attached to Team Magma's Torkoal." }, { "name": "Hot Air", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to Team Magma's Torkoal and your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." @@ -761,17 +549,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "K. Hoshiba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -784,32 +567,21 @@ "id": "ex4-13", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon (1 if there is only 1). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Kerzap", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 40 more damage to the Defending Pokémon and discard all Lightning Energy cards attached to Raichu." @@ -821,16 +593,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -843,32 +611,21 @@ "id": "ex4-14", "name": "Team Aqua's Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Corphish", "attacks": [ { "name": "Poison Reaction", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 20 more damage." }, { "name": "Double Claw", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -880,16 +637,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -902,32 +655,21 @@ "id": "ex4-15", "name": "Team Aqua's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Aqua's Poochyena", "attacks": [ { "name": "Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Mystic Fang", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Confused." @@ -945,16 +687,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -967,33 +705,22 @@ "id": "ex4-16", "name": "Team Aqua's Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Aqua Trance", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Asleep." }, { "name": "Super Hypnoblast", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is Asleep, this attack does 30 damage plus 20 more damage." @@ -1005,16 +732,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "T. Honda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -1027,30 +750,20 @@ "id": "ex4-17", "name": "Team Aqua's Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Basic Pokémon or Basic Pokémon with Team Aqua in its name and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Thick Poison", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned. If tails, the Defending Pokémon is now Poisoned." @@ -1062,17 +775,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Jungo Suzuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -1085,32 +793,21 @@ "id": "ex4-18", "name": "Team Aqua's Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Carvanha", "attacks": [ { "name": "Slow-Acting Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Poisoned." }, { "name": "Aqua Smash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 damage plus 20 more damage." @@ -1125,9 +822,7 @@ "number": "18", "artist": "Katsura Tabata", "rarity": "Rare", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -1140,13 +835,9 @@ "id": "ex4-19", "name": "Team Magma's Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Team Magma's Numel", "abilities": [ { @@ -1158,11 +849,7 @@ "attacks": [ { "name": "Flame Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may move a Fire Energy card attached to Team Magma's Camerupt to 1 of your Benched Pokémon." @@ -1174,17 +861,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Katsura Tabata", "rarity": "Rare", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -1197,34 +879,22 @@ "id": "ex4-20", "name": "Team Magma's Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1236,17 +906,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -1259,31 +924,21 @@ "id": "ex4-21", "name": "Team Magma's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Magma's Poochyena", "attacks": [ { "name": "Overrun", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite Off", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 40 damage plus 40 more damage." @@ -1301,16 +956,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -1323,35 +974,22 @@ "id": "ex4-22", "name": "Team Magma's Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Second Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 20 damage plus 20 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard an Energy card attached to Team Magma's Rhydon." @@ -1363,17 +1001,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "T. Honda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -1386,30 +1019,20 @@ "id": "ex4-23", "name": "Team Magma's Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Colorless Basic Pokémon or Basic Pokémon with Team Magma in its name and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Team Play", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play with Team Magma in its name." @@ -1421,16 +1044,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Zu-Ka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -1443,36 +1062,22 @@ "id": "ex4-24", "name": "Team Aqua's Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass", - "Darkness" - ], - "evolvesTo": [ - "Cacturne" - ], - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "types": ["Grass", "Darkness"], + "evolvesTo": ["Cacturne"], + "rules": ["This Pokémon is both Grass Darkness type."], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Pin Missile", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -1484,16 +1089,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "K. Utsunomiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -1506,16 +1107,10 @@ "id": "ex4-25", "name": "Team Aqua's Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "abilities": [ { "name": "Dark Lift", @@ -1526,10 +1121,7 @@ "attacks": [ { "name": "Slow-Acting Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Poisoned." @@ -1541,16 +1133,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Mt. TBT", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -1563,32 +1151,21 @@ "id": "ex4-26", "name": "Team Aqua's Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Double Pinchers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Dark Poison", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Discard a basic Energy card attached to Team Aqua's Corphish or this attack does nothing. The Defending Pokémon is now Poisoned." @@ -1600,16 +1177,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Jungo Suzuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -1622,32 +1195,21 @@ "id": "ex4-27", "name": "Team Aqua's Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Plasma", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Team Aqua's Electrike." @@ -1665,16 +1227,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "M. Akiyama", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -1687,13 +1245,9 @@ "id": "ex4-28", "name": "Team Aqua's Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Team Aqua's Chinchou", "abilities": [ { @@ -1705,11 +1259,7 @@ "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1727,16 +1277,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Jungo Suzuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -1749,32 +1295,21 @@ "id": "ex4-29", "name": "Team Aqua's Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Team Aqua's Electrike", "attacks": [ { "name": "Aqua Beam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon has Team Magma in its name, the Defending Pokémon is now Confused." }, { "name": "Chaos Crush", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is Confused, discard an Energy card attached to the Defending Pokémon." @@ -1792,16 +1327,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "K. Utsunomiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -1814,30 +1345,21 @@ "id": "ex4-30", "name": "Team Aqua's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Aqua's Poochyena", "attacks": [ { "name": "Aqua Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Pokémon that has Team Aqua in its name, show up to 3 of them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1855,16 +1377,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Shin-ichi Yoshikawa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -1877,35 +1395,22 @@ "id": "ex4-31", "name": "Team Aqua's Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Team Aqua's Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Knock Over", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard any Stadium card in play." @@ -1917,17 +1422,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "T. Honda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -1940,32 +1440,21 @@ "id": "ex4-32", "name": "Team Magma's Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Psymist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, choose 1 of you opponent's Pokémon and put 1 damage counter on that Pokémon." }, { "name": "Pain Amplifier", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon that already has damage counters on it." @@ -1977,16 +1466,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Atsuko Ujiie", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -1999,32 +1484,21 @@ "id": "ex4-33", "name": "Team Magma's Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Baltoy", "attacks": [ { "name": "Clay Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Clay Pulse", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2036,16 +1510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Zu-Ka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -2058,32 +1528,21 @@ "id": "ex4-34", "name": "Team Magma's Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Team Magma's Houndour", "attacks": [ { "name": "Target Scorch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has Team Aqua in its name, the Defending Pokémon is now Burned." }, { "name": "Damage Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage." @@ -2095,16 +1554,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Ikuji", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2117,32 +1572,21 @@ "id": "ex4-35", "name": "Team Magma's Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Dark Shock", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2154,16 +1598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Ujiie", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -2176,34 +1616,22 @@ "id": "ex4-36", "name": "Team Magma's Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Team Magma's Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Land Sonic", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Confused." @@ -2215,16 +1643,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Hiromichi Sugiyama", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2237,13 +1661,9 @@ "id": "ex4-37", "name": "Team Magma's Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Team Magma's Poochyena", "abilities": [ { @@ -2255,10 +1675,7 @@ "attacks": [ { "name": "Lunge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2276,16 +1693,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Shin-ichi Yoshikawa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -2298,33 +1711,21 @@ "id": "ex4-38", "name": "Team Magma's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Double Damage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each Defending Pokémon." }, { "name": "Horn Rush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -2336,16 +1737,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mt. TBT", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -2358,31 +1755,21 @@ "id": "ex4-39", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy card from your hand to Bulbasaur." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2394,16 +1781,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -2416,22 +1799,14 @@ "id": "ex4-40", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Bone Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -2443,16 +1818,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -2465,32 +1836,21 @@ "id": "ex4-41", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and 3 damage counters from Jigglypuff (all if there are less than 3). Jigglypuff is now Asleep." @@ -2502,16 +1862,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -2524,32 +1880,21 @@ "id": "ex4-42", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Plunder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon (before they affect the damage)." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2561,16 +1906,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -2583,32 +1924,21 @@ "id": "ex4-43", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Pikachu during your opponent's next turn." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2620,16 +1950,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -2642,31 +1968,21 @@ "id": "ex4-44", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2678,16 +1994,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -2700,33 +2012,21 @@ "id": "ex4-45", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Tail Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -2738,16 +2038,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -2760,16 +2056,10 @@ "id": "ex4-46", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "abilities": [ { "name": "Shell Retreat", @@ -2780,9 +2070,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2794,16 +2082,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -2816,32 +2100,21 @@ "id": "ex4-47", "name": "Team Aqua's Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Poison Fang", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -2853,16 +2126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Yosuke Da Silva", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -2875,32 +2144,21 @@ "id": "ex4-48", "name": "Team Aqua's Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Fin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2912,16 +2170,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Hiromichi Sugiyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -2934,32 +2188,21 @@ "id": "ex4-49", "name": "Team Aqua's Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Wave Splash", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2977,16 +2220,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Kazuo Yazawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -2999,22 +2238,14 @@ "id": "ex4-50", "name": "Team Aqua's Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Toxic Grip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3026,16 +2257,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Jungo Suzuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3048,32 +2275,21 @@ "id": "ex4-51", "name": "Team Aqua's Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Slash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slow-Acting Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Poisoned." @@ -3085,16 +2301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Jungo Suzuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3107,32 +2319,21 @@ "id": "ex4-52", "name": "Team Aqua's Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3150,16 +2351,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "M. Akiyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3172,32 +2369,21 @@ "id": "ex4-53", "name": "Team Aqua's Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Self Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to Team Aqua's Electrike." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3215,16 +2401,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "M. Akiyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3237,32 +2419,21 @@ "id": "ex4-54", "name": "Team Aqua's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3280,16 +2451,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3302,32 +2469,21 @@ "id": "ex4-55", "name": "Team Aqua's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Aqua Crush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -3345,16 +2501,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3367,22 +2519,14 @@ "id": "ex4-56", "name": "Team Aqua's Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3394,16 +2538,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -3416,32 +2556,21 @@ "id": "ex4-57", "name": "Team Aqua's Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Rollout", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aqua Trance", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Asleep." @@ -3453,16 +2582,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -3475,32 +2600,21 @@ "id": "ex4-58", "name": "Team Magma's Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Fighting"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3512,16 +2626,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Katsura Tabata", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3534,22 +2644,14 @@ "id": "ex4-59", "name": "Team Magma's Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Fighting"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3561,16 +2663,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Katsura Tabata", "rarity": "Common", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3583,32 +2681,21 @@ "id": "ex4-60", "name": "Team Magma's Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Spin", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3620,16 +2707,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Atsuko Ujiie", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3642,32 +2725,21 @@ "id": "ex4-61", "name": "Team Magma's Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Night Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3679,16 +2751,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Atsuko Ujiie", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3701,32 +2769,21 @@ "id": "ex4-62", "name": "Team Magma's Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." @@ -3738,16 +2795,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Ujiie", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3760,32 +2813,21 @@ "id": "ex4-63", "name": "Team Magma's Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Kick Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Steady Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3797,16 +2839,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Atsuko Ujiie", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3819,32 +2857,21 @@ "id": "ex4-64", "name": "Team Magma's Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3856,16 +2883,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Katsura Tabata", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -3878,22 +2901,14 @@ "id": "ex4-65", "name": "Team Magma's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Snarl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to the Defending Pokémon. If tails, the Defending Pokémon is now Paralyzed." @@ -3911,16 +2926,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3933,32 +2944,21 @@ "id": "ex4-66", "name": "Team Magma's Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Darkness Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Sharp Fang", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3976,16 +2976,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -3998,32 +2994,21 @@ "id": "ex4-67", "name": "Team Magma's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Second Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 10 damage plus 20 more damage." @@ -4035,16 +3020,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Yosuke Da Silva", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -4057,32 +3038,21 @@ "id": "ex4-68", "name": "Team Magma's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knock Over", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "You may discard any Stadium card in play." @@ -4094,17 +3064,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Yosuke Da Silva", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -4117,9 +3082,7 @@ "id": "ex4-69", "name": "Team Aqua Schemer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard any 1 Pokémon from your hand. Then draw 3 cards. If you discarded a Pokémon with Team Aqua in its name, draw 4 cards instead." @@ -4139,9 +3102,7 @@ "id": "ex4-70", "name": "Team Magma Schemer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard any 1 Pokémon from your hand. Then draw 3 cards. If you discarded a Pokémon with Team Magma in its name, draw 4 cards instead." @@ -4161,9 +3122,7 @@ "id": "ex4-71", "name": "Archie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Pokémon with Team Aqua in its name and put it onto your Bench. Shuffle your deck afterward. Treat the new Benched Pokémon as a Basic Pokémon. If it is a Stage 2 Pokémon, put 2 damage counters on that Pokémon." @@ -4183,9 +3142,7 @@ "id": "ex4-72", "name": "Dual Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Basic Pokémon card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4204,9 +3161,7 @@ "id": "ex4-73", "name": "Maxie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your hand or discard pile for a Pokémon with Team Magma in its name and put it onto your Bench. Treat the new Benched Pokémon as a Basic Pokémon. If it is a Stage 2 Pokémon, put 2 damage counters on that Pokémon." @@ -4226,9 +3181,7 @@ "id": "ex4-74", "name": "Strength Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Strength Charm to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Whenever an attack from the Pokémon that Strength Charm is attached to does damage to the Active Pokémon (after applying Weakness and Resistance), the attack does 10 more damage. At the end of the turn in which this happens, discard Strength Charm." @@ -4248,9 +3201,7 @@ "id": "ex4-75", "name": "Team Aqua Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon that has Team Aqua in its name, show it to your opponent, and put it into your hand. If tails, search your deck for a Basic Pokémon that has Team Aqua in its name, show it to your opponent and put it into your hand. Shuffle your deck afterward." ], @@ -4269,9 +3220,7 @@ "id": "ex4-76", "name": "Team Aqua Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Team Aqua Belt to 1 of your Pokémon with Team Aqua in its name that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon Team Aqua Belt is attached to is your Active Pokémon, search your deck for a card that evolves from that Pokémon and put it on that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck aftrerward, then discard Team Aqua Belt." @@ -4291,9 +3240,7 @@ "id": "ex4-77", "name": "Team Aqua Conspirator", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 in any combination of Basic Pokémon with Team Aqua in its name and basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4313,9 +3260,7 @@ "id": "ex4-78", "name": "Team Aqua Hideout", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each Pokémon that does not have Team Aqua in its name pays Colorless more to retreat." @@ -4335,18 +3280,14 @@ "id": "ex4-79", "name": "Team Aqua Technical Machine 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon that has Team Aqua in its name. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Team Aqua Technical Machine 01." ], "attacks": [ { "name": "Miracle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." @@ -4367,9 +3308,7 @@ "id": "ex4-80", "name": "Team Magma Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon that has Team Magma in its name, show it to your opponent, and put it into your hand. If tails, search your deck for a Basic Pokémon that has Team Magma in its name, show it to your opponent and put it into your hand. Shuffle your deck afterward." ], @@ -4388,9 +3327,7 @@ "id": "ex4-81", "name": "Team Magma Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Team Magma Belt to 1 of your Pokémon with Team Magma in its name that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon Team Magma Belt is attached to is your Active Pokémon, search your deck for a card that evolves from that Pokémon and put it on that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward, then discard Team Magma Belt." @@ -4410,9 +3347,7 @@ "id": "ex4-82", "name": "Team Magma Conspirator", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 in any combination of Basic Pokémon with Team Magma in its name and basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4432,9 +3367,7 @@ "id": "ex4-83", "name": "Team Magma Hideout", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Whenever any player plays a Basic Pokémon that doesn't have Team Magma in its name from his or her hand, that player puts 1 damage counter on that Pokémon." @@ -4454,18 +3387,14 @@ "id": "ex4-84", "name": "Team Magma Technical Machine 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon that has Team Magma in its name. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Team Magma Technical Machine 01." ], "attacks": [ { "name": "Crushing Magma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose an Energy card attached to the Defending Pokémon and put that card at the bottom of your opponent's deck." @@ -4486,9 +3415,7 @@ "id": "ex4-85", "name": "Warp Point", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches 1 of his or her Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch 1 of your Active Pokémon with 1 of your Benched Pokémon, if any." ], @@ -4507,9 +3434,7 @@ "id": "ex4-86", "name": "Aqua Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Aqua Energy can be attached only to a Pokémon with Team Aqua in its name. Aqua Energy provides Water and Darkness Energy but provides 2 Energy at a time. (Doesn't count as a basic Energy card when not in play and has no other effect than providing Energy.) At the end of your turn, discard Aqua Energy." ], @@ -4528,9 +3453,7 @@ "id": "ex4-87", "name": "Magma Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Magma Energy can be attached only to a Pokémon with Team Magma in its name. Magma Energy provides Fighting and /or Darkness Energy but provides 2 Energy at a time. (Doesn't count as a basic Energy card when not in play and has no other effect than providing Energy.) At the end of your turn, discard Magma Energy." ], @@ -4549,9 +3472,7 @@ "id": "ex4-88", "name": "Double Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Double Rainbow Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). While in play, Double Rainbow Energy provides every type of Energy but provides 2 Energy at a time. (Doesn't count as a basic Energy when not in play and has no effect other than providing Energy.) Damage done to your opponent's Pokémon by the Pokémon Double Rainbow Energy is attached to is reduced by 10 (after applying Weakness and Resistance). When the Pokémon Double Rainbow Energy is attached to is no longer an Evolved Pokémon, discard Double Rainbow Energy." ], @@ -4570,14 +3491,9 @@ "id": "ex4-89", "name": "Blaziken ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4585,22 +3501,14 @@ "attacks": [ { "name": "Blaze Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage. If tails, this attack does 30 damage and the Defending Pokémon is now Burned." }, { "name": "Volcanic Ash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Fire Energy attached to Blaziken ex and then choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4616,17 +3524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -4639,14 +3542,9 @@ "id": "ex4-90", "name": "Cradily ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4661,22 +3559,14 @@ "attacks": [ { "name": "Eerie Light", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused." }, { "name": "Acidic Poison", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Poisoned and Burned." @@ -4692,17 +3582,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal" }, @@ -4715,34 +3600,23 @@ "id": "ex4-91", "name": "Entei ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard 2 Energy attached to Entei ex." @@ -4754,17 +3628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -4777,34 +3646,23 @@ "id": "ex4-92", "name": "Raikou ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Lightning Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, Raikou ex does 20 damage to itself." @@ -4816,17 +3674,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -4839,14 +3692,9 @@ "id": "ex4-93", "name": "Sceptile ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4854,33 +3702,21 @@ "attacks": [ { "name": "Green Heal", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 4 damage counters from each of your Pokémon that has Grass Energy attached. If that Pokémon has less than 4 damage counters, remove all of them." }, { "name": "Poison Ring", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned. The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Slashing Strike", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Sceptile ex can't use Slashing Strike during your next turn." @@ -4902,17 +3738,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -4925,34 +3756,23 @@ "id": "ex4-94", "name": "Suicune ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Flip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. You may move an Energy card attached to that Pokémon to another of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Reverse Stream", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may return all basic Energy cards attached to Suicune ex to your hand. If you do, this attack does 50 damage plus 10 more damage for each basic Energy card you returned." @@ -4964,17 +3784,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -4987,14 +3802,9 @@ "id": "ex4-95", "name": "Swampert ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Marshtomp", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5002,20 +3812,14 @@ "attacks": [ { "name": "Hyper Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each basic Energy attached to Swampert ex but not used to pay for this attack's Energy cost. You can't add more than 80 damage in this way." }, { "name": "Crushing Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. After doing damage, flip a coin. If heads, your opponent discards an Energy card, if any, attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5027,18 +3831,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -5051,31 +3849,20 @@ "id": "ex4-96", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies or any other effects on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5087,16 +3874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -5109,29 +3892,20 @@ "id": "ex4-97", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies or any other effects on the Defending Pokémon." @@ -5143,16 +3917,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex5.json b/cards/en/ex5.json index 5a7bf3205..7b6dec799 100644 --- a/cards/en/ex5.json +++ b/cards/en/ex5.json @@ -3,30 +3,21 @@ "id": "ex5-1", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Shadow Steal", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 20 more damage for each Special Energy card in your opponent's discard pile." }, { "name": "Darkness Chant", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of Basic Pokémon or Evolution cards in your discard pile. Put that many damage counters on the Defending Pokémon. You can't put more than 6 damage counters on the Defending Pokémon in this way." @@ -44,16 +35,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -66,13 +53,9 @@ "id": "ex5-2", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -84,9 +67,7 @@ "attacks": [ { "name": "Muddy Eye", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of basic Energy cards attached to Claydol and the Defending Pokémon." @@ -98,16 +79,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -120,30 +97,21 @@ "id": "ex5-3", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Flutter Trick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, look at your opponent's hand and choose 1 card. Your opponent discards the card you chose." }, { "name": "Triple Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned. Put 3 damage counters instead of 1 on the Defending Pokémon between turns." @@ -158,9 +126,7 @@ "number": "3", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -173,33 +139,21 @@ "id": "ex5-4", "name": "Dark Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass", - "Darkness" - ], - "rules": [ - "This Pokémon is both GrassDarkness type." - ], + "types": ["Grass", "Darkness"], + "rules": ["This Pokémon is both GrassDarkness type."], "attacks": [ { "name": "Dark Provide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 1 Grass or Darkness Energy card from your hand to your Pokémon." }, { "name": "Leaf Poison", - "cost": [ - "Grass", - "Darkness" - ], + "cost": ["Grass", "Darkness"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -211,16 +165,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ken Ikuji", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -233,31 +183,21 @@ "id": "ex5-5", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Swift", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Mass Destruction", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both Electrode and the Defending Pokémon are now Knocked Out. If Electrode has any Special Energy cards attached to it, this attack does nothing." @@ -269,16 +209,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -291,53 +227,35 @@ "id": "ex5-6", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Breaking Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bass Control", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thunderous Roar", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Confused." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -349,17 +267,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal" }, @@ -372,30 +285,20 @@ "id": "ex5-7", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Extra Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Pokémon-ex in play, search your deck for up to 2 Grass Energy cards and attach them to Heracross. Shuffle your deck afterward." }, { "name": "Sonicboom", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -407,16 +310,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -429,33 +328,21 @@ "id": "ex5-8", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic", - "Metal" - ], - "rules": [ - "This Pokémon is both Psychic Metal type." - ], + "types": ["Psychic", "Metal"], + "rules": ["This Pokémon is both Psychic Metal type."], "attacks": [ { "name": "Make a Wish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it on that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Jirachi. Shuffle your deck afterward." }, { "name": "Mind Bend", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -467,16 +354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Ryo Ueda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -489,13 +372,9 @@ "id": "ex5-9", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -507,22 +386,14 @@ "attacks": [ { "name": "Brick Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Cross Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 30 more damage." @@ -534,17 +405,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -557,32 +423,21 @@ "id": "ex5-10", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Meditate", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." }, { "name": "Chakra Points", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each card in your opponent's hand." @@ -594,16 +449,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -616,18 +467,11 @@ "id": "ex5-11", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic", - "Metal" - ], + "types": ["Psychic", "Metal"], "evolvesFrom": "Metang", - "rules": [ - "This Pokémon is both Psychic Metal type." - ], + "rules": ["This Pokémon is both Psychic Metal type."], "abilities": [ { "name": "Metal Juncture", @@ -638,11 +482,7 @@ "attacks": [ { "name": "Squared Attack", - "cost": [ - "Psychic", - "Metal", - "Colorless" - ], + "cost": ["Psychic", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -660,17 +500,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -683,13 +518,9 @@ "id": "ex5-12", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -701,22 +532,14 @@ "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Distorted Wave", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Before doing damage, remove 3 damage counters from the Defending Pokémon (all if there are less than 3)." @@ -728,17 +551,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -751,13 +569,9 @@ "id": "ex5-13", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Crust", @@ -768,10 +582,7 @@ "attacks": [ { "name": "Sonicboom", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -783,16 +594,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -805,32 +612,21 @@ "id": "ex5-14", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Push Aside", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Look at your opponent's hand and choose 1 Basic Pokémon or Evolution card you find there. Your opponent puts it at the bottom of his or her deck." }, { "name": "Supernatural Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 40 damage plus 40 more damage." @@ -848,17 +644,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -871,13 +662,9 @@ "id": "ex5-15", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "abilities": [ { @@ -889,11 +676,7 @@ "attacks": [ { "name": "Sheer Cold", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn." @@ -905,18 +688,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -929,13 +706,9 @@ "id": "ex5-16", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -947,20 +720,14 @@ "attacks": [ { "name": "Miracle Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -978,17 +745,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -1001,28 +763,20 @@ "id": "ex5-17", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Chime", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)" }, { "name": "Psychic Boom", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." @@ -1034,16 +788,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -1056,30 +806,21 @@ "id": "ex5-18", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Stun Needle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Mystic Water", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Psychic Energy in play." @@ -1094,9 +835,7 @@ "number": "18", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal" }, @@ -1109,32 +848,21 @@ "id": "ex5-19", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Dark Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Darkness Pokémon in play." @@ -1146,16 +874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal" }, @@ -1168,30 +892,21 @@ "id": "ex5-20", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Silver Wind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 30 more damage." @@ -1212,9 +927,7 @@ "number": "20", "artist": "Toshinao Aoki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -1227,33 +940,22 @@ "id": "ex5-21", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Metal Load", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Metal Energy card and attach it to Metang." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1271,17 +973,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -1294,13 +991,9 @@ "id": "ex5-22", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1312,21 +1005,14 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1338,16 +1024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Toshinao Aoki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1360,13 +1042,9 @@ "id": "ex5-23", "name": "Rain Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperamental Weather", @@ -1377,19 +1055,14 @@ "attacks": [ { "name": "Scattered Shower", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Draw up to 5 cards." }, { "name": "Rainy Day Blues", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Low Pressure System is in play, the Defending Pokémon is now Confused." @@ -1401,16 +1074,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1423,13 +1092,9 @@ "id": "ex5-24", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Deep Sleep", @@ -1440,9 +1105,7 @@ "attacks": [ { "name": "Yawn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1454,16 +1117,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -1476,13 +1135,9 @@ "id": "ex5-25", "name": "Snow-cloud Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Temperamental Weather", @@ -1493,21 +1148,14 @@ "attacks": [ { "name": "Flurries", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "White Snow", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "If Magnetic Storm is in play, this attack does 50 damage plus 20 more damage." @@ -1519,17 +1167,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1542,13 +1185,9 @@ "id": "ex5-26", "name": "Sunny Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Temperamental Weather", @@ -1559,20 +1198,14 @@ "attacks": [ { "name": "Sunshine", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Stadium card, show it to your opponent, and put it into your hand." }, { "name": "Sunburn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If High Pressure System is in play, the Defending Pokémon is now Burned." @@ -1584,17 +1217,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1607,29 +1235,20 @@ "id": "ex5-27", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Fruition", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Move 1 Energy card attached to Tropius to another of your Pokémon and remove 4 damage counters from that Pokémon (all if there are less than 4)." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1641,16 +1260,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -1663,16 +1278,10 @@ "id": "ex5-28", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Levitate", @@ -1683,9 +1292,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1703,17 +1310,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -1726,16 +1328,10 @@ "id": "ex5-29", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Magnetic Call", @@ -1746,10 +1342,7 @@ "attacks": [ { "name": "Metal Charge", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Put 1 damage counter on Beldum." @@ -1767,17 +1360,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -1790,13 +1378,9 @@ "id": "ex5-30", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Temperamental Weather", @@ -1807,19 +1391,14 @@ "attacks": [ { "name": "Forecast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card and play it. Shuffle your deck afterward." }, { "name": "Extra Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 20 damage plus 20 more damage." @@ -1831,16 +1410,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal" }, @@ -1853,32 +1428,21 @@ "id": "ex5-31", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard 1 Energy attached to the Defending Pokémon." }, { "name": "Ram", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1890,16 +1454,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -1912,33 +1472,21 @@ "id": "ex5-32", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Coral Glow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a number of cards up to the number of your opponent's Basic Pokémon in play. (You can't have more than 10 cards in your hand in this way.)" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1950,16 +1498,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -1972,13 +1516,9 @@ "id": "ex5-33", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -1990,20 +1530,14 @@ "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Dodrio." }, { "name": "Slashing Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, Dodrio can't use Slashing Strike during your next turn." @@ -2024,9 +1558,7 @@ "number": "33", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -2039,13 +1571,9 @@ "id": "ex5-34", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -2057,11 +1585,7 @@ "attacks": [ { "name": "Heavy Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Benched Pokémon." @@ -2073,16 +1597,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal" }, @@ -2095,36 +1615,22 @@ "id": "ex5-35", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Cling", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "After your attack, remove from Gloom the number of damage counters equal to the damage you did to the Defending Pokémon. If Gloom has fewer damage counters than that, remove all of them." }, { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2136,16 +1642,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2158,33 +1660,22 @@ "id": "ex5-36", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Sharp Fang", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2196,16 +1687,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2218,16 +1705,10 @@ "id": "ex5-37", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Jigglypuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Jigglypuff"], "abilities": [ { "name": "Baby Evolution", @@ -2238,9 +1719,7 @@ "attacks": [ { "name": "Set Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and a basic Energy card, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -2252,16 +1731,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -2274,13 +1749,9 @@ "id": "ex5-38", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -2292,11 +1763,7 @@ "attacks": [ { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard all Lightning Energy attached to Lanturn. If you do, this attack's base damage is 90 instead of 50." @@ -2308,17 +1775,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -2331,35 +1793,22 @@ "id": "ex5-39", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Cracking Voice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, each Defending Pokémon is now Confused." }, { "name": "Light Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2371,17 +1820,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal" }, @@ -2394,28 +1838,20 @@ "id": "ex5-40", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Loving Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have the same number of cards in your hand as your opponent has in his or her hand." }, { "name": "Sweet Temptation", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. This attack does 10 damage to the new Defending Pokémon." @@ -2427,16 +1863,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -2449,17 +1881,11 @@ "id": "ex5-41", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "abilities": [ { "name": "Strikes Back", @@ -2470,10 +1896,7 @@ "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2485,16 +1908,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2507,30 +1926,21 @@ "id": "ex5-42", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Steady Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Power Heal", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Medicham. After doing damage, remove 1 damage counter from Medicham." @@ -2542,16 +1952,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -2564,35 +1970,22 @@ "id": "ex5-43", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Metal Ball", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 5 damage counters on the Defending Pokémon." @@ -2604,17 +1997,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -2627,17 +2015,11 @@ "id": "ex5-44", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "abilities": [ { "name": "Levitate", @@ -2648,10 +2030,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2669,17 +2048,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -2692,34 +2066,22 @@ "id": "ex5-45", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Upper Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -2737,16 +2099,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2759,17 +2117,11 @@ "id": "ex5-46", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "abilities": [ { "name": "Power Diffusion", @@ -2780,20 +2132,14 @@ "attacks": [ { "name": "Horn Drill", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Hyper Tail", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, this attack does 50 damage plus 20 more damage." @@ -2805,17 +2151,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -2828,34 +2169,22 @@ "id": "ex5-47", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Super Icy Wind", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Skull Bash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2867,16 +2196,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -2889,28 +2214,20 @@ "id": "ex5-48", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "The Hula-la", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, both the Defending Pokémon and Spinda are now Confused." }, { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Spinda." @@ -2922,16 +2239,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal" }, @@ -2944,31 +2257,21 @@ "id": "ex5-49", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rainbow Star", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each type of basic Energy attached to the Defending Pokémon." @@ -2980,16 +2283,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3002,31 +2301,21 @@ "id": "ex5-50", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Swallow Up", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Swalot. If the Defending Pokémon has fewer remaining HP than Swalot's, this attack does 50 damage plus 30 more damage." @@ -3038,17 +2327,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal" }, @@ -3061,30 +2345,21 @@ "id": "ex5-51", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Long Tentacle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, discard an Energy card attached to the Defending Pokémon." }, { "name": "Toxic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -3099,9 +2374,7 @@ "number": "51", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -3114,22 +2387,14 @@ "id": "ex5-52", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3141,16 +2406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3163,32 +2424,21 @@ "id": "ex5-53", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3200,16 +2450,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3222,31 +2468,21 @@ "id": "ex5-54", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Psychic"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Metal Ball", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon." @@ -3258,16 +2494,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -3280,22 +2512,14 @@ "id": "ex5-55", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3313,16 +2537,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3335,32 +2555,21 @@ "id": "ex5-56", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3372,16 +2581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3394,32 +2599,21 @@ "id": "ex5-57", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3431,16 +2625,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3453,17 +2643,10 @@ "id": "ex5-58", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "abilities": [ { "name": "Exoskeleton", @@ -3474,10 +2657,7 @@ "attacks": [ { "name": "Bubble", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3489,16 +2669,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal" }, @@ -3511,32 +2687,21 @@ "id": "ex5-59", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Swift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Cyndaquil." @@ -3548,16 +2713,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Ikuji", "rarity": "Common", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3570,22 +2731,14 @@ "id": "ex5-60", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3603,16 +2756,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -3625,31 +2774,21 @@ "id": "ex5-61", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ascension", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Feebas and put it on Feebas. (This counts as evolving Feebas.) Shuffle your deck afterward." @@ -3661,16 +2800,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -3683,31 +2818,21 @@ "id": "ex5-62", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Grass"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Spit Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3719,16 +2844,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -3741,32 +2862,21 @@ "id": "ex5-63", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sleepy Song", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Each Defending Pokémon is now Asleep." @@ -3778,16 +2888,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -3800,32 +2906,21 @@ "id": "ex5-64", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30-", "text": "Does 30 damage minus 10 damage for each damage counter on Machop." @@ -3837,16 +2932,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -3859,31 +2950,21 @@ "id": "ex5-65", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Psychic"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Double Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Calm Mind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Meditite (remove 1 if there is only 1)." @@ -3895,16 +2976,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -3917,32 +2994,21 @@ "id": "ex5-66", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Steady Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3954,16 +3020,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -3976,29 +3038,20 @@ "id": "ex5-67", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Minus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose 1 Energy attached to the Defending Pokémon. Your opponent returns that card to his or her hand." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4016,16 +3069,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -4038,31 +3087,21 @@ "id": "ex5-68", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4074,16 +3113,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -4096,29 +3131,20 @@ "id": "ex5-69", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Plus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, attach a Lightning Energy card from your hand to any of your Pokémon." }, { "name": "Dazzle Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4136,16 +3162,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -4158,33 +3180,21 @@ "id": "ex5-70", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Rhyhorn does 10 damage to itself." @@ -4196,16 +3206,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -4218,32 +3224,21 @@ "id": "ex5-71", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Growth Spurt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy card from your hand to Seedot." }, { "name": "Trip Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4255,16 +3250,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -4277,22 +3268,14 @@ "id": "ex5-72", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Shadow Crush", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "You may discard 1 Psychic Energy card attached to Shuppet. If you do, your opponent discards 1 Energy card attached to the Defending Pokémon." @@ -4310,16 +3293,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -4332,33 +3311,21 @@ "id": "ex5-73", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Ice Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4370,16 +3337,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -4392,22 +3355,14 @@ "id": "ex5-74", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." @@ -4419,16 +3374,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -4441,16 +3392,10 @@ "id": "ex5-75", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "abilities": [ { "name": "Core Guard", @@ -4461,9 +3406,7 @@ "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4475,16 +3418,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -4497,22 +3436,14 @@ "id": "ex5-76", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Splash About", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Surskit has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage." @@ -4524,16 +3455,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -4546,16 +3473,10 @@ "id": "ex5-77", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "abilities": [ { "name": "Freefloating", @@ -4566,9 +3487,7 @@ "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4580,16 +3499,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -4602,22 +3517,14 @@ "id": "ex5-78", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Sleepy Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Asleep." @@ -4629,16 +3536,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -4651,32 +3554,21 @@ "id": "ex5-79", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage for each damage counter on Totodile." }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4688,16 +3580,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Shin-ichi Yoshikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -4710,32 +3598,21 @@ "id": "ex5-80", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Recharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to Voltorb. Shuffle your deck afterward." }, { "name": "Rolling Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4747,16 +3624,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4769,31 +3642,21 @@ "id": "ex5-81", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ascension", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Vulpix and put it on Vulpix. (This counts as evolving Vulpix.) Shuffle your deck afterward." @@ -4805,16 +3668,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4827,22 +3686,14 @@ "id": "ex5-82", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Wail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4854,16 +3705,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -4876,31 +3723,21 @@ "id": "ex5-83", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Surprise", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -4912,16 +3749,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4934,18 +3767,14 @@ "id": "ex5-84", "name": "Ancient Technical Machine [Ice]", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Pokémon (excluding Pokémon-ex and Pokémon that has an owner in its name) in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Ancient Technical Machine [Ice]." ], "attacks": [ { "name": "Ice Generator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all of your opponent's Trainer cards in play. If you do, prevent all effects, including damage, done to the Pokémon using this attack during your opponent's next turn." @@ -4966,18 +3795,14 @@ "id": "ex5-85", "name": "Ancient Technical Machine [Rock]", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Pokémon (excluding Pokémon-ex and Pokémon that has an owner in its name) in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Ancient Technical Machine [Rock]." ], "attacks": [ { "name": "Stone Generator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, remove the highest Stage Evolution card from each of them and put those cards back into his or her hand." @@ -4998,19 +3823,14 @@ "id": "ex5-86", "name": "Ancient Technical Machine [Steel]", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Evolved Pokémon (excluding Pokémon-ex and Pokémon that has an owner in its name) in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Ancient Technical Machine [Steel]." ], "attacks": [ { "name": "Steel Generator", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon has a Poké-Power or Poké-Body, choose up to 2 basic Energy cards attached to 1 of your opponent's Pokémon and attach them to the Defending Pokémon." @@ -5031,9 +3851,7 @@ "id": "ex5-87", "name": "Ancient Tomb", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Don't apply Weakness for all Pokémon in play (excluding Pokémon-ex and Pokémon that has an owner in its name)." @@ -5053,9 +3871,7 @@ "id": "ex5-88", "name": "Desert Ruins", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "At any time between turns, each player puts 1 damage counter on his or her Pokémon-ex with maximum HP of at least 100." @@ -5075,9 +3891,7 @@ "id": "ex5-89", "name": "Island Cave", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Whenever any player attaches an Energy card from his or her hand to Water Pokémon, Fighting Pokémon, or Metal Pokémon, remove any Special Conditions from that Pokémon." @@ -5097,9 +3911,7 @@ "id": "ex5-90", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your Pokémon (excluding Pokémon-ex). Remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)." ], @@ -5118,9 +3930,7 @@ "id": "ex5-91", "name": "Magnetic Storm", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Any damage done by attacks from Psychic Pokémon and Fighting Pokémon (both yours and your opponent's) is not affected by Resistance." @@ -5140,9 +3950,7 @@ "id": "ex5-92", "name": "Steven's Advice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw a number of cards up to the number of your opponent's Pokémon in play.", @@ -5163,14 +3971,9 @@ "id": "ex5-93", "name": "Groudon ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5184,21 +3987,14 @@ "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage is not affected by Resistance." }, { "name": "Crushing Mantle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may discard from your hand as many Energy cards as you like. If you do, this attack does 50 damage plus 10 more damage for each Energy card you discarded." @@ -5210,18 +4006,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -5234,14 +4024,9 @@ "id": "ex5-94", "name": "Kyogre ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5255,21 +4040,14 @@ "attacks": [ { "name": "Water Arrow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Tidal Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may show your hand to your opponent. If you do, this attack does 50 damage plus 10 more damage for each Energy card in your hand. After doing damage, shuffle the Energy cards back into your deck." @@ -5281,18 +4059,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "94", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -5305,14 +4077,9 @@ "id": "ex5-95", "name": "Metagross ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5320,22 +4087,14 @@ "attacks": [ { "name": "Metal Reversal", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. If you do, this attack does 40 damage to the new Defending Pokémon." }, { "name": "Extra Comet Punch", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "During your next turn, Extra Comet Punch does 50 damage plus 50 more damage." @@ -5357,19 +4116,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -5382,14 +4134,9 @@ "id": "ex5-96", "name": "Ninetales ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5397,21 +4144,14 @@ "attacks": [ { "name": "Intense Glare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Burned and Confused." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a Fire Energy attached to Ninetales ex." @@ -5423,16 +4163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -5445,14 +4181,9 @@ "id": "ex5-97", "name": "Regice ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5466,11 +4197,7 @@ "attacks": [ { "name": "Freeze Lock", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent can't attach Energy cards from his or her hand to the Defending Pokémon during his or her next turn." @@ -5482,17 +4209,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal" }, @@ -5505,14 +4227,9 @@ "id": "ex5-98", "name": "Regirock ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5526,11 +4243,7 @@ "attacks": [ { "name": "Tonnage", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 60 damage plus 20 more damage. If you do, Regirock ex does 30 damage to itself." @@ -5542,18 +4255,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal" }, @@ -5566,14 +4273,9 @@ "id": "ex5-99", "name": "Registeel ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5587,11 +4289,7 @@ "attacks": [ { "name": "Steel Wave", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 20 damage to each of your opponent's Benched Pokémon of the same type as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5609,17 +4307,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal" }, @@ -5632,14 +4325,9 @@ "id": "ex5-100", "name": "Vileplume ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5654,11 +4342,7 @@ "attacks": [ { "name": "Special Formula", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned. If tails, the Defending Pokémon is now Confused." @@ -5670,17 +4354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -5693,14 +4372,9 @@ "id": "ex5-101", "name": "Wigglytuff ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5708,21 +4382,14 @@ "attacks": [ { "name": "Sleepy Song", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Each Defending Pokémon is now Asleep." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each of your Benched Pokémon." @@ -5734,16 +4401,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -5756,32 +4419,20 @@ "id": "ex5-102", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5793,18 +4444,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex6.json b/cards/en/ex6.json index d0044bf6d..aa1141cb3 100644 --- a/cards/en/ex6.json +++ b/cards/en/ex6.json @@ -3,31 +3,21 @@ "id": "ex6-1", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Link Needle", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 50 damage plus 30 more damage for each Beedrill (excluding this one) you have in play." @@ -42,9 +32,7 @@ "number": "1", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -57,13 +45,9 @@ "id": "ex6-2", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "abilities": [ { @@ -75,21 +59,14 @@ "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -110,9 +87,7 @@ "number": "2", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -125,13 +100,9 @@ "id": "ex6-3", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "abilities": [ { @@ -143,20 +114,14 @@ "attacks": [ { "name": "Cold Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Aurora Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -168,17 +133,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Toshinao Aoki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -191,13 +151,9 @@ "id": "ex6-4", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Form Variation", @@ -208,9 +164,7 @@ "attacks": [ { "name": "Energy Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Ditto but not used to pay for this attack's Energy cost. You can't add more then 20 damage in this way." @@ -222,16 +176,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Miki Tanaka", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -244,30 +194,21 @@ "id": "ex6-5", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Psychic Exchange", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Draw up to 8 cards." }, { "name": "Big Eggsplosion", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin for each Energy attached to Exeggutor. This attack does 40 damage times the number of heads." @@ -279,17 +220,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -302,40 +238,27 @@ "id": "ex6-6", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fetch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "One-Two Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage." @@ -347,17 +270,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -370,32 +288,21 @@ "id": "ex6-7", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Vengeance", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Basic Pokémon and each Evolution card in your discard pile. You can't add more than 60 damage in this way." @@ -407,16 +314,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Aya Kusube", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -429,13 +332,9 @@ "id": "ex6-8", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -447,22 +346,14 @@ "attacks": [ { "name": "Earth Poison", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Poisoned." }, { "name": "Bound Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Nidoking can't use Bound Crush during your next turn." @@ -474,18 +365,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -498,13 +383,9 @@ "id": "ex6-9", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -516,20 +397,14 @@ "attacks": [ { "name": "Toxic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." }, { "name": "Power Lariat", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Evolved Pokémon you have in play." @@ -541,17 +416,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -564,13 +434,9 @@ "id": "ex6-10", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "abilities": [ { @@ -582,10 +448,7 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -606,9 +469,7 @@ "number": "10", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -621,13 +482,9 @@ "id": "ex6-11", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -639,21 +496,14 @@ "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Mega Throw", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 50 damage plus 30 more damage." @@ -665,17 +515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -688,31 +533,21 @@ "id": "ex6-12", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Recharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to Raichu. Shuffle your deck afterward." }, { "name": "Thunder Reflection", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may move any number of Lightning Energy cards attached to Raichu to another of your Pokémon." @@ -724,16 +559,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -746,13 +577,9 @@ "id": "ex6-13", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -764,21 +591,14 @@ "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." }, { "name": "Rear Kick", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -790,16 +610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -812,13 +628,9 @@ "id": "ex6-14", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -830,10 +642,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -845,16 +654,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yuka Morii", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -867,13 +672,9 @@ "id": "ex6-15", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Rest Up", @@ -884,20 +685,14 @@ "attacks": [ { "name": "Collapse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Snorlax is now Asleep." }, { "name": "Toss and Turn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If Snorlax is Asleep, this attack does 30 damage plus 30 more damage. (This attack can be used even if Snorlax is Asleep.)" @@ -909,18 +704,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -933,30 +722,20 @@ "id": "ex6-16", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Knock Over", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may discard any Stadium card in play." }, { "name": "Rampage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Tauros. After doing damage, flip a coin. If tails, Tauros is now Confused." @@ -968,16 +747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -990,13 +765,9 @@ "id": "ex6-17", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -1008,11 +779,7 @@ "attacks": [ { "name": "Acid", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -1024,17 +791,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -1047,32 +809,21 @@ "id": "ex6-18", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Arcanine does 10 damage to itself." @@ -1084,17 +835,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -1107,33 +853,21 @@ "id": "ex6-19", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Egg Surprise", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, Chansey does 50 damage to the Defending Pokémon. If tails, remove 5 damage counters from Chansey. (All if there are less than 5.)" @@ -1145,17 +879,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -1168,13 +897,9 @@ "id": "ex6-20", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "abilities": [ { @@ -1186,21 +911,14 @@ "attacks": [ { "name": "Double Bubble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads. If either of the coins is heads, the Defending Pokémon is now Paralyzed." }, { "name": "Shell Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1212,16 +930,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -1234,13 +948,9 @@ "id": "ex6-21", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -1252,10 +962,7 @@ "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -1273,16 +980,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -1295,32 +998,21 @@ "id": "ex6-22", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Sonicboom", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." @@ -1332,16 +1024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1354,31 +1042,21 @@ "id": "ex6-23", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Hoard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon Tool cards and attach them to any of your Pokémon (excluding Pokémon that already have a Pokémon Tool attached to them). Shuffle your deck afterward." }, { "name": "Cross-Cut", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 10 damage plus 20 more damage." @@ -1396,16 +1074,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -1418,13 +1092,9 @@ "id": "ex6-24", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "abilities": [ { @@ -1436,21 +1106,14 @@ "attacks": [ { "name": "Shot Air", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1468,16 +1131,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -1490,13 +1149,9 @@ "id": "ex6-25", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -1508,10 +1163,7 @@ "attacks": [ { "name": "Hypnotic Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -1523,16 +1175,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1545,30 +1193,21 @@ "id": "ex6-26", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Salt Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Water Energy cards and attach them to Kingler. Shuffle your deck afterward." }, { "name": "Hyper Pump", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each basic Energy attached to Kingler but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -1580,17 +1219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal" }, @@ -1603,35 +1237,22 @@ "id": "ex6-27", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Speed Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1649,16 +1270,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -1671,31 +1288,21 @@ "id": "ex6-28", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Toss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "You may discard from your hand as many Technical Machine and Pokémon Tool cards as you like. This attack does 30 damage times the number of cards you discarded." }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1710,9 +1317,7 @@ "number": "28", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -1725,16 +1330,10 @@ "id": "ex6-29", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "abilities": [ { "name": "Leaf Ride", @@ -1745,10 +1344,7 @@ "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 20 more damage. If all of them are heads, this attack does 10 damage plus 40 more damage." @@ -1760,16 +1356,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -1782,31 +1374,21 @@ "id": "ex6-30", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Vine Tease", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your Prize cards without showing your opponent. Choose 1 of the Prize cards and switch it with the top card of your deck without looking at the top card of your deck. If you have no cards in your deck, this attack does nothing." }, { "name": "Wiggle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Poisoned." @@ -1824,16 +1406,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -1846,35 +1424,22 @@ "id": "ex6-31", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Damage Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage." @@ -1886,16 +1451,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1908,31 +1469,21 @@ "id": "ex6-32", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Ambush", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -1944,16 +1495,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -1966,32 +1513,21 @@ "id": "ex6-33", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2003,16 +1539,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -2025,17 +1557,11 @@ "id": "ex6-34", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Head Trip", @@ -2046,10 +1572,7 @@ "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2067,16 +1590,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2089,34 +1608,22 @@ "id": "ex6-35", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Poison Seed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2128,16 +1635,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2150,17 +1653,11 @@ "id": "ex6-36", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "abilities": [ { "name": "Poison Payback", @@ -2171,9 +1668,7 @@ "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2185,17 +1680,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2208,32 +1698,21 @@ "id": "ex6-37", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tongue Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2245,17 +1724,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -2268,32 +1742,21 @@ "id": "ex6-38", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Mischief", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's deck." }, { "name": "Light Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2305,16 +1768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -2327,17 +1786,11 @@ "id": "ex6-39", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Energy Protection", @@ -2348,10 +1801,7 @@ "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2363,17 +1813,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -2386,33 +1831,22 @@ "id": "ex6-40", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fast Evolution", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 2 Evolution cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -2424,16 +1858,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -2446,34 +1876,22 @@ "id": "ex6-41", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Rend", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 damage plus 30 more damage." @@ -2485,16 +1903,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -2507,32 +1921,21 @@ "id": "ex6-42", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tunneling", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose up to 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Onix can't attack during your next turn." @@ -2544,18 +1947,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -2568,30 +1965,21 @@ "id": "ex6-43", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Energy Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to any of your Pokémon (excluding Pokémon-ex) in any way you like. Shuffle your deck afterward." }, { "name": "Toxic Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -2603,16 +1991,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -2625,13 +2009,9 @@ "id": "ex6-44", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "abilities": [ { @@ -2643,19 +2023,14 @@ "attacks": [ { "name": "Poison Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Shining Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -2667,16 +2042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -2689,33 +2060,22 @@ "id": "ex6-45", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2736,9 +2096,7 @@ "number": "45", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -2751,34 +2109,22 @@ "id": "ex6-46", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a basic Energy card and attach it to Poliwhirl." }, { "name": "Bubble", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2790,16 +2136,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -2812,32 +2154,21 @@ "id": "ex6-47", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Data Retrieval", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have less than 4 cards in your hand, draw cards until you have 4 cards in your hand." }, { "name": "Confuse Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Confused." @@ -2849,16 +2180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -2871,13 +2198,9 @@ "id": "ex6-48", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "abilities": [ { @@ -2889,18 +2212,14 @@ "attacks": [ { "name": "Pickup", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Basic Pokémon (or Evolution card), a Trainer card, and an Energy card. Show them to your opponent and put them into your hand." }, { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 40 more damage." @@ -2915,9 +2234,7 @@ "number": "48", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -2930,13 +2247,9 @@ "id": "ex6-49", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -2948,19 +2261,14 @@ "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned." }, { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -2975,9 +2283,7 @@ "number": "49", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -2990,34 +2296,22 @@ "id": "ex6-50", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Wartortle but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "After your attack, you may switch Wartortle with 1 of your Benched Pokémon." @@ -3029,17 +2323,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -3052,33 +2341,22 @@ "id": "ex6-51", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Corrosive Acid", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned." @@ -3090,16 +2368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -3112,13 +2386,9 @@ "id": "ex6-52", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "abilities": [ { @@ -3130,10 +2400,7 @@ "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Wigglytuff by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -3145,16 +2412,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -3167,22 +2430,14 @@ "id": "ex6-53", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3194,16 +2449,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -3216,32 +2467,21 @@ "id": "ex6-54", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep and Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3253,16 +2493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -3275,32 +2511,21 @@ "id": "ex6-55", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gouge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3312,16 +2537,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -3334,31 +2555,21 @@ "id": "ex6-56", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metapod and a Butterfree card, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3370,16 +2581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal" }, @@ -3392,22 +2599,14 @@ "id": "ex6-57", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Burned." @@ -3419,16 +2618,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3441,32 +2636,21 @@ "id": "ex6-58", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3478,16 +2662,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3500,32 +2680,21 @@ "id": "ex6-59", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Gesture", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Moon Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3537,16 +2706,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -3559,32 +2724,21 @@ "id": "ex6-60", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Linear Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3596,16 +2750,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -3618,22 +2768,14 @@ "id": "ex6-61", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3645,16 +2787,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -3667,32 +2805,21 @@ "id": "ex6-62", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Run Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Doduo with 1 of your Benched Pokémon." }, { "name": "Random Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 10 damage plus 10 more damage for each heads." @@ -3710,16 +2837,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -3732,22 +2855,14 @@ "id": "ex6-63", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Slow Trip Gas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon is now Confused." @@ -3765,16 +2880,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -3787,33 +2898,21 @@ "id": "ex6-64", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3825,17 +2924,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3848,32 +2942,21 @@ "id": "ex6-65", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep." }, { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -3885,16 +2968,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -3907,31 +2986,21 @@ "id": "ex6-66", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Nap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Krabby (remove 1 if there is only 1)." @@ -3943,17 +3012,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal" }, @@ -3966,32 +3030,21 @@ "id": "ex6-67", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Ascension", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a card that evolves from Magikarp and put it on Magikarp. (This counts as evolving Magikarp.) Shuffle your deck afterward." @@ -4003,16 +3056,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -4025,32 +3074,21 @@ "id": "ex6-68", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Speed Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4068,16 +3106,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4090,32 +3124,21 @@ "id": "ex6-69", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4127,16 +3150,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4149,32 +3168,21 @@ "id": "ex6-70", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Look for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Reveal cards from your deck until you reveal a Basic Pokémon. Show that card to your opponent and put it into your hand. Shuffle the other revealed cards into your deck. (If you don't reveal a Basic Pokémon, shuffle all the revealed cards back into your deck.)" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4186,16 +3194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -4208,31 +3212,21 @@ "id": "ex6-71", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Nidoran ♀ or Nidoran ♂ card and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4244,16 +3238,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -4266,31 +3256,21 @@ "id": "ex6-72", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Toxic Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4302,16 +3282,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -4324,32 +3300,21 @@ "id": "ex6-73", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Corner", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4367,16 +3332,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -4389,22 +3350,14 @@ "id": "ex6-74", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for a Lightning Energy card and attach it to Pikachu." @@ -4416,16 +3369,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4438,32 +3387,21 @@ "id": "ex6-75", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Spiral Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4475,16 +3413,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -4497,23 +3431,14 @@ "id": "ex6-76", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4525,16 +3450,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -4547,31 +3468,21 @@ "id": "ex6-77", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4583,16 +3494,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4605,22 +3512,14 @@ "id": "ex6-78", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4632,16 +3531,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -4654,31 +3549,21 @@ "id": "ex6-79", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Minimize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Shellder by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4690,16 +3575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -4712,23 +3593,14 @@ "id": "ex6-80", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Slowpoke and the Defending Pokémon are now Confused." @@ -4740,16 +3612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4762,32 +3630,21 @@ "id": "ex6-81", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4805,16 +3662,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -4827,22 +3680,14 @@ "id": "ex6-82", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Sleepy Ball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -4854,16 +3699,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Toshinao Aoki", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -4876,32 +3717,21 @@ "id": "ex6-83", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "After your attack, you may switch Squirtle with 1 of your Benched Pokémon." @@ -4913,16 +3743,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -4935,31 +3761,21 @@ "id": "ex6-84", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Psycho Waves", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Venonat. The Defending Pokémon is now Confused." }, { "name": "Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4971,16 +3787,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -4993,16 +3805,10 @@ "id": "ex6-85", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "abilities": [ { "name": "Floating Electrons", @@ -5013,10 +3819,7 @@ "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5028,16 +3831,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5050,31 +3849,21 @@ "id": "ex6-86", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Grass Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Poison Spurt", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Grass Energy card attached to Weedle. The Defending Pokémon is now Poisoned." @@ -5086,16 +3875,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -5108,9 +3893,7 @@ "id": "ex6-87", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "If you have any cards in your hand, shuffle 1 of them into your deck, then draw 3 cards." @@ -5131,9 +3914,7 @@ "id": "ex6-88", "name": "Celio's Network", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Basic Pokémon or Evolution card (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -5153,9 +3934,7 @@ "id": "ex6-89", "name": "Energy Removal 2", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and discard it." ], @@ -5174,9 +3953,7 @@ "id": "ex6-90", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -5197,9 +3974,7 @@ "id": "ex6-91", "name": "EXP.ALL", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach EXP. ALL to 1 of your Pokémon (excluding Pokémon-ex and Pokémon that has an owner in its name) that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "During your opponent's turn, if 1 of your Active Pokémon is Knocked Out by your opponent's attack, you may take 1 basic Energy card attached to that Knocked Out Pokémon and attach it to the Pokémon with EXP.ALL attached to it. If you do, discard EXP.ALL." @@ -5219,9 +3994,7 @@ "id": "ex6-92", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon (excluding Pokémon-ex) and put it onto your Bench. Shuffle your deck afterward." ], @@ -5242,9 +4015,7 @@ "id": "ex6-93", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your Pokémon (excluding Pokémon-ex), and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)." ], @@ -5263,9 +4034,7 @@ "id": "ex6-94", "name": "Mt. Moon", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Any Pokémon (both yours and your opponent's) with maximum HP less than 70 can't use any Poké-Powers." @@ -5285,9 +4054,7 @@ "id": "ex6-95", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon or Evolution card, show it to your opponent and put it into your hand. Shuffle your deck afterward." ], @@ -5308,9 +4075,7 @@ "id": "ex6-96", "name": "PokéDex HANDY909", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle your deck. Look at 6 cards from the top of your deck, then put them back on top of your deck in any order." ], @@ -5329,9 +4094,7 @@ "id": "ex6-97", "name": "Pokémon Reversal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." ], @@ -5350,9 +4113,7 @@ "id": "ex6-98", "name": "Prof. Oak's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck, then draw 5 cards." @@ -5372,9 +4133,7 @@ "id": "ex6-99", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, return 1 of your Pokémon and all cards attached to it to your hand." ], @@ -5394,9 +4153,7 @@ "id": "ex6-100", "name": "VS Seeker", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for a Supporter card, show it to your opponent, and put it into your hand." ], @@ -5416,9 +4173,7 @@ "id": "ex6-101", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -5439,9 +4194,7 @@ "id": "ex6-102", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -5462,9 +4215,7 @@ "id": "ex6-103", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play.) Multi Energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -5483,14 +4234,9 @@ "id": "ex6-104", "name": "Blastoise ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5505,12 +4251,7 @@ "attacks": [ { "name": "Hyper Whirlpool", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, your opponent discards an Energy card attached to the Defending Pokémon." @@ -5522,18 +4263,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -5546,14 +4281,9 @@ "id": "ex6-105", "name": "Charizard ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5568,24 +4298,14 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Burn Down", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 5, "damage": "200", "text": "Discard 5 Fire Energy attached to Charizard ex. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, and any other effects on the Defending Pokémon." @@ -5601,17 +4321,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Hiromichi Sugiyama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -5624,14 +4339,9 @@ "id": "ex6-106", "name": "Clefable ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5639,20 +4349,14 @@ "attacks": [ { "name": "Metronome", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type that Pokémon is, Clefable ex's type is still Colorless.) Clefable ex performs that attack." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5664,17 +4368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -5687,14 +4386,9 @@ "id": "ex6-107", "name": "Electrode ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5709,10 +4403,7 @@ "attacks": [ { "name": "Crush and Burn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard as many Energy as you like attached to your Pokémon in play. If you do, this attack does 30 damage plus 20 more damage for each Energy you discarded." @@ -5724,16 +4415,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -5746,14 +4433,9 @@ "id": "ex6-108", "name": "Gengar ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5761,21 +4443,14 @@ "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Look at your opponent's hand. This attack does 40 damage plus 10 more damage for each Trainer card in your opponent's hand." }, { "name": "Prize Count", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have more Prize cards left than your opponent, this attack does 60 damage plus 40 more damage." @@ -5801,17 +4476,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -5824,14 +4494,9 @@ "id": "ex6-109", "name": "Gyarados ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5839,23 +4504,14 @@ "attacks": [ { "name": "Twister", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip 2 coins. For each heads, choose 1 Energy attached to the Defending Pokémon, if any, and discard it. If both are tails, this attack does nothing." }, { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "" @@ -5867,18 +4523,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -5891,14 +4541,9 @@ "id": "ex6-110", "name": "Mr. Mime ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5912,25 +4557,18 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -5943,14 +4581,9 @@ "id": "ex6-111", "name": "Mr. Mime ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5964,25 +4597,18 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -5995,14 +4621,9 @@ "id": "ex6-112", "name": "Venusaur ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -6017,24 +4638,14 @@ "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned, Burned, and Confused." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "90", "text": "" @@ -6050,18 +4661,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -6074,32 +4679,21 @@ "id": "ex6-113", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Charmander." @@ -6111,16 +4705,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Ken Sugimori", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -6133,14 +4723,9 @@ "id": "ex6-114", "name": "Articuno ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6154,11 +4739,7 @@ "attacks": [ { "name": "Cold Crush", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard an Energy card attached to Articuno ex. If you do, your opponent discards an Energy card attached to the Defending Pokémon." @@ -6170,17 +4751,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Ryo Ueda", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -6193,14 +4769,9 @@ "id": "ex6-115", "name": "Moltres ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6214,11 +4785,7 @@ "attacks": [ { "name": "Crushing Flames", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may discard an Energy card attached to Moltres ex. If you do, the Defending Pokémon is now Confused." @@ -6230,17 +4797,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "Ryo Ueda", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -6253,14 +4815,9 @@ "id": "ex6-116", "name": "Zapdos ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6274,11 +4831,7 @@ "attacks": [ { "name": "Electron Crush", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may discard an Energy card attached to Zapdos ex. If you do, this attack does 50 damage plus 20 more damage." @@ -6290,17 +4843,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Ryo Ueda", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex7.json b/cards/en/ex7.json index f117a24aa..4268bd1fe 100644 --- a/cards/en/ex7.json +++ b/cards/en/ex7.json @@ -3,13 +3,9 @@ "id": "ex7-1", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "abilities": [ { @@ -21,10 +17,7 @@ "attacks": [ { "name": "Water Punch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin for each Water Energy attached to Azumarill. This attack does 20 damage plus 20 more damage for each heads." @@ -36,16 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -58,18 +47,11 @@ "id": "ex7-2", "name": "Dark Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "evolvesFrom": "Dark Flaaffy", - "rules": [ - "This Pokémon is both Lightning Darkness type." - ], + "rules": ["This Pokémon is both Lightning Darkness type."], "abilities": [ { "name": "Darkest Impulse", @@ -80,21 +62,14 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Lightning Energy attached to Dark Ampharos." @@ -106,17 +81,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Emi Miwa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -129,18 +99,11 @@ "id": "ex7-3", "name": "Dark Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Dark Golbat", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "abilities": [ { "name": "Black Beam", @@ -151,20 +114,14 @@ "attacks": [ { "name": "Dark Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove from Dark Crobat a number of damage counters equal to the number of your opponent's Pokémon in play." }, { "name": "Skill Dive", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -182,16 +139,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kyoko Koizumi", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -204,18 +157,11 @@ "id": "ex7-4", "name": "Dark Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "evolvesFrom": "Voltorb", - "rules": [ - "This Pokémon is both Lightning Darkness type." - ], + "rules": ["This Pokémon is both Lightning Darkness type."], "abilities": [ { "name": "Darkness Navigation", @@ -226,9 +172,7 @@ "attacks": [ { "name": "Energy Bomb", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may move all Energy cards attached to Dark Electrode to your Benched Pokémon in any way you like." @@ -240,16 +184,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -262,36 +202,22 @@ "id": "ex7-5", "name": "Dark Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire", - "Darkness" - ], + "types": ["Fire", "Darkness"], "evolvesFrom": "Houndour", - "rules": [ - "This Pokémon is both Fire Darkness type." - ], + "rules": ["This Pokémon is both Fire Darkness type."], "attacks": [ { "name": "Shakedown", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose a card from your opponent's hand without looking and discard it." }, { "name": "Dark Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard a Fire Energy or Darkness Energy attached to Dark Houndoom. If you do, this attack does 40 damage plus 20 more damage." @@ -309,16 +235,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -331,34 +253,22 @@ "id": "ex7-6", "name": "Dark Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "evolvesFrom": "Drowzee", - "rules": [ - "This Pokémon is both Psychic Darkness type." - ], + "rules": ["This Pokémon is both Psychic Darkness type."], "attacks": [ { "name": "Dark Link", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose an attack on 1 of your Pokémon in play that has Dark in its name (excluding this one). Dark Link copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Dark Hypno's type is still Psychic Darkness.) Dark Hypno performs that attack." }, { "name": "Black Magic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of your opponent's Benched Pokémon." @@ -370,16 +280,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -392,36 +298,22 @@ "id": "ex7-7", "name": "Dark Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Cubone", - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "rules": ["This Pokémon is both Fighting Darkness type."], "attacks": [ { "name": "Brick Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Hard Bone", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a Basic Pokémon or Evolution card from your hand or this attack does nothing." @@ -433,16 +325,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -455,34 +343,22 @@ "id": "ex7-8", "name": "Dark Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Remoraid", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "attacks": [ { "name": "Black Suction Cups", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each Defending Pokémon. Flip a coin. If heads, each Defending Pokémon is now Paralyzed." }, { "name": "Ink Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to Dark Octillery but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -494,16 +370,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -516,18 +388,11 @@ "id": "ex7-9", "name": "Dark Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "evolvesFrom": "Slowpoke", - "rules": [ - "This Pokémon is both Psychic Darkness type." - ], + "rules": ["This Pokémon is both Psychic Darkness type."], "abilities": [ { "name": "Cunning", @@ -538,10 +403,7 @@ "attacks": [ { "name": "Litter", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard a combination of up to 2 Pokémon Tool cards and Rocket's Secret Machine cards from your hand. If you do, this attack does 20 damage plus 30 more damage for each card you discarded." @@ -553,16 +415,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -575,37 +433,22 @@ "id": "ex7-10", "name": "Dark Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Onix", - "rules": [ - "This Pokémon is both Darkness Metal type." - ], + "rules": ["This Pokémon is both Darkness Metal type."], "attacks": [ { "name": "Energy Link", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Search your discard pile for an Energy card and attach it to Dark Steelix." }, { "name": "Heavy Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -623,19 +466,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "10", "artist": "Kyoko Koizumi", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -648,13 +484,9 @@ "id": "ex7-11", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -666,9 +498,7 @@ "attacks": [ { "name": "Energy Crush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon." @@ -689,9 +519,7 @@ "number": "11", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -704,13 +532,9 @@ "id": "ex7-12", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -722,21 +546,14 @@ "attacks": [ { "name": "Hyper Whirlpool", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon." }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -748,17 +565,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -771,36 +583,22 @@ "id": "ex7-13", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Sheer Cold", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Tonnage", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "You may do 60 damage plus 40 more damage. If you do, Piloswine does 30 damage to itself." @@ -812,17 +610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -835,17 +628,11 @@ "id": "ex7-14", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Holy Shield", @@ -856,21 +643,14 @@ "attacks": [ { "name": "Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Rainbow Moves", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon's attacks. Rainbow Moves copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Togetic's type is still Colorless.) Togetic performs that attack." @@ -888,16 +668,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -910,13 +686,9 @@ "id": "ex7-15", "name": "Dark Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dark Dragonair", "abilities": [ { @@ -928,21 +700,14 @@ "attacks": [ { "name": "Double Wing Attack", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "Does 30 damage to each Defending Pokémon." }, { "name": "Claw Swipe", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -964,17 +729,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -987,18 +747,11 @@ "id": "ex7-16", "name": "Dark Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Grimer", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "abilities": [ { "name": "Sticky Goo", @@ -1009,20 +762,14 @@ "attacks": [ { "name": "Slimy Water", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." }, { "name": "Acidic Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Burned and Poisoned." @@ -1034,16 +781,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -1056,30 +799,21 @@ "id": "ex7-17", "name": "Dark Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Dark Seed", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn. Put 5 damage counters on the Defending Pokémon at the end of your opponent's next turn." }, { "name": "Spread Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned. This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1094,9 +828,7 @@ "number": "17", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -1109,18 +841,11 @@ "id": "ex7-18", "name": "Dark Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Sandshrew", - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "rules": ["This Pokémon is both Fighting Darkness type."], "abilities": [ { "name": "Poison Payback", @@ -1131,11 +856,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1150,9 +871,7 @@ "number": "18", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -1165,44 +884,28 @@ "id": "ex7-19", "name": "Dark Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dark Pupitar", "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Dark Tyranitar." }, { "name": "Spinning Tail", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite Off", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "70+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 70 damage plus 50 more damage." @@ -1220,17 +923,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1243,18 +941,11 @@ "id": "ex7-20", "name": "Dark Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Dark Pupitar", - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "rules": ["This Pokémon is both Fighting Darkness type."], "abilities": [ { "name": "Sand Damage", @@ -1265,11 +956,7 @@ "attacks": [ { "name": "Second Strike", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 20 more damage." @@ -1281,18 +968,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Kyoko Koizumi", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1305,13 +986,9 @@ "id": "ex7-21", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Gift Exchange", @@ -1322,10 +999,7 @@ "attacks": [ { "name": "Souvenir", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. If 1 of them is heads, put 4 damage counters on the Defending Pokémon. If 2 of them are heads, remove 1 damage counter from the Defending Pokémon. If all of them are heads, put 10 damage counters on the Defending Pokémon. If all of them are tails, remove all damage counters from the Defending Pokémon." @@ -1337,16 +1011,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -1359,30 +1029,21 @@ "id": "ex7-22", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Quick Change", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 3 cards in your hand and put them on top of your deck. Then, search your deck for that many cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Quick Tail Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, you may flip a coin. If heads, this attack does 80 damage instead. If tails, this attack does nothing." @@ -1394,16 +1055,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -1416,13 +1073,9 @@ "id": "ex7-23", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "abilities": [ { @@ -1434,21 +1087,14 @@ "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1460,16 +1106,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -1482,16 +1124,10 @@ "id": "ex7-24", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "abilities": [ { "name": "Baby Evolution", @@ -1502,9 +1138,7 @@ "attacks": [ { "name": "Detour", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have a Supporter card in play, use the effect on that card as the effect of this attack." @@ -1516,16 +1150,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -1538,16 +1168,10 @@ "id": "ex7-25", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "abilities": [ { "name": "Dark Spell", @@ -1558,10 +1182,7 @@ "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Switch Misdreavus with 1 of your Benched Pokémon." @@ -1579,16 +1200,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -1601,13 +1218,9 @@ "id": "ex7-26", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "abilities": [ { @@ -1619,9 +1232,7 @@ "attacks": [ { "name": "Hyper Pump", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 20 more damage for each basic Energy card attached to Quagsire but not used to pay for this attack's Energy cost. You can't add more than 60 damage in this way." @@ -1633,17 +1244,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -1656,13 +1262,9 @@ "id": "ex7-27", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Spiny", @@ -1673,10 +1275,7 @@ "attacks": [ { "name": "Stun Poison", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." @@ -1688,16 +1287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal" }, @@ -1710,31 +1305,21 @@ "id": "ex7-28", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Quick Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Swift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1752,16 +1337,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -1774,34 +1355,22 @@ "id": "ex7-29", "name": "Dark Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Ekans", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "attacks": [ { "name": "Swallow Up", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Dark Arbok. If the Defending Pokémon has fewer remaining HP than Dark Arbok's, this attack does 10 damage plus 30 more damage." }, { "name": "Extra Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned." @@ -1813,16 +1382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Nakaoka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -1835,35 +1400,22 @@ "id": "ex7-30", "name": "Dark Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Spinarak", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Poisoned." }, { "name": "Breaking Impact", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage for each Colorless Energy in that Pokémon's Retreat Cost (after applying effects to the Retreat Cost). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1875,16 +1427,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kyoko Koizumi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -1897,17 +1445,11 @@ "id": "ex7-31", "name": "Dark Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "abilities": [ { "name": "Evolutionary Light", @@ -1918,10 +1460,7 @@ "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1943,16 +1482,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Emi Miwa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1965,35 +1500,22 @@ "id": "ex7-32", "name": "Dark Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Double Tackle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon." }, { "name": "Crushing Blow", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -2015,16 +1537,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -2037,37 +1555,23 @@ "id": "ex7-33", "name": "Dark Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], - "rules": [ - "This Pokémon is both Lightning Darkness type." - ], + "evolvesTo": ["Ampharos"], + "rules": ["This Pokémon is both Lightning Darkness type."], "attacks": [ { "name": "Thunder Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is a Basic Pokémon, the Defending Pokémon is now Paralyzed. Dark Flaaffy can't use Thunder Slash during your next turn." }, { "name": "Headbutt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2079,16 +1583,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -2101,27 +1601,16 @@ "id": "ex7-34", "name": "Dark Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "evolvesTo": ["Crobat"], + "rules": ["This Pokémon is both Grass Darkness type."], "attacks": [ { "name": "Night Ambush", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Does 30 damage to 1 of your opponent's Pokémon. Dark Golbat can't attack during your next turn. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2136,9 +1625,7 @@ "number": "34", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2151,36 +1638,22 @@ "id": "ex7-35", "name": "Dark Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Psyduck", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "attacks": [ { "name": "Darkness Shield", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to each of your Active Pokémon during your opponent's next turn." }, { "name": "Cold Crush", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard an Energy card attached to Dark Golduck. If you do, discard an Energy attached to the Defending Pokémon." @@ -2192,16 +1665,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Nakaoka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2214,18 +1683,11 @@ "id": "ex7-36", "name": "Dark Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water", - "Darkness" - ], + "types": ["Water", "Darkness"], "evolvesFrom": "Magikarp", - "rules": [ - "This Pokémon is both Water Darkness type." - ], + "rules": ["This Pokémon is both Water Darkness type."], "abilities": [ { "name": "Dark Scale", @@ -2236,21 +1698,14 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dark Streak", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, each Defending Pokémon is now Paralyzed." @@ -2268,17 +1723,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Nakaoka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -2291,18 +1741,11 @@ "id": "ex7-37", "name": "Dark Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire", - "Darkness" - ], + "types": ["Fire", "Darkness"], "evolvesFrom": "Houndour", - "rules": [ - "This Pokémon is both Fire Darkness type." - ], + "rules": ["This Pokémon is both Fire Darkness type."], "abilities": [ { "name": "Fire Breath", @@ -2313,11 +1756,7 @@ "attacks": [ { "name": "Fire Payback", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have less Benched Pokémon than your opponent, this attack does 40 damage plus 20 more damage." @@ -2329,16 +1768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Nakaoka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -2351,35 +1786,22 @@ "id": "ex7-38", "name": "Dark Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire", - "Darkness" - ], + "types": ["Fire", "Darkness"], "evolvesFrom": "Slugma", - "rules": [ - "This Pokémon is both Fire Darkness type." - ], + "rules": ["This Pokémon is both Fire Darkness type."], "attacks": [ { "name": "Energy Press", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each basic Energy card attached to all of your Active Pokémon." }, { "name": "Linear Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2391,17 +1813,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Nakaoka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -2414,39 +1831,23 @@ "id": "ex7-39", "name": "Dark Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], - "rules": [ - "This Pokémon is both Lightning Darkness type." - ], + "evolvesTo": ["Magnezone"], + "rules": ["This Pokémon is both Lightning Darkness type."], "attacks": [ { "name": "Magnetic Lines", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has at least 2 Pokémon in play, move a basic Energy card from the Defending Pokémon to another of your opponent's Pokémon." }, { "name": "Poison Pulse", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -2458,16 +1859,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Emi Miwa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -2480,37 +1877,23 @@ "id": "ex7-40", "name": "Dark Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "evolvesTo": ["Tyranitar"], + "rules": ["This Pokémon is both Fighting Darkness type."], "attacks": [ { "name": "Explosive Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance.) Then, search your deck for a card that evolves from Dark Pupitar and put it on Dark Pupitar. (This counts as evolving Dark Pupitar.) Shuffle your deck afterward." }, { "name": "Double Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 20 damage to each Defending Pokémon." @@ -2522,16 +1905,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2544,39 +1923,23 @@ "id": "ex7-41", "name": "Dark Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting", - "Darkness" - ], + "types": ["Fighting", "Darkness"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], - "rules": [ - "This Pokémon is both Fighting Darkness type." - ], + "evolvesTo": ["Tyranitar"], + "rules": ["This Pokémon is both Fighting Darkness type."], "attacks": [ { "name": "Dark Streak", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, each Defending Pokémon is now Paralyzed." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage is not affected by Resistance." @@ -2588,17 +1951,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Emi Miwa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2611,18 +1969,11 @@ "id": "ex7-42", "name": "Dark Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Koffing", - "rules": [ - "This Pokémon is both Grass Darkness type." - ], + "rules": ["This Pokémon is both Grass Darkness type."], "abilities": [ { "name": "Methane Leak", @@ -2633,20 +1984,14 @@ "attacks": [ { "name": "Smog", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Darkness Charge", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Put 2 damage counters on Dark Weezing." @@ -2658,17 +2003,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2681,13 +2021,9 @@ "id": "ex7-43", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Crust", @@ -2698,10 +2034,7 @@ "attacks": [ { "name": "Get Even", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have more Prize cards left than your opponent, this attack does 20 damage plus 10 more damage for each Prize card more than your opponent." @@ -2713,16 +2046,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Tomokazu Komiya", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -2735,33 +2064,21 @@ "id": "ex7-44", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Dump and Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Energy cards from your hand. Then, draw 2 cards for each Energy card you discarded." }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2773,16 +2090,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2795,13 +2108,9 @@ "id": "ex7-45", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Ripples", @@ -2812,10 +2121,7 @@ "attacks": [ { "name": "Aqua Slash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Mantine can't attack during your next turn." @@ -2827,16 +2133,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Miki Tanaka", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -2849,32 +2151,21 @@ "id": "ex7-46", "name": "Rocket's Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Snatch and Run", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon Tool card or Rocket's Secret Machine card, show it to your opponent, and put it into your hand. If you do, you may switch Rocket's Meowth with 1 of your Benched Pokémon. Shuffle your deck afterward." }, { "name": "Miraculous Comeback", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip a coin for each Pokémon in play (both yours and your opponent's). This attack does 10 damage times the number of heads. Rocket's Meowth does 10 damage times the number of tails to itself." @@ -2886,16 +2177,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -2908,29 +2195,20 @@ "id": "ex7-47", "name": "Rocket's Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Aid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for Pokémon Tool cards and Rocket's Secret Machine cards. You may show either 1 Pokémon Tool card or Rocket's Secret Machine card to your opponent and put it into your hand, or show a combination of 3 Pokémon Tool cards or Rocket's Secret Machine cards to your opponent and shuffle them into your deck." }, { "name": "Amnesia", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -2942,16 +2220,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -2964,35 +2238,22 @@ "id": "ex7-48", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Aqua Trick", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Move 1 Energy card attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon. If your opponent has no Benched Pokémon, this effect does nothing." @@ -3004,16 +2265,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -3026,17 +2283,11 @@ "id": "ex7-49", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "abilities": [ { "name": "Buffer", @@ -3047,9 +2298,7 @@ "attacks": [ { "name": "Miracle Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." @@ -3070,9 +2319,7 @@ "number": "49", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -3085,32 +2332,21 @@ "id": "ex7-50", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Mini-Metronome", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. Mini-Metronome copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Togepi's type is still Colorless.) Togepi performs that attack." @@ -3122,16 +2358,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -3144,31 +2376,21 @@ "id": "ex7-51", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Look for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Reveal cards from your deck until you reveal a Basic Pokémon. Show that card to your opponent and put it into your hand. Shuffle the other revealed cards into your deck. (If you don't reveal a Basic Pokémon, shuffle all the revealed cards back into your deck.)" }, { "name": "Bonemerang", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3180,16 +2402,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -3202,37 +2420,25 @@ "id": "ex7-52", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -3245,32 +2451,21 @@ "id": "ex7-53", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Dragon Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Asleep." }, { "name": "Tail Strike", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3292,16 +2487,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -3314,16 +2505,10 @@ "id": "ex7-54", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "abilities": [ { "name": "Insomnia", @@ -3334,9 +2519,7 @@ "attacks": [ { "name": "Soothing Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, each Defending Pokémon is now Asleep." @@ -3348,16 +2531,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -3370,22 +2549,14 @@ "id": "ex7-55", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Tail Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3397,16 +2568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -3419,32 +2586,21 @@ "id": "ex7-56", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Spit Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -3456,16 +2612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -3478,16 +2630,10 @@ "id": "ex7-57", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "abilities": [ { "name": "Buffer", @@ -3498,9 +2644,7 @@ "attacks": [ { "name": "Miracle Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." @@ -3518,16 +2662,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -3540,32 +2680,21 @@ "id": "ex7-58", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Water Plant", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Water Energy cards, show them to your opponent, and put them into your hand." }, { "name": "Swift", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -3577,16 +2706,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -3599,32 +2724,21 @@ "id": "ex7-59", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smokescreen", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3636,16 +2750,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3658,16 +2768,10 @@ "id": "ex7-60", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "abilities": [ { "name": "Dark Lift", @@ -3678,9 +2782,7 @@ "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3692,16 +2794,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3714,16 +2812,10 @@ "id": "ex7-61", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "abilities": [ { "name": "Knockout Gas", @@ -3734,9 +2826,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3748,16 +2838,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3770,22 +2856,14 @@ "id": "ex7-62", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3797,16 +2875,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3819,32 +2893,21 @@ "id": "ex7-63", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dig Drain", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Larvitar." @@ -3856,16 +2919,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3878,32 +2937,21 @@ "id": "ex7-64", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3915,16 +2963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -3937,22 +2981,14 @@ "id": "ex7-65", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." @@ -3964,16 +3000,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3986,22 +3018,14 @@ "id": "ex7-66", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -4013,16 +3037,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4035,32 +3055,21 @@ "id": "ex7-67", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4072,16 +3081,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -4094,22 +3099,14 @@ "id": "ex7-68", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4121,16 +3118,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Sumiyoshi Kizuki", "rarity": "Common", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -4143,32 +3136,21 @@ "id": "ex7-69", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Horn Rush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Granite Head", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Onix by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -4180,18 +3162,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -4204,31 +3180,21 @@ "id": "ex7-70", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headache", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't play a Trainer card from his or her hand until the end of your opponent's next turn." @@ -4240,16 +3206,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -4262,16 +3224,10 @@ "id": "ex7-71", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "abilities": [ { "name": "Scramble", @@ -4282,9 +3238,7 @@ "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4296,16 +3250,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4318,31 +3268,21 @@ "id": "ex7-72", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Snarl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to the Defending Pokémon. If tails, the Defending Pokémon is now Paralyzed." @@ -4354,16 +3294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4376,31 +3312,21 @@ "id": "ex7-73", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Energy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Remoraid. Shuffle your deck afterward." }, { "name": "Razor Fin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4412,16 +3338,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -4434,32 +3356,21 @@ "id": "ex7-74", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -4471,16 +3382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -4493,31 +3400,21 @@ "id": "ex7-75", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Friend Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck. Choose a Basic Pokémon or Evolution card you find there, show it to your opponent, and put it into your hand. Put the other 4 cards back on top of your deck. Shuffle your deck afterward." }, { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4529,16 +3426,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -4551,17 +3444,10 @@ "id": "ex7-76", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "abilities": [ { "name": "Dense", @@ -4572,9 +3458,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4586,16 +3470,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4608,32 +3488,21 @@ "id": "ex7-77", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Heat Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Slugma does 10 damage to itself." @@ -4645,17 +3514,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4668,32 +3532,21 @@ "id": "ex7-78", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Rising Lunge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4705,16 +3558,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -4727,32 +3576,21 @@ "id": "ex7-79", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Fighting"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and all damage counters from Swinub. Swinub is now Asleep." @@ -4764,16 +3602,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -4786,31 +3620,21 @@ "id": "ex7-80", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Psycho Waves", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Voltorb. The Defending Pokémon is now Confused." }, { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4822,16 +3646,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4844,16 +3664,10 @@ "id": "ex7-81", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "abilities": [ { "name": "Saturation", @@ -4864,9 +3678,7 @@ "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4878,16 +3690,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -4900,32 +3708,21 @@ "id": "ex7-82", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Dark Streak", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, each Defending Pokémon is now Paralyzed." }, { "name": "Ambush", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4937,16 +3734,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4959,9 +3752,7 @@ "id": "ex7-83", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, count the number of cards in your opponent's hand and draw that many cards." @@ -4983,9 +3774,7 @@ "id": "ex7-84", "name": "Pokémon Retriever", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Search your discard pile for Basic Pokémon and Evolution cards. You may either show 1 Basic Pokémon or Evolution card to your opponent and put it into your hand, or show a combination of 3 Basic Pokémon or Evolution cards to your opponent and shuffle them into your deck." ], @@ -5004,9 +3793,7 @@ "id": "ex7-85", "name": "Pow! Hand Extension", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "You may use this card only if you have more Prize cards left than your opponent.", "Move 1 Energy card attached to the Defending Pokémon to another of your opponent's Pokémon. Or, switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." @@ -5026,9 +3813,7 @@ "id": "ex7-86", "name": "Rocket's Admin.", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player shuffles his or her hand into his or her deck. Then, each player counts his or her Prize cards left and draws up to that many cards. (You draw your cards first.)" @@ -5048,9 +3833,7 @@ "id": "ex7-87", "name": "Rocket's Hideout", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each Pokémon with Dark or Rocket's in its name (both yours and your opponent's) gets +20 HP." @@ -5070,9 +3853,7 @@ "id": "ex7-88", "name": "Rocket's Mission", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard a card from your hand. Then, draw 3 cards. If you discarded a Pokémon that has Dark or Rocket's in its name, draw 4 cards instead." @@ -5092,9 +3873,7 @@ "id": "ex7-89", "name": "Rocket's Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with Dark in its name, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5113,9 +3892,7 @@ "id": "ex7-90", "name": "Rocket's Tricky Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each Pokémon with Dark or Rocket's in its name (both yours and your opponent's) can use attacks on this card instead of its own." @@ -5123,9 +3900,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -5146,9 +3921,7 @@ "id": "ex7-91", "name": "Surprise! Time Machine", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Choose 1 of your Evolved Pokémon, remove the highest Stage Evolution card from it, and shuffle it into your deck (this counts as devolving that Pokémon). If that Pokémon remains in play, search your deck for an Evolution card that evolves from that Pokémon and put it onto that Pokémon (this counts as evolving that Pokémon). Shuffle your deck afterward." ], @@ -5167,9 +3940,7 @@ "id": "ex7-92", "name": "Swoop! Teleporter", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Search your deck for a Basic Pokémon (excluding Pokémon-ex) and switch it with 1 of your Basic Pokémon (excluding Pokémon-ex) in play. (Any cards attached to that Pokémon, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Place the first Basic Pokémon in the discard pile. Shuffle your deck afterward." ], @@ -5188,9 +3959,7 @@ "id": "ex7-93", "name": "Venture Bomb", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Flip a coin. If heads, put 1 damage counter on 1 of your opponent's Pokémon. If tails, put 1 damage counter on 1 of your Pokémon." ], @@ -5209,9 +3978,7 @@ "id": "ex7-94", "name": "Dark Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Dark Metal Energy to 1 of your Pokémon. While in play, Dark Metal Energy provides Darkness Energy and Metal Energy, but provides only 1 Energy at a time. (Doesn't count as a basic Energy card when not in play and has no effect other than providing Energy.)" ], @@ -5230,9 +3997,7 @@ "id": "ex7-95", "name": "R Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "R Energy can be attached only to a Pokémon that has Dark or Rocket's in its name. While in play, R Energy provides 2 Darkness Energy. (Doesn't count as a basic Energy card.) If the Pokémon R Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). When your turn ends, discard R Energy." ], @@ -5251,14 +4016,9 @@ "id": "ex7-96", "name": "Rocket's Articuno ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5272,20 +4032,14 @@ "attacks": [ { "name": "Freeze Solid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Water Energy card and attach it to Rocket's Articuno ex." }, { "name": "Ice Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5297,16 +4051,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -5319,14 +4069,9 @@ "id": "ex7-97", "name": "Rocket's Entei ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5340,20 +4085,14 @@ "attacks": [ { "name": "Energy Link", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for an Energy card and attach it to Rocket's Entei ex." }, { "name": "Volcanic Ash", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to Rocket's Entei ex and then choose 1 of your opponent's Pokémon. This attack does 60 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5365,16 +4104,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -5387,14 +4122,9 @@ "id": "ex7-98", "name": "Rocket's Hitmonchan ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5408,20 +4138,14 @@ "attacks": [ { "name": "Mach Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5433,16 +4157,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -5455,46 +4175,30 @@ "id": "ex7-99", "name": "Rocket's Mewtwo ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Darkness Switch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Rocket's Mewtwo ex, and then switch all damage counters on Rocket's Mewtwo ex with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)" }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -5506,17 +4210,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -5529,14 +4228,9 @@ "id": "ex7-100", "name": "Rocket's Moltres ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5550,21 +4244,14 @@ "attacks": [ { "name": "Fire Dance", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon." }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5576,17 +4263,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -5599,14 +4281,9 @@ "id": "ex7-101", "name": "Rocket's Scizor ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Rocket's Scyther ex", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5621,11 +4298,7 @@ "attacks": [ { "name": "Rotating Claws", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may discard an Energy card attached to Rocket's Scizor ex. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Rocket's Scizor ex." @@ -5643,16 +4316,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -5665,17 +4334,10 @@ "id": "ex7-102", "name": "Rocket's Scyther ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Darkness"], + "evolvesTo": ["Scizor"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5689,20 +4351,14 @@ "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "After your attack, you may switch Rocket's Scyther ex with 1 of your Benched Pokémon." }, { "name": "Slashing Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Rocket's Scyther ex can't use Slashing Strike during your next turn." @@ -5720,16 +4376,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -5742,37 +4394,24 @@ "id": "ex7-103", "name": "Rocket's Sneasel ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drag Off", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 10 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Dark Ring", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each of your Darkness Pokémon in play." @@ -5790,16 +4429,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -5812,14 +4447,9 @@ "id": "ex7-104", "name": "Rocket's Snorlax ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5833,22 +4463,14 @@ "attacks": [ { "name": "Poison Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Rocket's Snorlax ex is now Asleep." @@ -5860,18 +4482,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -5884,14 +4500,9 @@ "id": "ex7-105", "name": "Rocket's Suicune ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5905,20 +4516,14 @@ "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Hyper Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 50 damage plus 40 more damage." @@ -5930,16 +4535,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -5952,14 +4553,9 @@ "id": "ex7-106", "name": "Rocket's Zapdos ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5973,20 +4569,14 @@ "attacks": [ { "name": "Plasma", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Lightning Energy card and attach it to Rocket's Zapdos ex." }, { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your Pokémon." @@ -5998,16 +4588,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -6020,33 +4606,21 @@ "id": "ex7-107", "name": "Mudkip ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Whirlpool", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." }, { "name": "Spring Back", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Asleep." @@ -6058,16 +4632,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -6080,33 +4650,21 @@ "id": "ex7-108", "name": "Torchic ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Fire" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Fire"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Torchic Star." }, { "name": "Spring Back", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Confused." @@ -6118,16 +4676,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -6140,33 +4694,21 @@ "id": "ex7-109", "name": "Treecko ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Grass" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Grass"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spring Back", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent has only 1 Prize card left, this attack does 20 damage plus 50 more damage and the Defending Pokémon is now Poisoned." @@ -6184,16 +4726,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -6206,33 +4744,22 @@ "id": "ex7-110", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Charmeleon." @@ -6244,16 +4771,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Ken Sugimori", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -6266,9 +4789,7 @@ "id": "ex7-111", "name": "Here Comes Team Rocket!", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player plays with his or her Prize cards face up for the rest of the game." diff --git a/cards/en/ex8.json b/cards/en/ex8.json index d0d47b2df..27fee34ac 100644 --- a/cards/en/ex8.json +++ b/cards/en/ex8.json @@ -3,13 +3,9 @@ "id": "ex8-1", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "abilities": [ { @@ -21,20 +17,14 @@ "attacks": [ { "name": "Double Wing Attack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 Damage to each Defending Pokémon." }, { "name": "Dive", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -52,16 +42,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -74,13 +60,9 @@ "id": "ex8-2", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "abilities": [ { @@ -92,20 +74,14 @@ "attacks": [ { "name": "Luring Antenna", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with 1 of the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Cutting Wind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -117,16 +93,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal" }, @@ -139,31 +111,21 @@ "id": "ex8-3", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Leaf Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If Breloom has any Grass Energy attached to it, the Defending Pokémon is now Poisoned." }, { "name": "Hustle Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70-", "text": "During your next turn, Hustle Punch attack's base damage is 50 instead of 70." @@ -175,16 +137,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -197,31 +155,21 @@ "id": "ex8-4", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Back Burner", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 basic Energy cards and attach them to your Pokémon in any way you like." }, { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -233,17 +181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -256,13 +199,9 @@ "id": "ex8-5", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -274,10 +213,7 @@ "attacks": [ { "name": "Ancient Mantra", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Claydol has any Psychic Energy attached to it, the Defending Pokémon is now Confused. If Claydol has any Fighting Energy attached to it, this attack does 20 damage plus 20 more damage." @@ -289,16 +225,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -311,13 +243,9 @@ "id": "ex8-6", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Corphish", "abilities": [ { @@ -329,21 +257,14 @@ "attacks": [ { "name": "Bubblebeam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Cross-Cut", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 40 damage plus 20 more damage." @@ -361,16 +282,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Tomoko Wakai", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -383,34 +300,22 @@ "id": "ex8-7", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Psychic Removal", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon." }, { "name": "Powerful Hand", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Count the number of cards in your hand. Put that many damage counters on the Defending Pokémon. You can't put more than 7 damage counters in this way." @@ -428,16 +333,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Tomoko Wakai", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -450,42 +351,28 @@ "id": "ex8-8", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Dragon Spark", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Full Retaliation", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of damage counters on all of your Magikarp." }, { "name": "Pulverize", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "If the Defending Pokémon already has at least 2 damage counters on it, this attack does 50 damage plus 50 more damage." @@ -497,17 +384,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -520,13 +402,9 @@ "id": "ex8-9", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Wishing Star", @@ -537,10 +415,7 @@ "attacks": [ { "name": "Metallic Blow", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon has any Poké-Bodies, this attack does 20 damage plus 30 more damage." @@ -558,16 +433,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -580,13 +451,9 @@ "id": "ex8-10", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -598,20 +465,14 @@ "attacks": [ { "name": "Healing Steps", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "You may discard as many cards as you like from your hand. If you do, remove that many damage counters from Ludicolo." }, { "name": "Circular Steps", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's), excluding Ludicolo." @@ -623,17 +484,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -646,13 +502,9 @@ "id": "ex8-11", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Metang", "abilities": [ { @@ -664,10 +516,7 @@ "attacks": [ { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "If Metagross and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 40 instead of 70." @@ -679,17 +528,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Hisao Nakamura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -702,30 +546,21 @@ "id": "ex8-12", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Seek Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Pull Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has 5 or more cards in his or her hand, your opponent discards a number of cards until your opponent has 4 cards left in his or her hand." @@ -746,9 +581,7 @@ "number": "12", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -761,17 +594,11 @@ "id": "ex8-13", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Fast Protection", @@ -782,18 +609,14 @@ "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Ninjask's Slash attack's base damage is 80." }, { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -808,9 +631,7 @@ "number": "13", "artist": "Katsura Tabata", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal" }, @@ -823,13 +644,9 @@ "id": "ex8-14", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nincada", "abilities": [ { @@ -841,9 +658,7 @@ "attacks": [ { "name": "Extra Curse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on the Defending Pokémon. If the Defending Pokémon is Pokémon-ex, put 4 damage counters instead." @@ -852,9 +667,7 @@ "number": "14", "artist": "Yukiko Baba", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal" }, @@ -867,13 +680,9 @@ "id": "ex8-15", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -885,22 +694,14 @@ "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Lazy Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Slaking is now Asleep." @@ -912,18 +713,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal" }, @@ -936,13 +731,9 @@ "id": "ex8-16", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -953,10 +744,7 @@ "attacks": [ { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If Deoxys and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 20 instead of 40." @@ -968,16 +756,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Hironobu Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -990,13 +774,9 @@ "id": "ex8-17", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -1007,11 +787,7 @@ "attacks": [ { "name": "Energy Crush", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon." @@ -1023,16 +799,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Hironobu Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -1045,13 +817,9 @@ "id": "ex8-18", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -1062,10 +830,7 @@ "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Deoxys by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -1077,16 +842,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Hironobu Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -1099,13 +860,9 @@ "id": "ex8-19", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -1117,11 +874,7 @@ "attacks": [ { "name": "Water Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin for each Water Energy attached to Ludicolo. This attack does 40 damage plus 20 more damage for each heads." @@ -1133,17 +886,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -1156,13 +904,9 @@ "id": "ex8-20", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -1174,20 +918,14 @@ "attacks": [ { "name": "Knock Over", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may discard any Stadium card in play." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1199,18 +937,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -1223,31 +955,21 @@ "id": "ex8-21", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Bay Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your next turn, if any of your current Active Pokémon does damage to any Defending Pokémon, the attack does 30 more damage (before applying Weakness and Resistance)." }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -1265,16 +987,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -1287,13 +1005,9 @@ "id": "ex8-22", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Dragon Aura", @@ -1304,10 +1018,7 @@ "attacks": [ { "name": "Tumbling Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -1319,16 +1030,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -1341,13 +1048,9 @@ "id": "ex8-23", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Night Vision", @@ -1358,18 +1061,14 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Limitation", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any Supporter Cards from his or her hand during your opponent's next turn." @@ -1381,16 +1080,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -1403,30 +1098,21 @@ "id": "ex8-24", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Triple Breach", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 3 of your opponent's Pokémon. This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rend", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 30 damage plus 20 more damage." @@ -1441,9 +1127,7 @@ "number": "24", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -1456,13 +1140,9 @@ "id": "ex8-25", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -1474,11 +1154,7 @@ "attacks": [ { "name": "Stadium Power", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If there is any Stadium card in play, this attack does 50 damage plus 20 more damage." @@ -1490,16 +1166,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -1512,13 +1184,9 @@ "id": "ex8-26", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Metallic Lift", @@ -1529,19 +1197,14 @@ "attacks": [ { "name": "Spearhead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin for each Metal Energy attached to Skarmory. This attack does 10 damage plus 20 more damage for each heads." @@ -1559,16 +1222,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1581,13 +1240,9 @@ "id": "ex8-27", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Tropical Motion", @@ -1598,21 +1253,14 @@ "attacks": [ { "name": "Miracle Blow", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -1624,16 +1272,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -1646,31 +1290,21 @@ "id": "ex8-28", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Raging Tremble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage for each damage counter on Whiscash to each Defending Pokémon. If tails, this attack does 10 damage for each damage counter on Whiscash to the Defending Pokémon." }, { "name": "Dwindling Wave", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70-", "text": "Does 70 damage minus 10 damage for each damage counter on Whiscash." @@ -1682,17 +1316,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Miki Tanaka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal" }, @@ -1705,13 +1334,9 @@ "id": "ex8-29", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "abilities": [ { @@ -1723,19 +1348,14 @@ "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each Defending Pokémon is now Confused." }, { "name": "Psyloop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 30 more damage for each Trainer card your opponent has in play." @@ -1756,9 +1376,7 @@ "number": "29", "artist": "Yuka Morii", "rarity": "Rare", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -1771,31 +1389,21 @@ "id": "ex8-30", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Spinning Horn", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage is not affected by Resistance." @@ -1807,16 +1415,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -1829,17 +1433,11 @@ "id": "ex8-31", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Self-control", @@ -1850,10 +1448,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Golbat." @@ -1868,9 +1463,7 @@ "number": "31", "artist": "Sachiko Adachi", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -1883,13 +1476,9 @@ "id": "ex8-32", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "abilities": [ { @@ -1901,21 +1490,14 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Extra Ball", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 50 damage plus 30 more damage." @@ -1927,16 +1509,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -1949,17 +1527,11 @@ "id": "ex8-33", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "abilities": [ { "name": "Aqua Lift", @@ -1970,10 +1542,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -1985,16 +1554,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -2007,17 +1572,11 @@ "id": "ex8-34", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "abilities": [ { "name": "Natural Cure", @@ -2028,10 +1587,7 @@ "attacks": [ { "name": "Blot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 2 damage counters from Lombre." @@ -2043,16 +1599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -2065,22 +1617,14 @@ "id": "ex8-35", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Surprise", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -2092,16 +1636,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -2114,13 +1654,9 @@ "id": "ex8-36", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Moonglow", @@ -2131,19 +1667,14 @@ "attacks": [ { "name": "Foresight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." }, { "name": "Target Beam", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Solrock you have in play." @@ -2155,16 +1686,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -2177,31 +1704,21 @@ "id": "ex8-37", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Burning Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Magcargo has at least 2 Fire Energy attached to it, the Defending Pokémon is now Burned." @@ -2213,17 +1730,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -2236,31 +1748,21 @@ "id": "ex8-38", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Magnetic Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may do 40 damage plus 10 more damage for each Lightning Energy attached to Manetric. If you do, Manetric does 10 damage to itself." @@ -2278,16 +1780,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -2300,13 +1798,9 @@ "id": "ex8-39", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "abilities": [ { @@ -2318,9 +1812,7 @@ "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2341,9 +1833,7 @@ "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -2356,35 +1846,22 @@ "id": "ex8-40", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Quick Blow", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -2396,17 +1873,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -2419,28 +1891,20 @@ "id": "ex8-41", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Sniff Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Negative Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each of your opponent's Pokémon that has any Poké-Bodies. Don't apply Weakness and Resistance." @@ -2452,16 +1916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -2474,16 +1934,10 @@ "id": "ex8-42", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "abilities": [ { "name": "Magnetic Reversal", @@ -2494,9 +1948,7 @@ "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2508,16 +1960,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -2530,34 +1978,22 @@ "id": "ex8-43", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Eerie Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "One-Two Strike", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -2569,16 +2005,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -2591,28 +2023,20 @@ "id": "ex8-44", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Positive Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each of your opponent's Pokémon that has any Poké-Powers. Don't apply Weakness and Resistance." @@ -2624,16 +2048,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -2646,17 +2066,11 @@ "id": "ex8-45", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "abilities": [ { "name": "Hard Protection", @@ -2667,10 +2081,7 @@ "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -2692,17 +2103,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Aya Kusube", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -2715,33 +2121,22 @@ "id": "ex8-46", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Advanced Armor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to Silcoon by your opponent's Evolved Pokémon." @@ -2753,17 +2148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal" }, @@ -2776,13 +2166,9 @@ "id": "ex8-47", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sunbeam", @@ -2793,18 +2179,14 @@ "attacks": [ { "name": "Scorching Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Burned." }, { "name": "Reflected Beam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon for each Lunatone you have in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2816,17 +2198,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kyoko Umemoto", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -2839,13 +2216,9 @@ "id": "ex8-48", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "abilities": [ { @@ -2857,18 +2230,14 @@ "attacks": [ { "name": "Energy Flip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may move an Energy attached to that Pokémon to another of your opponent's Pokémon." }, { "name": "Psychic Boom", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -2880,16 +2249,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Yukiko Baba", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -2902,31 +2267,21 @@ "id": "ex8-49", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Mid-air Crush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If heads, your opponent discards 1 Energy card, if any, attached to that Pokémon." }, { "name": "Nosedive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, Swellow does 10 damage to itself." @@ -2947,9 +2302,7 @@ "number": "49", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2962,17 +2315,11 @@ "id": "ex8-50", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "abilities": [ { "name": "Vigorous Aura", @@ -2983,10 +2330,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2998,17 +2342,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -3021,30 +2360,21 @@ "id": "ex8-51", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Liability", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put damage counters on the Defending Pokémon until it is 10 HP away from being Knocked Out. Weezing does 70 damage to itself." }, { "name": "Smogscreen", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3056,16 +2386,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -3078,31 +2404,21 @@ "id": "ex8-52", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Doubleslap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3124,16 +2440,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Takao Unno", "rarity": "Common", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3146,32 +2458,21 @@ "id": "ex8-53", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Selfdestruct", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Baltoy does 50 damage to itself." @@ -3183,16 +2484,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kenkichi Toyama", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -3205,31 +2502,21 @@ "id": "ex8-54", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Water"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3241,16 +2528,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Miki Tanaka", "rarity": "Common", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal" }, @@ -3263,23 +2546,14 @@ "id": "ex8-55", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Psychic"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Flip Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Beldum does 10 damage to itself, and don't apply Weakness and Resistance to this damage." @@ -3291,16 +2565,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -3313,32 +2583,21 @@ "id": "ex8-56", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Sharp Fin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Carvanha." @@ -3356,16 +2615,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -3378,16 +2633,10 @@ "id": "ex8-57", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "abilities": [ { "name": "Exoskeleton", @@ -3398,9 +2647,7 @@ "attacks": [ { "name": "Double Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3412,16 +2659,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Takao Unno", "rarity": "Common", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -3434,32 +2677,21 @@ "id": "ex8-58", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3477,16 +2709,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Tomoko Wakai", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -3499,32 +2727,21 @@ "id": "ex8-59", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "High Voltage", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't play Trainer cards from his or her hand during his or her next turn." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3542,16 +2759,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3564,32 +2777,21 @@ "id": "ex8-60", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to Electrike. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -3601,16 +2803,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Hiroki Fuchino", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3623,31 +2821,21 @@ "id": "ex8-61", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Waterfall", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3659,16 +2847,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -3681,22 +2865,14 @@ "id": "ex8-62", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smog", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3708,16 +2884,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -3730,32 +2902,21 @@ "id": "ex8-63", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aqua Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3767,16 +2928,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -3789,32 +2946,21 @@ "id": "ex8-64", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Leap Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Magikarp with 1 of your Benched Pokémon." }, { "name": "Rage", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Magikarp." @@ -3826,16 +2972,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3848,32 +2990,21 @@ "id": "ex8-65", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Thrust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, discard 1 Energy card attached to the Defending Pokémon." }, { "name": "Rising Lunge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3885,16 +3016,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Asuka Iwashita", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3907,16 +3034,10 @@ "id": "ex8-66", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "abilities": [ { "name": "Mirror Coat", @@ -3927,9 +3048,7 @@ "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3941,16 +3060,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -3963,32 +3078,21 @@ "id": "ex8-67", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4000,16 +3104,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -4022,16 +3122,10 @@ "id": "ex8-68", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "abilities": [ { "name": "Dense", @@ -4042,9 +3136,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4056,16 +3148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -4078,32 +3166,21 @@ "id": "ex8-69", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4115,16 +3192,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -4137,32 +3210,21 @@ "id": "ex8-70", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4180,16 +3242,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Aimi Tomita", "rarity": "Common", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -4202,31 +3260,21 @@ "id": "ex8-71", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Quick Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4238,16 +3286,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -4260,31 +3304,21 @@ "id": "ex8-72", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Trip Over", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4302,16 +3336,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kanako Eo", "rarity": "Common", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -4324,31 +3354,21 @@ "id": "ex8-73", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Slakoth." @@ -4360,16 +3380,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Takao Unno", "rarity": "Common", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -4382,31 +3398,21 @@ "id": "ex8-74", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4418,17 +3424,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Aya Kusube", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4441,32 +3442,21 @@ "id": "ex8-75", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Magma Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4478,17 +3468,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4501,32 +3486,21 @@ "id": "ex8-76", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4538,16 +3512,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -4560,22 +3530,14 @@ "id": "ex8-77", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any. You switch Staryu with 1 of your Benched Pokémon, if any." @@ -4587,16 +3549,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Yukiko Baba", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -4609,22 +3567,14 @@ "id": "ex8-78", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Agility", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Surskit during your opponent's next turn." @@ -4636,16 +3586,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -4658,16 +3604,10 @@ "id": "ex8-79", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "abilities": [ { "name": "Fluff", @@ -4678,9 +3618,7 @@ "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4698,16 +3636,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kyoko Umemoto", "rarity": "Common", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -4720,22 +3654,14 @@ "id": "ex8-80", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Fly", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Taillow during your opponent's next turn." @@ -4753,16 +3679,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -4775,23 +3697,14 @@ "id": "ex8-81", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -4809,16 +3722,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -4831,32 +3740,21 @@ "id": "ex8-82", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Ascension", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Wurmple and put it on Wurmple. (This counts as evolving Wurmple.) Shuffle your deck afterward." }, { "name": "Miracle Essence", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Special Condition. Each Defending Pokémon is now affected by that Special Condition." @@ -4868,16 +3766,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -4890,16 +3784,10 @@ "id": "ex8-83", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "abilities": [ { "name": "Self-control", @@ -4910,9 +3798,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4924,16 +3810,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Sachiko Adachi", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4946,9 +3828,7 @@ "id": "ex8-84", "name": "Balloon Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Balloon Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as Balloon Berry is attached to a Pokémon, that Pokémon's Retreat Cost is 0. When this Pokémon retreats, discard Balloon Berry." @@ -4968,9 +3848,7 @@ "id": "ex8-85", "name": "Crystal Shard", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Crystal Shard to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as this card is attached to a Pokémon, that Pokémon's type is Colorless. If that Pokémon attacks, discard this card at the end of the turn." @@ -5008,9 +3886,7 @@ "id": "ex8-87", "name": "Lady Outing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 different types of basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -5030,9 +3906,7 @@ "id": "ex8-88", "name": "Master Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards from your deck. Choose a Basic Pokémon or Evolution card from those cards, show it to your opponent, and put it into your hand. Put the other 6 cards back on top of your deck. Shuffle your deck afterward." ], @@ -5051,9 +3925,7 @@ "id": "ex8-89", "name": "Meteor Falls", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player's Active Evolved Pokémon (excluding Pokémon-ex) can use any attack from its Basic Pokémon or its Stage 1 Evolution card. (You still have to pay for that attack's Energy cost.)" @@ -5073,9 +3945,7 @@ "id": "ex8-90", "name": "Professor Cozmo's Discovery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip a coin. If heads, draw the bottom 3 cards of your deck. If tails, draw the top 2 cards of your deck." @@ -5095,9 +3965,7 @@ "id": "ex8-91", "name": "Space Center", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Ignore Poké-Bodies for all Basic Pokémon in play (both yours and your opponent's) (excluding Pokémon-ex and Pokémon that has an owner in its name)." @@ -5117,9 +3985,7 @@ "id": "ex8-92", "name": "Strength Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Strength Charm to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Whenever an attack from the Pokémon that Strength Charm is attached to does damage to the Active Pokémon, the attack does 10 more damage (before applying Weakness and Resistance). Discard Strength Charm at the end of the turn in which this Pokémon attacks." @@ -5139,9 +4005,7 @@ "id": "ex8-93", "name": "Boost Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can't retreat. If the Pokémon Boost Energy is attached to isn't an Evolved Pokémon, discard Boost Energy." ], @@ -5160,9 +4024,7 @@ "id": "ex8-94", "name": "Heal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Heal Energy provides Colorless Energy. When you attach this card from your hand to 1 of your Pokémon, remove 1 damage counter and all Special Conditions from that Pokémon. If Heal Energy is attached to Pokémon-ex, Heal Energy has no effect other than providing Energy." ], @@ -5181,9 +4043,7 @@ "id": "ex8-95", "name": "Scramble Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Scramble Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). Scramble Energy provides Colorless Energy. While in play, if you have more Prize cards left than your opponent, Scramble Energy provides every type of Energy but provides only 3 in any combination at a time. If the Pokémon Scramble Energy is attached to isn't an Evolved Pokémon (or evolves into Pokémon-ex), discard Scramble Energy." ], @@ -5202,14 +4062,9 @@ "id": "ex8-96", "name": "Crobat ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Golbat", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5224,21 +4079,14 @@ "attacks": [ { "name": "Cross Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads. If you get 2 or more heads, the Defending Pokémon is now Confused." }, { "name": "Pester", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 60 damage plus 40 more damage." @@ -5259,9 +4107,7 @@ "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -5274,14 +4120,9 @@ "id": "ex8-97", "name": "Deoxys ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5295,10 +4136,7 @@ "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Deoxys ex and the Defending Pokémon." @@ -5310,16 +4148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -5332,14 +4166,9 @@ "id": "ex8-98", "name": "Deoxys ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5353,11 +4182,7 @@ "attacks": [ { "name": "Psyburst", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may discard 2 Energy attached to Deoxys ex. If you do, this attack does 50 damage plus 20 more damage for each Energy attached to the Defending Pokémon." @@ -5369,17 +4194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -5392,14 +4212,9 @@ "id": "ex8-99", "name": "Deoxys ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5413,11 +4228,7 @@ "attacks": [ { "name": "Psychic Shield", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Prevent all effects of attacks, including damage, done to Deoxys ex by your opponent's Pokémon-ex during your opponent's next turn." @@ -5429,17 +4240,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -5452,14 +4258,9 @@ "id": "ex8-100", "name": "Hariyama ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5474,21 +4275,14 @@ "attacks": [ { "name": "Knock Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Pivot Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done to Hariyama ex by attacks is increased by 10 (before applying Weakness and Resistance)." @@ -5500,17 +4294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -5523,14 +4312,9 @@ "id": "ex8-101", "name": "Manectric ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5538,21 +4322,14 @@ "attacks": [ { "name": "Disconnect", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent can't play any Trainer cards (except for Supporter cards) from his or her hand during your opponent's next turn." }, { "name": "Mega Shot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy attached to Manetric ex and then choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5570,16 +4347,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -5592,14 +4365,9 @@ "id": "ex8-102", "name": "Rayquaza ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5613,10 +4381,7 @@ "attacks": [ { "name": "Spiral Blast", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage for each basic Energy card attached to Rayquaza ex." @@ -5638,17 +4403,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Shin-ichi Yoshikawa", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -5661,14 +4421,9 @@ "id": "ex8-103", "name": "Salamence ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "EX" - ], + "subtypes": ["Stage 2", "EX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5683,22 +4438,14 @@ "attacks": [ { "name": "Flame Jet", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 2 Energy attached to Salamence ex." @@ -5720,17 +4467,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -5743,14 +4485,9 @@ "id": "ex8-104", "name": "Sharpedo ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5758,21 +4495,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, you may switch 1 of your opponent's Benched Pokémon with the Defending Pokémon. If you do, this attack does 20 damage to the new Defending Pokémon. Your opponent chooses the Defending Pokémon to switch." }, { "name": "Darkness Blast", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard a Darkness Energy attached to Sharpedo ex. If you do, this attack does 60 damage plus 20 more damage and discard 1 Energy card attached to the Defending Pokémon." @@ -5793,9 +4523,7 @@ "number": "104", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -5808,34 +4536,21 @@ "id": "ex8-105", "name": "Latias ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Colorless" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Colorless"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Healing Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from each of your Pokémon (including Latias Star)." }, { "name": "Shooting Star", - "cost": [ - "Fire", - "Water", - "Psychic" - ], + "cost": ["Fire", "Water", "Psychic"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is Pokémon-ex, discard all Energy cards attached to Latias Star and this attack does 50 damage plus 100 more damage." @@ -5857,16 +4572,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -5879,34 +4590,21 @@ "id": "ex8-106", "name": "Latios ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "80", - "types": [ - "Colorless" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Colorless"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Miraculous Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter and all Special Conditions from Latios Star." }, { "name": "Shining Star", - "cost": [ - "Grass", - "Lightning", - "Psychic" - ], + "cost": ["Grass", "Lightning", "Psychic"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Stage 2 Evolved Pokémon, discard all Energy cards attached to Latios Star and this attack does 50 damage plus 100 more damage." @@ -5924,16 +4622,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -5946,36 +4640,21 @@ "id": "ex8-107", "name": "Rayquaza ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "90", - "types": [ - "Colorless" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Colorless"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "attacks": [ { "name": "Spiral Rush", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Holy Star", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "", "text": "Discard all Energy cards attached to Rayquaza Star. This attack does 100 damage to each of your opponent's Pokémon-ex. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5997,17 +4676,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Masakazu Fukuda", "rarity": "Rare Holo Star", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -6020,14 +4694,9 @@ "id": "ex8-108", "name": "Rocket's Raikou ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6041,11 +4710,7 @@ "attacks": [ { "name": "Thunderous Blow", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Lightning Energy attached to Rocket's Raikou ex." @@ -6057,17 +4722,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Ryo Ueda", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/ex9.json b/cards/en/ex9.json index 78fb5e35d..0237c79c9 100644 --- a/cards/en/ex9.json +++ b/cards/en/ex9.json @@ -3,13 +3,9 @@ "id": "ex9-1", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -21,20 +17,14 @@ "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Burned." }, { "name": "Damage Burn", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 50 damage plus 20 more damage." @@ -46,17 +36,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -69,13 +54,9 @@ "id": "ex9-2", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Form Change", @@ -86,10 +67,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Power, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -101,16 +79,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -123,53 +97,35 @@ "id": "ex9-3", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Mega Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 60 damage plus 40 more damage." @@ -181,17 +137,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal" }, @@ -204,13 +155,9 @@ "id": "ex9-4", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -222,22 +169,14 @@ "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -249,17 +188,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -272,30 +206,20 @@ "id": "ex9-5", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Slash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -307,16 +231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -329,30 +249,20 @@ "id": "ex9-6", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -364,17 +274,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -387,32 +292,21 @@ "id": "ex9-7", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Swift", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Tail Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -430,16 +324,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -452,31 +342,21 @@ "id": "ex9-8", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Surf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Super Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -488,17 +368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -511,31 +386,20 @@ "id": "ex9-9", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dragon Dance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your next turn, if any of your current Active Pokémon does damage to any Defending Pokémon, the attack does 30 more damage (before applying Weakness and Resistance)." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -547,17 +411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -570,13 +429,9 @@ "id": "ex9-10", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -588,21 +443,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Swift", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -620,17 +468,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -643,13 +486,9 @@ "id": "ex9-11", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -661,20 +500,14 @@ "attacks": [ { "name": "Spinning Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Sonic", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -686,17 +519,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -709,29 +537,20 @@ "id": "ex9-12", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Warp Sounds", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused." @@ -743,16 +562,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -765,31 +580,21 @@ "id": "ex9-13", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Hailstone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 40 damage plus 20 more damage." @@ -801,16 +606,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal" }, @@ -823,32 +624,20 @@ "id": "ex9-14", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Slash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Eruption", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Each player discards the top card of his or her deck. This attack does 40 damage plus 10 more damage for each Energy card discarded in this way." @@ -860,17 +649,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -883,30 +667,20 @@ "id": "ex9-15", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Hydro Pump", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Water Energy attached to Kyogre but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -918,17 +692,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -941,30 +710,21 @@ "id": "ex9-16", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Zap Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -982,16 +742,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -1004,32 +760,21 @@ "id": "ex9-17", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Wide Laser", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1041,16 +786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -1063,29 +804,20 @@ "id": "ex9-18", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Sharp Fin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hypno Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -1097,16 +829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -1119,36 +847,22 @@ "id": "ex9-19", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Rock Tumble", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -1160,17 +874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -1183,30 +892,20 @@ "id": "ex9-20", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pierce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite Off", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 30 more damage." @@ -1218,16 +917,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -1240,29 +935,20 @@ "id": "ex9-21", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Extra Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 10 damage plus 20 more damage." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -1274,16 +960,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -1296,31 +978,21 @@ "id": "ex9-22", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Power Blow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Breloom." }, { "name": "Body Slam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1332,16 +1004,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -1354,32 +1022,21 @@ "id": "ex9-23", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Extra Flame", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Pokémon-ex, this attack does 20 damage plus 30 more damage." }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -1391,17 +1048,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -1414,13 +1066,9 @@ "id": "ex9-24", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -1432,10 +1080,7 @@ "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -1447,17 +1092,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -1470,35 +1110,22 @@ "id": "ex9-25", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Lava Burn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sharp Claws", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 10 more damage." @@ -1510,16 +1137,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -1532,32 +1155,21 @@ "id": "ex9-26", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Smash Turn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "After your attack, you may switch Dodrio with 1 of your Benched Pokémon." @@ -1575,16 +1187,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -1597,31 +1205,21 @@ "id": "ex9-27", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Speed Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1633,16 +1231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -1655,34 +1249,22 @@ "id": "ex9-28", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Tail Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Razor Leaf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1700,16 +1282,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -1722,31 +1300,21 @@ "id": "ex9-29", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Teleport Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "After your attack, you may switch Grumpig with 1 of your Benched Pokémon." @@ -1758,17 +1326,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -1781,30 +1344,21 @@ "id": "ex9-30", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Snap Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1816,16 +1370,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -1838,32 +1388,21 @@ "id": "ex9-31", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 20 damage plus 20 more damage." }, { "name": "Shove", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1875,16 +1414,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -1897,29 +1432,20 @@ "id": "ex9-32", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1931,16 +1457,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal" }, @@ -1953,36 +1475,22 @@ "id": "ex9-33", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Mind Shock", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -1994,16 +1502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -2016,30 +1520,21 @@ "id": "ex9-34", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Claw Swipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2054,9 +1549,7 @@ "number": "34", "artist": "Yuka Morii", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal" }, @@ -2069,34 +1562,22 @@ "id": "ex9-35", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Loudred does 10 damage to itself." @@ -2108,17 +1589,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal" }, @@ -2131,34 +1607,22 @@ "id": "ex9-36", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Super Hypno Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2170,16 +1634,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -2192,13 +1652,9 @@ "id": "ex9-37", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Electro-guard", @@ -2209,10 +1665,7 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -2230,16 +1683,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -2252,31 +1701,21 @@ "id": "ex9-38", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -2288,16 +1727,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -2310,29 +1745,20 @@ "id": "ex9-39", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2350,16 +1776,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -2372,32 +1794,21 @@ "id": "ex9-40", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Blot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Swalot." }, { "name": "Poison Breath", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -2409,17 +1820,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal" }, @@ -2432,31 +1838,21 @@ "id": "ex9-41", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Skill Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2477,9 +1873,7 @@ "number": "41", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -2492,29 +1886,20 @@ "id": "ex9-42", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Double-edge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Volbeat does 10 damage to itself." @@ -2526,16 +1911,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal" }, @@ -2548,33 +1929,21 @@ "id": "ex9-43", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2586,16 +1955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -2608,22 +1973,14 @@ "id": "ex9-44", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -2635,16 +1992,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -2657,22 +2010,14 @@ "id": "ex9-45", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2690,16 +2035,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -2712,22 +2053,14 @@ "id": "ex9-46", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2745,16 +2078,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal" }, @@ -2767,22 +2096,14 @@ "id": "ex9-47", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -2800,16 +2121,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -2822,32 +2139,21 @@ "id": "ex9-48", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Skull Bash", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2865,16 +2171,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -2887,16 +2189,10 @@ "id": "ex9-49", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "abilities": [ { "name": "Submerge", @@ -2907,10 +2203,7 @@ "attacks": [ { "name": "Lunge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -2922,16 +2215,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -2944,22 +2233,14 @@ "id": "ex9-50", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2971,16 +2252,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -2993,32 +2270,21 @@ "id": "ex9-51", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Grass"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Drool", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3030,16 +2296,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -3052,23 +2314,14 @@ "id": "ex9-52", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3080,16 +2333,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3102,29 +2351,20 @@ "id": "ex9-53", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call for Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Strange Scale", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused." @@ -3136,16 +2376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -3158,22 +2394,14 @@ "id": "ex9-54", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Cross Chop", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3185,16 +2413,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3207,32 +2431,21 @@ "id": "ex9-55", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fake Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3244,16 +2457,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -3266,22 +2475,14 @@ "id": "ex9-56", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tail Strike", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3293,16 +2494,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -3315,31 +2512,21 @@ "id": "ex9-57", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Lunge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3351,16 +2538,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -3373,32 +2556,21 @@ "id": "ex9-58", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Steady Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3410,17 +2582,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -3433,16 +2600,10 @@ "id": "ex9-59", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -3453,9 +2614,7 @@ "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -3467,16 +2626,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Nakaoka", "rarity": "Common", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -3489,32 +2644,21 @@ "id": "ex9-60", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thundershock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3526,16 +2670,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -3548,22 +2688,14 @@ "id": "ex9-61", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Hypnotic Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3575,16 +2707,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -3597,32 +2725,21 @@ "id": "ex9-62", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3634,16 +2751,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -3656,32 +2769,21 @@ "id": "ex9-63", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3699,16 +2801,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -3721,23 +2819,14 @@ "id": "ex9-64", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3749,16 +2838,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -3771,22 +2856,14 @@ "id": "ex9-65", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3798,16 +2875,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -3820,22 +2893,14 @@ "id": "ex9-66", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3847,16 +2912,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -3869,16 +2930,10 @@ "id": "ex9-67", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "abilities": [ { "name": "Feathery", @@ -3889,9 +2944,7 @@ "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -3909,16 +2962,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -3931,22 +2980,14 @@ "id": "ex9-68", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." @@ -3964,16 +3005,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal" }, @@ -3986,22 +3023,14 @@ "id": "ex9-69", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -4013,16 +3042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -4035,22 +3060,14 @@ "id": "ex9-70", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Tail Smash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." @@ -4068,16 +3085,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4090,33 +3103,21 @@ "id": "ex9-71", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Speed Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4128,16 +3129,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4150,32 +3147,21 @@ "id": "ex9-72", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4187,16 +3173,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4209,32 +3191,21 @@ "id": "ex9-73", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4246,16 +3217,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Hajime Kusajima", "rarity": "Common", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -4268,32 +3235,21 @@ "id": "ex9-74", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4305,16 +3261,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal" }, @@ -4327,9 +3279,7 @@ "id": "ex9-75", "name": "Battle Frontier", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player's Colorless Evolved Pokémon, Darkness Evolved Pokémon, and Metal Evolved Pokémon can't use any Poké-Powers or Poké-Bodies." @@ -4349,9 +3299,7 @@ "id": "ex9-76", "name": "Double Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from each of your Active Pokémon." ], @@ -4370,9 +3318,7 @@ "id": "ex9-77", "name": "Lanette's Net Search", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 different types of Basic Pokémon cards (excluding Baby Pokémon), show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4392,9 +3338,7 @@ "id": "ex9-78", "name": "Lum Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Lum Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon this card is attached to is affected by any Special Conditions, remove all of them. Then, discard Lum Berry." @@ -4416,9 +3360,7 @@ "id": "ex9-79", "name": "Mr. Stone's Project", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Basic cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward. Or, search your discard pile for up to 2 Basic cards, show them to your opponent, and put them into your hand." @@ -4438,9 +3380,7 @@ "id": "ex9-80", "name": "Oran Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Oran Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "At any time between turns, if the Pokémon this card is attached to has at least 2 damage counters on it, remove 2 damage counters from it. Then, discard Oran Berry." @@ -4460,9 +3400,7 @@ "id": "ex9-81", "name": "PokéNav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your deck, and choose a Basic Pokémon, Evolution card, or Energy card. Show it to your opponent and put it into your hand. Put the 2 other cards back on top of your deck in any order." ], @@ -4481,9 +3419,7 @@ "id": "ex9-82", "name": "Professor Birch", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw cards from your deck until you have 6 cards in your hand." @@ -4503,9 +3439,7 @@ "id": "ex9-83", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" ], @@ -4526,9 +3460,7 @@ "id": "ex9-84", "name": "Scott", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 cards in any combination of Supporter cards and Stadium cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -4548,9 +3480,7 @@ "id": "ex9-85", "name": "Wally's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a card that evolves from your Active Pokémon (choose 1 if there are 2) and put it on your Active Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." @@ -4570,9 +3500,7 @@ "id": "ex9-86", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect unless the Attacking Pokémon is Darkness or has Dark in its name. Darkness Energy provides Darkness Energy. (Doesn't count as a Basic card.)" ], @@ -4591,9 +3519,7 @@ "id": "ex9-87", "name": "Double Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Double Rainbow Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). While in play, Double Rainbow Energy provides every type of Energy but provides 2 Energy at a time. (Has no effect other than providing Energy.) Damage done to your opponent's Pokémon by the Pokémon Double Rainbow Energy is attached to is reduced by 10 (before applying Weakness and Resistance). When the Pokémon Double Rainbow Energy is attached to is no longer an Evolved Pokémon, discard Double Rainbow Energy." ], @@ -4612,9 +3538,7 @@ "id": "ex9-88", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a Basic card.)" ], @@ -4633,9 +3557,7 @@ "id": "ex9-89", "name": "Multi Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Multi Energy to 1 of your Pokémon. While in play, Multi Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) Multi Energy provides Colorless Energy when attached to a Pokémon that already has Special Energy cards attached to it." ], @@ -4654,14 +3576,9 @@ "id": "ex9-90", "name": "Altaria ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4676,35 +3593,25 @@ "attacks": [ { "name": "Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dragon Mist", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -4717,14 +3624,9 @@ "id": "ex9-91", "name": "Cacturne ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4739,20 +3641,14 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Spike Rend", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 50 damage plus 20 more damage." @@ -4764,16 +3660,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -4786,14 +3678,9 @@ "id": "ex9-92", "name": "Camerupt ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -4808,21 +3695,14 @@ "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Burned." }, { "name": "Eruption", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Each player discards the top card of his or her deck. This attack does 60 damage plus 20 more damage for each Energy card discarded in this way." @@ -4834,17 +3714,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -4857,14 +3732,9 @@ "id": "ex9-93", "name": "Deoxys ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4878,11 +3748,7 @@ "attacks": [ { "name": "Fastwave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -4894,16 +3760,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -4916,18 +3778,11 @@ "id": "ex9-94", "name": "Dusclops ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4941,9 +3796,7 @@ "attacks": [ { "name": "Shadow Beam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on the Defending Pokémon for each Energy attached to Dusclops ex." @@ -4965,17 +3818,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal" }, @@ -4988,14 +3836,9 @@ "id": "ex9-95", "name": "Medicham ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5010,21 +3853,14 @@ "attacks": [ { "name": "Pure Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Sky Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If the Defending Pokémon has Fighting Resistance, this attack does 60 damage plus 40 more damage." @@ -5036,16 +3872,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -5058,14 +3890,9 @@ "id": "ex9-96", "name": "Milotic ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5080,20 +3907,14 @@ "attacks": [ { "name": "Gentle Wrap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Reflect Energy", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Move 1 basic Energy card attached to Milotic ex to 1 of your Benched Pokémon." @@ -5105,17 +3926,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -5128,14 +3944,9 @@ "id": "ex9-97", "name": "Raichu ex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "EX" - ], + "subtypes": ["Stage 1", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -5150,22 +3961,14 @@ "attacks": [ { "name": "Power Short", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If that Pokémon has Poké-Powers, this attack does 30 damage plus 20 more damage." }, { "name": "Pika Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -5180,9 +3983,7 @@ "number": "97", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -5195,34 +3996,23 @@ "id": "ex9-98", "name": "Regice ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Iceberg Crush", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If Regirock ex is in play, flip a coin. If heads, discard 1 Energy card attached to the Defending Pokémon." @@ -5234,18 +4024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal" }, @@ -5258,34 +4042,23 @@ "id": "ex9-99", "name": "Regirock ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Fighting Energy card and attach it to Regirock ex. If you do, remove 1 damage counter from Regirock ex." }, { "name": "Metal Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Registeel ex is in play, this attack does 40 damage plus 20 more damage." @@ -5297,18 +4070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal" }, @@ -5321,34 +4088,23 @@ "id": "ex9-100", "name": "Registeel ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Block Signal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If Regice ex is in play, flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Wide Laser", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5360,17 +4116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Hikaru Koike", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal" }, @@ -5383,9 +4134,7 @@ "id": "ex9-101", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "101", "rarity": "Rare Holo", "legalities": { @@ -5402,9 +4151,7 @@ "id": "ex9-102", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "102", "rarity": "Rare Holo", "legalities": { @@ -5421,9 +4168,7 @@ "id": "ex9-103", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "103", "rarity": "Rare Holo", "legalities": { @@ -5440,9 +4185,7 @@ "id": "ex9-104", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "104", "rarity": "Rare Holo", "legalities": { @@ -5459,9 +4202,7 @@ "id": "ex9-105", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "105", "rarity": "Rare Holo", "legalities": { @@ -5478,9 +4219,7 @@ "id": "ex9-106", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "rarity": "Rare Holo", "legalities": { @@ -5497,32 +4236,21 @@ "id": "ex9-107", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Spearhead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Nosedive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Farfetch'd does 10 damage to itself." @@ -5540,16 +4268,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/fut20.json b/cards/en/fut20.json index 7504f87a8..e9088e5f2 100644 --- a/cards/en/fut20.json +++ b/cards/en/fut20.json @@ -3,30 +3,20 @@ "id": "fut20-1", "name": "Pikachu on the Ball", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lightning Shot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this attack does nothing." @@ -38,16 +28,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "The Pokémon Company Art Team", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -63,29 +49,20 @@ "id": "fut20-2", "name": "Eevee on the Ball", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Make the Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -97,16 +74,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "The Pokémon Company Art Team", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -122,30 +95,20 @@ "id": "fut20-3", "name": "Grookey on the Ball", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Tenacious Defense", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -157,16 +120,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "The Pokémon Company Art Team", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -182,29 +141,20 @@ "id": "fut20-4", "name": "Scorbunny on the Ball", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fiery Dribbling", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." }, { "name": "Reckless Charge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -216,16 +166,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "The Pokémon Company Art Team", "flavorText": "A warm-up of running around gets fire energy coursing through this Pokémon's body. Once that happens, it's ready to fight at full power.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -241,29 +187,20 @@ "id": "fut20-5", "name": "Sobble on the Ball", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spectacular Save", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon." }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -275,16 +212,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "The Pokémon Company Art Team", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", diff --git a/cards/en/g1.json b/cards/en/g1.json index 4b0df7ae3..03aafec91 100644 --- a/cards/en/g1.json +++ b/cards/en/g1.json @@ -3,40 +3,24 @@ "id": "g1-1", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frog Hop", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." }, { "name": "Poison Impact", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -48,19 +32,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -74,14 +51,9 @@ "id": "g1-2", "name": "M Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venusaur-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -90,12 +62,7 @@ "attacks": [ { "name": "Bloom Buster", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If heads, this attack does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -107,19 +74,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -133,16 +93,10 @@ "id": "g1-3", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "abilities": [ { "name": "Adaptive Evolution", @@ -153,9 +107,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -167,17 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "For protection, it releases a horrible stench from the antennae on its head to drive away enemies.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -191,17 +139,11 @@ "id": "g1-4", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Adaptive Evolution", @@ -212,10 +154,7 @@ "attacks": [ { "name": "Harden", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." @@ -227,18 +166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "A steel-hard shell protects its tender body. It quietly endures hardships while awaiting evolution.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -252,31 +186,21 @@ "id": "g1-5", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Quiver Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Shuffle your deck afterward. If you attached Energy in this way, heal 40 damage from this Pokémon." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -294,17 +218,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "miki kudo", "rarity": "Rare Holo", "flavorText": "It loves the honey of flowers and can locate flower patches that have even tiny amounts of pollen.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -318,22 +238,14 @@ "id": "g1-6", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Blot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -345,17 +257,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Burrows under the ground to gnaw on tree roots. The mushrooms on its back absorb most of the nutrition.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -369,30 +277,21 @@ "id": "g1-7", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Colorful Spores", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 3 of your Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -404,18 +303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "The larger the mushroom on its back grows, the stronger the mushroom spores it scatters.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -429,34 +323,21 @@ "id": "g1-8", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -468,18 +349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "match", "rarity": "Common", "flavorText": "It tangles any moving thing with its vines. Their subtle shaking is ticklish if you get ensnared.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -493,30 +369,20 @@ "id": "g1-9", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Overhead Throw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Suplex", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -528,18 +394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "It swings its long antlers wildly to attack. During cold periods, it hides deep in forests.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -553,35 +414,23 @@ "id": "g1-10", "name": "Leafeon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Nature's Breath", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If there is any Stadium card in play, this attack does 30 more damage and heal 30 damage from this Pokémon." @@ -593,17 +442,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Naoki Saito", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -617,39 +461,24 @@ "id": "g1-11", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Burning Breath", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -661,17 +490,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -685,14 +509,9 @@ "id": "g1-12", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -701,12 +520,7 @@ "attacks": [ { "name": "Heat Typhoon", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Flip a coin for each Fire Energy attached to this Pokémon. This attack does 50 more damage for each heads." @@ -718,18 +532,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -743,35 +551,23 @@ "id": "g1-13", "name": "Ninetales-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flare Bonus", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fire Energy card from your hand. If you do, draw 3 cards." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -783,16 +579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -806,32 +598,21 @@ "id": "g1-14", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Agility", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Flame Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -843,16 +624,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -866,30 +643,21 @@ "id": "g1-15", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Agility", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -905,9 +673,7 @@ "artist": "DemizuPosuka", "rarity": "Rare", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hopes of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -921,32 +687,21 @@ "id": "g1-16", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Ram", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to this Pokémon." @@ -958,18 +713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "Found near the mouth of a volcano. This fire-breather's body temperature is nearly 2,200 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -983,40 +733,24 @@ "id": "g1-17", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hyper Whirlpool", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Hydro Press", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1028,18 +762,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1053,14 +781,9 @@ "id": "g1-18", "name": "M Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Blastoise-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1069,12 +792,7 @@ "attacks": [ { "name": "Dread Launcher", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Flip a coin. If tails, discard 2 Water Energy attached to this Pokémon." @@ -1086,18 +804,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1111,23 +823,14 @@ "id": "g1-19", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1139,17 +842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1163,32 +862,21 @@ "id": "g1-20", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Clamp Crush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and discard an Energy attached to that Pokémon." }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 5 coins. This attack does 30 damage times the number of heads." @@ -1200,19 +888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Cloyster that live in seas with harsh tidal currents grow large, sharp spikes on their shells.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1226,33 +908,21 @@ "id": "g1-21", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1264,18 +934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "kirisAki", "rarity": "Common", "flavorText": "If it senses danger approaching, it cloaks itself with bubbles from its mouth so it will look bigger.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1289,22 +954,14 @@ "id": "g1-22", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Epic Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -1316,17 +973,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1340,34 +993,21 @@ "id": "g1-23", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Berserker Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Tail", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "Flip a coin for each Water Energy attached to this Pokémon. This attack does 30 more damage for each heads." @@ -1379,19 +1019,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1405,35 +1039,23 @@ "id": "g1-24", "name": "Vaporeon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bubble Drain", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Deep Squall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130-", "text": "This attack does 130 damage minus 10 damage for each damage counter on this Pokémon." @@ -1445,18 +1067,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Naoki Saito", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1470,31 +1086,20 @@ "id": "g1-25", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Find Ice", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Freezing Wind", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -1512,17 +1117,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1536,32 +1137,21 @@ "id": "g1-26", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1579,17 +1169,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1603,32 +1189,21 @@ "id": "g1-27", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Circle Circuit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of Pokémon on your Bench." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy attached to this Pokémon." @@ -1650,9 +1225,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When its electricity builds, its muscles are stimulated, and it becomes more aggressive than usual.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1666,34 +1239,23 @@ "id": "g1-28", "name": "Jolteon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." }, { "name": "Flash Ray", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -1714,9 +1276,7 @@ "number": "28", "artist": "Naoki Saito", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1730,34 +1290,23 @@ "id": "g1-28a", "name": "Jolteon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." }, { "name": "Flash Ray", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -1778,9 +1327,7 @@ "number": "28a", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1794,30 +1341,20 @@ "id": "g1-29", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 40 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1835,18 +1372,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1860,22 +1392,14 @@ "id": "g1-30", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1893,17 +1417,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "match", "rarity": "Common", "flavorText": "Even though it has no eyes, it can sense obstacles using ultrasonic waves it emits from it mouth.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1917,17 +1437,11 @@ "id": "g1-31", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Sneaky Bite", @@ -1938,9 +1452,7 @@ "attacks": [ { "name": "Swoop Across", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1962,9 +1474,7 @@ "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "Once it bites, it will not stop draining energy from the victim even if it gets too heavy to fly.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1978,33 +1488,21 @@ "id": "g1-32", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Spacing Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, heal 10 damage from this Pokémon." }, { "name": "Scavenge", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard a Psychic Energy attached to this Pokémon. If you do, put an Item card from your discard pile into your hand." @@ -2016,17 +1514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It is always vacantly lost in thought, but no one knows what it is thinking about. It is good at fishing with its tail.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2040,22 +1534,14 @@ "id": "g1-33", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned." @@ -2073,17 +1559,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "kodama", "rarity": "Common", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2097,17 +1579,11 @@ "id": "g1-34", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Gothic Fear", @@ -2118,10 +1594,7 @@ "attacks": [ { "name": "Poison Ring", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn." @@ -2139,17 +1612,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It licks with its gaseous tongue to steal the victim's life force. It lurks in darkness for prey.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2163,30 +1632,21 @@ "id": "g1-35", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "attacks": [ { "name": "Sinister Fog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 1 damage counter on each of your opponent's Benched Pokémon." }, { "name": "Creep Show", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon has 3 or more damage counters on it, that Pokémon is Knocked Out." @@ -2208,9 +1668,7 @@ "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "Hiding in people's shadows at night, it absorbs their heat. The chill it causes makes the victims shake.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2224,13 +1682,9 @@ "id": "g1-36", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Victory Kiss", @@ -2241,11 +1695,7 @@ "attacks": [ { "name": "Hug", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2257,17 +1707,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It wiggles its hips as it walks. It can cause people to dance in unison with it.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2281,14 +1727,9 @@ "id": "g1-37", "name": "Meowstic-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2302,10 +1743,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -2317,16 +1755,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2340,32 +1774,21 @@ "id": "g1-38", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Mine", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck. Then, you may have your opponent shuffle his or her deck." }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2377,17 +1800,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Lives about one yard underground where it feeds on plant roots. It sometimes appears aboveground.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2401,31 +1820,21 @@ "id": "g1-39", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -2437,17 +1846,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Toyste Beach", "rarity": "Rare", "flavorText": "In battle, it digs through the ground and strikes the unsuspecting foe from an unexpected direction.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2461,22 +1866,14 @@ "id": "g1-40", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2488,18 +1885,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It hefts a Graveler repeatedly to strengthen its entire body. It uses every type of martial arts.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2513,24 +1905,15 @@ "id": "g1-41", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2542,18 +1925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful, it must wear a power-save belt to be able to regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2567,13 +1945,9 @@ "id": "g1-42", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -2585,11 +1959,7 @@ "attacks": [ { "name": "Machamp Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance)." @@ -2601,18 +1971,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "Its four ruggedly developed arms can launch a flurry of 1,000 punches in just two seconds.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2626,32 +1991,21 @@ "id": "g1-43", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rollout", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on this Pokémon." @@ -2663,18 +2017,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "MAHOU", "rarity": "Common", "flavorText": "Found in fields and mountains. Mistaking them for boulders, people often step or trip on them.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2688,37 +2037,22 @@ "id": "g1-44", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 20 damage to itself." }, { "name": "Rollout", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -2730,19 +2064,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "With a free and uncaring nature, it doesn't mind if pieces break off while it rolls down mountains.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2756,34 +2084,21 @@ "id": "g1-45", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Explosion", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon does 100 damage to itself." @@ -2795,19 +2110,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It tumbles down mountains, leaving grooves from peak to base. Stay clear of these grooves.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2821,37 +2130,23 @@ "id": "g1-46", "name": "Golem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Megaton Fall", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon does 60 damage to itself." @@ -2863,19 +2158,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "46", "artist": "Toyste Beach", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2889,29 +2177,20 @@ "id": "g1-47", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spiral Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2923,17 +2202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "The legs freely contract and stretch. The stretchy legs allow it to hit a distant foe with a rising kick.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2947,31 +2222,20 @@ "id": "g1-48", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Mach Cross", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2983,17 +2247,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "match", "rarity": "Rare", "flavorText": "The arm-twisting punches it throws pulverize even concrete. It rests after three minutes of fighting.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3007,23 +2267,14 @@ "id": "g1-49", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -3035,19 +2286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It is inept at turning because of its four short legs. It can only charge and run in one direction.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3061,32 +2306,21 @@ "id": "g1-50", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Moonlight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Pound", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3104,17 +2338,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3128,30 +2358,21 @@ "id": "g1-51", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Follow Me", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon." }, { "name": "Moonblast", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." @@ -3169,18 +2390,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its hearing is so acute it can hear a pin drop over half a mile away. It lives on quiet mountains.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3194,13 +2410,9 @@ "id": "g1-52", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Bench Barrier", @@ -3211,10 +2423,7 @@ "attacks": [ { "name": "Juggling", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -3232,17 +2441,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It is adept at conning people. It is said to be able to create walls out of thin air by miming.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3256,22 +2461,14 @@ "id": "g1-53", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Exhausted Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 30 damage to your opponent's Active Pokémon. If tails, this Pokémon does 30 damage to itself." @@ -3283,17 +2480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "kirisAki", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3307,30 +2500,21 @@ "id": "g1-54", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3342,17 +2526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its lithe muscles allow it to walk without making a sound. It attacks in an instant.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3366,32 +2546,21 @@ "id": "g1-55", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Doduo Delivery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw 2 cards." @@ -3409,17 +2578,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with a telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3433,13 +2598,9 @@ "id": "g1-56", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -3451,11 +2612,7 @@ "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -3473,17 +2630,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "An odd species that is rarely found. The three heads respectively represent joy, sadness, and anger.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3497,30 +2650,20 @@ "id": "g1-57", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon does 10 damage to itself." }, { "name": "Seething Anger", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin for each damage counter on this Pokémon. This attack does 30 damage times the number of heads." @@ -3532,18 +2675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "After heightening its will to fight by whipping itself with its three tails, it charges at full speed.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3557,13 +2695,9 @@ "id": "g1-58", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Stir and Snooze", @@ -3574,12 +2708,7 @@ "attacks": [ { "name": "Sleepy Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Heal 20 damage from this Pokémon. This Pokémon is now Asleep." @@ -3591,20 +2720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "58", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3618,9 +2740,7 @@ "id": "g1-59", "name": "Clemont", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 Lightning Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3641,9 +2761,7 @@ "id": "g1-60", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3665,9 +2783,7 @@ "id": "g1-61", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3689,9 +2805,7 @@ "id": "g1-62", "name": "Evosoda", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. You can't use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3712,9 +2826,7 @@ "id": "g1-63", "name": "Imakuni?", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your Active Pokémon is now Confused.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3734,9 +2846,7 @@ "id": "g1-64", "name": "Maintenance", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 cards from your hand into your deck. (If you can't shuffle 2 cards into your deck, you can't play this card.) Then, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3757,9 +2867,7 @@ "id": "g1-65", "name": "Max Revive", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Pokémon from your discard pile on top of your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3780,9 +2888,7 @@ "id": "g1-66", "name": "Olympia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon. If you do, heal 30 damage from the Pokémon you moved to your Bench.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3803,9 +2909,7 @@ "id": "g1-67", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3827,9 +2931,7 @@ "id": "g1-68", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3851,9 +2953,7 @@ "id": "g1-69", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3874,9 +2974,7 @@ "id": "g1-70", "name": "Revitalizer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 Grass Pokémon from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3897,9 +2995,7 @@ "id": "g1-71", "name": "Red Card", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent shuffles his or her hand into his or her deck and draws 4 cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3920,9 +3016,7 @@ "id": "g1-72", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3943,9 +3037,7 @@ "id": "g1-73", "name": "Team Flare Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard an Energy attached to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3966,9 +3058,7 @@ "id": "g1-73a", "name": "Team Flare Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard an Energy attached to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3989,12 +3079,8 @@ "id": "g1-74", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "74", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -4011,9 +3097,7 @@ "id": "g1-75", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "75", "rarity": "Common", "legalities": { @@ -4030,9 +3114,7 @@ "id": "g1-76", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "76", "rarity": "Common", "legalities": { @@ -4049,9 +3131,7 @@ "id": "g1-77", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "77", "rarity": "Common", "legalities": { @@ -4068,9 +3148,7 @@ "id": "g1-78", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "78", "rarity": "Common", "legalities": { @@ -4087,9 +3165,7 @@ "id": "g1-79", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "79", "rarity": "Common", "legalities": { @@ -4106,9 +3182,7 @@ "id": "g1-80", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "80", "rarity": "Common", "legalities": { @@ -4125,9 +3199,7 @@ "id": "g1-81", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "81", "rarity": "Common", "legalities": { @@ -4144,9 +3216,7 @@ "id": "g1-82", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "82", "rarity": "Common", "legalities": { @@ -4163,9 +3233,7 @@ "id": "g1-83", "name": "Fairy Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "83", "rarity": "Common", "legalities": { @@ -4181,32 +3249,21 @@ "id": "g1-RC1", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Run Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4218,17 +3275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC1", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Running around, climbing trees, playing hide-and-seek! Another wonderful day begins!", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4242,22 +3295,14 @@ "id": "g1-RC2", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Worry Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -4269,18 +3314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC2", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "I wonder if I would look a little cuter with a beautiful flower?", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4294,23 +3334,14 @@ "id": "g1-RC3", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Playful", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin. If heads, this attack does 20 damage times the number of damage counters on this Pokémon." @@ -4322,18 +3353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC3", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "My Charmander is so rambunctious! I wonder if we can become good friends?", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4347,34 +3373,22 @@ "id": "g1-RC4", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Call for Support", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Slash", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4386,18 +3400,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC4", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "My precious friend who is always with me. I have so many things I want to tell you.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4411,32 +3420,21 @@ "id": "g1-RC5", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "attacks": [ { "name": "Recall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of this Pokémon's attacks from its previous Evolutions and use it as this attack." }, { "name": "Combustion Blast", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon can't use Combustion Blast during your next turn." @@ -4448,19 +3446,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "RC5", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "No matter what happens, if we stick together, we can get past it. Forever and ever.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4474,14 +3466,9 @@ "id": "g1-RC6", "name": "Flareon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4495,11 +3482,7 @@ "attacks": [ { "name": "Blaze Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Fire Energy attached to this Pokémon." @@ -4511,17 +3494,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC6", "artist": "Atsuko Nishida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4535,23 +3513,14 @@ "id": "g1-RC7", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4563,17 +3532,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC7", "artist": "MAHOU", "rarity": "Common", "flavorText": "What a delicious-looking snowman! I think I'll sneak a bite. It's OK…no one's looking, right?", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4587,13 +3552,9 @@ "id": "g1-RC8", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -4605,11 +3566,7 @@ "attacks": [ { "name": "Snowy Drop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." @@ -4621,18 +3578,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC8", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Spring is already here, so goodbye…", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4646,32 +3598,21 @@ "id": "g1-RC9", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Circle Circuit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of Pokémon on your Bench." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy attached to this Pokémon." @@ -4693,9 +3634,7 @@ "artist": "Aya Kusube", "rarity": "Common", "flavorText": "The plan for today is to do nothing. My awesome tail is all curled up, and my ears are tired, too.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4709,28 +3648,20 @@ "id": "g1-RC10", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon. This Pokémon is now Asleep." }, { "name": "Pachi", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4748,17 +3679,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC10", "artist": "kanahei", "rarity": "Uncommon", "flavorText": "Crackle…buzz…Dedenne…?! Beep…", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4772,13 +3699,9 @@ "id": "g1-RC11", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Bide Barricade", @@ -4789,10 +3712,7 @@ "attacks": [ { "name": "Psychic Assault", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -4804,18 +3724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC11", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "When she's surrounded by cushions and dressers that I like, she looks just like a princess!", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4829,23 +3744,14 @@ "id": "g1-RC12", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Starvin'", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4857,18 +3763,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC12", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "When Mom gets in the kitchen, the happiest things happen. I can feel my mouth watering!", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4882,30 +3783,20 @@ "id": "g1-RC13", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Wish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." }, { "name": "Heart Sign", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4917,17 +3808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC13", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "The twinkle of the stars. The destiny of love. A miracle that grants wishes in the night sky.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4941,22 +3828,14 @@ "id": "g1-RC14", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Twinkle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -4968,17 +3847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC14", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "My number one. Exceptionally cute. A little princess.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4992,31 +3867,21 @@ "id": "g1-RC15", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Ear Influence", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5028,17 +3893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC15", "artist": "sui", "rarity": "Uncommon", "flavorText": "Intense silence. Two lamplights. Keep waiting for night to end.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5052,30 +3913,20 @@ "id": "g1-RC16", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Oblivion Wing", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Darkness Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -5093,18 +3944,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC16", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Hidden away in its jet-black wings is a red passion.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5118,22 +3964,14 @@ "id": "g1-RC17", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5151,17 +3989,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC17", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It's OK. No one will take away your flower. You look cute even when you're angry.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5175,33 +4009,22 @@ "id": "g1-RC18", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Petal Blizzard", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Razor Leaf", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5219,17 +4042,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC18", "artist": "Eske Yoshinob", "rarity": "Uncommon", "flavorText": "The five of us team up to be the Pretty Young Girl Force! We'll show you some beautiful moves!", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5243,32 +4062,21 @@ "id": "g1-RC19", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Lick Away", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions from this Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5286,17 +4094,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC19", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "My fluffy heart makes me feel like a marshmallow. A thrilling macaron full of colorful magic. Everybody's crazy about the taste of candy! ☆", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5310,31 +4114,21 @@ "id": "g1-RC20", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Swirlix", "attacks": [ { "name": "Lap Up", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Fairy Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -5352,18 +4146,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC20", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The cakes Slurpuff makes always look just like that one Pokémon it likes.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5377,35 +4166,23 @@ "id": "g1-RC21", "name": "Sylveon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dress Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 30 more damage." }, { "name": "Precious Ribbon", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Move a Fairy Energy from this Pokémon to 1 of your Benched Pokémon. If you do, heal 50 damage from that Pokémon." @@ -5423,17 +4200,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC21", "artist": "sui", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5447,30 +4219,20 @@ "id": "g1-RC22", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Sparkle", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Diamond Storm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from each of your Fairy Pokémon." @@ -5488,17 +4250,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC22", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Open the magic door and a dream-colored party will start again today. I'll teach you the secret password.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5512,22 +4270,14 @@ "id": "g1-RC23", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." @@ -5545,17 +4295,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC23", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Wings and beaks. I like yours, and I like mine, too.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5569,30 +4315,21 @@ "id": "g1-RC24", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fairy Friend", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Fairy Pokémon on your Bench, this attack does 30 more damage." @@ -5610,17 +4347,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC24", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "This fluffiness makes everyone go crazy. Is it really that charming?", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5634,22 +4367,14 @@ "id": "g1-RC25", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Warble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fletchling, reveal them, and put them into your hand. Shuffle your deck afterward." @@ -5667,17 +4392,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC25", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Little friends, thanks for always helping me look so cute!", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5691,9 +4412,7 @@ "id": "g1-RC26", "name": "Floral Crown", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "At the end of your opponent's turn, heal 20 damage from the Basic Pokémon this card is attached to.", @@ -5715,9 +4434,7 @@ "id": "g1-RC27", "name": "Wally", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon (excluding Pokémon-EX) and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. You can use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5738,14 +4455,9 @@ "id": "g1-RC28", "name": "Flareon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5759,11 +4471,7 @@ "attacks": [ { "name": "Blaze Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Fire Energy attached to this Pokémon." @@ -5775,17 +4483,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC28", "artist": "kirisAki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5799,32 +4502,21 @@ "id": "g1-RC29", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5842,17 +4534,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RC29", "artist": "Kagemaru Himeno", "rarity": "Rare Ultra", "flavorText": "A yellow body is proof of good health. If you touch its bright-red cheeks, you'll see its shining, smiling face!", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5866,37 +4554,24 @@ "id": "g1-RC30", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Life Leap", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Shining Wind", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -5914,17 +4589,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC30", "artist": "Mizue", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5938,14 +4608,9 @@ "id": "g1-RC31", "name": "M Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Gardevoir-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5954,11 +4619,7 @@ "attacks": [ { "name": "Brilliant Arrow", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of Fairy Energy attached to all of your Pokémon." @@ -5976,17 +4637,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC31", "artist": "Megumi Mizutani", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6000,35 +4656,23 @@ "id": "g1-RC32", "name": "Sylveon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dress Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 30 more damage." }, { "name": "Precious Ribbon", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Move a Fairy Energy from this Pokémon to 1 of your Benched Pokémon. If you do, heal 50 damage from that Pokémon." @@ -6046,17 +4690,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RC32", "artist": "Kanako Eo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/gym1.json b/cards/en/gym1.json index d9f72497e..2cf4e51ea 100644 --- a/cards/en/gym1.json +++ b/cards/en/gym1.json @@ -3,24 +3,14 @@ "id": "gym1-1", "name": "Blaine's Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "44", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Phoenix Flame", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 5, "damage": "90", "text": "Flip a coin. If tails, shuffle Blaine's Moltres and all cards attached to it into your deck (after doing damage)." @@ -32,18 +22,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -56,18 +40,12 @@ "id": "gym1-2", "name": "Brock's Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "abilities": [ { "name": "Bench Guard", @@ -78,12 +56,7 @@ "attacks": [ { "name": "Lariat", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing." @@ -101,18 +74,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -125,32 +92,22 @@ "id": "gym1-3", "name": "Erika's Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Erika's Clefairy", "attacks": [ { "name": "Fairy Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, you may return any number of your Pokémon in play and all cards attached to them to your hand." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -168,17 +125,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -191,38 +143,23 @@ "id": "gym1-4", "name": "Erika's Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Erika's Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Blizzard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Take Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Shuffle Erika's Dragonair and all cards attached to it into your deck. Then, your opponent shuffles his or her Active Pokémon and all cards attached to it into his or her deck." @@ -234,17 +171,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -257,14 +189,10 @@ "id": "gym1-5", "name": "Erika's Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "34", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Gloom", "abilities": [ { @@ -276,11 +204,7 @@ "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "If Erika's Vileplume does damage to the Defending Pokémon (after applying Weakness and Resistance), remove a number of damage counters from Erika's Vileplume equal to half the damage done to the Defending Pokémon (rounded up to the nearest 10). If Erika's Vileplume has fewer damage counters than that, remove all of them." @@ -292,17 +216,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -315,32 +234,22 @@ "id": "gym1-6", "name": "Lt. Surge's Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Take up to 2 Lightning Energy cards from your discard pile and attach them to Lt. Surge's Electabuzz." }, { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy cards attached to Lt. Surge's Electabuzz in order to use this attack. Flip a number of coins equal to the number of Lightning Energy cards you discarded. This attack does 30 damage times the number of heads." @@ -352,17 +261,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -375,33 +279,22 @@ "id": "gym1-7", "name": "Lt. Surge's Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lt. Surge's Spearow", "attacks": [ { "name": "Repeating Drill", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 5 coins. This attack does 10 damage times the number of heads." }, { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -422,9 +315,7 @@ "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -437,18 +328,12 @@ "id": "gym1-8", "name": "Lt. Surge's Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Lt. Surge's Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Energy Charge", @@ -459,12 +344,7 @@ "attacks": [ { "name": "Mega Shock", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If tails, Lt. Surge's Magneton does 20 damage to itself." @@ -476,17 +356,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -499,35 +374,23 @@ "id": "gym1-9", "name": "Misty's Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Tail Snap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Knockout Needle", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. If both of them are heads, this attack does 30 damage plus 60 more damage. If 1 or both of them are tails, this attack does 30 damage." @@ -539,16 +402,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -561,14 +420,10 @@ "id": "gym1-10", "name": "Misty's Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Tentacool", "abilities": [ { @@ -580,12 +435,7 @@ "attacks": [ { "name": "Jellyfish Poison", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Confused." @@ -600,9 +450,7 @@ "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -615,31 +463,21 @@ "id": "gym1-11", "name": "Rocket's Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Crosscounter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If an attack does damage to Rocket's Hitmonchan during your opponent's next turn (even if Rocket's Hitmonchan is Knocked Out), flip a coin. If heads, Rocket's Hitmonchan attacks your opponent's Active Pokémon for double that amount of damage. (If Rocket's Hitmonchan takes 20 damage, it does 40 damage to that Pokémon.)" }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -651,16 +489,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -673,14 +507,10 @@ "id": "gym1-12", "name": "Rocket's Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Rebirth", @@ -691,11 +521,7 @@ "attacks": [ { "name": "Fire Wall", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "40", "text": "If an attack does damage to Rocket's Moltres during your opponent's next turn (even if Rocket's Moltres is Knocked Out), Rocket's Moltres attacks your opponent's Active Pokémon for 10 damage. (Apply Weakness and Resistance.)" @@ -707,17 +533,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -730,34 +551,22 @@ "id": "gym1-13", "name": "Rocket's Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Shadow Images", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Whenever Rocket's Scyther is attacked, your opponent flips a coin. If tails, that attack does no damage to Rocket's Scyther. (Any other effects of the attack still happen.) This effect lasts until Rocket's Scyther takes damage (or is Benched or is evolved)." }, { "name": "Blinding Scythe", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -775,16 +584,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -797,32 +602,22 @@ "id": "gym1-14", "name": "Sabrina's Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "39", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Haunter", "attacks": [ { "name": "Pain Amplifier", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a damage counter on each of your opponent's Pokémon has already has any damage counters on it." }, { "name": "Call of the Night", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "40", "text": "Unless this attack Knocks Out the Defending Pokémon, flip 2 coins. If both of them are heads, your opponent shuffles his or her Active Pokémon and all cards attached to it into his or her deck." @@ -834,16 +629,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -946,35 +737,22 @@ "id": "gym1-20", "name": "Brock's Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Graveler", "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose up to 3 of them. This attack does 10 damgae to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fissure", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -986,19 +764,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -1011,35 +782,22 @@ "id": "gym1-21", "name": "Brock's Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Bind", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tunneling", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent has any Benched Pokémon, choose up to 2 of them. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Brock's Onix can't attack during your next turn." @@ -1051,17 +809,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Benimaru Itoh", "rarity": "Rare", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -1074,35 +827,22 @@ "id": "gym1-22", "name": "Brock's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Toss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Take Down", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Brock's Rhyhorn does 10 damage to itself." @@ -1120,17 +860,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -1143,32 +878,22 @@ "id": "gym1-23", "name": "Brock's Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Sandshrew", "attacks": [ { "name": "Needles", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." }, { "name": "Sandstorm", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -1186,16 +911,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -1208,33 +929,22 @@ "id": "gym1-24", "name": "Brock's Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Alert", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. Then, switch Brock's Zubat with 1 of your Benched Pokémon. You can't use this attack if your Bench is empty." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1255,9 +965,7 @@ "number": "24", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -1270,33 +978,22 @@ "id": "gym1-25", "name": "Erika's Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Moonwatching", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card. Show that card to your opponent, then put it into your hand. Shuffle your deck afterward." }, { "name": "Comet Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -1314,16 +1011,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -1336,14 +1029,10 @@ "id": "gym1-26", "name": "Erika's Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "37", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Weepinbell", "abilities": [ { @@ -1355,11 +1044,7 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1371,17 +1056,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -1394,33 +1074,22 @@ "id": "gym1-27", "name": "Lt. Surge's Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Take up to 2 Lightning Energy cards from your discard pile and attach them to Lt. Surge's Electabuzz." }, { "name": "Electric Current", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Take 1 Lightning Energy card attached to Lt. Surge's Electabuzz and attach it to 1 of your Benched Pokémon. If you have no Benched Pokémon, discard that Energy card." @@ -1432,17 +1101,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1455,34 +1119,22 @@ "id": "gym1-28", "name": "Lt. Surge's Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Lt. Surge's Pikachu", "attacks": [ { "name": "Mega Punch", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Energy cards attached to Lt. Surge's Raichu in order to use this attack." @@ -1494,17 +1146,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1517,14 +1164,10 @@ "id": "gym1-29", "name": "Misty's Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Shellder", "abilities": [ { @@ -1536,11 +1179,7 @@ "attacks": [ { "name": "Triple Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -1552,17 +1191,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal" }, @@ -1575,23 +1209,15 @@ "id": "gym1-30", "name": "Misty's Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Horn Hazard", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1606,9 +1232,7 @@ "number": "30", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -1621,24 +1245,15 @@ "id": "gym1-31", "name": "Misty's Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Poliwhirl", "attacks": [ { "name": "Water Ring", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Does 10 damage to each Pokémon that isn't Water on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1650,18 +1265,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -1674,33 +1283,22 @@ "id": "gym1-32", "name": "Misty's Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Mysterious Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Jellyfish Pod", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for any number of Pokémon named Tentacool, Tentacruel, Misty's Tentacool, and/or Misty's Tentacruel. Show those cards to your opponent, then put them into your hand. Shuffle your deck afterward." @@ -1715,9 +1313,7 @@ "number": "32", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -1730,14 +1326,10 @@ "id": "gym1-33", "name": "Rocket's Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Restless Sleep", @@ -1748,11 +1340,7 @@ "attacks": [ { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Rocket's Snorlax is now Asleep (after doing damage)." @@ -1770,19 +1358,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "Shin-ichi Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -1795,30 +1376,22 @@ "id": "gym1-34", "name": "Sabrina's Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sabrina's Venonat", "attacks": [ { "name": "Healing Pollen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, remove 1 damage counter from each of your Pokémon. If a Pokémon has fewer damage counters than the number of heads, remove all of them." }, { "name": "Sonic Distortion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip 2 coins. If 1 or both of them are heads, the Defending Pokémon is now Confused." @@ -1839,9 +1412,7 @@ "number": "34", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -1854,33 +1425,22 @@ "id": "gym1-35", "name": "Blaine's Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Shake", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Fire Tackle", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Blaine's Growlithe does 10 damage to itself." @@ -1892,16 +1452,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -1914,31 +1470,21 @@ "id": "gym1-36", "name": "Blaine's Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Child's Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "One-Two Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage." @@ -1956,18 +1502,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -1980,34 +1520,22 @@ "id": "gym1-37", "name": "Blaine's Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage." }, { "name": "Lava Burst", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "20×", "text": "Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Fire Energy card you discarded in this way." @@ -2019,17 +1547,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2042,33 +1565,22 @@ "id": "gym1-38", "name": "Brock's Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "74", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lucky Shot", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and flip a coin. If heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) This attack can't be used if your opponent has no Benched Pokémon." @@ -2080,16 +1592,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -2102,35 +1610,23 @@ "id": "gym1-39", "name": "Brock's Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Brock's Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Spiral Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon. Don't apply Weakness and Resistance." @@ -2148,16 +1644,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2170,26 +1662,16 @@ "id": "gym1-40", "name": "Brock's Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Rock Toss", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2201,17 +1683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -2224,35 +1701,22 @@ "id": "gym1-41", "name": "Brock's Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Tongue Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2270,18 +1734,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -2294,17 +1752,11 @@ "id": "gym1-42", "name": "Erika's Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "abilities": [ { "name": "Strange Barrier", @@ -2315,10 +1767,7 @@ "attacks": [ { "name": "Tail Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -2330,16 +1779,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -2352,33 +1797,22 @@ "id": "gym1-43", "name": "Erika's Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Deflector", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, whenever Erika's Exeggcute takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)" }, { "name": "Egg Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing to the Defending Pokémon and Erika's Exeggcute does 20 damage to itself." @@ -2390,16 +1824,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -2412,32 +1842,22 @@ "id": "gym1-44", "name": "Erika's Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Exeggcute", "attacks": [ { "name": "Psychic Exchange", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck, then draw 5 cards." }, { "name": "Stomp", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage; if tails, this attack does 30 damage." @@ -2449,17 +1869,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -2472,36 +1887,23 @@ "id": "gym1-45", "name": "Erika's Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Healing Pollen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove 4 damage counters from Erika's Gloom. If Erika's Gloom has fewer damage counters than that, remove all of them." }, { "name": "Magic Pollen", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep, Confused, Paralyzed, or Poisoned (your choice)." @@ -2513,16 +1915,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2535,37 +1933,23 @@ "id": "gym1-46", "name": "Erika's Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "16", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Dream Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Both the Defending Pokémon and Erika's Gloom are now Asleep (after doing damage)." }, { "name": "Vile Smell", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Both the Defending Pokémon and Erika's Gloom are now Confused (after doing damage)." @@ -2577,16 +1961,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2599,17 +1979,11 @@ "id": "gym1-47", "name": "Erika's Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "abilities": [ { "name": "Photosynthesis", @@ -2620,10 +1994,7 @@ "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2635,16 +2006,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -2657,34 +2024,23 @@ "id": "gym1-48", "name": "Erika's Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Drool", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flytrap", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, choose 1 of your opponent's Benched Pokémon and switch it with his or her Active Pokémon. This attack can't be used if your opponent has no Benched Pokémon." @@ -2696,16 +2052,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -2718,36 +2070,23 @@ "id": "gym1-49", "name": "Erika's Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2759,17 +2098,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -2782,33 +2116,22 @@ "id": "gym1-50", "name": "Lt. Surge's Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Removal Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and discard it." }, { "name": "Confusion Pulse", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2823,9 +2146,7 @@ "number": "50", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -2838,21 +2159,15 @@ "id": "gym1-51", "name": "Lt. Surge's Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lt. Surge's Rattata", "attacks": [ { "name": "Super Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does damage to the Defending Pokémon equal to half the Defending Pokémon's remaining HP (rounded up to the nearest 10)." @@ -2870,16 +2185,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -2892,23 +2203,15 @@ "id": "gym1-52", "name": "Lt. Surge's Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2929,9 +2232,7 @@ "number": "52", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -2944,37 +2245,23 @@ "id": "gym1-53", "name": "Misty's Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Rapids", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and discard it." }, { "name": "Water Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the number of Water Energy attached to Misty's Poliwhirl. This attack does 30 damage plus 10 damage for each heads." @@ -2986,17 +2273,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -3009,32 +2291,22 @@ "id": "gym1-54", "name": "Misty's Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Call for Friend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, you may search your deck for a Basic Pokémon with Misty in its name and put it onto your Bench. (You can't use this attack if your Bench is full.) Shuffle your deck afterward." @@ -3046,16 +2318,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -3068,31 +2336,22 @@ "id": "gym1-55", "name": "Misty's Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Goldeen", "attacks": [ { "name": "Horn Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and flip a coin. If heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3104,16 +2363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -3126,32 +2381,22 @@ "id": "gym1-56", "name": "Misty's Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Staryu", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Misty's Starmie but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3163,17 +2408,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3186,24 +2426,15 @@ "id": "gym1-57", "name": "Misty's Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Crystal Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't attach Energy cards to the Defending Pokémon during his or her next turn." @@ -3215,16 +2446,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -3237,25 +2464,16 @@ "id": "gym1-58", "name": "Sabrina's Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Night Spirits", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a number of coins equal to the total number of Sabrina's Gastlys, Sabrina's Haunters, and Sabrina's Gengars you have in play. This attack does 30 damage times the number of heads." @@ -3270,9 +2488,7 @@ "number": "58", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -3285,30 +2501,21 @@ "id": "gym1-59", "name": "Sabrina's Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Good Night", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Good Morning", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon was Asleep, it is no longer Asleep." @@ -3320,16 +2527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -3342,32 +2545,22 @@ "id": "gym1-60", "name": "Sabrina's Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Slowpoke", "attacks": [ { "name": "Naptime", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove 3 damage counters from Sabrina's Slowbro and Sabrina's Slowbro is now Asleep. If Sabrina's Slowbro has fewer damage counters than that, remove all of them." }, { "name": "Screaming Headbutt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You can't use this attack during your next turn." @@ -3379,17 +2572,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -3402,33 +2590,22 @@ "id": "gym1-61", "name": "Blaine's Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Kindle", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard 1 Energy card attached to Blaine's Charmander in order to use this attack. If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3440,16 +2617,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3462,24 +2635,15 @@ "id": "gym1-62", "name": "Blaine's Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Blaze", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each Grass Pokémon on your opponent's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3491,16 +2655,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3513,24 +2673,15 @@ "id": "gym1-63", "name": "Blaine's Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Agility", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Blaine's Ponyta." @@ -3545,9 +2696,7 @@ "number": "63", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -3560,31 +2709,21 @@ "id": "gym1-64", "name": "Blaine's Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "3-Pronged Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Full Speed Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads to the Defending Pokémon and 20 damage times the number of tails to Blaine's Tauros." @@ -3602,17 +2741,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -3625,17 +2759,11 @@ "id": "gym1-65", "name": "Blaine's Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "abilities": [ { "name": "Natural Healing", @@ -3646,11 +2774,7 @@ "attacks": [ { "name": "Tail Fan", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3662,16 +2786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -3684,33 +2804,22 @@ "id": "gym1-66", "name": "Brock's Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Call for Friend", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, you may search your deck for a Basic Pokémon card with Brock in its name and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" }, { "name": "Hook Shot", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Resistance for this attack. (Any other effects that would happen after applying Resistance still happen.)" @@ -3722,16 +2831,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -3744,32 +2849,22 @@ "id": "gym1-67", "name": "Brock's Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon." }, { "name": "Light Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3784,9 +2879,7 @@ "number": "67", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3799,33 +2892,22 @@ "id": "gym1-68", "name": "Brock's Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Fidget", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your deck." }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40-", "text": "Does 40 damage minus 10 damage for each damage counter on Brock's Mankey." @@ -3840,9 +2922,7 @@ "number": "68", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3855,34 +2935,22 @@ "id": "gym1-69", "name": "Brock's Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Bellow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3894,18 +2962,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -3918,24 +2980,15 @@ "id": "gym1-70", "name": "Brock's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Drill Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Flip 2 coins. If 1 or both of them are tails, this attack does nothing." @@ -3953,18 +3006,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -3977,33 +3024,22 @@ "id": "gym1-71", "name": "Brock's Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Brock's Sandshrew during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Rolling Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4021,16 +3057,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -4043,24 +3075,15 @@ "id": "gym1-72", "name": "Brock's Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand Pit", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4078,16 +3101,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -4100,33 +3119,22 @@ "id": "gym1-73", "name": "Brock's Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -4138,16 +3146,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4160,33 +3164,22 @@ "id": "gym1-74", "name": "Brock's Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Fang", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -4207,9 +3200,7 @@ "number": "74", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4222,33 +3213,22 @@ "id": "gym1-75", "name": "Erika's Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Poison Vine", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4260,16 +3240,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -4282,23 +3258,15 @@ "id": "gym1-76", "name": "Erika's Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Careless Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Erika's Bellsprout does 10 damage to itself." @@ -4310,16 +3278,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -4332,33 +3296,22 @@ "id": "gym1-77", "name": "Erika's Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a number of coins equal to the number of Energy attached to Erika's Exeggcute. This attack does 10 damage times the number of heads." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -4370,16 +3323,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -4392,33 +3341,22 @@ "id": "gym1-78", "name": "Erika's Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If there are any damage counters on Erika's Oddish, remove 1 of them." }, { "name": "Sporadic Sponging", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If Erika's Oddish has any damage counters on it, flip a coin. If heads, remove 1 of those damage counters." @@ -4430,16 +3368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -4452,34 +3386,22 @@ "id": "gym1-79", "name": "Erika's Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Vine Slap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stretch Vine", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4491,17 +3413,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4514,33 +3431,22 @@ "id": "gym1-80", "name": "Lt. Surge's Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4552,16 +3458,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4574,33 +3476,22 @@ "id": "gym1-81", "name": "Lt. Surge's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Take 1 Lightning Energy card from your discard pile and attach it to Lt. Surge's Pikachu." }, { "name": "Lightning Tail", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4612,16 +3503,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4634,33 +3521,22 @@ "id": "gym1-82", "name": "Lt. Surge's Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Lt. Surge's Rattata's Gnaw attack's base damage is doubled." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4678,16 +3554,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4700,33 +3572,22 @@ "id": "gym1-83", "name": "Lt. Surge's Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -4747,9 +3608,7 @@ "number": "83", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -4762,33 +3621,22 @@ "id": "gym1-84", "name": "Lt. Surge's Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Spin Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 1 coin. This attack does 20 damage times the number of heads." }, { "name": "Double Spin", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4800,16 +3648,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -4822,32 +3666,22 @@ "id": "gym1-85", "name": "Misty's Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Supersonic", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4859,16 +3693,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -4881,33 +3711,22 @@ "id": "gym1-86", "name": "Misty's Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Smokescreen", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -4922,9 +3741,7 @@ "number": "86", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -4937,33 +3754,22 @@ "id": "gym1-87", "name": "Misty's Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Hypnotic Stare", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "Tail Rap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4975,16 +3781,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -4997,24 +3799,15 @@ "id": "gym1-88", "name": "Misty's Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5026,16 +3819,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -5048,33 +3837,22 @@ "id": "gym1-89", "name": "Misty's Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Clamp", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage)." @@ -5086,16 +3864,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal" }, @@ -5108,24 +3882,15 @@ "id": "gym1-90", "name": "Misty's Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Swift", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -5137,16 +3902,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5159,23 +3920,15 @@ "id": "gym1-91", "name": "Sabrina's Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Energy Loop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Return a Psychic Energy card attached to Sabrina's Abra to your hand in order to use this attack." @@ -5190,9 +3943,7 @@ "number": "91", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -5205,33 +3956,22 @@ "id": "gym1-92", "name": "Sabrina's Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Suggestion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5243,16 +3983,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -5265,24 +4001,15 @@ "id": "gym1-93", "name": "Sabrina's Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Spook", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5294,16 +4021,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -5316,30 +4039,21 @@ "id": "gym1-94", "name": "Sabrina's Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Sleight of Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 3 cards from your hand and put them on top of your deck. Then search your deck for that many basic Energy cards. Show those cards to your opponent, then put them into your hand. Shuffle your deck afterward." }, { "name": "Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5351,16 +4065,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -5373,25 +4083,15 @@ "id": "gym1-95", "name": "Sabrina's Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Lazy Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Sabrina's Slowpoke is now Asleep (after doing damage)." @@ -5403,16 +4103,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -5425,33 +4121,22 @@ "id": "gym1-96", "name": "Sabrina's Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Poison Antennae", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Removal Beam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those Energy cards and discard it." @@ -5463,16 +4148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -5593,9 +4274,7 @@ "id": "gym1-103", "name": "No Removal Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "A player must discard 2 cards from his or her hand in order to play an Energy Removal or Super Energy Removal card." @@ -5615,9 +4294,7 @@ "id": "gym1-104", "name": "The Rocket's Training Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player pays Colorless more to retreat his or her Active Pokémon." @@ -5673,9 +4350,7 @@ "id": "gym1-107", "name": "Celadon City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "During each player's turn, that player may choose to discard an Energy card attached to 1 of his or her Pokémon with Erika in its name. If that player does so, that Pokémon is no longer Asleep, Confused, Paralyzed, or Poisoned." @@ -5695,9 +4370,7 @@ "id": "gym1-108", "name": "Cerulean City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player pays Colorless less to retreat his or her Pokémon if it has Misty in its name." @@ -5825,9 +4498,7 @@ "id": "gym1-115", "name": "Pewter City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Don't apply Resistance to any attacks made by Pokémon with Brock in their names." @@ -5901,9 +4572,7 @@ "id": "gym1-119", "name": "Tickling Machine", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Flip a coin. If heads, your opponent sets aside all the cards in his or her hand face down. Nobody may look at those cards. At the end of your opponent's next turn, your opponent puts those cards back into his or her hand. If tails, your turn ends immediately (you can't attack this turn)." ], @@ -5922,9 +4591,7 @@ "id": "gym1-120", "name": "Vermilion City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Whenever a player attacks with a Pokémon with Lt. Surge in its name, he or she may flip a coin. If heads, and if that Pokémon's attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 10 more damage to the Defending Pokémon. If tails, the attacking Pokémon does 10 damage to itself in addition to whatever its attack usually does." @@ -5998,9 +4665,7 @@ "id": "gym1-124", "name": "Narrow Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "No player may have more than 4 Pokémon on his or her Bench. When this card is played, if a player has 5 Pokémon on his or her Bench, that player chooses 1 of them and returns it and all cards attached to it to his or her hand. (If both players have to return a Pokémon, your opponent returns a Pokémon first.)" @@ -6056,9 +4721,7 @@ "id": "gym1-127", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "127", "artist": "Keiji Kinebuchi", "legalities": { @@ -6075,9 +4738,7 @@ "id": "gym1-128", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "128", "artist": "Keiji Kinebuchi", "legalities": { @@ -6094,9 +4755,7 @@ "id": "gym1-129", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "129", "artist": "Keiji Kinebuchi", "legalities": { @@ -6113,9 +4772,7 @@ "id": "gym1-130", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "130", "artist": "Keiji Kinebuchi", "legalities": { @@ -6132,9 +4789,7 @@ "id": "gym1-131", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "131", "artist": "Keiji Kinebuchi", "legalities": { @@ -6151,9 +4806,7 @@ "id": "gym1-132", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "132", "artist": "Keiji Kinebuchi", "legalities": { diff --git a/cards/en/gym2.json b/cards/en/gym2.json index 8931dbe1c..1088faf16 100644 --- a/cards/en/gym2.json +++ b/cards/en/gym2.json @@ -3,35 +3,22 @@ "id": "gym2-1", "name": "Blaine's Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaine's Growlithe", "attacks": [ { "name": "Heat Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Blaine's Arcanine does 10 damage to itself." }, { "name": "Firestorm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 3 Fire Energy cards attached to Blaine's Arcanine in order to use this attack." @@ -43,18 +30,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -67,31 +48,22 @@ "id": "gym2-2", "name": "Blaine's Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "50", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaine's Charmeleon", "attacks": [ { "name": "Roaring Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Discard all Fire Energy cards attached to Blaine's Charizard. If all Energy cards attached to Blaine's Charizard provide 2 Fire Energy, discard all of them. This attack does 20 damage plus 20 more damage for each Fire Energy discarded in this way." }, { "name": "Flame Jet", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -109,18 +81,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -133,14 +99,10 @@ "id": "gym2-3", "name": "Brock's Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Brock's Vulpix", "abilities": [ { @@ -152,10 +114,7 @@ "attacks": [ { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -167,16 +126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -189,33 +144,22 @@ "id": "gym2-4", "name": "Erika's Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Ivysaur", "attacks": [ { "name": "Growth", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, you may attach up to 2 Grass Energy cards from your hand to Erika's Venusaur." }, { "name": "Wide Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose 2 of them (or 1 if he or she only has 1). This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -227,17 +171,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -250,33 +189,22 @@ "id": "gym2-5", "name": "Giovanni's Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Giovanni's Magikarp", "attacks": [ { "name": "Summon Storm", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. If both of them are heads, this attack does 20 damage to each other Pokémon (even your own). Don't apply Weakness and Resistance for this attack." }, { "name": "Dragon Tornado", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Unless this attack Knocks Out the Defending Pokémon, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." @@ -294,18 +222,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -318,14 +240,10 @@ "id": "gym2-6", "name": "Giovanni's Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "50", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Giovanni's Machoke", "abilities": [ { @@ -337,12 +255,7 @@ "attacks": [ { "name": "Hurricane Punch", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -354,18 +267,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -378,33 +285,22 @@ "id": "gym2-7", "name": "Giovanni's Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "58", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Giovanni's Nidorino", "attacks": [ { "name": "Intimidate", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon's maximum HP is 50 or less, it can't attack Giovanni's Nidoking during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Tumbling Attack", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage; if tails, this attack does 40 damage." @@ -416,18 +312,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -440,14 +330,10 @@ "id": "gym2-8", "name": "Giovanni's Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Giovanni's Meowth", "abilities": [ { @@ -459,11 +345,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -484,9 +366,7 @@ "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -499,33 +379,22 @@ "id": "gym2-9", "name": "Koga's Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "34", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Kakuna", "attacks": [ { "name": "Nerve Poison", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." }, { "name": "Hyper Needle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Koga's Beedrill stays in play (even putting Koga's Beedrill on the Bench won't let you use it again)." @@ -546,9 +415,7 @@ "number": "9", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -561,29 +428,21 @@ "id": "gym2-10", "name": "Koga's Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Giant Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, Koga's Ditto's maximum HP is now 80 and Koga's Ditto's Pound attack's base damage is 30 instead of 10. (Benching Koga's Ditto ends this effect.)" }, { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -601,16 +460,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -623,34 +478,22 @@ "id": "gym2-11", "name": "Lt. Surge's Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Lt. Surge's Pikachu", "attacks": [ { "name": "Kerzap", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage to the Defending Pokémon and discard all Lightning Energy cards attached to Lt. Surge's Raichu. If tails, this attack does 20 damage." }, { "name": "Thundertackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, Lt. Surge's Raichu does 20 damage to itself." @@ -662,17 +505,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -685,32 +523,22 @@ "id": "gym2-12", "name": "Misty's Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Psyduck", "attacks": [ { "name": "Electro Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard all Energy cards attached to Misty's Golduck." }, { "name": "Super Removal", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 Energy card attached to each of your opponent's Pokémon that has any Energy cards and discard those Energy cards." @@ -722,16 +550,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -744,14 +568,10 @@ "id": "gym2-13", "name": "Misty's Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Magikarp", "abilities": [ { @@ -763,12 +583,7 @@ "attacks": [ { "name": "Tidal Wave", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -786,18 +601,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -810,42 +619,28 @@ "id": "gym2-14", "name": "Rocket's Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Juxtapose", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch the number of damage counters on Rocket's Mewtwo with the number of damage counters on the Defending Pokémon (even if it would Knock Out either Pokémon). (It's okay if 1 of the Pokémon has no damage counters on it.)" }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -857,17 +652,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -880,32 +670,21 @@ "id": "gym2-15", "name": "Rocket's Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Plasma", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If there are any Lightning Energy cards in your discard pile, attach 1 of them to Rocket's Zapdos." }, { "name": "Electroburn", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Rocket's Zapdos does damage to itself equal to 10 times the number of Lightning Energy cards attached to it." @@ -917,17 +696,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -940,14 +714,10 @@ "id": "gym2-16", "name": "Sabrina's Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "44", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Kadabra", "abilities": [ { @@ -959,12 +729,7 @@ "attacks": [ { "name": "Mega Burn", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "You can't use this attack during your next turn." @@ -976,18 +741,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Ken Sugimori", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -1072,14 +831,10 @@ "id": "gym2-21", "name": "Blaine's Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaine's Vulpix", "abilities": [ { @@ -1091,10 +846,7 @@ "attacks": [ { "name": "Burn Up", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, discard all Fire Energy cards attached to Blaine's Ninetales." @@ -1106,17 +858,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1129,32 +876,22 @@ "id": "gym2-22", "name": "Brock's Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Diglett", "attacks": [ { "name": "Lie Low", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "All damage done to Brock's Dugtrio during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Earthdrill", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack can't be used unless Brock's Dugtrio used its Lie Low attack last turn." @@ -1172,16 +909,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1194,35 +927,22 @@ "id": "gym2-23", "name": "Giovanni's Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Giovanni's Nidorina", "attacks": [ { "name": "Mega Kick", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Love Lariat", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 50 more damage if you have at least 1 Giovanni's Nidoking on your Bench. If tails, this attack does nothing." @@ -1234,18 +954,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1258,32 +972,21 @@ "id": "gym2-24", "name": "Giovanni's Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Snapping Pincers", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage." }, { "name": "Overhead Toss", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If you have any Benched Pokémon, flip a coin. If tails, choose 1 of your Benched Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1295,17 +998,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -1318,31 +1016,22 @@ "id": "gym2-25", "name": "Koga's Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Ekans", "attacks": [ { "name": "Poison Buildup", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Koga's Arbok is now Poisoned." }, { "name": "Poison Power", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "If Koga's Arbok is Poisoned, this attack's base damage is 40 instead of 20 and the Defending Pokémon is now Poisoned." @@ -1354,17 +1043,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal" }, @@ -1377,14 +1061,10 @@ "id": "gym2-26", "name": "Koga's Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Grimer", "abilities": [ { @@ -1396,11 +1076,7 @@ "attacks": [ { "name": "Sludge Whirlpool", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1412,18 +1088,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -1436,38 +1106,23 @@ "id": "gym2-27", "name": "Koga's Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Koga's Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Aerial Maneuvers", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage, and, during your opponent's next turn, prevent all effects of attacks, including damage, done to Koga's Pidgeotto. If tails, this attack does 10 damage." @@ -1488,9 +1143,7 @@ "number": "27", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -1503,33 +1156,22 @@ "id": "gym2-28", "name": "Lt. Surge's Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Lt. Surge's Eevee", "attacks": [ { "name": "High Voltage", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent can't play Trainer cards during his or her next turn." }, { "name": "Thunder Flare", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 damage times the number of damage counters on Lt. Surge's Jolteon, then flip a coin. If tails, Lt. Surge's Jolteon does 30 damage to itself." @@ -1541,16 +1183,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -1563,33 +1201,22 @@ "id": "gym2-29", "name": "Sabrina's Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Haunter", "attacks": [ { "name": "Dark Wave", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "All Pokémon Powers stop working until the end of your opponent's next turn." }, { "name": "Shadow Bind", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1601,17 +1228,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1624,33 +1246,22 @@ "id": "gym2-30", "name": "Sabrina's Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sabrina's Psyduck", "attacks": [ { "name": "Damage Shift", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Move 1 damage counter from each of your Pokémon that has any on it to the Defending Pokémon. (Don't apply Weakness and Resistance.)" }, { "name": "Water Spray", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage; if tails, this attack does 20 damage." @@ -1662,17 +1273,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -1685,36 +1291,23 @@ "id": "gym2-31", "name": "Blaine's Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaine's Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Fire Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Bonfire", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "", "text": "Flip 3 coins. For each heads, discard 1 Fire Energy card attached to Blaine's Charmeleon. If you can't discard Energy cards, this attack does nothing. This attack does 10 damage times the number of heads to each of your opponent's Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -1726,17 +1319,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -1749,22 +1337,15 @@ "id": "gym2-32", "name": "Blaine's Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Blaine's Doduo", "attacks": [ { "name": "Mega Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1782,16 +1363,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -1804,32 +1381,22 @@ "id": "gym2-33", "name": "Blaine's Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaine's Ponyta", "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Stamp", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage (to the Defending Pokémon) and 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If tails, this attack does 30 damage (to the Defending Pokémon)." @@ -1844,9 +1411,7 @@ "number": "33", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -1859,36 +1424,23 @@ "id": "gym2-34", "name": "Brock's Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Detonate", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each Pokémon on each player's bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Brock's Graveler does 50 damage to itself. If there is a Stadium card in play, discard it." @@ -1900,17 +1452,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -1923,14 +1470,10 @@ "id": "gym2-35", "name": "Brock's Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Mankey", "abilities": [ { @@ -1942,11 +1485,7 @@ "attacks": [ { "name": "Mega Thrash", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "60", "text": "Brock's Primeape does 20 damage to itself. If there is a Stadium card in play, discard it." @@ -1958,16 +1497,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -1980,32 +1515,22 @@ "id": "gym2-36", "name": "Brock's Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Brock's Sandshrew", "attacks": [ { "name": "Swift", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." }, { "name": "Needle Ball", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -2023,16 +1548,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -2045,33 +1566,22 @@ "id": "gym2-37", "name": "Brock's Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Fire Ring", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2083,16 +1593,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -2105,17 +1611,11 @@ "id": "gym2-38", "name": "Erika's Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "abilities": [ { "name": "Soak Up", @@ -2126,9 +1626,7 @@ "attacks": [ { "name": "Stretch Vine", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon, and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2140,16 +1638,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -2162,33 +1656,22 @@ "id": "gym2-39", "name": "Erika's Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Sleep Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Errand-Running", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, you may search your deck for a Trainer card. Show it to your opponent and put it into your hand. Shuffle your deck afterward." @@ -2200,16 +1683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -2222,33 +1701,22 @@ "id": "gym2-40", "name": "Erika's Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Lunar Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card that evolves from 1 of your Benched Pokémon and put that card on that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "Moon Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2266,16 +1734,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -2288,18 +1752,12 @@ "id": "gym2-41", "name": "Erika's Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Erika's Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "abilities": [ { "name": "Relaxing Scent", @@ -2310,11 +1768,7 @@ "attacks": [ { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2326,17 +1780,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -2349,35 +1798,23 @@ "id": "gym2-42", "name": "Giovanni's Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Giovanni's Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Risky Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Flip a coin. If tails, this attack does no damage to the Defending Pokémon and Giovanni's Machoke does 100 damage to itself." }, { "name": "Headlock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Paralyzed. If tails, this attack does 20 damage." @@ -2389,17 +1826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2412,33 +1844,22 @@ "id": "gym2-43", "name": "Giovanni's Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "False Charity", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, look at the top card of your opponent's deck. If it's a Trainer card, put it in your opponent's discard pile; otherwise, put it into his or her hand." }, { "name": "Double Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2456,16 +1877,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -2478,36 +1895,23 @@ "id": "gym2-44", "name": "Giovanni's Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Giovanni's Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Poison Sting Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Giovanni's Nidorina does 20 damage to itself. Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Body Slam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2519,17 +1923,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -2542,26 +1941,16 @@ "id": "gym2-45", "name": "Giovanni's Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Giovanni's Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Rend", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage. If not, this attack does 20 damage." @@ -2573,17 +1962,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -2596,36 +1980,23 @@ "id": "gym2-46", "name": "Koga's Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sonic Scream", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -2646,9 +2017,7 @@ "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -2661,18 +2030,12 @@ "id": "gym2-47", "name": "Koga's Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "abilities": [ { "name": "Emerge", @@ -2683,9 +2046,7 @@ "attacks": [ { "name": "Toxic Secretion", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -2697,17 +2058,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2720,33 +2076,22 @@ "id": "gym2-48", "name": "Koga's Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Obscuring Gas", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, shuffle Koga's Koffing and all cards attached to it into your deck (after doing damage)." @@ -2758,16 +2103,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -2780,33 +2121,22 @@ "id": "gym2-49", "name": "Koga's Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Messenger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put Koga's Pidgey and all cards attached to it on top of your deck. Then search your deck for any Basic Pokémon or Evolution card not named Koga's Pidgey. Show that card to your opponent, then put it into your hand. Shuffle your deck afterward." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2824,16 +2154,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -2846,33 +2172,22 @@ "id": "gym2-50", "name": "Koga's Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Koga's Koffing", "attacks": [ { "name": "Spontaneous Explosion", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage and Koga's Weezing does 30 damage to itself; if tails, this attack does 10 damage." }, { "name": "Toxic Cloud", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, this Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -2884,17 +2199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2907,14 +2217,10 @@ "id": "gym2-51", "name": "Lt. Surge's Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2928,19 +2234,14 @@ "attacks": [ { "name": "Surprise", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at a random card from your opponent's hand. Your opponent shuffles that card into his or her deck." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2958,16 +2259,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -2980,14 +2277,10 @@ "id": "gym2-52", "name": "Lt. Surge's Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Lt. Surge's Voltorb", "abilities": [ { @@ -2999,11 +2292,7 @@ "attacks": [ { "name": "Power Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 3 coins. This attack does 30 damage plus 10 more damage for each heads." @@ -3015,17 +2304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -3038,31 +2322,22 @@ "id": "gym2-53", "name": "Lt. Surge's Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lt. Surge's Rattata", "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Lt. Surge's Raticate's Double-edge attack's damage (base damage and damage to itself) is doubled." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Lt. Surge's Raticate does 20 damage to itself." @@ -3080,16 +2355,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -3102,34 +2373,22 @@ "id": "gym2-54", "name": "Misty's Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Misty's Seel", "attacks": [ { "name": "Ice Throw", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon is Fighting, this attack's base damage is doubled." }, { "name": "Take Down", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Misty's Dewgong does 20 damage to itself." @@ -3141,17 +2400,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -3164,36 +2418,23 @@ "id": "gym2-55", "name": "Sabrina's Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Shadow Attack", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, and if your opponent has any Benched Pokémon, choose 1 of them and this attack does 30 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3208,9 +2449,7 @@ "number": "55", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -3223,31 +2462,22 @@ "id": "gym2-56", "name": "Sabrina's Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Drowzee", "attacks": [ { "name": "Invigorate", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 Basic Pokémon in any player's discard pile. Put it onto that player's Bench. Put a number of damage counters on that Pokémon equal to half its HP (rounded down to the nearest 10). (You can't put a Pokémon on a Bench that's full.)" }, { "name": "Pendulum Curse", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a number of coins equal to the number of damage counters on the Defending Pokémon. This attack does 20 damage times the number of heads." @@ -3259,17 +2489,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -3282,30 +2507,21 @@ "id": "gym2-57", "name": "Sabrina's Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Helping Hand", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Remove any number of damage counters from that Pokémon, then draw that many cards." }, { "name": "Hug", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't retreat during your opponent's next turn." @@ -3317,16 +2533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Atsuko Nishida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -3339,35 +2551,23 @@ "id": "gym2-58", "name": "Sabrina's Kadabra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sabrina's Abra", - "evolvesTo": [ - "Alakazam" - ], + "evolvesTo": ["Alakazam"], "attacks": [ { "name": "Life Drain", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a number of damage counters on the Defending Pokémon so that its remaining HP are 10." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3379,16 +2579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 64 - ], + "nationalPokedexNumbers": [64], "legalities": { "unlimited": "Legal" }, @@ -3401,21 +2597,14 @@ "id": "gym2-59", "name": "Sabrina's Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Magic Darts", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon and flip 3 coins. This attack does 10 damage times the number of heads to that Pokémon. Don't apply Weakness and Resistance for this attack." @@ -3427,16 +2616,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -3449,23 +2634,15 @@ "id": "gym2-60", "name": "Blaine's Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Fire Tail Slap", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Use this attack only if there are any Fire Energy cards attached to Blaine's Charmander. Flip a coin. If tails, discard 1 of those cards." @@ -3477,16 +2654,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3499,33 +2672,22 @@ "id": "gym2-61", "name": "Blaine's Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Wild Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Retaliate", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Blaine's Doduo." @@ -3546,9 +2708,7 @@ "number": "61", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -3561,34 +2721,22 @@ "id": "gym2-62", "name": "Blaine's Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Stoke", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to Blaine's Growlithe. Shuffle your deck afterward." }, { "name": "Body Slam", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3600,16 +2748,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3622,32 +2766,22 @@ "id": "gym2-63", "name": "Blaine's Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Pranks", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a card from your opponent's discard pile and put it on top of his or her deck." }, { "name": "Fury Swipes", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3662,9 +2796,7 @@ "number": "63", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3677,24 +2809,15 @@ "id": "gym2-64", "name": "Blaine's Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Hind Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If you have any Benched Pokémon, flip a coin. If heads, switch Blaine's Ponyta with 1 of your Benched Pokémon." @@ -3706,16 +2829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -3728,34 +2847,22 @@ "id": "gym2-65", "name": "Blaine's Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Charge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads and if your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3773,17 +2880,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -3796,32 +2898,22 @@ "id": "gym2-66", "name": "Blaine's Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Call Will-o'-the-wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, if you have a Fire Energy card in your discard pile, put it into your hand." @@ -3833,16 +2925,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -3855,33 +2943,22 @@ "id": "gym2-67", "name": "Brock's Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Tremor", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3899,16 +2976,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -3921,23 +2994,15 @@ "id": "gym2-68", "name": "Brock's Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rock Toss", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -3949,16 +3014,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -3971,33 +3032,22 @@ "id": "gym2-69", "name": "Erika's Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Group Therapy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You and your opponent remove 1 damage counter from each of your Pokémon with damage counters on them." }, { "name": "Pulled Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40-", "text": "If the Defending Pokémon has no damage counters on it, this attack does 40 damage. If it has any damage counters on it, this attack does 10 damage." @@ -4015,16 +3065,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -4037,23 +3083,15 @@ "id": "gym2-70", "name": "Erika's Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Strange Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused; if tails, the Defending Pokémon is now Asleep." @@ -4065,16 +3103,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -4087,33 +3121,22 @@ "id": "gym2-71", "name": "Erika's Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4125,16 +3148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -4147,33 +3166,22 @@ "id": "gym2-72", "name": "Giovanni's Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin. If heads, this attack does 20 damage times the number of damage counters on Giovanni's Machop." @@ -4185,16 +3193,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4207,33 +3211,22 @@ "id": "gym2-73", "name": "Giovanni's Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Ancestral Memory", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing. Either way, you can't use this attack again as long as Giovanni's Magikarp stays in play (even putting Giovanni's Magikarp on the Bench won't let you use it again)." }, { "name": "Flail Around", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4245,16 +3238,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -4267,34 +3256,22 @@ "id": "gym2-74", "name": "Giovanni's Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Cat Fleas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4312,17 +3289,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4335,33 +3307,22 @@ "id": "gym2-75", "name": "Giovanni's Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Horn Thrust", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Giovanni's Nidoran ♀ does 20 damage to itself." @@ -4373,16 +3334,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -4395,32 +3352,22 @@ "id": "gym2-76", "name": "Giovanni's Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Grass"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Retaliation", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "You can't use this attack unless Giovanni's Nidoran ♂ has 2 or more damage counters on it." @@ -4432,16 +3379,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -4454,23 +3397,15 @@ "id": "gym2-77", "name": "Koga's Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Grass"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Fast-Acting Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip 2 coins. If both are heads, the Defending Pokémon is now Confused and Poisoned." @@ -4482,16 +3417,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal" }, @@ -4504,33 +3435,22 @@ "id": "gym2-78", "name": "Koga's Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Grass"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Sludge Grip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon. The new Defending Pokémon is now Poisoned." }, { "name": "Sludge Toss", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4542,16 +3462,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -4564,23 +3480,15 @@ "id": "gym2-79", "name": "Koga's Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Grass"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smelly Gas", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, this attack does 10 damage to each Benched Pokémon (including your own). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4592,16 +3500,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -4614,34 +3518,22 @@ "id": "gym2-80", "name": "Koga's Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sand-attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -4659,16 +3551,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -4681,33 +3569,22 @@ "id": "gym2-81", "name": "Koga's Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Grasping Vine", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, draw 2 cards." @@ -4719,17 +3596,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4742,33 +3614,22 @@ "id": "gym2-82", "name": "Koga's Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Stinger", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned; if tails, the Defending Pokémon is now Paralyzed." @@ -4780,16 +3641,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -4802,24 +3659,15 @@ "id": "gym2-83", "name": "Koga's Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Group Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Does 10 damage times the number of Koga's Zubats you have in play. Before doing damage, you may search your deck for any number of Basic Pokémon named Koga's Zubat and put them onto your Bench. (You can't get more cards with this attack than you have room on your Bench.) If you do, shuffle your deck afterward." @@ -4840,9 +3688,7 @@ "number": "83", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4855,24 +3701,15 @@ "id": "gym2-84", "name": "Lt. Surge's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -4887,9 +3724,7 @@ "number": "84", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4902,33 +3737,22 @@ "id": "gym2-85", "name": "Lt. Surge's Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Lt. Surge's Rattata's Quick Attack's base damage is doubled." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -4949,9 +3773,7 @@ "number": "85", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4964,24 +3786,15 @@ "id": "gym2-86", "name": "Lt. Surge's Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Bouncing Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Lt. Surge's Voltorb does 10 damage to itself." @@ -4993,16 +3806,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5015,24 +3824,15 @@ "id": "gym2-87", "name": "Misty's Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Ink Spurt", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, whenever the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack does nothing. (This effect lasts until the Defending Pokémon evolves or is Benched.)" @@ -5047,9 +3847,7 @@ "number": "87", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -5062,32 +3860,22 @@ "id": "gym2-88", "name": "Misty's Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Play Dead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Misty's Magikarp." }, { "name": "Leap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5099,16 +3887,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -5121,33 +3905,22 @@ "id": "gym2-89", "name": "Misty's Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Bubbles", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, you can't use this attack during your next turn." }, { "name": "Amnesia", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -5159,16 +3932,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -5181,23 +3950,15 @@ "id": "gym2-90", "name": "Misty's Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "ESP", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. If exactly 1 is heads, draw a card. If exactly 2 are heads, this attack does 20 damage. If all 3 are heads, choose 1 of the Defending Pokémon's attacks. Misty's Psyduck copies that attack except for its Energy costs. (No matter what type the Defending Pokémon is, Misty's Psyduck's type is still Water.)" @@ -5209,16 +3970,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -5231,33 +3988,22 @@ "id": "gym2-91", "name": "Misty's Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Frostbite", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Mirage", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -5269,16 +4015,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -5291,23 +4033,15 @@ "id": "gym2-92", "name": "Misty's Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Star Boomerang", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, return Misty's Staryu and all cards attached to it to your hand. (Either way, this attack does its damage.)" @@ -5319,16 +4053,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5341,33 +4071,22 @@ "id": "gym2-93", "name": "Sabrina's Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Synchronize", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack can't be used unless Sabrina's Abra and the Defending Pokémon have the same number of Energy cards attached to them." @@ -5382,9 +4101,7 @@ "number": "93", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -5397,32 +4114,22 @@ "id": "gym2-94", "name": "Sabrina's Abra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kadabra" - ], + "types": ["Psychic"], + "evolvesTo": ["Kadabra"], "attacks": [ { "name": "Psyscan", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand." }, { "name": "Quick Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -5434,16 +4141,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 63 - ], + "nationalPokedexNumbers": [63], "legalities": { "unlimited": "Legal" }, @@ -5456,33 +4159,22 @@ "id": "gym2-95", "name": "Sabrina's Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Energy Support", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Psychic Energy card. Show that card to your opponent, then put it into your hand. Shuffle your deck afterward." }, { "name": "Mind Shock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -5494,16 +4186,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -5516,33 +4204,22 @@ "id": "gym2-96", "name": "Sabrina's Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Lick", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fade Out", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Return Sabrina's Gastly and all Energy cards attached to it to your hand. (Discard all other cards attached to Sabrina's Gastly.)" @@ -5557,9 +4234,7 @@ "number": "96", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -5572,17 +4247,11 @@ "id": "gym2-97", "name": "Sabrina's Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "abilities": [ { "name": "Gaseous Form", @@ -5593,10 +4262,7 @@ "attacks": [ { "name": "Suffocating Gas", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5608,16 +4274,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -5630,33 +4292,22 @@ "id": "gym2-98", "name": "Sabrina's Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Sharp Point", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Barrier Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "All damage done by attacks to Sabrina's Porygon during your opponent's next turn is reduced by 10 (after applying Weakness and Resistance)." @@ -5674,16 +4325,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -5696,32 +4343,22 @@ "id": "gym2-99", "name": "Sabrina's Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Random ESP", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, this attack does no damage and Sabrina's Psyduck is now Confused." @@ -5733,16 +4370,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -5791,9 +4424,7 @@ "id": "gym2-102", "name": "Chaos Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Whenever a player plays a Trainer card other than a Stadium card, he or she flips a coin. If heads, that player plays that card normally. If tails, the player can't play that card. If the card isn't put into play, the player's opponent may use that card instead, if he or she does everything required in order to play that card (like discarding cards). Either way, the card goes to its owner's discard pile." @@ -5921,9 +4552,7 @@ "id": "gym2-109", "name": "Resistance Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Each Pokémon's Resistance is reduced by 20. (If a Pokémon's Resistance is -30, it becomes -10.)" @@ -5997,9 +4626,7 @@ "id": "gym2-113", "name": "Cinnabar City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Ignore Weakness when a Water Pokémon does damage to a Pokémon with Blaine in its name." @@ -6019,9 +4646,7 @@ "id": "gym2-114", "name": "Fuchsia City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may flip a coin. If heads, that player may shuffle 1 of his or her Pokémon in play with Koga in its name and any cards attached to it into his or her deck." @@ -6113,9 +4738,7 @@ "id": "gym2-119", "name": "Rocket's Minefield Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Whenever a player puts a Basic Pokémon onto his or her Bench from his or her hand, he or she flips a coin. If tails, put damage counters on that Pokémon." @@ -6171,9 +4794,7 @@ "id": "gym2-122", "name": "Saffron City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "As often as each player like during his or her turn (before attacking), that player may return 1 basic Energy card attached to 1 of his or her Pokémon with Sabrina in its name to his or her hand." @@ -6193,9 +4814,7 @@ "id": "gym2-123", "name": "Viridian City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play after being played. Discard this card if another Stadium card comes into play.", "Whenever a Pokémon with Giovanni in its name evolves, its owner removes 2 damage counters from that Pokémon (or 1 if it only has 1)." @@ -6269,9 +4888,7 @@ "id": "gym2-127", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "127", "artist": "Keiji Kinebuchi", "legalities": { @@ -6288,9 +4905,7 @@ "id": "gym2-128", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "128", "artist": "Keiji Kinebuchi", "legalities": { @@ -6307,9 +4922,7 @@ "id": "gym2-129", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "129", "artist": "Keiji Kinebuchi", "legalities": { @@ -6326,9 +4939,7 @@ "id": "gym2-130", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "130", "artist": "Keiji Kinebuchi", "legalities": { @@ -6345,9 +4956,7 @@ "id": "gym2-131", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "131", "artist": "Keiji Kinebuchi", "legalities": { @@ -6364,9 +4973,7 @@ "id": "gym2-132", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "132", "artist": "Keiji Kinebuchi", "legalities": { diff --git a/cards/en/hgss1.json b/cards/en/hgss1.json index 81980eb0e..643e4bb1b 100644 --- a/cards/en/hgss1.json +++ b/cards/en/hgss1.json @@ -3,33 +3,21 @@ "id": "hgss1-1", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Mane", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -41,18 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "This legendary Chinese Pokémon is considered magnificent. Many people are enchanted by its grand mane.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -65,32 +48,21 @@ "id": "hgss1-2", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -102,18 +74,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "When it plays in water, it rolls up its elongated ears to prevent their insides from getting wet.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -126,31 +93,21 @@ "id": "hgss1-3", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Fairy Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Return 1 of your Pokémon and all cards attached to it to your hand." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -162,17 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "With its acute hearing, it can pick up sounds from far away. It usually hides in quiet places.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal" }, @@ -185,34 +138,21 @@ "id": "hgss1-4", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy card attached to the Defending Pokémon." @@ -230,19 +170,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Once it appears, it goes on a rampage. It remains enraged until it demolishes everything around it.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -255,30 +189,20 @@ "id": "hgss1-5", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Triple Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Close Combat", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to Hitmontop by attacks is increased by 20 (after applying Weakness and Resistance)." @@ -290,17 +214,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -313,29 +233,21 @@ "id": "hgss1-6", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "attacks": [ { "name": "Mass Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of Pokémon in play (both yours and your opponent's)." }, { "name": "Leaf Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, any damage done to Jumpluff by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -357,9 +269,7 @@ "artist": "sui", "rarity": "Rare Holo", "flavorText": "Once it catches the wind, it deftly controls its cotton-puff spores—it can even float around the world.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -372,13 +282,9 @@ "id": "hgss1-7", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -390,11 +296,7 @@ "attacks": [ { "name": "Will-o'-the-wisp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -406,17 +308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Its nine beautiful tails are filled with a wondrous energy that could keep it alive for 1,000 years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -429,13 +327,9 @@ "id": "hgss1-8", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "abilities": [ { @@ -447,11 +341,7 @@ "attacks": [ { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 40 damage plus 40 more damage." @@ -469,17 +359,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Suwama Chiaki", "rarity": "Rare Holo", "flavorText": "Its eyes are specially adapted. They concentrate even faint light and enable it to see in the dark.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -492,34 +378,21 @@ "id": "hgss1-9", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 20 damage to 1 of your opponetn's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mud Shot", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -537,19 +410,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "match", "rarity": "Rare Holo", "flavorText": "Due to its relaxed and carefree attitude, it often bumps its head on boulders and boat hulls as it swims.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -562,30 +429,21 @@ "id": "hgss1-10", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard all Energy attached to Raichu." @@ -607,9 +465,7 @@ "artist": "match", "rarity": "Rare Holo", "flavorText": "If the electric pouches in its cheeks become fully charged, both ears will stand straight up.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -622,13 +478,9 @@ "id": "hgss1-11", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Shell Barricade", @@ -639,10 +491,7 @@ "attacks": [ { "name": "Poison Jab", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -654,17 +503,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", "flavorText": "The berries it stores in its vase-like shell decompose and become a gooey liquid.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -677,13 +522,9 @@ "id": "hgss1-12", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -695,10 +536,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -710,18 +548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", "flavorText": "It has incredible intellect and intuition. Whatever the situation, it remains calm and collected.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -734,20 +567,13 @@ "id": "hgss1-13", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Double Return", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin. If heads, this attack does 20 damage times the number of damage counters on Wobbuffet." @@ -759,18 +585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Yuka Morii", "rarity": "Rare Holo", "flavorText": "It hates light and shock. If attacked, it inflates its body to build up its counterstrike.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -783,31 +604,21 @@ "id": "hgss1-14", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Acceleration Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, Ampharos does 20 damage to itself." @@ -825,17 +636,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -848,32 +655,21 @@ "id": "hgss1-15", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Leech Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove from Ariados the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Poisonous Saliva", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned." @@ -885,17 +681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It spins string not only from its rear but also from its mouth. It's hard to tell which end is which.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -908,31 +700,21 @@ "id": "hgss1-16", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Cure Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from each of your Pokémon." }, { "name": "Whirlwind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -954,9 +736,7 @@ "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Water-repellent powder on its wings enables it to collect honey, even in the heaviest of rains.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -969,16 +749,10 @@ "id": "hgss1-17", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -989,9 +763,7 @@ "attacks": [ { "name": "Eeeeeeek", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Shuffle your hand into your deck, then draw 6 cards. Cleffa is now Asleep." @@ -1001,9 +773,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -1016,29 +786,21 @@ "id": "hgss1-18", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Energy cards and attach them to Exeggutor." }, { "name": "Big Eggsplosion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a coin for each Energy attached to Exeggutor. This attack does 40 damage times the number of heads." @@ -1050,18 +812,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "If a head drops off, it emits a telepathic call in search of others to form an Exeggcute cluster.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -1074,31 +831,21 @@ "id": "hgss1-19", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Spin Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch Farfetch'd with 1 of your Benched Pokémon." @@ -1116,17 +863,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "If it eats the plant stalk it carries as emergency rations, it runs off in search of a new stalk.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -1139,34 +882,21 @@ "id": "hgss1-20", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Spinning Tail", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1178,18 +908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -1202,30 +927,21 @@ "id": "hgss1-21", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -1237,17 +953,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "MAHOU", "rarity": "Rare", "flavorText": "It makes a nest to suit its long and skinny body. The nest is impossible for other Pokémon to enter.", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -1260,33 +972,21 @@ "id": "hgss1-22", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Timid Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Granbull does 20 damage to itself. Switch Granbull with 1 of your Benched Pokémon." }, { "name": "Chomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each damage counter on Granbull." @@ -1298,19 +998,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Because its fangs are too heavy, it always keeps its head tilted down. However, its bite is powerful.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -1323,13 +1017,9 @@ "id": "hgss1-23", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -1341,11 +1031,7 @@ "attacks": [ { "name": "Psychic Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1357,18 +1043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Always holding a pendulum that it swings at a steady rhythm, it causes drowsiness in anyone nearby.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal" }, @@ -1381,30 +1062,20 @@ "id": "hgss1-24", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Ice Blade", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1416,18 +1087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "They have gentle hearts. Because they rarely fight, many have been caught. Their number has dwindled.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -1440,30 +1106,21 @@ "id": "hgss1-25", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Quick Draw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw 3 cards." }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1485,9 +1142,7 @@ "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "The spot patterns on its back grow larger or smaller depending on the number of stars in the night sky.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -1500,31 +1155,21 @@ "id": "hgss1-26", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Asleep." }, { "name": "Giant Bloom", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Remove 2 damage counters from Meganium." @@ -1542,18 +1187,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Meganium's breath has the power to revive dead grass and plants. It can make them healthy again.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -1566,30 +1206,21 @@ "id": "hgss1-27", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Sharpen Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, discard a card from your opponent's hand without looking." }, { "name": "Sneaky Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Persian has any Darkness Energy attached to it, this attack does 30 damage plus 30 more damage." @@ -1601,17 +1232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its lithe muscles allow it to walk without making a sound. It attacks in an instant.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal" }, @@ -1624,16 +1251,10 @@ "id": "hgss1-28", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -1644,9 +1265,7 @@ "attacks": [ { "name": "Playground", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Each player may search his or her deck for as many Basic Pokémon as he or she likes, put them onto his or her Bench, and shuffle his or her deck afterward. (You put your Pokémon on the Bench first.) Pichu is now Asleep." @@ -1656,9 +1275,7 @@ "artist": "match", "rarity": "Rare", "flavorText": "Despite its small size, it can zap even adult humans. However, if it does so, it also surprises itself.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1671,32 +1288,21 @@ "id": "hgss1-29", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Fury Swipes", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -1718,9 +1324,7 @@ "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "If it digs at an incredible pace, it may snap off its spike and claws. They grow back in a day.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -1733,16 +1337,10 @@ "id": "hgss1-30", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Jynx" - ], + "types": ["Psychic"], + "evolvesTo": ["Jynx"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -1753,9 +1351,7 @@ "attacks": [ { "name": "Energy Antics", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Move an Energy card attached to 1 of your opponent's Pokémon to another of your opponent's Pokémon. Smoochum is now Asleep." @@ -1765,9 +1361,7 @@ "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Its lips are the most sensitive part of its body. It always uses its lips first to examine things.", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -1780,13 +1374,9 @@ "id": "hgss1-31", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "abilities": [ { @@ -1798,11 +1388,7 @@ "attacks": [ { "name": "Blade Arms", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1820,17 +1406,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "It converts sunlight into energy. In the darkness after sunset, it closes its petals and becomes still.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -1843,32 +1425,21 @@ "id": "hgss1-32", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "attacks": [ { "name": "Magma Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Energy attached to Typhlosion." @@ -1880,17 +1451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1903,18 +1470,10 @@ "id": "hgss1-33", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -1925,9 +1484,7 @@ "attacks": [ { "name": "Mischievous Punch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance. Tyrogue is now Asleep." @@ -1937,9 +1494,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Even though it is small, it can't be ignored because it will slug any handy target without warning.", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -1952,30 +1507,21 @@ "id": "hgss1-34", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Super Explosion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Weezing does 90 damage to itself, and don't apply Weakness to this damage." @@ -1987,18 +1533,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "If one of the twin Koffing inflates, the other one deflates. It constantly mixes its poisonous gases.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -2011,34 +1552,22 @@ "id": "hgss1-35", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2056,18 +1585,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "A spicy aroma emanates from around its neck. The aroma acts as a stimulant to restore health.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -2080,31 +1604,21 @@ "id": "hgss1-36", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "attacks": [ { "name": "Energy Link", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for an Energy card and attach it to Blissey." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Blissey does 40 damage to itself." @@ -2116,19 +1630,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "Anyone who takes even one taste of Blissey's egg becomes unfailingly caring and pleasant to everyone.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -2141,32 +1649,21 @@ "id": "hgss1-37", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Water Energy attached to Corsola and remove all damage counters from Corsola." }, { "name": "Hyper Cannon", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. If both of them are heads, this attack does 20 damage plus 50 more damage." @@ -2178,17 +1675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "It continuously sheds and grows. The tip of its head is prized as a treasure because of its beauty.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -2201,35 +1694,22 @@ "id": "hgss1-38", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Big Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2241,18 +1721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -2265,29 +1740,20 @@ "id": "hgss1-39", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Snowy Present", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card for each Water Energy attached to all of your Pokémon." }, { "name": "Hail", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2305,17 +1771,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "sui", "rarity": "Uncommon", "flavorText": "It nests at the edge of sharp cliffs. It spends all day carrying food to its awaiting chicks.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -2328,34 +1790,21 @@ "id": "hgss1-40", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Double Spin", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -2373,19 +1822,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It has sharp, hard tusks and a rugged hide. Its tackle is strong enough to knock down a house.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -2398,28 +1841,20 @@ "id": "hgss1-41", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Glare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fade Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Return Dunsparce and all cards attached to it to your hand." @@ -2431,17 +1866,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When spotted, this Pokémon escapes backward by furiously boring into the ground with its tail.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -2454,34 +1885,22 @@ "id": "hgss1-42", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2499,17 +1918,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "As a result of storing too much electricity, it developed patches where even downy wool won't grow.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -2522,31 +1937,20 @@ "id": "hgss1-43", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Green Draw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw a card for each of your Grass Pokémon in play." }, { "name": "Double Headbutt", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -2558,18 +1962,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "This powerful Pokémon thrusts its prized horn under its enemies' bellies, then lifts and throws them.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -2582,16 +1981,10 @@ "id": "hgss1-44", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Jigglypuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Jigglypuff"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -2602,9 +1995,7 @@ "attacks": [ { "name": "Graffiti", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Igglybuff is now Asleep. During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is Colorless more." @@ -2614,9 +2005,7 @@ "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its extremely flexible and elastic body makes it bounce continuously—anytime, anywhere.", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -2629,29 +2018,20 @@ "id": "hgss1-45", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Group Swim", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Aqua Slash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Mantine can't attack during your next turn." @@ -2669,17 +2049,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "As it majestically swims, it doesn't care if Remoraid attach to it for scavenging its leftovers.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -2692,17 +2068,11 @@ "id": "hgss1-46", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Green Shield", @@ -2713,10 +2083,7 @@ "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2728,18 +2095,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It prepares for evolution by hardening its shell as much as possible to protect its soft body.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -2752,30 +2114,20 @@ "id": "hgss1-47", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Moomoo Squeeze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Moomoo Milk card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2787,19 +2139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "If it is around babies, the milk it produces contains much more nutrition than usual.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -2812,31 +2158,21 @@ "id": "hgss1-48", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Sleep Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep. Remove 4 damage counters from Parasect." }, { "name": "Slash", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2848,18 +2184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The larger the mushroom on its back grows, the stronger the mushroom spores it scatters.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -2872,35 +2203,22 @@ "id": "hgss1-49", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy attached to Quilava." @@ -2912,17 +2230,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "This Pokémon is fully covered by nonflammable fur. It can withstand any kind of fire attack.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2935,20 +2249,13 @@ "id": "hgss1-50", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Offensive Needle", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed." @@ -2960,17 +2267,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "To fire its poison spikes, it must inflate its body by drinking over 2.6 gallons of water all at once.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal" }, @@ -2983,23 +2286,15 @@ "id": "hgss1-51", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -3021,9 +2316,7 @@ "artist": "sui", "rarity": "Uncommon", "flavorText": "The bloom on top of its head opens and closes as the temperature fluctuates up and down.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -3036,31 +2329,21 @@ "id": "hgss1-52", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Big Yawn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Both Slowbro and the Defending Pokémon are now Asleep." }, { "name": "Madkinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Psychic Energy attached to Slowbro." @@ -3072,18 +2355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "If the tail-biting Shellder is thrown off in a harsh battle, it reverts to being an ordinary Slowpoke.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -3096,20 +2374,14 @@ "id": "hgss1-53", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Cosmic Cyclone", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20×", "text": "Choose as many Water Energy attached to your Pokémon as you like. This attack does 20 damage times the number of Energy you chose. Shuffle those cards back into your deck." @@ -3125,9 +2397,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The middle section of its body is called the core. It glows in a different color each time it is seen.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3140,13 +2410,9 @@ "id": "hgss1-54", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "RETURN", @@ -3157,9 +2423,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3171,17 +2435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Hideaki Hakozaki", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3194,13 +2454,9 @@ "id": "hgss1-55", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "FLASH", @@ -3211,9 +2467,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3225,17 +2479,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hideaki Hakozaki", "rarity": "Uncommon", "flavorText": "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3248,32 +2498,21 @@ "id": "hgss1-56", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." }, { "name": "Expand", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, any damage done to Wigglytuff by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -3285,18 +2524,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It has a very fine fur. Take care not to make it angry, or it may inflate steadily and hit with a Body Slam.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -3309,22 +2543,14 @@ "id": "hgss1-57", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3336,17 +2562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Its feet have suction cups designed to stick to any surface. It tenaciously climbs trees to forage.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal" }, @@ -3359,34 +2581,21 @@ "id": "hgss1-58", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Happy Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, remove 3 damage counters from Chansey." @@ -3398,18 +2607,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It walks carefully to prevent its egg from breaking. However, it is extremely fast at running away.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -3422,32 +2626,21 @@ "id": "hgss1-59", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3465,17 +2658,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its pleasantly aromatic leaf has the ability to check the humidity and temperature.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3488,31 +2677,21 @@ "id": "hgss1-60", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Minimize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Clefairy by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3524,17 +2703,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The moonlight that it stores in the wings on its back apparently gives it the ability to float in midair.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -3547,32 +2722,21 @@ "id": "hgss1-61", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Beat", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3584,17 +2748,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It usually stays hunched over. If it is angry or surprised, it shoots flames out of its back.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3607,32 +2767,21 @@ "id": "hgss1-62", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Asleep." }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3644,18 +2793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It remembers every dream it eats. It rarely eats the dreams of adults because children's are much tastier.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal" }, @@ -3668,22 +2812,14 @@ "id": "hgss1-63", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Continuous Eggsplosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -3695,17 +2831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Using telepathy only they can employ, they always form a cluster of six Exeggcute.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -3718,29 +2850,20 @@ "id": "hgss1-64", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Show Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3752,17 +2875,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent and bite.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -3775,33 +2894,21 @@ "id": "hgss1-65", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3813,18 +2920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -3837,32 +2939,21 @@ "id": "hgss1-66", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3880,17 +2971,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It always stands on one foot. It changes feet so fast, the movement can rarely be seen.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -3903,22 +2990,14 @@ "id": "hgss1-67", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Bounce", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch Hoppip with 1 of your Benched Pokémon." @@ -3936,17 +3015,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "sui", "rarity": "Common", "flavorText": "To keep from being blown away by the wind, they gather in clusters. But they do enjoy gentle breezes.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -3959,23 +3034,14 @@ "id": "hgss1-68", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -3987,17 +3053,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Looking into its cute, round eyes causes it to sing a relaxing melody, inducing its enemies to sleep.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -4010,29 +3072,20 @@ "id": "hgss1-69", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mimic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." }, { "name": "Lick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4044,17 +3097,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It rocks its body rhythmically. It appears to alter the rhythm depending on how it is feeling.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -4067,32 +3116,21 @@ "id": "hgss1-70", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Suffocating Gas", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4104,17 +3142,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Its thin, filmy body is filled with gases that cause constant sniffles, coughs and teary eyes.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -4127,32 +3161,21 @@ "id": "hgss1-71", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -4170,17 +3193,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "When the weather turns cold, lots of Ledyba gather from everywhere to cluster and keep each other warm.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -4193,22 +3212,14 @@ "id": "hgss1-72", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4220,17 +3231,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "For no reason, it jumps and splashes about, making it easy for predators like Pidgeotto to catch it mid-jump.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4244,32 +3251,21 @@ "id": "hgss1-73", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Static Electricity", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a number of Lightning Energy cards up to the number of Mareep in play (both yours and your opponent's) and attach them to Mareep. Shuffle your deck afterward." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4287,17 +3283,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "If static electricity builds in its body, its fleece doubles in volume. Touching it will shock you.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -4310,33 +3302,21 @@ "id": "hgss1-74", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Tail Slap", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4348,17 +3328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The end of its tail serves as a buoy that keeps it from drowning, even in a vicious current.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -4371,32 +3347,21 @@ "id": "hgss1-75", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." }, { "name": "Dig Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4408,17 +3373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It loves anything that shines. It especially adores coins that it picks up and secretly hoards.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -4431,32 +3392,21 @@ "id": "hgss1-76", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double-edge Claw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Paras does 10 damage to itself." @@ -4468,17 +3418,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Midori Harada", "rarity": "Common", "flavorText": "As its body grows large, large mushrooms named tochukaso start sprouting out of its back.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -4491,22 +3437,14 @@ "id": "hgss1-77", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Phanpy." @@ -4524,18 +3462,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It swings its long snout around playfully, but because it is so strong, that can be dangerous.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -4548,32 +3481,21 @@ "id": "hgss1-78", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4591,17 +3513,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "match", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4614,31 +3532,21 @@ "id": "hgss1-79", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Sandshrew by attacks during your opponent's next turn." }, { "name": "Rollout", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4656,17 +3564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Disliking water, it lives in deep burrows in arid areas. It can roll itself instantly into a ball.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -4679,31 +3583,21 @@ "id": "hgss1-80", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4715,17 +3609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "MAHOU", "rarity": "Common", "flavorText": "A very cautious Pokémon, it raises itself up using its tail to get a better view of its surroundings.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -4738,23 +3628,14 @@ "id": "hgss1-81", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -4766,18 +3647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It lazes vacantly near water. If something bites its tail, it won't even notice for a whole day.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4790,32 +3666,21 @@ "id": "hgss1-82", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4827,18 +3692,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has an active, playful nature. Many women like to frolic with it because of its affectionate ways.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -4851,31 +3711,21 @@ "id": "hgss1-83", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spider Web", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4887,17 +3737,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lies still in the same pose for days in its web, waiting for its unsuspecting prey to wander close.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -4910,22 +3756,14 @@ "id": "hgss1-84", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4937,17 +3775,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "At night, the center of its body slowly flickers with the same rhythm as a human heartbeat.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -4960,32 +3794,21 @@ "id": "hgss1-85", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Cure Kernels", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5003,17 +3826,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It may plummet from the sky. If attacked by a Spearow, it will violently shake its leaves.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -5026,32 +3845,21 @@ "id": "hgss1-86", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5063,17 +3871,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "kawayoo", "rarity": "Common", "flavorText": "Its powerful, well-developed jaws are capable of crushing anything. Even its trainer must be careful.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -5086,32 +3890,21 @@ "id": "hgss1-87", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Vulpix." @@ -5123,17 +3916,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "TOKIYA", "rarity": "Common", "flavorText": "If it is attacked by an enemy that is stronger than itself, it feigns injury to fool the enemy and escapes.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -5146,31 +3935,21 @@ "id": "hgss1-88", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Watering", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5188,17 +3967,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "match", "rarity": "Common", "flavorText": "When it walks around on the ground, it coats its body with a slimy, poisonous film.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -5211,9 +3986,7 @@ "id": "hgss1-89", "name": "Bill", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 2 cards." @@ -5233,9 +4006,7 @@ "id": "hgss1-90", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." @@ -5277,9 +4048,7 @@ "id": "hgss1-92", "name": "Fisherman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your discard pile for 4 basic Energy cards, show them to your opponent, and put them into your hand." @@ -5300,12 +4069,8 @@ "id": "hgss1-93", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], - "rules": [ - "Remove all Special Conditions from your Active Pokémon." - ], + "subtypes": ["Item"], + "rules": ["Remove all Special Conditions from your Active Pokémon."], "number": "93", "artist": "Takashi Yamaguchi", "rarity": "Uncommon", @@ -5323,9 +4088,7 @@ "id": "hgss1-94", "name": "Moomoo Milk", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Pokémon. Flip 2 coins. For each heads, remove 3 damage counters from that Pokémon." ], @@ -5345,9 +4108,7 @@ "id": "hgss1-95", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5368,9 +4129,7 @@ "id": "hgss1-96", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. Choose a Supporter card you find there, show it to your opponent, and put it into your hand. Shuffle the other cards back into your deck." ], @@ -5391,9 +4150,7 @@ "id": "hgss1-97", "name": "Pokémon Collector", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 Basic Pokémon, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -5413,9 +4170,7 @@ "id": "hgss1-98", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 Pokémon in your hand, show it to your opponent, and put it on top of your deck. If you do, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5435,9 +4190,7 @@ "id": "hgss1-99", "name": "Pokémon Reversal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your opponent's Benched Pokémon, and switch it with your opponent's Active Pokémon." ], @@ -5456,9 +4209,7 @@ "id": "hgss1-100", "name": "Professor Elm's Training Method", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -5478,9 +4229,7 @@ "id": "hgss1-101", "name": "Professor Oak's New Theory", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Shuffle your hand into your deck. Then, draw 6 cards." @@ -5500,9 +4249,7 @@ "id": "hgss1-102", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your Active Pokémon with 1 of your Benched Pokémon." ], @@ -5523,12 +4270,8 @@ "id": "hgss1-103", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "103", "artist": "Kent Kanetsuna", "rarity": "Uncommon", @@ -5545,9 +4288,7 @@ "id": "hgss1-104", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon. (While not in play, Rainbow Energy counts as Colorless Energy.)" ], @@ -5567,14 +4308,9 @@ "id": "hgss1-105", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -5586,11 +4322,7 @@ "attacks": [ { "name": "Lightning Crush", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 40 more damage. If tails, discard an Energy attached to the Defending Pokémon." @@ -5608,17 +4340,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Kent Kanetsuna", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -5631,14 +4358,9 @@ "id": "hgss1-106", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -5650,11 +4372,7 @@ "attacks": [ { "name": "Strength", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5666,17 +4384,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Noriko Hotta", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -5689,14 +4402,9 @@ "id": "hgss1-107", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "abilities": [ { @@ -5708,20 +4416,14 @@ "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5739,19 +4441,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "107", "artist": "Kent Kanetsuna", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -5764,14 +4459,9 @@ "id": "hgss1-108", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -5783,12 +4473,7 @@ "attacks": [ { "name": "Hydro Crunch", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -5800,18 +4485,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "Kent Kanetsuna", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -5824,14 +4503,9 @@ "id": "hgss1-109", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -5843,12 +4517,7 @@ "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -5866,17 +4535,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Takashi Yamaguchi", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -5889,14 +4553,9 @@ "id": "hgss1-110", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -5908,11 +4567,7 @@ "attacks": [ { "name": "Flare Destroy", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy card attached to Typhlosion and discard an Energy card attached to the Defending Pokémon." @@ -5924,17 +4579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Wataru Kawahara", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -5947,13 +4597,9 @@ "id": "hgss1-111", "name": "Ho-Oh LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Ho-Oh LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5968,12 +4614,7 @@ "attacks": [ { "name": "Bright Wing", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy attached to Ho-Oh LEGEND." @@ -5991,18 +4632,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Shinji Higuchi", "rarity": "LEGEND", "flavorText": "Legends claim this Pokémon flies the world's skies continuously on its magnificent, seven-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -6015,13 +4651,9 @@ "id": "hgss1-112", "name": "Ho-Oh LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Ho-Oh LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -6036,12 +4668,7 @@ "attacks": [ { "name": "Bright Wing", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy attached to Ho-Oh LEGEND." @@ -6059,18 +4686,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Shinji Higuchi", "rarity": "LEGEND", "flavorText": "Legends claim this Pokémon flies the world's skies continuously on its magnificent, seven-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -6083,13 +4705,9 @@ "id": "hgss1-113", "name": "Lugia LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Lugia LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -6104,11 +4722,7 @@ "attacks": [ { "name": "Elemental Blast", - "cost": [ - "Fire", - "Water", - "Lightning" - ], + "cost": ["Fire", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard a Fire Energy, Water Energy, and Lightning Energy attached to Lugia LEGEND." @@ -6126,17 +4740,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Shinji Higuchi", "rarity": "LEGEND", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -6149,13 +4759,9 @@ "id": "hgss1-114", "name": "Lugia LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Lugia LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -6170,11 +4776,7 @@ "attacks": [ { "name": "Elemental Blast", - "cost": [ - "Fire", - "Water", - "Lightning" - ], + "cost": ["Fire", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard a Fire Energy, Water Energy, and Lightning Energy attached to Lugia LEGEND." @@ -6192,17 +4794,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Shinji Higuchi", "rarity": "LEGEND", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -6215,9 +4813,7 @@ "id": "hgss1-115", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "115", "rarity": "Common", "legalities": { @@ -6234,9 +4830,7 @@ "id": "hgss1-116", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "116", "rarity": "Common", "legalities": { @@ -6253,9 +4847,7 @@ "id": "hgss1-117", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "117", "rarity": "Common", "legalities": { @@ -6272,9 +4864,7 @@ "id": "hgss1-118", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "118", "rarity": "Common", "legalities": { @@ -6291,9 +4881,7 @@ "id": "hgss1-119", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "119", "rarity": "Common", "legalities": { @@ -6310,9 +4898,7 @@ "id": "hgss1-120", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "120", "rarity": "Common", "legalities": { @@ -6329,9 +4915,7 @@ "id": "hgss1-121", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "121", "rarity": "Common", "legalities": { @@ -6348,9 +4932,7 @@ "id": "hgss1-122", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "122", "rarity": "Common", "legalities": { @@ -6367,32 +4949,21 @@ "id": "hgss1-123", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Thrash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If heads, this attack does 30 damage plus 20 more damage. If tails, Gyarados does 20 damage to itself." }, { "name": "Heavy Storm", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -6410,19 +4981,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "Wataru Kawahara", "rarity": "Rare Holo", "flavorText": "They say that during past strife, Gyarados would appear and leave blazing ruins in its wake.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -6435,12 +5000,8 @@ "id": "hgss1-ONE", "name": "Alph Lithograph", "supertype": "Trainer", - "subtypes": [ - "Item" - ], - "rules": [ - "Look at your opponent's hand!" - ], + "subtypes": ["Item"], + "rules": ["Look at your opponent's hand!"], "number": "ONE", "artist": "Milky Isobe", "rarity": "Rare Secret", diff --git a/cards/en/hgss2.json b/cards/en/hgss2.json index 1855cc853..8c854c082 100644 --- a/cards/en/hgss2.json +++ b/cards/en/hgss2.json @@ -3,13 +3,9 @@ "id": "hgss2-1", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Stardust Song", @@ -20,9 +16,7 @@ "attacks": [ { "name": "Time Hollow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a number of your opponent's Stage 1 or Stage 2 Evolved Pokémon up to the amount of Energy attached to Jirachi. Remove the highest Stage Evolution card from each of those Pokémon and put those cards back into your opponent's hand." @@ -34,17 +28,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Wataru Kawahara", "rarity": "Rare Holo", "flavorText": "Generations have believed that any wish written on a note on its head will come true when it awakens.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -57,34 +47,21 @@ "id": "hgss2-2", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Hard Crush", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard the top 3 cards from your deck. This attack does 50 damage times the number of Energy cards you discarded." }, { "name": "Mantle Bazooka", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard 2 Fire Energy attached to Magmortar." @@ -96,18 +73,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "It blasts fireballs of over 3,600 degrees Fahrenheit out of its arms. Its breath also sears and sizzles.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -120,28 +92,20 @@ "id": "hgss2-3", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Deep Sea Swirl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 5 cards." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -157,9 +121,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal" }, @@ -172,13 +134,9 @@ "id": "hgss2-4", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Metang", "abilities": [ { @@ -190,21 +148,14 @@ "attacks": [ { "name": "Pulse Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Double Leg Hammer", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 40 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -216,19 +167,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "4", "artist": "Wataru Kawahara", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -241,13 +185,9 @@ "id": "hgss2-5", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "abilities": [ { @@ -259,9 +199,7 @@ "attacks": [ { "name": "Psychic Pulse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -279,17 +217,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "Its cries sound like incantations to torment the foe. It appears where you least expect it.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -302,31 +236,21 @@ "id": "hgss2-6", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Switch Cannon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch Octillery with 1 of your Benched Pokémon." }, { "name": "Ink Bomb", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -338,18 +262,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It traps foes with the suction cups on its tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -362,13 +281,9 @@ "id": "hgss2-7", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -380,11 +295,7 @@ "attacks": [ { "name": "Big Chorus", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin for each Water Pokémon you have in play. This attack does 30 damage times the number of heads." @@ -396,18 +307,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "Whenever three or more of these get together, they sing in a loud voice that sounds like bellowing.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -420,13 +326,9 @@ "id": "hgss2-8", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Celebration Wind", @@ -437,10 +339,7 @@ "attacks": [ { "name": "Energy Bloom", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 3 damage counters from each of your Pokémon that has any Energy attached to it." @@ -458,17 +357,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -481,30 +376,20 @@ "id": "hgss2-9", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Push Over", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the amount of Fighting Energy attached to Sudowoodo." }, { "name": "Rumble", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -516,18 +401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Sachiko Adachi", "rarity": "Rare Holo", "flavorText": "It disguises itself as a tree to avoid attack. It hates water, so it will disappear if it starts raining.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -540,34 +420,21 @@ "id": "hgss2-10", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Remove from Torterra the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Land Crush", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -579,20 +446,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "10", "artist": "match", "rarity": "Rare Holo", "flavorText": "Ancient people imagined that beneath the ground, a gigantic Torterra dwelled.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -605,31 +465,21 @@ "id": "hgss2-11", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to the Defending Pokémon." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -647,17 +497,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "sui", "rarity": "Rare Holo", "flavorText": "In South America, it is said that its right eye sees the future and its left eye views the past.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -670,30 +516,21 @@ "id": "hgss2-12", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Twineedle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." }, { "name": "Paralyze Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is also Paralyzed." @@ -709,9 +546,7 @@ "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "It can take down any opponent with its powerful poison stingers. It sometimes attacks in swarms.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -724,13 +559,9 @@ "id": "hgss2-13", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -742,12 +573,7 @@ "attacks": [ { "name": "Hydro Launcher", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Return 2 Water Energy attached to Blastoise to your hand. Choose 1 of your opponent's Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -759,19 +585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It deliberately makes itself heavy so it can withstand the recoil of the water jets it fires.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -784,31 +604,21 @@ "id": "hgss2-14", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Supersonic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Confused." }, { "name": "Hurricane Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -830,9 +640,7 @@ "artist": "kawayoo", "rarity": "Rare", "flavorText": "The development of wings on its legs enables it to fly fast but also makes it tough to stop and rest.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -845,32 +653,21 @@ "id": "hgss2-15", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Repeating Drill", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 5 coins. This attack does 20 damage times the number of heads." @@ -888,17 +685,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It shoots itself suddenly high into the sky, then plummets down in one fell swoop to strike its prey.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal" }, @@ -911,13 +704,9 @@ "id": "hgss2-16", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "abilities": [ { @@ -929,11 +718,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -949,9 +734,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "With its flotation sac inflated, it can carry people on its back. It deflates the sac before it dives.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -964,31 +747,21 @@ "id": "hgss2-17", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Stream Pump", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may do 50 damage plus 30 more damage. If you do, return an Energy card attached to Kingdra to your hand." @@ -1000,17 +773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It sleeps deep on the ocean floor to build its energy. It is said to cause tornadoes as it wakes.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -1023,31 +792,21 @@ "id": "hgss2-18", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Move an Energy card attached to Lanturn to 1 of your Benched Pokémon." @@ -1059,18 +818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "sui", "rarity": "Rare", "flavorText": "The light it emits is so bright that it can illuminate the sea's surface from a depth of over three miles.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -1083,30 +837,21 @@ "id": "hgss2-19", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Bulk Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, each of Lucario's attacks does 30 more damage to the Defending Pokémon (before applying Weakness and Resistance)." }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1118,17 +863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It's said that no foe can remain invisible to Lucario, since it can detect auras, even foes it could not otherwise see.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -1141,30 +882,21 @@ "id": "hgss2-20", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Heat Acceleration", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 3 Fire Energy cards and attach them to 1 of your Pokémon." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Burned." @@ -1176,17 +908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "Some legends claim that each of its nine tails has its own unique type of special mystical power.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -1199,32 +927,21 @@ "id": "hgss2-21", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Steamroll", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dynamic Punch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 40 more damage and the Defending Pokémon is now Confused." @@ -1236,19 +953,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Although an energetic, skilled swimmer that uses all of its muscles, it lives on dry land.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -1261,31 +972,21 @@ "id": "hgss2-22", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Bebop Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Flip a coin until you get tails. This attack does 50 damage times the number of heads to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1297,17 +998,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Sachiko Adachi", "rarity": "Rare", "flavorText": "If approached while asleep, it may awaken and angrily give chase in a groggy state of semi-sleep.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -1320,13 +1017,9 @@ "id": "hgss2-23", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "abilities": [ { @@ -1338,10 +1031,7 @@ "attacks": [ { "name": "Power Blow", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the amount of Energy attached to Roserade." @@ -1353,17 +1043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Takashi Yamaguchi", "rarity": "Rare", "flavorText": "Its sweet aroma attracts prey. Then it spews poison. The more toxic it is, the sweeter its aroma.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -1376,34 +1062,21 @@ "id": "hgss2-24", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, any damage done to Steelix by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Steel Swing", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -1421,20 +1094,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its body has been compressed deep under the ground. As a result, it is even harder than a diamond.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -1447,13 +1113,9 @@ "id": "hgss2-25", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Hot Snort", @@ -1464,10 +1126,7 @@ "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1479,18 +1138,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Hideaki Hakozaki", "rarity": "Rare", "flavorText": "You find abandoned coal mines full of them. They dig tirelessly in search of coal.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -1503,34 +1157,21 @@ "id": "hgss2-26", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Tail Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." }, { "name": "Hyper Beam", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy card attached to the Defending Pokémon." @@ -1548,19 +1189,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Extremely strong, it can change the landscape. It has an insolent nature that makes it not care about others.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1573,31 +1208,21 @@ "id": "hgss2-27", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Confront", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cross Chop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage." @@ -1609,19 +1234,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "With its ability to distinguish any aroma, it unfailing finds all food buried deep underground.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -1634,13 +1253,9 @@ "id": "hgss2-28", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -1652,9 +1267,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -1672,17 +1285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "match", "rarity": "Uncommon", "flavorText": "During times of strong sunlight, its bud blooms, its petals open fully, and it becomes very active.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -1695,19 +1304,13 @@ "id": "hgss2-29", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw cards until you have 6 cards in your hand." @@ -1719,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Takashi Yamaguchi", "rarity": "Uncommon", "flavorText": "When spotted, this Pokémon escapes backward by furiously boring into the ground with its tail.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -1742,23 +1341,15 @@ "id": "hgss2-30", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Mean Look", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1780,9 +1371,7 @@ "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It can drink more than 10 ounces of blood at once. If it has too much, it gets heavy and flies clumsily.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -1795,35 +1384,22 @@ "id": "hgss2-31", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Sleep Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1841,18 +1417,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "match", "rarity": "Uncommon", "flavorText": "A Grotle that lives in the forest is said to have its own secret springwater.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal" }, @@ -1865,32 +1436,22 @@ "id": "hgss2-32", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Speed Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Kakuna and put it onto Kakuna. (This counts as evolving Kakuna.) Shuffle your deck afterward." }, { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -1902,18 +1463,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Although it is a cocoon, it can move a little. It can extend its poison barb if it is attacked.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -1926,34 +1482,22 @@ "id": "hgss2-33", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Energy Crane", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Psychic Energy cards and attach them to your Pokémon in any way you like." }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1965,19 +1509,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Wataru Kawahara", "rarity": "Uncommon", "flavorText": "When two Beldum fuse together, a magnetic nervous system places their brains in union.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -1990,28 +1528,20 @@ "id": "hgss2-34", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Tag Team Boost", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Plusle is on your Bench, this attack does 10 damage plus 20 more damage." @@ -2029,17 +1559,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Exposure to electricity from Minun and Plusle promotes blood circulation and relaxes muscles.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -2052,33 +1578,21 @@ "id": "hgss2-35", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Flare Bonus", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fire Energy card from your hand. Then, draw 3 cards." }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2090,17 +1604,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "The flaming magma it stores in the hump on its back is the source of its tremendous power.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -2113,28 +1623,20 @@ "id": "hgss2-36", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Plusle does 10 damage to itself." @@ -2152,17 +1654,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It absorbs electricity from telephone poles. It shorts out its body to create crackling noises.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -2175,34 +1673,22 @@ "id": "hgss2-37", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Light Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2214,17 +1700,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The skin on most of its body is moist. However, the skin on its belly spiral feels smooth.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -2237,17 +1719,11 @@ "id": "hgss2-38", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "abilities": [ { "name": "Boost Gas", @@ -2258,10 +1734,7 @@ "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Pupitar." @@ -2279,17 +1752,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2302,35 +1771,22 @@ "id": "hgss2-39", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Speed Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2348,17 +1804,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Even sealed in its shell, it can move freely. Hard and fast, it has outstanding destructive power.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2371,34 +1823,22 @@ "id": "hgss2-40", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Razor Fin", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2410,17 +1850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Its fin tips leak poison. Its fins and bones are highly valued as ingredients in herbal medicine.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2433,30 +1869,20 @@ "id": "hgss2-41", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Crimson Bull", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Tauros is now Confused." @@ -2468,18 +1894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "They fight each other by locking horns. The herd's protector takes pride in its battle-scarred horns.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -2492,34 +1913,22 @@ "id": "hgss2-42", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2531,17 +1940,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is a well-established symbol of longevity. If its shell has algae on it, that Wartortle is very old.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -2554,32 +1959,21 @@ "id": "hgss2-43", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Tail Code", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon." }, { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2591,17 +1985,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lives atop tall trees. When leaping from branch to branch, it deftly uses its tail for balance.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -2614,22 +2004,14 @@ "id": "hgss2-44", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Psychic"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Reaction", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch Beldum with 1 of your Benched Pokémon." @@ -2641,18 +2023,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Wataru Kawahara", "rarity": "Common", "flavorText": "The magnetic force generated by its body repels the ground's natural magnetism, letting it float.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -2665,22 +2042,14 @@ "id": "hgss2-45", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2692,17 +2061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It inflates its flotation sac, keeping its face above water in order to watch for prey movement.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -2715,28 +2080,20 @@ "id": "hgss2-46", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Drawup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Spit Up", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2754,17 +2111,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Wataru Kawahara", "rarity": "Common", "flavorText": "It walks around on its tentacles in search of a tree branch where it can dangle down and ambush prey.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -2777,22 +2130,14 @@ "id": "hgss2-47", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2810,17 +2155,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "match", "rarity": "Common", "flavorText": "It evolves by sucking the energy out of the small ball where it had been storing nutrients.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -2833,32 +2174,21 @@ "id": "hgss2-48", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2870,17 +2200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "sui", "rarity": "Common", "flavorText": "It shoots positive and negative electricity between the tips of its two antennae and zaps its enemies.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -2893,32 +2219,21 @@ "id": "hgss2-49", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fin Smack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2930,17 +2245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its big, developed fins move rapidly, allowing it to swim backward while still facing forward.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -2953,31 +2264,21 @@ "id": "hgss2-50", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Mountain Eater", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck. Then, remove 2 damage counters from Larvitar." }, { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Larvitar does 10 damage to itself." @@ -2995,17 +2296,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It feeds on soil. After it has eaten a large mountain, it will fall asleep so it can grow.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3018,32 +2315,21 @@ "id": "hgss2-51", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knuckle Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3061,17 +2347,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It is born deep underground. It can't emerge until it has entirely consumed the soil around it.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3084,32 +2366,21 @@ "id": "hgss2-52", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magma Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3121,17 +2392,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "It dislikes cold places, so it blows scorching flames to make the environment suitable for itself.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -3144,32 +2411,21 @@ "id": "hgss2-53", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Karate Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40-", "text": "Does 40 damage minus 10 damage for each damage counter on Mankey." @@ -3181,17 +2437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "It is extremely ill-tempered. Groups of them will attack any handy target for no reason.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -3204,22 +2456,14 @@ "id": "hgss2-54", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3237,17 +2481,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Hideaki Hakozaki", "rarity": "Common", "flavorText": "It likes playing mischievous tricks such as screaming and wailing to startle people at night.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -3260,31 +2500,21 @@ "id": "hgss2-55", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Teleport", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Natu with 1 of your Benched Pokémon." @@ -3302,17 +2532,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "sui", "rarity": "Common", "flavorText": "It usually forages for food on the ground but may, on rare occasions, hop onto branches to peck at shoots.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -3325,16 +2551,10 @@ "id": "hgss2-56", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "abilities": [ { "name": "Energy Healer", @@ -3345,12 +2565,7 @@ "attacks": [ { "name": "Boundless Power", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Onix can't attack during your next turn." @@ -3362,20 +2577,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "56", "artist": "MAHOU", "rarity": "Common", "flavorText": "It rapidly bores through the ground at 50 mph by squirming and twisting its massive, rugged body.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -3388,24 +2596,14 @@ "id": "hgss2-57", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Swing Around", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 2 coins. This attack does 20 damage plus 20 more damage for each heads." @@ -3417,19 +2615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It twists and squirms through the ground. The thunderous roar of its tunneling echoes a long way.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -3442,32 +2634,21 @@ "id": "hgss2-58", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Razor Fin", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3479,17 +2660,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The direction of its belly spiral differs by area. The equator is thought to have an effect on this.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -3502,32 +2679,21 @@ "id": "hgss2-59", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Arrow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3539,17 +2705,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has superb accuracy. The water it shoots out can strike even moving prey from more than 300 feet.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -3562,32 +2724,21 @@ "id": "hgss2-60", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3599,17 +2750,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They communicate with one another using their auras. They are able to run all through the night.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -3622,22 +2769,14 @@ "id": "hgss2-61", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads. Roselia is now Confused." @@ -3649,17 +2788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Takashi Yamaguchi", "rarity": "Common", "flavorText": "Roselia that drink nutritionally rich springwater are said to reveal rare coloration when they bloom.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -3672,31 +2807,21 @@ "id": "hgss2-62", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Roost", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 4 damage counters from Spearow. Spearow can't retreat during your next turn." }, { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3714,17 +2839,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It flaps its short wings to flush out insects from tall grass. It then plucks them with its stubby beak.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal" }, @@ -3737,33 +2858,21 @@ "id": "hgss2-63", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Shell Attack", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3775,17 +2884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The shell is soft when it is born. It soon becomes so resilient, prodding fingers will bounce off it.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -3798,30 +2903,20 @@ "id": "hgss2-64", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Mystifying Horns", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Confused." @@ -3833,17 +2928,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The curved antlers subtly change the flow of air to create a strange space where reality is distorted.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -3856,22 +2947,14 @@ "id": "hgss2-65", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Teddiursa does 10 damage to itself." @@ -3883,17 +2966,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Before food becomes scarce in wintertime, its habit is to hoard food in many hidden locations.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -3906,29 +2985,20 @@ "id": "hgss2-66", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Green Call", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, search your deck for a Grass Pokémon, show it to your opponent, and put it into your hand. If you do, shuffle your deck afterward." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3946,17 +3016,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "match", "rarity": "Common", "flavorText": "The bunch of fruit around its neck ripens twice a year and is delicious. It's a highly favored tropical snack.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -3969,32 +3035,21 @@ "id": "hgss2-67", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If this attack does any damage to the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Turtwig." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4012,17 +3067,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "match", "rarity": "Common", "flavorText": "Photosynthesis occurs across its body under the sun. The shell on its back is actually hardened soil.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -4035,22 +3086,14 @@ "id": "hgss2-68", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to Vulpix." @@ -4062,17 +3105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "As it develops, its single white tail gains color and splits into six. It is quite warm and cuddly.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -4085,31 +3124,21 @@ "id": "hgss2-69", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Speed Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Weedle and put it onto Weedle. (This counts as evolving Weedle.) Shuffle your deck afterward." }, { "name": "Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4121,17 +3150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -4144,31 +3169,21 @@ "id": "hgss2-70", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4186,17 +3201,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "kawayoo", "rarity": "Common", "flavorText": "Capable of flying safely in dark places, it emits ultrasonic cries to check for any obstacles.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -4209,9 +3220,7 @@ "id": "hgss2-71", "name": "Cheerleader's Cheer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Your opponent may draw a card." @@ -4231,9 +3240,7 @@ "id": "hgss2-72", "name": "Dual Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Basic Pokémon, show it to your opponent, and put it into your hand. If you do, shuffle your deck afterward." ], @@ -4252,9 +3259,7 @@ "id": "hgss2-73", "name": "Emcee's Chatter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip a coin. If heads, draw 3 cards. If tails, draw 2 cards." @@ -4274,9 +3279,7 @@ "id": "hgss2-74", "name": "Energy Returner", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for 4 basic Energy cards, show them to your opponent, and shuffle them into your deck." ], @@ -4295,9 +3298,7 @@ "id": "hgss2-75", "name": "Engineer's Adjustments", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Discard an Energy card from your hand. Then, draw 4 cards." @@ -4317,9 +3318,7 @@ "id": "hgss2-76", "name": "Good Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your discard pile for a Pokémon, show it to your opponent, and put it on top of your deck. If tails, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck." ], @@ -4338,9 +3337,7 @@ "id": "hgss2-77", "name": "Interviewer's Questions", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 8 cards of your deck. Choose as many Energy cards as you like, show them to your opponent, and put them into your hand. Shuffle the other cards back into your deck." @@ -4360,9 +3357,7 @@ "id": "hgss2-78", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player shuffles his or her hand into his or her deck and draws 4 cards." @@ -4383,9 +3378,7 @@ "id": "hgss2-79", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your Pokémon, and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)." ], @@ -4405,9 +3398,7 @@ "id": "hgss2-80", "name": "PlusPower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach PlusPower to 1 of your Pokémon. Discard this card at the end of your turn.", "If the Pokémon PlusPower is attached to attacks, the attack does 10 more damage to the Defending Pokémon (before applying Weakness and Resistance)." @@ -4428,9 +3419,7 @@ "id": "hgss2-81", "name": "Pokémon Circulator", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." ], @@ -4449,9 +3438,7 @@ "id": "hgss2-82", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.) If you choose a Stage 2 Pokémon in your hand, put that Pokémon on the Basic Pokémon instead of on a Stage 1 Pokémon." ], @@ -4472,9 +3459,7 @@ "id": "hgss2-83", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, return 1 of your Pokémon and all cards attached to it to your hand." ], @@ -4493,30 +3478,21 @@ "id": "hgss2-84", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Skill Dive", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4537,9 +3513,7 @@ "number": "84", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -4552,14 +3526,9 @@ "id": "hgss2-85", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -4571,9 +3540,7 @@ "attacks": [ { "name": "Dragon Steam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60", "text": "If your opponent has any Fire Pokémon in play, this attack's base damage is 20 instead of 60." @@ -4585,16 +3552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -4607,14 +3570,9 @@ "id": "hgss2-86", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -4626,11 +3584,7 @@ "attacks": [ { "name": "Powerful Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to all of your Pokémon." @@ -4642,17 +3596,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -4665,14 +3614,9 @@ "id": "hgss2-87", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "abilities": [ { @@ -4684,23 +3628,14 @@ "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Search your discard pile for an Energy card and attach it to Steelix." }, { "name": "Gaia Crush", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "You may discard any Stadium card in play." @@ -4718,19 +3653,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "87", "artist": "Wataru Kawahara", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -4743,44 +3671,28 @@ "id": "hgss2-88", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Darkness Howl", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each Pokémon in play (both yours and your opponent's) (excluding any Darkness Pokémon). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Power Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Megaton Tail", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard the top 3 cards of your deck." @@ -4798,18 +3710,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Wataru Kawahara", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -4822,14 +3728,9 @@ "id": "hgss2-89", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "abilities": [ { @@ -4841,23 +3742,14 @@ "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Discard the top card from your opponent's deck." }, { "name": "Megaton Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -4869,18 +3761,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Wataru Kawahara", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -4893,14 +3779,9 @@ "id": "hgss2-90", "name": "Entei & Raikou LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Fire", - "Lightning" - ], + "types": ["Fire", "Lightning"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Entei & Raikou LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -4908,20 +3789,14 @@ "attacks": [ { "name": "Detonation Spin", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard a Fire Energy attached to Entei & Raikou LEGEND." }, { "name": "Thunder Fall", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy attached to Entei & Raikou LEGEND. This attack does 80 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). This attack's damage isn't affected by Weakness or Resistance." @@ -4936,9 +3811,7 @@ "number": "90", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -4951,14 +3824,9 @@ "id": "hgss2-91", "name": "Entei & Raikou LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Fire", - "Lightning" - ], + "types": ["Fire", "Lightning"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Entei & Raikou LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -4966,20 +3834,14 @@ "attacks": [ { "name": "Detonation Spin", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard a Fire Energy attached to Entei & Raikou LEGEND." }, { "name": "Thunder Fall", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy attached to Entei & Raikou LEGEND. This attack does 80 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). This attack's damage isn't affected by Weakness or Resistance." @@ -4998,9 +3860,7 @@ "number": "91", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -5013,14 +3873,9 @@ "id": "hgss2-92", "name": "Raikou & Suicune LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Lightning", - "Water" - ], + "types": ["Lightning", "Water"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Raikou & Suicune LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5028,22 +3883,14 @@ "attacks": [ { "name": "Thunderbolt Spear", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Raikou & Suicune LEGEND does 50 damage to itself and don't apply Weakness to this damage." }, { "name": "Aurora Gain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 5 damage counters from Raikou & Suicune LEGEND." @@ -5059,16 +3906,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Shinji Higuchi + Noriko Takaya", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -5081,14 +3924,9 @@ "id": "hgss2-93", "name": "Raikou & Suicune LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Lightning", - "Water" - ], + "types": ["Lightning", "Water"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Raikou & Suicune LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5096,22 +3934,14 @@ "attacks": [ { "name": "Thunderbolt Spear", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Raikou & Suicune LEGEND does 50 damage to itself and don't apply Weakness to this damage." }, { "name": "Aurora Gain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 5 damage counters from Raikou & Suicune LEGEND." @@ -5127,16 +3957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Shinji Higuchi + Noriko Takaya", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -5149,14 +3975,9 @@ "id": "hgss2-94", "name": "Suicune & Entei LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Suicune & Entei LEGEND.", "Put this card from your hand onto your Bench only with the other half of Suicune & Entei LEGEND. When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards", @@ -5165,22 +3986,14 @@ "attacks": [ { "name": "Torrent Blade", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Return 2 Water Energy attached to Suicune & Entei LEGEND to your hand. Choose 1 of your opponent's Benched Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" }, { "name": "Bursting Inferno", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon is now Burned." @@ -5196,16 +4009,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -5218,14 +4027,9 @@ "id": "hgss2-95", "name": "Suicune & Entei LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Suicune & Entei LEGEND.", "Put this card from your hand onto your Bench only with the other half of Suicune & Entei LEGEND. When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards", @@ -5234,22 +4038,14 @@ "attacks": [ { "name": "Torrent Blade", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Return 2 Water Energy attached to Suicune & Entei LEGEND to your hand. Choose 1 of your opponent's Benched Pokémon. This attack does 100 damage to that Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" }, { "name": "Bursting Inferno", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon is now Burned." @@ -5265,16 +4061,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -5287,12 +4079,8 @@ "id": "hgss2-TWO", "name": "Alph Lithograph", "supertype": "Trainer", - "subtypes": [ - "Item" - ], - "rules": [ - "Shuffle your deck!" - ], + "subtypes": ["Item"], + "rules": ["Shuffle your deck!"], "number": "TWO", "artist": "Milky Isobe", "rarity": "Rare Secret", diff --git a/cards/en/hgss3.json b/cards/en/hgss3.json index f20cf3f79..225d1ce56 100644 --- a/cards/en/hgss3.json +++ b/cards/en/hgss3.json @@ -3,13 +3,9 @@ "id": "hgss3-1", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -21,10 +17,7 @@ "attacks": [ { "name": "Dance 'til Dawn", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Bellossom is now Asleep." @@ -42,17 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Bellossom gather at times and seem to dance. They say that the dance is a ritual to summon the sun.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -65,30 +54,21 @@ "id": "hgss3-2", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Solar Suggestion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move up to 4 damage counters from any of your Pokémon to any of your opponent's Pokémon in any way you like." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -100,17 +80,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "match", "rarity": "Rare Holo", "flavorText": "It uses the fine hair that covers its body to sense air currents and predict its enemy's actions.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -123,32 +99,21 @@ "id": "hgss3-3", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Mirror Shot", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, this attack does nothing." }, { "name": "Everyone Explode Now", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 damage times the number of Pineco and Forretress you have in play. This attack does 30 damage to each of your Pineco and Forretress in play." @@ -166,19 +131,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "Its entire body is shielded by a steel-hard shell. What lurks inside this shell is a total mystery.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -191,31 +150,21 @@ "id": "hgss3-4", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Ninja Fang", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "If, before Gliscor does damage, the Defending Pokémon has no damage counters on it and is then damaged by this attack (after applying Weakness and Resistance), the Defending Pokémon is now Paralyzed." }, { "name": "Poison Jab", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Poisoned." @@ -233,17 +182,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "Its flight is soundless. It uses its lengthy tail to carry off its prey… Then its elongated fangs do the rest.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -256,30 +201,21 @@ "id": "hgss3-5", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Fire Counterattack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent has any Fighting Pokémon in play, this attack does 20 damage plus 60 more damage." }, { "name": "Dark Roar", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent discards a card from his or her hand." @@ -297,17 +233,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Upon hearing its eerie howls, other Pokémon get the shivers and head straight back to their nests.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -320,32 +252,21 @@ "id": "hgss3-6", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard any number of Fire Energy cards attached to Magcargo. If you do , this attack does 60 damage plus 20 more damage for each Fire Energy card you discarded." @@ -357,19 +278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Yuka Morii", "rarity": "Rare Holo", "flavorText": "Its brittle shell occasionally spouts intense flames that circulate throughout its body.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -382,32 +297,21 @@ "id": "hgss3-7", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Cut", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -425,17 +329,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kent Kanetsuna/Direc. Shinji Higuchi", "rarity": "Rare Holo", "flavorText": "Its wings are not used for flying. They are flapped at high speed to adjust its body temperature.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -448,13 +348,9 @@ "id": "hgss3-8", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Portrait", @@ -465,10 +361,7 @@ "attacks": [ { "name": "Tail Rap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -480,17 +373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Once it becomes an adult, it has a tendency to let its comrades plant footprints on its back.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -503,32 +392,21 @@ "id": "hgss3-9", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togetic", "attacks": [ { "name": "Blessed Wings", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all damage counters from each of your Pokémon. Shuffle Togekiss and all cards attached to it back into your deck." }, { "name": "Air Cutter", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -546,17 +424,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "As everyone knows, it visits peaceful regions, bringing them gifts of kindness and sweet blessings.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal" }, @@ -569,30 +443,21 @@ "id": "hgss3-10", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Moonlight Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, prevent all effects, including damage, done to Umbreon by attacks from your opponent's Pokémon that has any Poké-Powers or Poké-Bodies." }, { "name": "Quick Blow", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 damage." @@ -610,17 +475,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When agitated, this Pokémon protects itself by spraying poisonous sweat from its pores.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -633,13 +494,9 @@ "id": "hgss3-11", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -651,10 +508,7 @@ "attacks": [ { "name": "Incessant Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin until you get tails. This attack does 20 damage plus 20 more damage for each heads." @@ -672,17 +526,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "It collects data and plans three times as wisely, but it may think too much and fall into a state of immobility.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -695,32 +545,21 @@ "id": "hgss3-12", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Balloon Tackle", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Drifblim does 20 damage to itself." }, { "name": "Take Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Shuffle Drifblim and all cards attached to it back into your deck. Then, your opponent shuffles the Defending Pokémon and all cards attached to it into his or her deck. (You choose your new Active Pokémon first.)" @@ -742,9 +581,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It can generate and release gas within its body. That's how it can control the altitude of its drift.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -757,30 +594,21 @@ "id": "hgss3-13", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Spike Spread", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Gyro Ball", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch Forretress with 1 of your Benched Pokémon. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -798,18 +626,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It remains immovably rooted to its tree. It scatters pieces of its hard shell to drive its enemies away.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -822,34 +645,21 @@ "id": "hgss3-14", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Backward Belt Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 80 damage plus 20 more damage. If you do, Hariyama does 20 damage to itself." @@ -861,19 +671,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It loves challenging others to tests of strength. It has the power to stop a train with a slap.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -886,31 +690,21 @@ "id": "hgss3-15", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Blindside", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -928,18 +722,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It is merciless by nature. It is said that it never forgives the mistakes of its Murkrow followers.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, @@ -952,32 +741,21 @@ "id": "hgss3-16", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Shadow Bind", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Vengeance", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Darkness Pokémon in your discard pile." @@ -995,18 +773,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is merciless by nature. It is said that it never forgives the mistakes of its Murkrow followers.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, @@ -1019,29 +792,21 @@ "id": "hgss3-17", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Miasma Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "Does 50 damage damage times the number of Special Conditions affecting the Defending Pokémon." }, { "name": "Soothing Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -1059,17 +824,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Noriko Hotta", "rarity": "Rare", "flavorText": "When you see Leafeon asleep in a patch of sunshine, you'll know it is using photosynthesis to produce clean air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -1082,34 +843,21 @@ "id": "hgss3-18", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Quad Smash", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -1127,20 +875,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "18", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It folds its four legs when flying. Its four brains are said to be superior to a supercomputer.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -1153,30 +894,21 @@ "id": "hgss3-19", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Sleeping Spell", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Look at your opponent's hand. This attack does 30 damage times the number of Trainer, Supporter, and Stadium cards in your opponent's hand.]" @@ -1194,17 +926,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its cries sound like incantations to torment the foe. It appears where you least expect it.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -1217,13 +945,9 @@ "id": "hgss3-20", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Mischievous Trick", @@ -1234,9 +958,7 @@ "attacks": [ { "name": "Plasma Arrow", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage for each Energy attached to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -1254,17 +976,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "MAHOU", "rarity": "Rare", "flavorText": "Research continues on this Pokémon, which could be the power source of a unique motor.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -1277,30 +995,20 @@ "id": "hgss3-21", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Coat", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metal Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Razor Wing", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1318,17 +1026,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "After nesting in bramble bushes, the wings of its chicks grow hard from scratches by thorns.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1341,30 +1045,20 @@ "id": "hgss3-22", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Fresh-Picked Fruit", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 6 damage counters from 1 of your Benched Pokémon." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1382,18 +1076,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The bunch of fruit around its neck ripens twice a year and is delicious. It's a highly favored tropical snack.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -1406,13 +1095,9 @@ "id": "hgss3-23", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "abilities": [ { @@ -1424,11 +1109,7 @@ "attacks": [ { "name": "Mach Wind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, Vespiquen's Retreat Cost is 0." @@ -1440,19 +1121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It raises grubs in the holes in its body. It secretes pheromones to control Combee.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal" }, @@ -1465,13 +1140,9 @@ "id": "hgss3-24", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -1483,11 +1154,7 @@ "attacks": [ { "name": "Dazzling Pollen", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage. If tails, the Defending Pokémon is now Confused." @@ -1499,18 +1166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It has the world's largest petals. With every step, the petals shake out heavy clouds of toxic pollen.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -1523,13 +1185,9 @@ "id": "hgss3-25", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "abilities": [ { @@ -1541,10 +1199,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -1566,9 +1221,7 @@ "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "It lives in snowy regions. It carves patterns in trees with its claws as a signal to others.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal" }, @@ -1581,31 +1234,21 @@ "id": "hgss3-26", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Flame Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to Flareon." @@ -1617,17 +1260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It stores some of the air it inhales in its internal flame pouch, which heats it to over 3,000 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -1640,25 +1279,15 @@ "id": "hgss3-27", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Miracle Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition." @@ -1670,17 +1299,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "What appears to be drool is actually sweet honey. It is very sticky and clings stubbornly if touched.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -1693,31 +1318,21 @@ "id": "hgss3-28", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Jolteon during your opponent's next turn." }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1739,9 +1354,7 @@ "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It concentrates the weak electric charges emitted by its cells and launches wicked lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -1754,34 +1367,22 @@ "id": "hgss3-29", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Scrap Attack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, search your discard pile for a Metal Energy card and attach it to Lairon." }, { "name": "Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1799,19 +1400,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "match", "rarity": "Uncommon", "flavorText": "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -1824,35 +1419,22 @@ "id": "hgss3-30", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double Smash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -1870,18 +1452,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "When two Beldum fuse together, a magnetic nervous system places their brains in union.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -1894,31 +1471,21 @@ "id": "hgss3-31", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "attacks": [ { "name": "Sludge Drag", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Confused and Poisoned." }, { "name": "Pester", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 50 damage plus 30 more damage." @@ -1930,19 +1497,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its body is made of a powerful poison. Touching it accidentally will cause a fever that requires bed rest.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -1955,30 +1516,20 @@ "id": "hgss3-32", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Charging Horn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Guillotine", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1990,17 +1541,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "match", "rarity": "Uncommon", "flavorText": "With its horns, it digs burrows to sleep in at night. In the morning, damp soil clings to its body.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -2013,30 +1560,21 @@ "id": "hgss3-33", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Pain-full Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2058,9 +1596,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When its electricity builds, its muscles are stimulated, and it becomes more aggressive than usual.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -2073,29 +1609,21 @@ "id": "hgss3-34", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Razor-Sharp Incisors", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on the Defending Pokémon." }, { "name": "Gnaw Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy card attached to the Defending Pokémon." @@ -2111,9 +1639,7 @@ "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "Its whiskers help it to maintain balance. Its fangs never stop growing, so it gnaws to pare them down.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -2126,29 +1652,20 @@ "id": "hgss3-35", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Pull Out", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for any 1 card, show it to your opponent, and put it on top of your deck." }, { "name": "Dark Hand", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have more cards in your hand than your opponent, this attack does 20 damage plus 30 more damage." @@ -2160,17 +1677,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It dwells in the darkness of caves. It uses its sharp claws to dig up gems to nourish itself.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -2183,23 +1696,14 @@ "id": "hgss3-36", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Afterimage Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, if Scyther would be damaged by an attack, flip a coin. If heads, prevent that attack's damage done to Scyther." @@ -2211,17 +1715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Wataru Kawahara/Direc. Shinji Higuchi", "rarity": "Uncommon", "flavorText": "When it moves, it leaves only a blur. If it hides in grass, its protective colors make it invisible.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -2234,30 +1734,21 @@ "id": "hgss3-37", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Stun Gas", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Paralyzed." }, { "name": "Fury Swipes", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -2275,17 +1766,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It attacks by spraying a repugnant fluid from its tail, but the stench dulls after a few squirts.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal" }, @@ -2298,31 +1785,21 @@ "id": "hgss3-38", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Full-Belly Refresh", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions and 3 damage counters from Slowbro." }, { "name": "Startling Trip", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, Slowbro is now Confused." @@ -2334,18 +1811,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Naturally dull to begin with, it lost its ability to feel pain due to Shellder's seeping poison.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -2358,33 +1830,22 @@ "id": "hgss3-39", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Chase Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage done to Togetic during your opponent's next turn." @@ -2402,17 +1863,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It grows dispirited if it is not with kind people. It can float in midair without moving its wings.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -2425,13 +1882,9 @@ "id": "hgss3-40", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "DARK", @@ -2442,9 +1895,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2456,17 +1907,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Hideaki Hakozaki", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2479,31 +1926,21 @@ "id": "hgss3-41", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Remove 2 damage counters from Vaporeon." }, { "name": "Dual Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2515,18 +1952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "sui", "rarity": "Uncommon", "flavorText": "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -2539,32 +1971,21 @@ "id": "hgss3-42", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Headbutt", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2582,17 +2003,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "match", "rarity": "Common", "flavorText": "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -2605,33 +2022,21 @@ "id": "hgss3-43", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Lunge Out", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Single Smash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2649,17 +2054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "TOKIYA", "rarity": "Common", "flavorText": "The magnetic force generated by its body repels the ground's natural magnetism, letting it float.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -2672,22 +2073,14 @@ "id": "hgss3-44", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Enraged Assault", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Vespiquen is on your Bench and has any damage counters on it, this attack does 20 damage plus 60 more damage and the Defending Pokémon is now Poisoned." @@ -2699,17 +2092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "At night, Combee sleep in a group of about a thousand, packed closely together in a lump.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -2722,32 +2111,21 @@ "id": "hgss3-45", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Headstrike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -2765,17 +2143,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "By alternately raising and lowering its two heads, it balances itself to be more stable while running.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -2788,31 +2162,21 @@ "id": "hgss3-46", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Minimize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Drifloon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Pull", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." @@ -2830,17 +2194,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It is whispered that any child who mistakes Drifloon for a balloon and holds on to it could wind up missing.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -2853,13 +2213,9 @@ "id": "hgss3-47", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2873,19 +2229,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2897,17 +2248,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -2920,13 +2267,9 @@ "id": "hgss3-48", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2940,19 +2283,14 @@ "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Tickle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2964,17 +2302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Noriko Hotta", "rarity": "Common", "flavorText": "Its irregularly configured DNA is affected by its surroundings. It evolves if its environment changes.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -2987,23 +2321,14 @@ "id": "hgss3-49", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Stun Poison", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." @@ -3021,17 +2346,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It flies straight at its target's face then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -3044,32 +2365,21 @@ "id": "hgss3-50", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Sticky Liquid", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's Retreat Cost is Colorless more." }, { "name": "Sludge Toss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3081,18 +2391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Wherever Grimer has passed, so many germs are left behind that no plants will ever grow again.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -3105,29 +2410,20 @@ "id": "hgss3-51", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attack, including damage, done to Hitmonchan during your opponent's next turn." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -3139,17 +2435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its punches slice the air. However, it seems to need a short break after fighting for three minutes.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -3162,30 +2454,20 @@ "id": "hgss3-52", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3197,18 +2479,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If it starts kicking repeatedly, both legs will stretch even longer to strike a fleeing foe.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -3221,23 +2498,14 @@ "id": "hgss3-53", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3255,17 +2523,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "kawayoo", "rarity": "Common", "flavorText": "It uses different kinds of cries for communicating with others of its kind and for pursuing its prey.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3278,22 +2542,14 @@ "id": "hgss3-54", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Jump On", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -3311,17 +2567,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "To corner prey, they check each other's location using barks that only they can understand.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -3334,34 +2586,21 @@ "id": "hgss3-55", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Slap Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 damage plus 10 more damage for each heads." }, { "name": "Slap Push", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3373,18 +2612,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It toughens up by slamming into thick trees over and over. It gains a sturdy body and dauntless spirit.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -3397,30 +2631,20 @@ "id": "hgss3-56", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Selfish Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card." }, { "name": "Destructive Jaw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." @@ -3438,17 +2662,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -3461,31 +2681,21 @@ "id": "hgss3-57", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dual Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws 3 cards." @@ -3503,17 +2713,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It loves to bite and yank people's hair from behind without warning, just to see their shocked reactions.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -3526,22 +2732,14 @@ "id": "hgss3-58", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Astonish", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." @@ -3559,17 +2757,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "kawayoo", "rarity": "Common", "flavorText": "Feared and loathed by many, it is believed to bring misfortune to all those who see it at night.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -3582,33 +2776,21 @@ "id": "hgss3-59", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3626,17 +2808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It is said that when chased, it lures its attacker onto dark mountain trails where the foe will get lost.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -3649,31 +2827,21 @@ "id": "hgss3-60", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Find a Friend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Grass Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -3685,17 +2853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Awakened by moonlight, it roams actively at night. In the day it stays quietly underground.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -3708,22 +2872,14 @@ "id": "hgss3-61", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3741,17 +2897,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This intelligent Pokémon roasts hard berries with electricity to make them tender enough to eat.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -3764,22 +2916,14 @@ "id": "hgss3-62", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3791,18 +2935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It hangs and waits for flying insect prey to come near. It does not move about much on its own.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -3815,32 +2954,21 @@ "id": "hgss3-63", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Pineco's Surprise Attack attack's base damage is 80." }, { "name": "Surprise Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -3852,18 +2980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It likes to make its shell thicker by adding layers of tree bark. The additional weight doesn't bother it.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -3876,22 +2999,14 @@ "id": "hgss3-64", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3903,17 +3018,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "Living wherever there is food available, it ceaselessly scavenges for edibles the entire day.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -3926,34 +3037,21 @@ "id": "hgss3-65", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Slashing Strike", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, Scyther can't use Slashing Strike." @@ -3965,17 +3063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It slashes through grass with its sharp scythes, moving too fast for the human eye to track.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -3988,33 +3082,21 @@ "id": "hgss3-66", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Rambunctious Party", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck. Choose as many Basic Pokémon as you like and put them onto your Bench. Shuffle the other cards back into your deck." }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4026,18 +3108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A sweet sap leaks from its tail's tip. Although not nutritious, the tail is pleasant to chew on.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4050,16 +3127,10 @@ "id": "hgss3-67", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "abilities": [ { "name": "Active Volcano", @@ -4070,11 +3141,7 @@ "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4086,18 +3153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "A common sight in volcanic areas, it slowly slithers around in a constant search for warm places.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4110,32 +3172,21 @@ "id": "hgss3-68", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Beat Up", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin for each of your Pokémon in play. This attack does 20 damage times the number of heads." @@ -4157,9 +3208,7 @@ "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Vicious in nature, it drives Pidgey from their nests and scavenges any leftovers it can find.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -4172,22 +3221,14 @@ "id": "hgss3-69", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4205,17 +3246,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The foul fluid from its rear is so revolting that it can make people feel queasy up to a mile and a quarter away.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal" }, @@ -4228,22 +3265,14 @@ "id": "hgss3-70", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Plead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Ask your opponent if you may draw 2 cards. If yes, draw 2 cards. If no, this attack does 20 damage to the Defending Pokémon." @@ -4255,17 +3284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A proverb claims that happiness will come to anyone who can make a sleeping Togepi stand up.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -4278,9 +3303,7 @@ "id": "hgss3-71", "name": "Burned Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, that player may flip a coin. If heads, the player searches his or her discard pile for a basic Energy card, shows it to his or her opponent, and put it into his or her hand." @@ -4300,9 +3323,7 @@ "id": "hgss3-72", "name": "Defender", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach Defender to 1 of your Pokémon. Discard this card at the end of your opponent's next turn. Any damage done to the Pokémon Defender is attached to by an opponent's attack is reduced by 20 (after applying Weakness and Resistance)." ], @@ -4321,9 +3342,7 @@ "id": "hgss3-73", "name": "Energy Exchanger", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose an Energy card from your hand, show it to your opponent, and put it on top of your deck. Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -4342,9 +3361,7 @@ "id": "hgss3-74", "name": "Flower Shop Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your discard pile for 3 Pokémon and 3 basic Energy cards. Show them to your opponent and shuffle them into your deck." @@ -4364,9 +3381,7 @@ "id": "hgss3-75", "name": "Legend Box", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal the top 10 cards of your deck. If you reveal both halves of a Pokémon LEGEND, put those cards onto your Bench and attach all revealed Energy cards to that Pokémon LEGEND. Shuffle the other cards back into your deck. (You can play only 1 Pokémon LEGEND in this way.)" ], @@ -4385,9 +3400,7 @@ "id": "hgss3-76", "name": "Ruins of Alph", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Pokémon in play has no Resistance." @@ -4407,9 +3420,7 @@ "id": "hgss3-77", "name": "Sage's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 5 cards of your deck. Choose any 2 cards you find there and put them into your hand. Discard the other cards." @@ -4429,9 +3440,7 @@ "id": "hgss3-78", "name": "Team Rocket's Trickery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 2 cards. Then, your opponent discards a card from his or her hand." @@ -4451,9 +3460,7 @@ "id": "hgss3-79", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -4472,9 +3479,7 @@ "id": "hgss3-80", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -4493,14 +3498,9 @@ "id": "hgss3-81", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "abilities": [ { @@ -4512,10 +3512,7 @@ "attacks": [ { "name": "Solar Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 1 damage counter from each of your Pokémon." @@ -4527,16 +3524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -4549,14 +3542,9 @@ "id": "hgss3-82", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "abilities": [ { @@ -4568,11 +3556,7 @@ "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4590,16 +3574,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -4612,14 +3592,9 @@ "id": "hgss3-83", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "abilities": [ { @@ -4631,11 +3606,7 @@ "attacks": [ { "name": "Mega Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy attached to Raichu." @@ -4653,16 +3624,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Takashi Yamaguchi", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -4675,14 +3642,9 @@ "id": "hgss3-84", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "abilities": [ { @@ -4694,10 +3656,7 @@ "attacks": [ { "name": "Metal Scissors", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Metal Energy attached to Scizor." @@ -4715,17 +3674,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Noriko Hotta", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -4738,14 +3692,9 @@ "id": "hgss3-85", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -4757,11 +3706,7 @@ "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4773,17 +3718,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Noriko Hotta", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -4796,14 +3736,9 @@ "id": "hgss3-86", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "abilities": [ { @@ -4815,11 +3750,7 @@ "attacks": [ { "name": "Evoblast", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each of your Pokémon in play that evolves from Eevee." @@ -4837,16 +3768,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -4859,14 +3786,9 @@ "id": "hgss3-87", "name": "Kyogre & Groudon LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "150", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Kyogre & Groudon LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -4874,24 +3796,14 @@ "attacks": [ { "name": "Mega Tidal Wave", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard the top 5 cards from your opponent's deck. This attack does 30 damage times the number of Energy cards you discarded to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Massive Eruption", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Discard the top 5 cards from your deck. This attack does 100 damage times the number of Energy cards you discarded." @@ -4907,18 +3819,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -4931,14 +3837,9 @@ "id": "hgss3-88", "name": "Kyogre & Groudon LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "150", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Kyogre & Groudon LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -4946,24 +3847,14 @@ "attacks": [ { "name": "Mega Tidal Wave", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard the top 5 cards from your opponent's deck. This attack does 30 damage times the number of Energy cards you discarded to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Massive Eruption", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Discard the top 5 cards from your deck. This attack does 100 damage times the number of Energy cards you discarded." @@ -4979,18 +3870,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -5003,14 +3888,9 @@ "id": "hgss3-89", "name": "Rayquaza & Deoxys LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Colorless", - "Psychic" - ], + "types": ["Colorless", "Psychic"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Rayquaza & Deoxys LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5025,12 +3905,7 @@ "attacks": [ { "name": "Ozone Buster", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard all Fire Energy attached to Rayquaza & Deoxys LEGEND." @@ -5046,18 +3921,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -5070,14 +3939,9 @@ "id": "hgss3-90", "name": "Rayquaza & Deoxys LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "140", - "types": [ - "Colorless", - "Psychic" - ], + "types": ["Colorless", "Psychic"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Rayquaza & Deoxys LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5092,12 +3956,7 @@ "attacks": [ { "name": "Ozone Buster", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard all Fire Energy attached to Rayquaza & Deoxys LEGEND." @@ -5113,18 +3972,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -5137,12 +3990,8 @@ "id": "hgss3-THREE", "name": "Alph Lithograph", "supertype": "Trainer", - "subtypes": [ - "Item" - ], - "rules": [ - "Return any Stadium card in play to its player's hand!" - ], + "subtypes": ["Item"], + "rules": ["Return any Stadium card in play to its player's hand!"], "number": "THREE", "artist": "Milky Isobe", "rarity": "Rare Secret", diff --git a/cards/en/hgss4.json b/cards/en/hgss4.json index 194dd0529..ac818bd07 100644 --- a/cards/en/hgss4.json +++ b/cards/en/hgss4.json @@ -3,34 +3,21 @@ "id": "hgss4-1", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Second Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 40 more damage." }, { "name": "Guard Claw", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "During your opponent's next turn, any damage done to Aggron by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -48,20 +35,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "You can tell its age by the length of its iron horns. It claims an entire mountain as its territory.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -74,31 +54,21 @@ "id": "hgss4-2", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Midnight Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Stadium Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If there is any Stadium card in play, this attack does 40 damage plus 30 more damage." @@ -120,9 +90,7 @@ "artist": "Ryo Ueda", "rarity": "Rare Holo", "flavorText": "It flies gracefully through the sky. Its melodic humming makes you feel like you're in a dream.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -135,29 +103,20 @@ "id": "hgss4-3", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." }, { "name": "Leaf Bind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -169,17 +128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -192,34 +147,21 @@ "id": "hgss4-4", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Toxic Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Land Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -237,19 +179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", "flavorText": "It attacks people and Pokémon that cross the desert. This has only furthered its bad reputation.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal" }, @@ -262,34 +198,21 @@ "id": "hgss4-5", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Asleep." }, { "name": "Snowstorm", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Does 20 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -301,20 +224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "A frozen Mamoswine was dug from ice dating back 10,000 years. This Pokémon has been around a long, long, long time.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal" }, @@ -327,13 +243,9 @@ "id": "hgss4-6", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -345,12 +257,7 @@ "attacks": [ { "name": "Venomous Horn", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "The Defending Pokémon is now Poisoned." @@ -368,19 +275,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "match", "rarity": "Rare Holo", "flavorText": "Its tail is thick and powerful. If it binds an enemy, it can render the victim helpless quite easily.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -393,13 +294,9 @@ "id": "hgss4-7", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -411,11 +308,7 @@ "attacks": [ { "name": "Suspicious Beam β", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Porygon-Z has no Rainbow Energy attached to it, Porygon-Z does 20 damage to itself and Porygon-Z is now Confused." @@ -427,18 +320,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error…", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal" }, @@ -451,13 +339,9 @@ "id": "hgss4-8", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -469,11 +353,7 @@ "attacks": [ { "name": "Ring of Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon is now Burned and can't retreat during your opponent's next turn." @@ -485,17 +365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "At full gallop, its four hooves barely touch the ground because it moves so incredibly fast.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -508,13 +384,9 @@ "id": "hgss4-9", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Heal Block", @@ -525,9 +397,7 @@ "attacks": [ { "name": "Sun Flash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -539,17 +409,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -562,13 +428,9 @@ "id": "hgss4-10", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Spooky Whirlpool", @@ -579,9 +441,7 @@ "attacks": [ { "name": "Color Tag", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose Grass Fire Water Lightning Psychic Fighting Darkness Metal or Colorless type. Put 1 damage counter on each Pokémon your opponent has in play of the type you chose." @@ -593,17 +453,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Shizurow", "rarity": "Rare Holo", "flavorText": "It was formed by uniting 108 spirits. It has been bound to the Odd Keystone to keep it from doing any mischief.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal" }, @@ -616,13 +472,9 @@ "id": "hgss4-11", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "abilities": [ { @@ -634,10 +486,7 @@ "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -649,17 +498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Hideaki Hakozaki", "rarity": "Rare Holo", "flavorText": "The powder on its wings is poisonous if it is dark in hue. If it is light in hue, it causes paralysis.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -672,13 +517,9 @@ "id": "hgss4-12", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -690,10 +531,7 @@ "attacks": [ { "name": "Acidic Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Burned and Poisoned. Remove 3 damage counters from Victreebel." @@ -705,18 +543,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Acid that has dissolved many prey becomes sweeter, making it even more effective at attracting prey.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal" }, @@ -729,31 +562,21 @@ "id": "hgss4-13", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 2 cards from your opponent's hand without looking. Look at the cards you chose, then have your opponent shuffle those cards into his or her deck." }, { "name": "Tail Spank", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard 2 cards from your hand. (If you can't discard 2 cards from your hand, this attack does nothing.)" @@ -765,17 +588,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "They live on large trees. They are said to communicate by connecting their tails to those of others.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal" }, @@ -788,31 +607,21 @@ "id": "hgss4-14", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Lost Crush", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and put it in the Lost Zone." }, { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon." @@ -830,17 +639,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "This Pokémon developed from an abandoned doll that amassed a grudge. It is seen in dark alleys.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -853,30 +658,21 @@ "id": "hgss4-15", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Legend Ceremony", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for both halves of a Pokémon LEGEND, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Reflect Energy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move an Energy card attached to Bronzong to 1 of your Benched Pokémon." @@ -894,19 +690,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -919,30 +709,20 @@ "id": "hgss4-16", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Saliva Lure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Stick and Absorb", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Remove 3 damage counters from Carnivine. The Defending Pokémon can't retreat during your opponent's next turn." @@ -960,18 +740,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "It walks around on its tentacles in search of a tree branch where it can dangle down and ambush prey.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -984,13 +759,9 @@ "id": "hgss4-17", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Dittobolic", @@ -1001,10 +772,7 @@ "attacks": [ { "name": "Sharp Point", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1016,17 +784,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "match", "rarity": "Rare", "flavorText": "Its transformation ability is perfect. However, if made to laugh, it can't maintain its disguise.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -1039,34 +803,21 @@ "id": "hgss4-18", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Calming Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove all Special Conditions from Dragonite." }, { "name": "Dragon Stamp", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip 2 coins. If both of them are tails, this attack does nothing. If both of them are heads, the Defending Pokémon is now Paralyzed." @@ -1084,20 +835,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "This marine Pokémon has an impressive build that lets it freely fly over raging seas without trouble.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -1110,31 +854,21 @@ "id": "hgss4-19", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Sand Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin for each Fighting Energy attached to Dugtrio. This attack does 50 damage plus 20 more damage for each heads." @@ -1156,9 +890,7 @@ "artist": "Shizurow", "rarity": "Rare", "flavorText": "Extremely powerful, they can dig through even the hardest ground to a depth of over 60 miles.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1171,31 +903,21 @@ "id": "hgss4-20", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Plasma", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your discard pile for a Lightning Energy card and attach it to Electivire." }, { "name": "Thunder Shot", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1213,19 +935,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "As its electric charge amplifies, blue sparks begin to crackle between its horns.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -1238,16 +954,10 @@ "id": "hgss4-21", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Lightning"], + "evolvesTo": ["Electabuzz"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -1258,9 +968,7 @@ "attacks": [ { "name": "Sparking Ball", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance. Elekid is now Asleep." @@ -1270,9 +978,7 @@ "artist": "TOKIYA", "rarity": "Rare", "flavorText": "Even in the most vicious storm, this Pokémon plays happily if thunder rumbles in the sky.", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -1285,13 +991,9 @@ "id": "hgss4-22", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "abilities": [ { @@ -1303,10 +1005,7 @@ "attacks": [ { "name": "Powerful Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to all of your Pokémon." @@ -1318,17 +1017,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "When it swims at full speed using its long, webbed limbs, its forehead somehow begins to glow.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -1341,32 +1036,21 @@ "id": "hgss4-23", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Psychic Lock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent can't use any Poké-Powers on his or her Pokémon during his or her next turn." }, { "name": "Bench Manipulation", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attack's damage isn't affected by Weakness or Resistance." @@ -1378,18 +1062,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "It can perform odd dance steps to influence foes. Its style of dancing became hugely popular overseas.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -1402,32 +1081,21 @@ "id": "hgss4-24", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "Entrancing Melody", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Fury Cutter", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 20 damage plus 20 more damage. If 2 of them are heads, this attack does 20 damage plus 40 more damage. If all of them are heads, this attack does 20 damage plus 100 more damage." @@ -1439,17 +1107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "By allowing its cry to resonate in the hollow of its belly, it produces a captivating sound.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal" }, @@ -1462,29 +1126,20 @@ "id": "hgss4-25", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Lunar Blast", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Selfdestruct", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Lunatone does 60 damage to itself." @@ -1496,17 +1151,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It was discovered at the site of a meteor strike 40 years ago. Its stare can lull its foes to sleep.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -1519,31 +1170,21 @@ "id": "hgss4-26", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Vital Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40+", "text": "You may do 40 damage plus 20 more damage. If you do, Machamp does 20 damage to itself." }, { "name": "Hundred Furious Punches", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Fighting Energy attached to Machamp." @@ -1555,18 +1196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -1579,31 +1215,21 @@ "id": "hgss4-27", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Top Burner", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "For each Fire Energy attached to Magmortar, discard the top card from your opponent's deck. Then, flip a coin. If tail, discard all Fire Energy attached to Magmortar." }, { "name": "Burst Punch", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Burned." @@ -1615,18 +1241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It blasts fireballs of over 3,600 degrees Fahrenheit out of its arms. Its breath also sears and sizzles.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -1639,31 +1260,21 @@ "id": "hgss4-28", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Prize Count", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you have more Prize cards left than your opponent, this attack does 50 damage plus 30 more damage." @@ -1675,18 +1286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "sui", "rarity": "Rare", "flavorText": "It uses its scaly, rugged body to seal the entrance of its nest and protect its young from predators.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1699,32 +1305,21 @@ "id": "hgss4-29", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Headwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is ColorlessColorless more." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage." @@ -1746,9 +1341,7 @@ "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It spreads its beautiful wings wide to frighten its enemies. It can fly at Mach 2 speed.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -1761,31 +1354,21 @@ "id": "hgss4-30", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Strip Bare", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip 2 coins. If both of them are heads, your opponent discards all card from his or her hand." }, { "name": "Rage", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each damage counter on Sharpedo." @@ -1797,17 +1380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "MAHOU", "rarity": "Rare", "flavorText": "It can swim at speeds of 75 mph by jetting seawater through its body. It is the bandit of the sea.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -1820,33 +1399,21 @@ "id": "hgss4-31", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Underwater Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, remove 3 damage counters from Wailord." }, { "name": "Swallow Up", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Wailord. If the Defending Pokémon has fewer remaining HP than Wailord, this attack does 50 damage plus 50 more damage." @@ -1858,20 +1425,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "31", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It is the largest of all identified Pokémon. They jump as a pack to herd their prey.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, @@ -1884,35 +1444,22 @@ "id": "hgss4-32", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Search and Invite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 2 Pokémon, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1924,17 +1471,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its crystalline orbs appear to give this Pokémon the power to freely control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1947,33 +1490,21 @@ "id": "hgss4-33", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard all Lightning Energy attached to Electabuzz." @@ -1991,18 +1522,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "Its body constantly discharges electricity. Getting close to it will make your hair stand on end.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -2015,31 +1541,21 @@ "id": "hgss4-34", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may do 40 damage plus 60 more damage. If you do, discard all Lightning Energy attached to Electrode." @@ -2057,17 +1573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is dangerous. If it has too much electricity and has nothing to do, it amuses itself by exploding.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2080,33 +1592,22 @@ "id": "hgss4-35", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Sneaky Placement", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on 1 of your opponent's Pokémon." }, { "name": "Sleep Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Asleep and Poisoned." @@ -2128,9 +1629,7 @@ "artist": "Takashi Yamaguchi", "rarity": "Uncommon", "flavorText": "Its tongue is made of gas. If licked, its victim starts shaking constantly until death eventually comes.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2143,31 +1642,20 @@ "id": "hgss4-36", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Dizzy Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -2179,19 +1667,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "If it is safe, the young gets out of the belly pouch to play. The adult keeps a close eye on the youngster.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal" }, @@ -2204,25 +1686,15 @@ "id": "hgss4-37", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Take Down", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Lairon does 20 damage to itself." @@ -2240,19 +1712,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2265,31 +1731,21 @@ "id": "hgss4-38", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Licking Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon for each Energy attached to Lickilicky. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Stick and Absorb", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 2 damage counters from Lickilicky. The Defending Pokémon can't retreat during your opponent's next turn." @@ -2301,19 +1757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It has space in its throat to store saliva. It can also roll up its tongue and store it in the same spot.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal" }, @@ -2326,28 +1776,20 @@ "id": "hgss4-39", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Rendezvous Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws and reveals the top card of his or her deck." }, { "name": "Distorted Wave", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Before doing damage, remove 1 damage counter from the Defending Pokémon." @@ -2359,17 +1801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "sui", "rarity": "Uncommon", "flavorText": "Its heart-shaped body makes it popular. In some places, you would give a Luvdisc to someone you love.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -2382,34 +1820,22 @@ "id": "hgss4-40", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Knuckle Down", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." }, { "name": "Strength", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2421,18 +1847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It always goes at its full power, but this very tough and durable Pokémon never gets tired.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2445,16 +1866,10 @@ "id": "hgss4-41", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -2465,9 +1880,7 @@ "attacks": [ { "name": "Play with Fire", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Burned. Magby is now Asleep." @@ -2477,9 +1890,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is found in volcanic craters. Its body temperature is over 1,100 degrees Fahrenheit, so don't underestimate it.", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -2492,33 +1903,21 @@ "id": "hgss4-42", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Eruption", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20×", "text": "Each player discards the top card of his or her deck. This attack does 20 damage times the number of Energy cards discarded in this way." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2530,18 +1929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "The fiery surface of its body gives off a wavering, rippling glare that is similar to the sun.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2554,33 +1948,22 @@ "id": "hgss4-43", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Speed Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2598,17 +1981,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Noriko Hotta", "rarity": "Uncommon", "flavorText": "The Magnemite are united by a magnetism so powerful, it dries all moisture in its vicinity.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -2621,31 +2000,21 @@ "id": "hgss4-44", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Bonemerang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." }, { "name": "Bone Impact", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 damage plus 60 more damage. Discard that Stadium card." @@ -2663,17 +2032,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It has been seen pounding boulders with the bone it carries in order to tap out messages to others.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal" }, @@ -2686,34 +2051,22 @@ "id": "hgss4-45", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Quick Blow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Tail Slap", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2725,18 +2078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "sui", "rarity": "Uncommon", "flavorText": "It has a calm and caring nature. Because its horn grows slowly, it prefers not to fight.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -2749,35 +2097,22 @@ "id": "hgss4-46", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Lunge", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -2789,17 +2124,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "match", "rarity": "Uncommon", "flavorText": "Quick to anger, it stabs enemies with its horn to inject a powerful poison when it becomes agitated.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -2812,35 +2143,22 @@ "id": "hgss4-47", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Twister", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip 2 coins. If both of them are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -2858,17 +2176,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It renders its prey immobile using well-developed claws, then carries the prey more than 60 miles to its nest.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal" }, @@ -2881,37 +2195,22 @@ "id": "hgss4-48", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hammer In", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -2923,19 +2222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Because the long hair all over its body obscures its sight, it just keeps charging repeatedly.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -2948,17 +2241,11 @@ "id": "hgss4-49", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Mapping", @@ -2969,10 +2256,7 @@ "attacks": [ { "name": "3-D Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -2984,18 +2268,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Further research enhanced its abilities. Sometimes, it may exhibit motions that were not programmed.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -3008,31 +2287,21 @@ "id": "hgss4-50", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Tentavolve", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "If Tentacruel evolved from Tentacool during this turn, the Defending Pokémon is now Paralyzed and Poisoned." }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -3044,18 +2313,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "In battle, it extends all 80 of its tentacles to entrap its opponent inside a poisonous net.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -3068,13 +2332,9 @@ "id": "hgss4-51", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "CURE", @@ -3085,9 +2345,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3099,17 +2357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Hideaki Hakozaki", "rarity": "Uncommon", "flavorText": "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3122,36 +2376,21 @@ "id": "hgss4-52", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Double Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -3163,19 +2402,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "It bounces playfully like a ball. The more seawater it swallows, the higher it bounces.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -3188,33 +2421,22 @@ "id": "hgss4-53", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Corrode Target", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, look at your opponent's hand, choose 1 card, and discard it." @@ -3226,17 +2448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Even though it is filled with acid, it does not melt because it also oozes a protective fluid.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal" }, @@ -3249,31 +2467,21 @@ "id": "hgss4-54", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Shoot Through", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "U-turn", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Switch Yanmega with 1 of your Benched Pokémon." @@ -3291,17 +2499,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The beat of its wings is so powerful that it accidentally dislodges full-grown trees when it takes off in flight.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -3314,31 +2518,21 @@ "id": "hgss4-55", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Imitate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have the same number of cards in your hand as your opponent." }, { "name": "Tail Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3350,17 +2544,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its tail is so powerful that it can use it to grab a tree branch and hold itself up in the air.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -3373,33 +2563,21 @@ "id": "hgss4-56", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Mountain Eater", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your deck. Then, remove 2 damage counters from Aron." }, { "name": "Confront", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3417,18 +2595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3441,31 +2614,21 @@ "id": "hgss4-57", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Inviting Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Careless Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Bellsprout does 10 damage to itself." @@ -3477,17 +2640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Even though its body is extremely skinny, it is blindingly fast when catching its prey.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal" }, @@ -3500,32 +2659,21 @@ "id": "hgss4-58", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Bronzor during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3543,17 +2691,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Ancient people believed that the pattern on Bronzor's back contained a mysterious power.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -3566,31 +2710,21 @@ "id": "hgss4-59", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Carvanha's Bite attack's base damage is 40." }, { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3602,17 +2736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "MAHOU", "rarity": "Common", "flavorText": "They form packs to attack boats and rip out their hulls to sink them. They live in rivers in the jungle.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -3625,16 +2755,10 @@ "id": "hgss4-60", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "abilities": [ { "name": "Lonely Bone", @@ -3645,10 +2769,7 @@ "attacks": [ { "name": "Bone Rush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -3666,17 +2787,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "kawayoo", "rarity": "Common", "flavorText": "If it is sad or lonely, the skull it wears shakes and emits a plaintive and mournful sound.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal" }, @@ -3689,32 +2806,21 @@ "id": "hgss4-61", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Sand Veil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Diglett during your opponent's next turn." }, { "name": "Mini Earthquake", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3732,17 +2838,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Shizurow", "rarity": "Common", "flavorText": "If a Diglett digs through a field, it leaves the soil perfectly tilled and ideal for planting crops.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -3755,32 +2857,21 @@ "id": "hgss4-62", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Gentle Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3792,17 +2883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "This Pokémon is full of life energy. It continually sheds its skin and grows steadily larger.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -3815,22 +2902,14 @@ "id": "hgss4-63", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sneaky Placement", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -3848,17 +2927,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Takashi Yamaguchi", "rarity": "Common", "flavorText": "Its body is made of gas. Despite lacking substance, it can envelop an opponent of any size and cause suffocation.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -3871,28 +2946,20 @@ "id": "hgss4-64", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from 1 of your Pokémon." }, { "name": "Vulcan Beat", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin for each Volbeat you have in play. This attack does 30 damage times the number of heads." @@ -3904,17 +2971,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "Its fragrance attracts a swarm of Volbeat, so they draw over 200 patterns in the night sky.", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal" }, @@ -3927,23 +2990,14 @@ "id": "hgss4-65", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3955,17 +3009,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "When its antennae hit each other, it sounds like the music of a xylophone.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal" }, @@ -3978,33 +3028,21 @@ "id": "hgss4-66", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tongue Whip", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4016,18 +3054,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its long tongue, slathered with a gooey saliva, sticks to anything, so it is very useful.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -4040,33 +3073,21 @@ "id": "hgss4-67", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Steady Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Mach Cross", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4078,18 +3099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Always brimming with power, it passes time by lifting boulders. Doing so makes it even stronger.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4102,32 +3118,21 @@ "id": "hgss4-68", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Magnetic Switch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Magnemite with 1 of your Benched Pokémon." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4145,17 +3150,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Noriko Hotta", "rarity": "Common", "flavorText": "The units at the sides of its body generate antigravity energy to keep it aloft in the air.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -4168,32 +3169,21 @@ "id": "hgss4-69", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Friend Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck, choose 1 Pokémon you find there, show it to your opponent, and put it into your hand. Shuffle the other cards back into your deck." }, { "name": "Double Kick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4205,17 +3195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "sui", "rarity": "Common", "flavorText": "Although not very combative, it will torment its foes with poison spikes if it is threatened in any way.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -4228,32 +3214,21 @@ "id": "hgss4-70", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Pheromone Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If Nidoran ♀ is on your Bench, the Defending Pokémon is now Poisoned." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4265,17 +3240,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "match", "rarity": "Common", "flavorText": "It raises its big ears to check its surroundings. It will strike first if it senses any danger.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -4288,31 +3259,21 @@ "id": "hgss4-71", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Messenger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle Pidgey and all cards attached to it back into your deck." }, { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4330,17 +3291,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Common in grassy areas and forests, it is very docile and will chase off enemies by flapping up sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -4353,32 +3310,21 @@ "id": "hgss4-72", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4390,17 +3336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It is a weak runner immediately after birth. It gradually becomes faster by chasing after its parents.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -4413,32 +3355,21 @@ "id": "hgss4-73", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Recover", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard an Energy attached to Porygon and remove 4 damage counters from Porygon." @@ -4450,17 +3381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A manmade Pokémon that came about as a result of research. It is programmed with only basic motions.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -4473,22 +3400,14 @@ "id": "hgss4-74", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Tripping Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 30 damage to 1 of your opponent's Pokémon. If tails, this attack does 30 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4500,17 +3419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It has mystical powers but doesn't recall that it has used them. That is why it always looks puzzled.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -4523,31 +3438,21 @@ "id": "hgss4-75", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Disable", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon." @@ -4565,17 +3470,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ryo Ueda", "rarity": "Common", "flavorText": "It uses its horn to feed on envy and malice, or so it's said. It's very active at night.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -4588,23 +3489,14 @@ "id": "hgss4-76", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Paralyzing Clamp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." @@ -4616,17 +3508,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It burrows under the sand to lie in wait for prey. Its tail claws can inject its prey with a savage poison.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal" }, @@ -4639,22 +3527,14 @@ "id": "hgss4-77", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Sleep Pearl", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep. Switch Spoink with 1 of your Benched Pokémon." @@ -4666,17 +3546,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It bounces around on its tail to keep its heart pumping. It carries a pearl from Clamperl on its head.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -4689,22 +3565,14 @@ "id": "hgss4-78", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Wing Flick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -4722,17 +3590,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ryo Ueda", "rarity": "Common", "flavorText": "Its wings bring cottony clouds to mind. It grooms with springwater and loves to sit on heads.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -4745,32 +3609,21 @@ "id": "hgss4-79", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ice Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4782,18 +3635,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -4806,22 +3654,14 @@ "id": "hgss4-80", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Gentle Wrap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4833,17 +3673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "It drifts aimlessly in waves. Very difficult to see in water, it may not be noticed until it stings.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal" }, @@ -4856,32 +3692,21 @@ "id": "hgss4-81", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Leech Life", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove from Venonat the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4893,17 +3718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Hideaki Hakozaki", "rarity": "Common", "flavorText": "Poison oozes from all over its body. It catches and eats small bugs at night that are attracted by light.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -4916,30 +3737,20 @@ "id": "hgss4-82", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Illumisile", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If you don't have Illumise in play, this attack does nothing. Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Firefly Light", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Burned and Confused." @@ -4951,17 +3762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kent Kanetsuna", "rarity": "Common", "flavorText": "It emits light from its tail to communicate. It loves the sweet aroma given off by Illumise.", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal" }, @@ -4974,22 +3781,14 @@ "id": "hgss4-83", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Magnetic Bomb", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, Voltorb does 10 damage to itself." @@ -5007,17 +3806,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It rolls to move. If the ground is uneven, a sudden jolt from hitting a bump can cause it to explode.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal" }, @@ -5030,16 +3825,10 @@ "id": "hgss4-84", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "abilities": [ { "name": "Free Flight", @@ -5050,10 +3839,7 @@ "attacks": [ { "name": "Dive", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5071,17 +3857,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its large eyes can scan 360 degrees. It looks in all directions to seek out insects as its prey.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -5094,9 +3876,7 @@ "id": "hgss4-85", "name": "Black Belt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "You may use this card only if you have more Prize cards left than your opponent. During this turn, each of your Active Pokémon's attacks does 40 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." @@ -5116,9 +3896,7 @@ "id": "hgss4-86", "name": "Indigo Plateau", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Pokémon LEGEND in play (both yours and your opponent's) gets +30 HP." @@ -5138,9 +3916,7 @@ "id": "hgss4-87", "name": "Junk Arm", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. Search your discard pile for a Trainer card, show it to your opponent, and put it into your hand. You can't choose Junk Arm with the effect of this card." ], @@ -5159,9 +3935,7 @@ "id": "hgss4-88", "name": "Seeker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Each player returns 1 of his or her Benched Pokémon and all cards attached to it to his or her hand. (You return your Pokémon first.)" @@ -5181,9 +3955,7 @@ "id": "hgss4-89", "name": "Twins", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "You may use this card only if you have more Prize cards left than your opponent. Search your deck for any 2 cards and put them into your hand. Shuffle your deck afterward." @@ -5203,9 +3975,7 @@ "id": "hgss4-90", "name": "Rescue Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Rescue Energy provides Colorless Energy. If the Pokémon this card is attached to is Knocked Out by damage from an attack, put that Pokémon back into your hand. (Discard all cards attached to that Pokémon.)" ], @@ -5224,14 +3994,9 @@ "id": "hgss4-91", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prime" - ], + "subtypes": ["Basic", "Prime"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Eye of Disaster", @@ -5242,10 +4007,7 @@ "attacks": [ { "name": "Vicious Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Choose 1 Pokémon from your hand and put it in the Lost Zone. (If you can't put a Pokémon in the Lost Zone, this attack does nothing.)" @@ -5263,16 +4025,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -5285,14 +4043,9 @@ "id": "hgss4-92", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prime" - ], + "subtypes": ["Basic", "Prime"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Forest Breath", @@ -5303,11 +4056,7 @@ "attacks": [ { "name": "Time Circle", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "During your opponent's next turn, prevent all damage done to Celebi by attacks from your opponent's Stage 1 or Stage 2 Pokémon." @@ -5319,16 +4068,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -5341,14 +4086,9 @@ "id": "hgss4-93", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -5360,10 +4100,7 @@ "attacks": [ { "name": "Gigashock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5381,16 +4118,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -5403,14 +4136,9 @@ "id": "hgss4-94", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -5422,19 +4150,14 @@ "attacks": [ { "name": "Hurl into Darkness", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand and choose a number of Pokémon you find there up to the number of Psychic Energy attached to Gengar. Put the Pokémon you chose in the Lost Zone." }, { "name": "Cursed Drop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." @@ -5455,9 +4178,7 @@ "number": "94", "artist": "Takashi Yamaguchi", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -5470,14 +4191,9 @@ "id": "hgss4-95", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -5489,23 +4205,14 @@ "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy card attached to the Defending Pokémon." }, { "name": "Champ Buster", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Does 100 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it." @@ -5517,18 +4224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Shizurow", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -5541,14 +4242,9 @@ "id": "hgss4-96", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -5560,10 +4256,7 @@ "attacks": [ { "name": "Lost Burn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Put as many Energy cards attached to your Pokémon as you like in the Lost Zone. This attack does 50 damage times the number of Energy cards put in the Lost Zone in this way." @@ -5581,18 +4274,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Noriko Hotta", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal" }, @@ -5605,14 +4292,9 @@ "id": "hgss4-97", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prime" - ], + "subtypes": ["Basic", "Prime"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Lost Link", @@ -5623,9 +4305,7 @@ "attacks": [ { "name": "See Off", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 1 Pokémon and put it in the Lost Zone. Shuffle your deck afterward." @@ -5640,9 +4320,7 @@ "number": "97", "artist": "Hideaki Hakozaki", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -5655,14 +4333,9 @@ "id": "hgss4-98", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Prime" - ], + "subtypes": ["Stage 1", "Prime"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "abilities": [ { @@ -5674,21 +4347,14 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sonicboom", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -5709,9 +4375,7 @@ "number": "98", "artist": "Noriko Hotta", "rarity": "Rare Prime", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -5724,14 +4388,9 @@ "id": "hgss4-99", "name": "Darkrai & Cresselia LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "150", - "types": [ - "Darkness", - "Psychic" - ], + "types": ["Darkness", "Psychic"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Darkrai & Cresselia LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5739,21 +4398,14 @@ "attacks": [ { "name": "Lost Crisis", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Choose 2 Energy attached to Darkrai & Cresselia LEGEND and put them in the Lost Zone. If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it." }, { "name": "Moon's Invite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like." @@ -5769,17 +4421,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Shinji Higuchi + Noriko Takaya", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -5792,14 +4439,9 @@ "id": "hgss4-100", "name": "Darkrai & Cresselia LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "150", - "types": [ - "Darkness", - "Psychic" - ], + "types": ["Darkness", "Psychic"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Darkrai & Cresselia LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5807,21 +4449,14 @@ "attacks": [ { "name": "Lost Crisis", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Choose 2 Energy attached to Darkrai & Cresselia LEGEND and put them in the Lost Zone. If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it." }, { "name": "Moon's Invite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like." @@ -5837,17 +4472,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Shinji Higuchi + Noriko Takaya", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal" }, @@ -5860,14 +4490,9 @@ "id": "hgss4-101", "name": "Palkia & Dialga LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Palkia & Dialga LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5875,22 +4500,14 @@ "attacks": [ { "name": "Sudden Delete", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Put that Pokémon and all cards attached to it back to your opponent's hand." }, { "name": "Time Control", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponent's deck to his or her Prize cards." @@ -5906,18 +4523,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -5930,14 +4541,9 @@ "id": "hgss4-102", "name": "Palkia & Dialga LEGEND", "supertype": "Pokémon", - "subtypes": [ - "LEGEND" - ], + "subtypes": ["LEGEND"], "hp": "160", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "rules": [ "Put this card from your hand onto your Bench only with the other half of Palkia & Dialga LEGEND.", "When this Pokémon has been Knocked Out, your opponent takes 2 Prize cards." @@ -5945,22 +4551,14 @@ "attacks": [ { "name": "Sudden Delete", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Put that Pokémon and all cards attached to it back to your opponent's hand." }, { "name": "Time Control", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponent's deck to his or her Prize cards." @@ -5976,18 +4574,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "Shinji Higuchi + Sachiko Eba", "rarity": "LEGEND", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -6000,12 +4592,8 @@ "id": "hgss4-FOUR", "name": "Alph Lithograph", "supertype": "Trainer", - "subtypes": [ - "Item" - ], - "rules": [ - "LOOK AT ALL OF YOUR FACE DOWN PRIZE CARDS!" - ], + "subtypes": ["Item"], + "rules": ["LOOK AT ALL OF YOUR FACE DOWN PRIZE CARDS!"], "number": "FOUR", "artist": "Milky Isobe", "rarity": "Rare Secret", diff --git a/cards/en/hsp.json b/cards/en/hsp.json index 4d18db4d8..1653a2c94 100644 --- a/cards/en/hsp.json +++ b/cards/en/hsp.json @@ -3,31 +3,20 @@ "id": "hsp-HGSS01", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Sacred Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -45,19 +34,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "HGSS01", "artist": "Takashi Yamaguchi", "rarity": "Promo", "flavorText": "A legend says that its body glows in seven colors. A rainbow is said to form behind when it flies.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -70,31 +53,20 @@ "id": "hsp-HGSS02", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aeroblast", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads." @@ -112,18 +84,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS02", "artist": "Takashi Yamaguchi", "rarity": "Promo", "flavorText": "It is said that it quietly spends its time deep at the bottom of the sea because its powers are too strong.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -136,34 +103,21 @@ "id": "hsp-HGSS03", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Recharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Lightning Energy card and attach it to Pikachu. Shuffle your deck afterward." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Energy attached to Pikachu." @@ -181,17 +135,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS03", "artist": "Kanako Eo", "rarity": "Promo", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -204,13 +154,9 @@ "id": "hsp-HGSS04", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Tenacious Bind", @@ -221,10 +167,7 @@ "attacks": [ { "name": "Trip Over", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage." @@ -236,19 +179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "HGSS04", "artist": "match", "rarity": "Promo", "flavorText": "To keep its pitch-black tail hidden, it lives quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -261,16 +198,10 @@ "id": "hsp-HGSS05", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "abilities": [ { "name": "Insomnia", @@ -281,9 +212,7 @@ "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -301,17 +230,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS05", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It has a perfect sense of time. Whatever happens, it keeps rhythm by precisely tilting its head in time.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -324,13 +249,9 @@ "id": "hsp-HGSS06", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "abilities": [ { @@ -342,11 +263,7 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Asleep." @@ -364,17 +281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS06", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "When it needs to think, it rotates its head 180 degrees to sharpen its intellectual power.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -387,14 +300,9 @@ "id": "hsp-HGSS07", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -406,12 +314,7 @@ "attacks": [ { "name": "Hydro Crunch", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -423,18 +326,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "HGSS07", "artist": "Kent Kanetsuna", "rarity": "Promo", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -447,14 +344,9 @@ "id": "hsp-HGSS08", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -466,12 +358,7 @@ "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -489,17 +376,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS08", "artist": "Noriko Hotta", "rarity": "Promo", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -512,14 +394,9 @@ "id": "hsp-HGSS09", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -531,11 +408,7 @@ "attacks": [ { "name": "Flare Destroy", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy card attached to Typhlosion and discard an Energy card attached to the Defending Pokémon." @@ -547,17 +420,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS09", "artist": "Wataru Kawahara", "rarity": "Promo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -570,30 +438,20 @@ "id": "hsp-HGSS10", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon." }, { "name": "Infinite Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If Latios is on your Bench, remove 2 damage counters from each of your Benched Pokémon." @@ -605,17 +463,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS10", "artist": "Wataru Kawahara", "rarity": "Promo", "flavorText": "It communicates using telepathy. Its body is covered in down that refracts light to make it invisible.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -628,13 +482,9 @@ "id": "hsp-HGSS11", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Luster Float", @@ -645,12 +495,7 @@ "attacks": [ { "name": "Infinite Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 2 Energy attached to Latios." @@ -662,18 +507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS11", "artist": "Wataru Kawahara", "rarity": "Promo", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -686,16 +526,10 @@ "id": "hsp-HGSS12", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -706,9 +540,7 @@ "attacks": [ { "name": "Eeeeeeek", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Shuffle your hand into your deck, then draw 6 cards. Cleffa is now Asleep." @@ -718,9 +550,7 @@ "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -733,16 +563,10 @@ "id": "hsp-HGSS13", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Jynx" - ], + "types": ["Psychic"], + "evolvesTo": ["Jynx"], "abilities": [ { "name": "Sweet Sleeping Face", @@ -753,9 +577,7 @@ "attacks": [ { "name": "Energy Antics", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Move an Energy card attached to 1 of your opponent's Pokémon to another of your opponent's Pokémon. Smoochum is now Asleep." @@ -765,9 +587,7 @@ "artist": "Midori Harada", "rarity": "Promo", "flavorText": "Its lips are the most sensitive part of its body. It always uses its lips first to examine things.", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -780,30 +600,20 @@ "id": "hsp-HGSS14", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ferry", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Supporter card, show it to your opponent, and put it into your hand." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -815,18 +625,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS14", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It ferries people across the sea on its back. It may sing an enchanting cry if it is in a good mood.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -839,13 +644,9 @@ "id": "hsp-HGSS15", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Fermenting Liquid", @@ -856,10 +657,7 @@ "attacks": [ { "name": "Shell Stunner", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all damage done to Shuckle by attacks during your opponent's next turn." @@ -871,17 +669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS15", "artist": "match", "rarity": "Promo", "flavorText": "It stores berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -894,28 +688,20 @@ "id": "hsp-HGSS16", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Plusle does 10 damage to itself." @@ -933,17 +719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS16", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It absorbs electricity from telephone poles. It shorts out its body to create crackling noises.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -956,28 +738,20 @@ "id": "hsp-HGSS17", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Tag Team Boost", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Plusle is on your Bench, this attack does 10 damage plus 20 more damage." @@ -995,17 +769,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS17", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Exposure to electricity from Minun and Plusle promotes blood circulation and relaxes muscles.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -1036,21 +806,13 @@ "id": "hsp-HGSS19", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your next turn, Raikou can't use Zap Cannon." @@ -1068,17 +830,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS19", "artist": "Noriko Hotta", "rarity": "Promo", "flavorText": "The rain clouds it carries let it fire thunderbolts at will. They say that it descended with lightning.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -1091,21 +849,13 @@ "id": "hsp-HGSS20", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard all Fire Energy attached to Entei." @@ -1117,17 +867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS20", "artist": "Yuri Umemura", "rarity": "Promo", "flavorText": "Volcanoes erupt when it barks. Unable to contain its sheer power, it races headlong around the land.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -1140,21 +886,13 @@ "id": "hsp-HGSS21", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Sheer Cold", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -1166,17 +904,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS21", "artist": "Hideaki Hakozaki", "rarity": "Promo", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -1189,32 +923,21 @@ "id": "hsp-HGSS22", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to Porygon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Version Update", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for Porygon2, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -1226,17 +949,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS22", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "It is a manmade Pokémon. Since it doesn't breathe, people are eager to try it in any environment..", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -1249,17 +968,11 @@ "id": "hsp-HGSS23", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Shortcut", @@ -1270,11 +983,7 @@ "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Porygon2 does 10 damage to itself." @@ -1286,18 +995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS23", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "This upgraded version of Porygon is designed for space exploration. It can't fly, though.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -1310,29 +1014,20 @@ "id": "hsp-HGSS24", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Hitmonchan during your opponent's next turn." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -1344,17 +1039,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "HGSS24", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Its punches slice the air. However, it seems to need a short break after fighting for three minutes.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -1367,30 +1058,20 @@ "id": "hsp-HGSS25", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "High Jump Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1402,18 +1083,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "HGSS25", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "If it starts kicking repeatedly, both legs will stretch even longer to strike a fleeing foe.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/mcd11.json b/cards/en/mcd11.json index 93af823e2..771317baf 100644 --- a/cards/en/mcd11.json +++ b/cards/en/mcd11.json @@ -3,23 +3,14 @@ "id": "mcd11-1", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Slam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -37,16 +28,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Ken Sugimori", "flavorText": "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -60,30 +47,20 @@ "id": "mcd11-2", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Pin Missile", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -101,17 +78,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kagemaru Himeno", "flavorText": "It uses an up-tempo song and dance to drive away the bird Pokémon that prey on its flower seeds.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -125,23 +97,14 @@ "id": "mcd11-3", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -153,17 +116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Ken Sugimori", "flavorText": "It blows fire through its nose. When it catches a cold, the fire becomes pitch-black smoke instead.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -177,23 +135,14 @@ "id": "mcd11-4", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -205,16 +154,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ken Sugimori", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -228,32 +173,20 @@ "id": "mcd11-5", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -265,17 +198,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "sui", "flavorText": "Floating in the open sea is how they live. When they find a wounded Pokémon, they embrace it and bring it to shore.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -289,23 +217,14 @@ "id": "mcd11-6", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -317,16 +236,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "flavorText": "Its mane shines when it discharges electricity. They use their flashing manes to communicate with one another.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -340,22 +255,14 @@ "id": "mcd11-7", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Yawn", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -367,16 +274,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Ken Sugimori", "flavorText": "It eats the dreams of people and Pokémon. When it eats a pleasant dream, it expels pink-colored mist.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -390,24 +293,14 @@ "id": "mcd11-8", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Fighting"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -419,17 +312,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ken Sugimori", "flavorText": "It moves along below the sand's surface, except for its nose and eyes. A dark membrane shields its eyes from the sun.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -443,32 +331,21 @@ "id": "mcd11-9", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -486,16 +363,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ken Sugimori", "flavorText": "It changes into the forms of others to surprise them. Apparently, it often transforms into a silent child.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -509,32 +382,21 @@ "id": "mcd11-10", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Charge Beam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon." }, { "name": "Irongrip", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -552,16 +414,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Ken Sugimori", "flavorText": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -575,31 +433,21 @@ "id": "mcd11-11", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -617,16 +465,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Ken Sugimori", "flavorText": "These Pokémon live in cities. They are accustomed to people. Flocks often gather in parks and plazas.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -640,20 +484,13 @@ "id": "mcd11-12", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -665,17 +502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "MAHOU", "flavorText": "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd12.json b/cards/en/mcd12.json index e543bb9ff..0ab84a075 100644 --- a/cards/en/mcd12.json +++ b/cards/en/mcd12.json @@ -3,33 +3,22 @@ "id": "mcd12-1", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -47,16 +36,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kagemaru Himeno", "flavorText": "They avoid attacks by sinking into the shadows of thick foliage. They retaliate with masterful whipping techniques.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -70,32 +55,21 @@ "id": "mcd12-2", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -113,16 +87,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", "flavorText": "This Pokémon dwells deep in the forest. Eating a leaf from its head whisks weariness away as if by magic.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -136,32 +106,21 @@ "id": "mcd12-3", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -173,17 +132,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "MAHOU", "flavorText": "The Pokémon can easily melt holes in hard rocks with a liquid secreted from its mouth.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -197,34 +151,22 @@ "id": "mcd12-4", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -236,18 +178,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Kouki Saitou", "flavorText": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -261,35 +197,22 @@ "id": "mcd12-5", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Razor Shell", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -301,16 +224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Masakazu Fukuda", "flavorText": "Scalchop techniques differ from one Dewott to another. It never neglects maintaining its scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -324,29 +243,20 @@ "id": "mcd12-6", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -361,9 +271,7 @@ "number": "6", "artist": "Kouki Saitou", "flavorText": "The energy made in its cheeks' electric pouches is stored inside its membranes and released while it is gliding.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -377,23 +285,14 @@ "id": "mcd12-7", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -405,16 +304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Masakazu Fukuda", "flavorText": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -428,23 +323,14 @@ "id": "mcd12-8", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Hone ClawsScratch", - "cost": [ - "Colorless", - "Fighting" - ], + "cost": ["Colorless", "Fighting"], "convertedEnergyCost": 2, "damage": "10", "text": "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Resistance)." @@ -462,17 +348,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "match", "flavorText": "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -486,23 +367,14 @@ "id": "mcd12-9", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard a random card from your opponent's hand." @@ -520,16 +392,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Atsuko Nishida", "flavorText": "They steal from people for fun, but their victims can't help but forgive them. Their deceptively cute act is perfect.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -543,22 +411,14 @@ "id": "mcd12-10", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -576,16 +436,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Masakazu Fukuda", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -599,34 +455,22 @@ "id": "mcd12-11", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Confused." }, { "name": "Guard Press", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -644,16 +488,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kouki Saitou", "flavorText": "Spinning minigears are rotated at high speed and repeatedly fired away. It is dangerous if the gears don't return.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -667,37 +507,25 @@ "id": "mcd12-12", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Colorless"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Atsuko Nishida", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd14.json b/cards/en/mcd14.json index 03371edbe..890b63f89 100644 --- a/cards/en/mcd14.json +++ b/cards/en/mcd14.json @@ -3,22 +3,14 @@ "id": "mcd14-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -30,16 +22,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Akira Komayama", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -53,32 +41,21 @@ "id": "mcd14-2", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -90,16 +67,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "5ban Graphics", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -113,32 +86,21 @@ "id": "mcd14-3", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -150,16 +112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "5ban Graphics", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -173,32 +131,21 @@ "id": "mcd14-4", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -210,16 +157,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "5ban Graphics", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -233,32 +176,21 @@ "id": "mcd14-5", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -276,16 +208,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "MAHOU", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -299,22 +227,14 @@ "id": "mcd14-6", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Peck", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -332,16 +252,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "5ban Graphics", "flavorText": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -355,23 +271,14 @@ "id": "mcd14-7", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Continuous Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -389,17 +296,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "5ban Graphics", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -413,23 +315,14 @@ "id": "mcd14-8", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -447,17 +340,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Naoki Saito", "flavorText": "It has an active, playful nature. Many women like to frolic with it because of its affectionate ways.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -471,22 +359,14 @@ "id": "mcd14-9", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -504,16 +384,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "5ban Graphics", "flavorText": "To entangle its opponents in battle, it extrudes white threads as sweet and sticky as cotton candy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -527,23 +403,14 @@ "id": "mcd14-10", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -555,16 +422,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "5ban Graphics", "flavorText": "They use their large ears to dig burrows. They will dig the whole night through.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -578,22 +441,14 @@ "id": "mcd14-11", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -611,16 +466,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "5ban Graphics", "flavorText": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -634,31 +485,20 @@ "id": "mcd14-12", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -670,16 +510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "5ban Graphics", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd15.json b/cards/en/mcd15.json index 4dcb4726d..9d7f37e92 100644 --- a/cards/en/mcd15.json +++ b/cards/en/mcd15.json @@ -3,22 +3,14 @@ "id": "mcd15-1", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -30,16 +22,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Akira Komayama", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -53,23 +41,14 @@ "id": "mcd15-2", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Grass"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -81,16 +60,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kanako Eo", "flavorText": "It searches about for clean water. If it does not drink water for too long, the leaf on its head wilts.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -104,22 +79,14 @@ "id": "mcd15-3", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -131,16 +98,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "sui", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -154,22 +117,14 @@ "id": "mcd15-4", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -181,16 +136,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Tomokazu Komiya", "flavorText": "It appears in large numbers by seashores. At night, its central core flashes with a red light.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -204,32 +155,21 @@ "id": "mcd15-5", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -241,16 +181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Aya Kusube", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -264,32 +200,21 @@ "id": "mcd15-6", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -307,16 +232,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Naoki Saito", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -330,32 +251,21 @@ "id": "mcd15-7", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -373,16 +283,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Sumiyoshi Kizuki", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -396,23 +302,14 @@ "id": "mcd15-8", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -424,19 +321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It is inept at turning because of its four short legs. It can only charge and run in one direction.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -450,22 +341,14 @@ "id": "mcd15-9", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Smack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -477,16 +360,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "sui", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -500,32 +379,21 @@ "id": "mcd15-10", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Fairy"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -543,17 +411,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Shigenori Negishi", "flavorText": "The tip of its tail is filled with oil that is lighter than water, so it acts as a float.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -567,32 +430,21 @@ "id": "mcd15-11", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -604,16 +456,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Sumiyoshi Kizuki", "flavorText": "A Pokémon with abundant curiosity. It shows an interest in everything, so it always zigzags.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -627,32 +475,21 @@ "id": "mcd15-12", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -664,16 +501,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Yuka Morii", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd16.json b/cards/en/mcd16.json index 6a44a2b69..b2996d5ac 100644 --- a/cards/en/mcd16.json +++ b/cards/en/mcd16.json @@ -3,31 +3,21 @@ "id": "mcd16-1", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Gnaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -39,16 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "kirisAki", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -62,22 +48,14 @@ "id": "mcd16-2", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -89,16 +67,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "sui", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -112,22 +86,14 @@ "id": "mcd16-3", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -139,16 +105,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "5ban Graphics", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -162,22 +124,14 @@ "id": "mcd16-4", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Epic Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -189,16 +143,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Akira Komayama", "flavorText": "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -212,22 +162,14 @@ "id": "mcd16-5", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Fury Strikes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -239,16 +181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kagemaru Himeno", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -262,32 +200,21 @@ "id": "mcd16-6", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -305,16 +232,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Naoki Saito", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -328,23 +251,14 @@ "id": "mcd16-7", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -362,17 +276,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Tomokazu Komiya", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling it skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -386,31 +295,21 @@ "id": "mcd16-8", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Heartfelt Song", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Darkness Energy attached to your opponent's Active Pokémon." @@ -428,16 +327,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kanako Eo", "flavorText": "It captivates foes with its huge, round eyes, then lulls them to sleep by singing a soothing melody.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -451,22 +346,14 @@ "id": "mcd16-9", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Fairy"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Sweet Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent draws a card." @@ -484,16 +371,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "HiRON", "flavorText": "A proverb claims that happiness will come to anyone who can make a sleeping Togepi stand up.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -507,30 +390,20 @@ "id": "mcd16-10", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Spiral Drain", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage from this Pokémon." @@ -548,16 +421,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "5ban Graphics", "flavorText": "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -571,22 +440,14 @@ "id": "mcd16-11", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Act Tough", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 20 more damage." @@ -598,16 +459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kanako Eo", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -621,13 +478,9 @@ "id": "mcd16-12", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -641,19 +494,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -665,16 +513,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kouki Saitou", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd17.json b/cards/en/mcd17.json index 395c79486..69142471f 100644 --- a/cards/en/mcd17.json +++ b/cards/en/mcd17.json @@ -3,32 +3,21 @@ "id": "mcd17-1", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,16 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Megumi Mizutani", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -63,23 +48,14 @@ "id": "mcd17-2", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -91,17 +67,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Akira Komayama", "flavorText": "They often gather near places frequented by electric Pokémon in order to avoid being attacked by bird Pokémon.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -115,32 +86,21 @@ "id": "mcd17-3", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Bite", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -152,16 +112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Akira Komayama", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -175,32 +131,21 @@ "id": "mcd17-4", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -212,16 +157,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kouki Saitou", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -235,33 +176,21 @@ "id": "mcd17-5", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -279,16 +208,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "kirisAki", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -302,22 +227,14 @@ "id": "mcd17-6", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Dust Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -329,16 +246,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Megumi Mizutani", "flavorText": "Its body is gaseous and frail. It slowly grows as it collects dust from the atmosphere.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -352,34 +265,21 @@ "id": "mcd17-7", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -391,17 +291,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Shin Nagasawa", "flavorText": "It punches so much, its pincers often come off from overuse, but they grow back quickly. What little meat they contain is rich and delicious.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -415,22 +310,14 @@ "id": "mcd17-8", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -448,16 +335,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kagemaru Himeno", "flavorText": "This Pokémon was not originally found in Alola. Human actions caused a surge in their numbers, and they went feral. They're prideful and crafty.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -471,31 +354,21 @@ "id": "mcd17-9", "name": "Alolan Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Metal"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Spelunk", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Look at the top 3 cards of your deck and put them back in any order." }, { "name": "Mud-Slap", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -513,16 +386,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Megumi Mizutani", "flavorText": "Its head sports an altered form of whiskers made of metal. When in communication with its comrades, its whiskers wobble to and fro.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -536,22 +405,14 @@ "id": "mcd17-10", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Fairy"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Fly Around", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "If any damage is done to this Pokémon by attacks during your opponent's next turn, flip a coin. If heads, prevent that damage." @@ -569,16 +430,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Hitoshi Ariga", "flavorText": "It feeds on the nectar and pollen of flowers. Because it's able to sense auras, it can identify which flowers are about to bloom.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -592,22 +449,14 @@ "id": "mcd17-11", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -625,16 +474,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Shin Nagasawa", "flavorText": "This Pokémon feeds on berries, whose leftover seeds become the ammunition for the attacks it fires off from its mouth.", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -648,32 +493,21 @@ "id": "mcd17-12", "name": "Yungoos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gumshoos" - ], + "types": ["Colorless"], + "evolvesTo": ["Gumshoos"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -685,16 +519,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "match", "flavorText": "With its sharp fangs, it will bite anything. It did not originally live in Alola but was imported from another region.", - "nationalPokedexNumbers": [ - 734 - ], + "nationalPokedexNumbers": [734], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd18.json b/cards/en/mcd18.json index 3d3736f59..844f35ee6 100644 --- a/cards/en/mcd18.json +++ b/cards/en/mcd18.json @@ -3,24 +3,14 @@ "id": "mcd18-1", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 20 damage to itself." @@ -32,17 +22,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "MAHOU", "flavorText": "It's both clever and loyal, but if a stranger tries to invade its territory, it barks threateningly.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -56,22 +41,14 @@ "id": "mcd18-2", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Confused." @@ -83,17 +60,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Shibuzoh.", "flavorText": "As a result of headaches so fierce they cause it to cry, it sometimes uses psychokinesis without meaning to.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -107,22 +79,14 @@ "id": "mcd18-3", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -134,16 +98,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Saya Tsuruta", "flavorText": "Known to shoot down flying bugs with precision blasts of ink from the surface of the water.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -157,32 +117,21 @@ "id": "mcd18-4", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -200,16 +149,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Shibuzoh.", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -223,34 +168,21 @@ "id": "mcd18-5", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Whimsy Tackle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -262,18 +194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Mina Nakai", "flavorText": "Its long tail often breaks off. It doesn't really feel any pain, though, and the tail grows back, so Slowpoke isn't particularly bothered.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -287,23 +213,14 @@ "id": "mcd18-6", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Dynamic Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -315,17 +232,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Masakazu Fukuda", "flavorText": "It loves working out. As it gazes at its muscles, which continue to swell day by day, it becomes more and more dedicated to its training.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -339,32 +251,21 @@ "id": "mcd18-7", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -376,17 +277,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "sui", "flavorText": "When it thinks of its deceased mother, it weeps loudly. Mandibuzz that hear its cries will attack it from the air.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -400,31 +296,21 @@ "id": "mcd18-8", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Searching Magnet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -442,16 +328,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "MAHOU", "flavorText": "It sends out electromagnetic waves, which let it float through the air. Touching it while it's eating electricity will give you a full-body shock.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -465,31 +347,21 @@ "id": "mcd18-9", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Dratini, a Dragonair, and a Dragonite, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tail Smack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -501,17 +373,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Naoyo Kimura", "flavorText": "After a 10-hour struggle, a fisherman was able to pull one up and confirm its existence.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -525,35 +392,21 @@ "id": "mcd18-10", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, heal 30 damage from 1 of your Pokémon." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -565,17 +418,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Megumi Mizutani", "flavorText": "The eggs laid by Chansey are rich in nutrients and a favorite food of many Pokémon.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -589,13 +437,9 @@ "id": "mcd18-11", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -616,9 +460,7 @@ "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, draw a card." @@ -630,17 +472,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Shibuzoh.", "flavorText": "Possessing an unbalanced and unstable genetic makeup, it conceals many possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -654,31 +491,21 @@ "id": "mcd18-12", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Code Check", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at 1 of your opponent's face-down Prize cards." }, { "name": "Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -690,16 +517,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Shin Nagasawa", "flavorText": "Roughly 20 years ago, it was artificially created, utilizing the latest technology of the time.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd19.json b/cards/en/mcd19.json index b4540d542..5abf0b53e 100644 --- a/cards/en/mcd19.json +++ b/cards/en/mcd19.json @@ -3,21 +3,13 @@ "id": "mcd19-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { - "cost": [ - "Grass" - ], + "cost": ["Grass"], "name": "Surprise Attack", "text": "Flip a coin. If tails, this attack does nothing.", "damage": "20", @@ -30,15 +22,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sekio", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -52,19 +40,13 @@ "id": "mcd19-2", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { - "cost": [ - "Grass" - ], + "cost": ["Grass"], "name": "Tropical Shake", "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way.", "damage": "20+", @@ -77,17 +59,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Satoshi Shirai", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -101,32 +77,20 @@ "id": "mcd19-3", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { - "cost": [ - "Fire" - ], + "cost": ["Fire"], "name": "Controlled Burn", "text": "Discard the top card of your opponent's deck.", "damage": "", "convertedEnergyCost": 1 }, { - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "name": "Flamethrower", "text": "Discard an Energy from this Pokémon.", "damage": "80", @@ -139,16 +103,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Yumi", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -162,21 +121,13 @@ "id": "mcd19-4", "name": "Alolan Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Water"], + "evolvesTo": ["Sandslash"], "attacks": [ { - "cost": [ - - ], + "cost": [], "name": "Fury Swipes", "text": "Flip 3 coins. This attack does 10 damage for each heads.", "damage": "10", @@ -189,15 +140,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Shin Nagasawa", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -211,29 +158,19 @@ "id": "mcd19-5", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { - "cost": [ - "Water" - ], + "cost": ["Water"], "name": "Aqua Bullet", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "damage": "20", "convertedEnergyCost": 1 }, { - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "name": "Hydro Pump", "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon.", "damage": "70+", @@ -246,16 +183,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Saya Tsuruta", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -269,21 +201,13 @@ "id": "mcd19-6", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "name": "Iron Tail", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads.", "damage": "20", @@ -302,15 +226,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kagemaru Himeno", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -324,21 +244,13 @@ "id": "mcd19-7", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "name": "Ominous Eyes", "text": "Put 1 damage counter on 1 of your opponent's Pokémon.", "damage": "", @@ -357,15 +269,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Shibuzoh.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -379,21 +287,13 @@ "id": "mcd19-8", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "name": "Three-Step Strike", "text": "Flip 3 coins. This attack does 10 damage for each heads.", "damage": "10", @@ -406,15 +306,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Miki Tanaka", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -428,31 +324,20 @@ "id": "mcd19-9", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Screech", "text": "During your next turn, the Defending Pokémon takes 20 more damage from attacks (after applying Weakness and Resistance).", "damage": "", "convertedEnergyCost": 1 }, { - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "name": "Rage", "text": "This attack does 10 more damage for each damage counter on this Pokémon.", "damage": "10+", @@ -465,16 +350,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Mitsuhiro Arita", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -488,21 +368,13 @@ "id": "mcd19-10", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { - "cost": [ - - ], + "cost": [], "name": "Spoil the Fun", "text": "If you go second, this attack does 60 more damage during your first turn.", "damage": "10+", @@ -521,15 +393,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Akira Komayama", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -543,19 +411,13 @@ "id": "mcd19-11", "name": "Alolan Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Diglett", "attacks": [ { - "cost": [ - - ], + "cost": [], "name": "Gold Rush", "text": "Discard any number of Metal Energy cards from your hand. This attack does 30 damage for each card you discarded in this way.", "damage": "30", @@ -574,15 +436,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Megumi Mizutani", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -596,13 +454,9 @@ "id": "mcd19-12", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -615,9 +469,7 @@ ], "attacks": [ { - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "name": "Gnaw", "text": "", "damage": "20", @@ -630,15 +482,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Atsuko Nishida", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd21.json b/cards/en/mcd21.json index 8b0a242c3..a7ee1af5f 100644 --- a/cards/en/mcd21.json +++ b/cards/en/mcd21.json @@ -3,23 +3,14 @@ "id": "mcd21-1", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -31,17 +22,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mizue", "flavorText": "A strange seed was planted on its back at birth. The plant sprouts and grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,22 +41,14 @@ "id": "mcd21-2", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Mini Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -82,16 +60,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "sowsow", "flavorText": "It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -105,22 +79,14 @@ "id": "mcd21-3", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -132,16 +98,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Akira Komayama", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -155,34 +117,21 @@ "id": "mcd21-4", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -194,17 +143,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "OOYAMA", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -218,23 +162,14 @@ "id": "mcd21-5", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Slam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -252,16 +187,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "flavorText": "It is very intelligent and calm. Being exposed to lots of sunlight makes its movements swifter.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -275,32 +206,21 @@ "id": "mcd21-6", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -312,16 +232,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "5ban Graphics", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -335,32 +251,21 @@ "id": "mcd21-7", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -372,16 +277,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Megumi Mizutani", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -395,23 +296,14 @@ "id": "mcd21-8", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Branch Poke", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -423,16 +315,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "kirisAki", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -447,32 +335,21 @@ "id": "mcd21-9", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -484,16 +361,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -507,23 +380,14 @@ "id": "mcd21-10", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -535,16 +399,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "kirisAki", "flavorText": "It has a timid nature. If it is startled, the flames on its back burn more vigorously.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -558,22 +418,14 @@ "id": "mcd21-11", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -585,16 +437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "sui", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -608,22 +456,14 @@ "id": "mcd21-12", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -635,16 +475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kouki Saitou", "flavorText": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -658,23 +494,14 @@ "id": "mcd21-13", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -686,17 +513,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ken Sugimori", "flavorText": "It blows fire through its nose. When it catches a cold, the fire becomes pitch-black smoke instead.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -710,32 +532,21 @@ "id": "mcd21-14", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -747,16 +558,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "5ban Graphics", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -770,32 +577,21 @@ "id": "mcd21-15", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Bite", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -807,16 +603,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Akira Komayama", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -830,22 +622,14 @@ "id": "mcd21-16", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -857,16 +641,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Hitoshi Ariga", "flavorText": "A warm-up of running around gets fire energy coursing through this Pokémon's body. Once that happens, it's ready to fight at full power.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -881,22 +661,14 @@ "id": "mcd21-17", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -908,16 +680,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "tetsuya koizumi", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -931,22 +699,14 @@ "id": "mcd21-18", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Fury Strikes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -958,16 +718,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kagemaru Himeno", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -981,32 +737,21 @@ "id": "mcd21-19", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1018,16 +763,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Aya Kusube", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1041,32 +782,21 @@ "id": "mcd21-20", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1078,16 +808,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Shibuzoh.", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1101,23 +827,14 @@ "id": "mcd21-21", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1129,16 +846,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ken Sugimori", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1152,32 +865,21 @@ "id": "mcd21-22", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1189,16 +891,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "5ban Graphics", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1212,32 +910,21 @@ "id": "mcd21-23", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1249,16 +936,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kouki Saitou", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1272,23 +955,14 @@ "id": "mcd21-24", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Bind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1300,16 +974,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Mizue", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1324,32 +994,21 @@ "id": "mcd21-25", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Meal Time", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, draw a card." }, { "name": "Gnaw", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1367,16 +1026,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Sanosuke Sakuma", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/mcd22.json b/cards/en/mcd22.json index af0fa4ed2..28431f06e 100644 --- a/cards/en/mcd22.json +++ b/cards/en/mcd22.json @@ -3,32 +3,21 @@ "id": "mcd22-1", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,16 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Naoyo Kimura", "flavorText": "These very cowardly Pokémon join together and use Reflect to protect their nest.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -65,16 +50,10 @@ "id": "mcd22-2", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "abilities": [ { "name": "Sky Circus", @@ -85,11 +64,7 @@ "attacks": [ { "name": "Wind Shard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -101,16 +76,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "HYOGONOSUKE", "flavorText": "At a distance, it launches its sharp feathers while flying about. If the enemy gets too close, Rowlet switches tactics and delivers vicious kicks.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -126,22 +97,14 @@ "id": "mcd22-3", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -153,16 +116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Mizue", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -178,33 +137,21 @@ "id": "mcd22-4", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Warm Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -216,17 +163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Narumi Sato", "flavorText": "Extremely loyal, it will fearlessly bark at any opponent to protect its own Trainer from harm.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -242,20 +184,13 @@ "id": "mcd22-5", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Victory Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -267,16 +202,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Teeziro", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -292,29 +223,20 @@ "id": "mcd22-6", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wintry Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Asleep." @@ -326,16 +248,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Atsushi Furusawa", "flavorText": "Crossing icy seas is no issue for this cold-resistant Pokémon. Its smooth skin is a little cool to the touch.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -351,33 +269,21 @@ "id": "mcd22-7", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Energize", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -389,16 +295,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "chibi", "flavorText": "When Pikachu meet, they'll touch their tails together and exchange electricity through them as a form of greeting.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -414,22 +316,14 @@ "id": "mcd22-8", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -441,16 +335,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "sowsow", "flavorText": "On the dark ocean floor, its only means of communication is its constantly flashing lights.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -466,24 +356,15 @@ "id": "mcd22-9", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -495,17 +376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "sui", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -521,16 +397,10 @@ "id": "mcd22-10", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "abilities": [ { "name": "Levitate", @@ -541,9 +411,7 @@ "attacks": [ { "name": "Tiny Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -555,16 +423,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "sowsow", "flavorText": "One alone can emit only trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -580,22 +444,14 @@ "id": "mcd22-11", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Psychic"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -610,9 +466,7 @@ "number": "11", "artist": "Yukiko Baba", "flavorText": "An opponent's aura can tell Cutiefly what that opponent's next move will be. Then Cutiefly can glide around the attack and strike back.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -628,32 +482,21 @@ "id": "mcd22-12", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Strength", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -665,18 +508,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Shigenori Negishi", "flavorText": "The moves it uses to take down its prey would make a martial artist jealous. It tucks subdued prey under its arms to carry them to its nest.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -692,34 +529,21 @@ "id": "mcd22-13", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Knocking Hammer", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard the top card of your opponent's deck." }, { "name": "Shakedown", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard a random card from your opponent's hand." @@ -731,19 +555,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "13", "artist": "HYOGONOSUKE", "flavorText": "Using its leaf, Pangoro can predict the moves of its opponents. It strikes with punches that can turn a dump truck into scrap with just one hit.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -759,45 +576,31 @@ "id": "mcd22-14", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Berserk", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "70+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Tomokazu Komiya", "flavorText": "Drampa is a kind and friendly Pokémon—up until it's angered. When that happens, it stirs up a gale and flattens everything around.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -813,20 +616,13 @@ "id": "mcd22-15", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Live Painting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Reveal any number of basic Energy cards from your hand. This attack does 30 more damage for each type of basic Energy you revealed in this way." @@ -838,16 +634,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "flavorText": "It draws symbols with the fluid that oozes from the tip of its tail. Depending on the symbol, Smeargle fanatics will pay big money for them.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "standard": "Legal", diff --git a/cards/en/neo1.json b/cards/en/neo1.json index 646787436..6807d0d59 100644 --- a/cards/en/neo1.json +++ b/cards/en/neo1.json @@ -3,23 +3,15 @@ "id": "neo1-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Gigaspark", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -31,18 +23,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -55,33 +42,22 @@ "id": "neo1-2", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Bubble Shower", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -93,17 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "By keeping still and listening intently, it can tell what is in even wild, fast-moving rivers.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -116,32 +88,22 @@ "id": "neo1-3", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Sweet Nectar", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove all damage counters from 1 of your Pokémon." }, { "name": "Flower Dance", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Does 30 damage times the number of cards with Bellossom in their names that you have in play (including this one)." @@ -153,18 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "Plentiful in the tropics. When it dances, its petals rub together and make a pleasant ringing sound.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal" }, @@ -177,14 +134,10 @@ "id": "neo1-4", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -196,12 +149,7 @@ "attacks": [ { "name": "Chomp", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a number of coins equal to the number of damage counters on Feraligatr. This attack does 50 damage plus 10 more damage for each heads." @@ -213,19 +161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -238,14 +180,10 @@ "id": "neo1-5", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "69", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -257,11 +195,7 @@ "attacks": [ { "name": "Riptide", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 damage times the number of Water Energy cards in your discard pile. Then, shuffle all Water Energy cards from your discard pile into your deck." @@ -273,19 +207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It is hard for it to support its own weight out of water, so it gets down on all fours. But it moves fast.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -298,14 +226,10 @@ "id": "neo1-6", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Final Blow", @@ -316,11 +240,7 @@ "attacks": [ { "name": "Megahorn", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -332,18 +252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "This powerful Pokémon thrusts its prized horn under its enemies' bellies, then lifts and throws them.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -356,30 +271,22 @@ "id": "neo1-7", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "35", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "If this attack damages the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Jumpluff, if it has any." @@ -401,9 +308,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "Once it catches the wind, it deftly controls its cotton-puff spores to float, even around the world.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -416,52 +321,34 @@ "id": "neo1-8", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "50", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Agility", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Kingdra." }, { "name": "Dragon Tornado", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50", "text": "If this attack doesn't Knock Out the Defending Pokémon, and if there are any Pokémon on your opponent's Bench, choose 1 of them and switch it with the Defending Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It is said that it usually hides in underwater caves. It can create whirlpools by yawning.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -474,22 +361,14 @@ "id": "neo1-9", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Elemental Blast", - "cost": [ - "Fire", - "Water", - "Lightning" - ], + "cost": ["Fire", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a Fire Energy card, a Water Energy card, and a Lightning Energy card attached to Lugia in order to use this attack." @@ -507,18 +386,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "It is said that it quietly spends its time deep at the bottom of the sea, because its powers are too strong.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -531,14 +405,10 @@ "id": "neo1-10", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -550,12 +420,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -567,19 +432,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Meganium's breath has the power to revive dead grass and plants. It can make them healthy again.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -592,14 +451,10 @@ "id": "neo1-11", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "57", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -611,12 +466,7 @@ "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Grass", - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass", "Grass"], "convertedEnergyCost": 4, "damage": "40", "text": "The Defending Pokémon is now Asleep." @@ -628,19 +478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "The aroma that rises from its petals contains a substance that calms aggressive feelings.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal" }, @@ -653,27 +497,19 @@ "id": "neo1-12", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "5", "hp": "30", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", - "evolvesTo": [ - "Pikachu" - ], + "evolvesTo": ["Pikachu"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent tries to attack, your opponent flips a coin (before doing anything required in order to use that attack). If tails, your opponent's turn ends without an attack." ], "attacks": [ { "name": "Zzzap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage to each Pokémon in play that has a Pokémon Power. Don't apply Weakness and Resistance." @@ -683,9 +519,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Despite its small size, it can zap even adult humans. However, if it does so, it also surprises itself.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -698,31 +532,21 @@ "id": "neo1-13", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, all damage done by attacks to Skarmory during your opponent's next turn is reduced by 20 (after applying Weakness and Resistance)." @@ -740,18 +564,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its sturdy wings look heavy, but they are actually hollow and light, allowing it to fly freely in the sky.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -764,14 +583,10 @@ "id": "neo1-14", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -783,11 +598,7 @@ "attacks": [ { "name": "Mind Blast", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and the Defending Pokémon is now Confused. If tails, this attack does 20 damage." @@ -799,19 +610,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When its head was bitten, toxins entered Slowpoke's head and unlocked an extraordinary power.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -824,33 +629,22 @@ "id": "neo1-15", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "64", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Tail Crush", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage; if tails, this attack does 30 damage." @@ -868,20 +662,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its body has been compressed deep under the ground. As a result, it is even harder than a diamond.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -894,35 +681,23 @@ "id": "neo1-16", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Super Metronome", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose an attack on 1 of your opponent's Pokémon. Super Metronome copies that attack except for its Energy cost. (You must still do anything else in order to use that attack.) (No matter what type the Defending Pokémon is, Togetic's type is still Colorless.) Togetic performs that attack. (Togetic can make that attack even if it does not have the appropriate number or type of Energy attached to it necessary to make the attack.)" }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Togetic; if tails, this attack does nothing (not even damage)." @@ -938,9 +713,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "They say that it will appear before kindhearted, caring people and shower them with happiness.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -953,14 +726,10 @@ "id": "neo1-17", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -972,12 +741,7 @@ "attacks": [ { "name": "Flame Burst", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 damage plus 20 more damage and does 20 damage to Typhlosion. If tails, this attack does 60 damage." @@ -989,18 +753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "If its rage peaks, it becomes so hot that anything that touches it will instantly go up in flames.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1013,14 +772,10 @@ "id": "neo1-18", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "57", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -1032,12 +787,7 @@ "attacks": [ { "name": "Flame Wheel", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 3 Fire Energy cards attached to Typhlosion in order to use this attack. Do 20 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1049,18 +799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1073,9 +818,7 @@ "id": "neo1-19", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done to the Pokémon Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). If the Pokémon Metal Energy is attached to isn't Metal, whenever it damages a Pokémon, reduce that damage by 10 (before applying Weakness and Resistance).\nMetal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -1094,26 +837,18 @@ "id": "neo1-20", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "6", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefairy"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent tries to attack, your opponent flips a coin (before doing anything required in order to use that attack). If tails, your opponent's turn ends without an attack." ], "attacks": [ { "name": "Eeeeeeek", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck, then draw 7 cards." @@ -1123,9 +858,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Because of its unusual, star-like silhouette, people believe that it came here on a meteor.", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal" }, @@ -1138,32 +871,22 @@ "id": "neo1-21", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Flail", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Donphan." }, { "name": "Rapid Spin", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)" @@ -1181,19 +904,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It has sharp, hard tusks and a rugged hide. Its tackle is strong enough to knock down a house.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -1206,17 +923,11 @@ "id": "neo1-22", "name": "Elekid", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "6", "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electabuzz" - ], + "types": ["Lightning"], + "evolvesTo": ["Electabuzz"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent tries to attack, your opponent flips a coin (before doing anything required in order to use that attack). If tails, your opponent's turn ends without an attack." ], @@ -1231,9 +942,7 @@ "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "It rotates its arms to generate electricity, but it tires easily, so it charges up only a little bit.", - "nationalPokedexNumbers": [ - 239 - ], + "nationalPokedexNumbers": [239], "legalities": { "unlimited": "Legal" }, @@ -1246,26 +955,18 @@ "id": "neo1-23", "name": "Magby", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "5", "hp": "30", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmar"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent tries to attack, your opponent flips a coin (before doing anything required in order to use that attack). If tails, your opponent's turn ends without an attack." ], "attacks": [ { "name": "Sputter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "All Pokémon Powers stop working until the end of your next turn." @@ -1275,9 +976,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Each and every time it inhales and exhales, hot embers dribble out of its mouth and nostrils.", - "nationalPokedexNumbers": [ - 240 - ], + "nationalPokedexNumbers": [240], "legalities": { "unlimited": "Legal" }, @@ -1290,33 +989,22 @@ "id": "neo1-24", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat as long as Murkrow remains your Active Pokémon. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -1332,9 +1020,7 @@ "artist": "Shin-ichi Yoshida", "rarity": "Rare", "flavorText": "It is said that when chased, it lures its attacker onto dark mountain trails where the foe will get lost.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -1347,33 +1033,22 @@ "id": "neo1-25", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Beat Up", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin for each of your Pokémon in play (including this one). This attack does 20 damage times the number of heads." @@ -1389,9 +1064,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its paws conceal sharp claws. If attacked, it suddenly extends the claws and startles its enemy.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -1404,32 +1077,22 @@ "id": "neo1-26", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Pilfer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle Aipom and all cards attached to it into your deck. Flip a coin. If heads, shuffle a card from your discard pile into your deck." }, { "name": "Tail Rap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -1451,9 +1114,7 @@ "artist": "Hironobu Yoshida", "rarity": "Uncommon", "flavorText": "Its tail is so powerful that it can use it to grab a tree branch and hold itself up in the air.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -1466,32 +1127,22 @@ "id": "neo1-27", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Spider Web", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't retreat. (Benching or evolving that Pokémon ends this effect.)" }, { "name": "Poison Bite", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "20", "text": "If this attack damages the Defending Pokémon, the Defending Pokémon is now Poisoned and you remove a number of damage counters from Ariados equal to half that damage (rounded up to the nearest 10). If Ariados has fewer damage counters than that, remove all of them." @@ -1503,17 +1154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It spins string not only from its rear but also from its mouth. It's hard to tell which end is which.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -1526,36 +1173,23 @@ "id": "neo1-28", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Pollen Shield", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "During your opponent's next turn, Bayleef can't become Asleep, Confused, Paralyzed, or Poisoned. (All other effects of attacks, Pokémon Powers and Trainer cards still happen.)" @@ -1567,18 +1201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "A spicy aroma emanates from around its neck. The aroma acts as a stimulant to restore health.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -1591,35 +1220,23 @@ "id": "neo1-29", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads and if any of your Pokémon have any damage counters on them, then remove 2 damage counters from 1 of them (or 1 if it only has 1). If tails and if any of your opponent's Pokémon have any damage counters on them, choose 1 of them and remove 2 damage counters from it (or 1 if it only has 1)." }, { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1631,18 +1248,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The scent of spices comes from around its neck. Somehow, sniffing it makes you want to fight.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal" }, @@ -1655,35 +1267,22 @@ "id": "neo1-30", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Colorless"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Squaredance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a number of coins equal to the total number of Pokémon in play. For each heads, you may search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -1701,17 +1300,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "The moonlight that it stores in the wings on its back apparently gives it the ability to float in midair.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal" }, @@ -1724,35 +1319,23 @@ "id": "neo1-31", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon" }, { "name": "Jaw Clamp", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Until the end of your opponent's next turn, as long as Croconaw is your Active Pokémon, the Defending Pokémon can't retreat, and if the effect of an attack, Pokémon Power, or Trainer card would change that player's Active Pokémon, that part of the effect does nothing." @@ -1764,18 +1347,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -1788,36 +1366,23 @@ "id": "neo1-32", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sweep Away", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard the top 3 cards from your deck." @@ -1829,18 +1394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It opens its huge jaws wide when attacking. If it loses any fangs while biting, they grow back in.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -1853,35 +1413,22 @@ "id": "neo1-33", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Swift", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -1893,17 +1440,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "Electricity runs across the surface of its body. In darkness, its entire body glows a whitish-blue.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -1916,34 +1459,23 @@ "id": "neo1-34", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy cards attached to Flaaffy in order to use this attack. Flip a number of coins equal to the number of Lightning Energy cards you discarded. This attack does 30 damage times then number of heads." }, { "name": "Electric Current", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Take 1 Lightning Energy cards attached to Flaaffy and attach it to 1 of your Benched Pokémon. If you have no Benched Pokémon, discard that Energy card." @@ -1955,17 +1487,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "As a result of storing too much electricity, it developed patches where even downy wool won't grow.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -1978,33 +1506,22 @@ "id": "neo1-35", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2022,17 +1539,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It makes a nest to suit its long and skinny body. The nest is impossible for other Pokémon to enter.", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal" }, @@ -2045,37 +1558,23 @@ "id": "neo1-36", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Strange Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, the Defending Pokémon is now Asleep." }, { "name": "Sticky Nectar", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage and, until the end of your next turn, as long as Gloom is your Active Pokémon, the Defending Pokémon can't retreat, and if the effect of an attack, Pokémon Power, or Trainer card would change that player's Active Pokémon, that part of the effect does nothing. If tails, this attack does 20 damage." @@ -2087,17 +1586,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "What appears to be drool is actually sweet honey. It is very sticky and clings stubbornly if touched.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal" }, @@ -2110,33 +1605,22 @@ "id": "neo1-37", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Raging Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 10 damage plus 10 more damage for each damage counter on Granbull. Then, Granbull does 20 damage to itself." @@ -2154,18 +1638,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It is actually timid and easily spooked. If attacked, it flails about to fend off its attacker.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal" }, @@ -2178,14 +1657,10 @@ "id": "neo1-38", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -2197,10 +1672,7 @@ "attacks": [ { "name": "Floodlight", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2212,18 +1684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The light it emits is so bright that it can illuminate the sea's surface from a depth of over three miles.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -2236,22 +1703,15 @@ "id": "neo1-39", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Baton Pass", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "If you have any Grass Pokémon on your Bench, remove all Grass Energy cards from Ledian and attach them to 1 of those Pokémon, then switch Ledian with that Pokémon." @@ -2273,9 +1733,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When the stars flicker in the night sky, Ledian flutters about, scattering a glowing powder.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -2288,35 +1746,22 @@ "id": "neo1-40", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "37", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Magma Punch", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2328,18 +1773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It dislikes cold places, so it blows scorching flames to make the environment suitable for itself.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -2352,31 +1792,21 @@ "id": "neo1-41", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Milk Drink", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. Remove 2 damage counters times the number of heads from Miltank. If it has fewer damage counters than that, remove all of them." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2394,18 +1824,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its milk is packed with nutrition, making it the ultimate beverage for the sick or weary.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal" }, @@ -2418,14 +1843,10 @@ "id": "neo1-42", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "abilities": [ { @@ -2437,11 +1858,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2463,9 +1880,7 @@ "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its eyes are specially adapted. They concentrate even faint light and enable it to see in the dark.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -2478,32 +1893,22 @@ "id": "neo1-43", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Endure", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, then if, during your opponent's next turn, Phanpy would be Knocked Out by an attack, Phanpy isn't Knocked Out and its remaining HP become 10 instead." @@ -2521,17 +1926,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It swings its long snout around playfully, but, because it is so strong, that can be dangerous.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -2544,36 +1945,23 @@ "id": "neo1-44", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Freeze", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon can't attack. (Benching or evolving the Defending Pokémon ends this effect.)" }, { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon; if tails, this attack does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2591,19 +1979,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Because the long hair all over its body obscures its sight, it just keeps charging repeatedly.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -2616,34 +1998,22 @@ "id": "neo1-45", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2661,18 +2031,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Due to its relaxed and carefree attitude, it often bumps its head on boulders and boat hulls as it swims.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -2685,35 +2050,23 @@ "id": "neo1-46", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Quilava in order to use this attack." }, { "name": "Fire Wind", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "If your opponent has any Benched Pokémon, choose 1 of them. Flip 2 coins. For each heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance.)" @@ -2725,17 +2078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "This Pokémon is fully covered by nonflammable fur. It can withstand any kind of fire attack.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2748,36 +2097,23 @@ "id": "neo1-47", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Char", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon doesn't have a Char counter on it, flip a coin. If heads, put a Char counter on it. A Char counter requires your opponent to flip a coin after every turn. If tails, put 2 damage counters on the Pokémon with that Char counter. (Char counters stay on the Pokémon as long as it's in play.)" @@ -2789,17 +2125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Be careful if it turns its back during battle. It means that it will attack with the fire on its back.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2812,34 +2144,23 @@ "id": "neo1-48", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Mud Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and flip a coin. If heads, this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2851,17 +2172,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "An examination of its cells revealed the presence of a gene not found in Horsea. It became a hot topic.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal" }, @@ -2874,33 +2191,23 @@ "id": "neo1-49", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "attacks": [ { "name": "Poisonpowder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Stun Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2922,9 +2229,7 @@ "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The bloom on top of its head opens and closes as the temperature fluctuates up and down.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -2937,23 +2242,15 @@ "id": "neo1-50", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Sunflora is now Confused (after doing damage)." @@ -2965,17 +2262,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It converts sunlight into energy. In the darkness after sunset, it closes its petals and becomes still.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -2988,24 +2281,15 @@ "id": "neo1-51", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Poison Barb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -3017,17 +2301,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "A proverb claims that happiness will come to anyone who can make a sleeping Togepi stand up.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -3040,32 +2320,22 @@ "id": "neo1-52", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "10", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Prophecy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of either player's deck and rearrange them as you like." }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3083,17 +2353,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "They say that it stays still and quiet because it is seeing both the past and future at the same time.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -3106,32 +2372,22 @@ "id": "neo1-53", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Deflector", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, whenever Chikorita takes damage, divide that damage in half (rounded down to the nearest 10). (Any other effects still happen.)" @@ -3143,17 +2399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "A sweet aroma gently wafts from the leaf on its head. It is docile and loves to soak up the sun's rays.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3166,33 +2418,22 @@ "id": "neo1-54", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks Chikorita during your opponent's next turn, any damage done to Chikorita is reduced by 10 (before applying Weakness and Resistance). (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3204,17 +2445,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its pleasantly aromatic leaf has the ability to check the humidity and temperature.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal" }, @@ -3227,32 +2464,22 @@ "id": "neo1-55", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Chinchou." @@ -3264,17 +2491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It shoots positive and negative electricity between the tips of its two antennae and zaps its enemies.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -3287,33 +2510,22 @@ "id": "neo1-56", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Cyndaquil during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Swift", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -3325,17 +2537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It usually stays hunched over. If it is angry or surprised, it shoots flames out of its back.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3348,33 +2556,22 @@ "id": "neo1-57", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard 1 Energy card attached to Cyndaquil." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." @@ -3386,17 +2583,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Shin-ichi Yoshida", "rarity": "Common", "flavorText": "It is timid and always curls itself up in a ball. If attacked, it flares up its back for protection.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3409,47 +2602,33 @@ "id": "neo1-58", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Girafarig." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent and bite.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -3462,33 +2641,22 @@ "id": "neo1-59", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3510,9 +2678,7 @@ "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "It flies straight at its target's face, then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -3525,33 +2691,22 @@ "id": "neo1-60", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3569,17 +2724,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It always stands on one foot. It changes feet so fast that the movement can rarely be seen.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal" }, @@ -3592,32 +2743,22 @@ "id": "neo1-61", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Hop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sprout", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon named Hoppip and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" @@ -3639,9 +2780,7 @@ "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "To keep from being blown away by the wind, they gather in clusters. They do enjoy gentle breezes, though.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -3654,24 +2793,15 @@ "id": "neo1-62", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Fin Slap", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "If an attack damaged Horsea during your opponent's last turn, this attack does 20 damage plus 10 more damage. If not, this attack does 20 damage." @@ -3687,9 +2817,7 @@ "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If attacked by a larger enemy, it quickly swims to safety by adeptly controlling its dorsal fin.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal" }, @@ -3702,33 +2830,22 @@ "id": "neo1-63", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Comet Punch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -3750,9 +2867,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It is very timid. It's afraid to move if alone, but it's active if in a group.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -3765,21 +2880,14 @@ "id": "neo1-64", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Undulate", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Mantine." @@ -3797,17 +2905,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Swimming freely in open seas, it may fly out of the water and over the waves if it builds up enough speed.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -3820,33 +2924,22 @@ "id": "neo1-65", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Static Electricity", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "For each Mareep in play, you may search your deck for a Lightning Energy card and attach it to Mareep. Shuffle your deck afterward." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3858,17 +2951,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "If static electricity builds in its body, its fleece doubles in volume. Touching it will shock you.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3881,33 +2970,22 @@ "id": "neo1-66", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Marill during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Bubble Bomb", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, Marril does 10 damage to itself." @@ -3919,17 +2997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The end of its tail serves as a buoy that keeps it from drowning, even in a vicious current.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -3942,33 +3016,22 @@ "id": "neo1-67", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack. (Any other effects that would happen after applying Weakness and Resistance still happen.)" @@ -3990,9 +3053,7 @@ "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Because its wings aren't yet fully grown, it has to hop to get around. It is always staring at something.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -4005,33 +3066,22 @@ "id": "neo1-68", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Hide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Oddish." }, { "name": "Absorb", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove a number of damage counters from Oddish equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Oddish has fewer damage counters than that, remove all of them." @@ -4043,17 +3093,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Awakened by moonlight, it roams actively at night. In the day it stays quietly underground.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal" }, @@ -4066,33 +3112,22 @@ "id": "neo1-69", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon." }, { "name": "Rage", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Onix." @@ -4104,18 +3139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It twists and squirms through the ground. The thunderous roar of its tunneling echoes a long way.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -4128,34 +3158,22 @@ "id": "neo1-70", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Agility", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Pikachu." @@ -4167,17 +3185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4190,23 +3204,15 @@ "id": "neo1-71", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4224,17 +3230,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A very cautious Pokémon, it raises itself up using its tail to get a better view of its surroundings.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -4247,30 +3249,21 @@ "id": "neo1-72", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Shuckle during your opponent's next turn. (Any other effects of attacks still happen.)" }, { "name": "Wrap", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4282,17 +3275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The Berries it stores in its vaselike shell decompose and become a gooey liquid.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -4305,33 +3294,22 @@ "id": "neo1-73", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Slowpoke but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -4343,17 +3321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It lazes vacantly near water. If something bites its tail, it won't even notice for a whole day.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal" }, @@ -4366,33 +3340,22 @@ "id": "neo1-74", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads and if your opponent has any Benched Pokémon, he of she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" }, { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4410,17 +3373,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Although it looks frightening, it is actually kind and affectionate. It is very popular.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -4433,32 +3392,22 @@ "id": "neo1-75", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, until the end of your opponent's next turn, the Defending Pokémon can't attack or retreat." }, { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4470,17 +3419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lies still in the same pose for days in its web, waiting for its unsuspecting prey to wander close.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -4493,32 +3438,21 @@ "id": "neo1-76", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage; if tails, this attack does 20 damage." }, { "name": "Mystifying Horns", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -4536,18 +3470,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The curved antlers subtly change the flow of air to create a strange space where reality is distorted.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -4560,30 +3489,21 @@ "id": "neo1-77", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Flail", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Sudowoodo." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4595,19 +3515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Although it always pretends to be a tree, its composition appears to be closer to a rock than a plant.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -4620,34 +3534,22 @@ "id": "neo1-78", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Growth", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, you may attach up to 2 Grass Energy cards from your hand to Sunkern." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Remove a number of damage counters from Sunkern equal to half the damage done to the Defending Pokémon (after applying Weakness and Resistance) (rounded up to the nearest 10). If Sunkern has fewer damage counters than that, remove all of them." @@ -4659,18 +3561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It may drop out of the sky suddenly. If attacked by a Spearow, it violently shakes its leaves.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -4683,23 +3580,15 @@ "id": "neo1-79", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -4717,17 +3606,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -4740,33 +3625,22 @@ "id": "neo1-80", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rage", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Totodile." @@ -4778,17 +3652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -4801,32 +3671,22 @@ "id": "neo1-81", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack Totodile during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Fury Swipes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4838,17 +3698,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "Its well-developed jaws are powerful and capable of crushing anything. Even its trainer must be careful.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -4861,33 +3717,22 @@ "id": "neo1-82", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4905,17 +3750,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "This Pokémon lives in cold water. It leaves the water to search for food when it gets cold outside.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -4928,9 +3769,7 @@ "id": "neo1-83", "name": "Arcade Game", "supertype": "Trainer", - "subtypes": [ - "Goldenrod Game Corner" - ], + "subtypes": ["Goldenrod Game Corner"], "rules": [ "Shuffle your deck, then reveal the top 3 cards of it. If at least 2 of those cards share the same name, put all the ones with that name into your hand and shuffle the rest into your deck. If none of them do, shuffle all 3 into your deck." ], @@ -4949,9 +3788,7 @@ "id": "neo1-84", "name": "Ecogym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Whenever an attack, Pokémon Power, or Trainer card discards another player's non-Colorless Energy card from a Pokémon, return that Energy card to its owner's hand. (Energy cards that are discarded when that Pokémon is Knocked Out don't count.)" @@ -4989,9 +3826,7 @@ "id": "neo1-86", "name": "Focus Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Focus Band to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "If the Pokémon Focus Band is attached to would be Knocked Out by your opponent's attack, flip a coin. If heads, that Pokémon is not Knocked Out and its remaining HP become 10 instead. Then, discard Focus Band." @@ -5083,9 +3918,7 @@ "id": "neo1-91", "name": "Bill's Teleporter", "supertype": "Trainer", - "rules": [ - "Flip a coin. If heads, draw 4 cards." - ], + "rules": ["Flip a coin. If heads, draw 4 cards."], "number": "91", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", @@ -5101,9 +3934,7 @@ "id": "neo1-92", "name": "Card-Flip Game", "supertype": "Trainer", - "subtypes": [ - "Goldenrod Game Corner" - ], + "subtypes": ["Goldenrod Game Corner"], "rules": [ "Choose 1 of your opponent's face-down Prizes. Guess whether it is an Energy card, a Trainer card, or a Pokémon (Basic or Evolution) card. Flip the card face up (and leave it face up). If you guessed right, draw 2 cards." ], @@ -5122,9 +3953,7 @@ "id": "neo1-93", "name": "Gold Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Gold Berry to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "At any time between turns, if there are at least 4 damage counters on the Pokémon Gold Berry is attached to, you may remove 4 of them and discard Gold Berry. At the start of each turn, if there are at least 4 damage counters on the Pokémon Gold Berry is attached to, remove 4 of them and discard Gold Berry." @@ -5144,9 +3973,7 @@ "id": "neo1-94", "name": "Miracle Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Miracle Berry to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "At any time between turns, if the Pokémon Miracle Berry is attached to is Asleep, Confused, Paralyzed, or Poisoned, you may remove all those effects from that Pokémon and discard Miracle Berry. At the start of each turn, if the Pokémon Miracle Berry is attached to is Asleep, Confused, Paralyzed, or Poisoned, remove all of those effects from that Pokémon and discard Miracle Berry." @@ -5202,9 +4029,7 @@ "id": "neo1-97", "name": "Sprout Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "All damage done by Colorless Pokémon's attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -5243,9 +4068,7 @@ "id": "neo1-99", "name": "Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Berry to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "At any time between turns, if there are at least 2 damage counters on the Pokémon Berry is attached to, you may remove 2 of them and discard Berry. At the start of each turn, if there are at least 2 damage counters on the Pokémon Berry is attached to, remove 2 of them and discard Berry." @@ -5337,9 +4160,7 @@ "id": "neo1-104", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to damages the Defending Pokémon (after applying Weakness and Resistance), the attack does 10 more damage to the Defending Pokémon. At the end of every turn, put 1 damage counter on the Pokémon Darkness Energy is attached to, unless it's Darkness or has Dark in its name.\nDarkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5358,9 +4179,7 @@ "id": "neo1-105", "name": "Recycle Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Recycle Energy provides Colorless Energy. (Doesn't count as a basic Energy card.)", "If this card is put into your discard pile from play, return it to your hand." @@ -5380,9 +4199,7 @@ "id": "neo1-106", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "106", "artist": "Keiji Kinebuchi", "legalities": { @@ -5399,9 +4216,7 @@ "id": "neo1-107", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "107", "artist": "Keiji Kinebuchi", "legalities": { @@ -5418,9 +4233,7 @@ "id": "neo1-108", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "108", "artist": "Keiji Kinebuchi", "legalities": { @@ -5437,9 +4250,7 @@ "id": "neo1-109", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "109", "artist": "Keiji Kinebuchi", "legalities": { @@ -5456,9 +4267,7 @@ "id": "neo1-110", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "110", "artist": "Keiji Kinebuchi", "legalities": { @@ -5475,9 +4284,7 @@ "id": "neo1-111", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "111", "artist": "Keiji Kinebuchi", "legalities": { diff --git a/cards/en/neo2.json b/cards/en/neo2.json index a095c1de8..173169a10 100644 --- a/cards/en/neo2.json +++ b/cards/en/neo2.json @@ -3,33 +3,22 @@ "id": "neo2-1", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -45,9 +34,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "It uses the fine hair that covers its body to sense air currents and predict its enemy's actions.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -60,14 +47,10 @@ "id": "neo2-2", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "abilities": [ { @@ -79,11 +62,7 @@ "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)" @@ -101,19 +80,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "CR CG gangs", "rarity": "Rare Holo", "flavorText": "Its entire body is shielded by a steel-hard shell. What lurks inside the armor is a total mystery.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -126,31 +99,21 @@ "id": "neo2-3", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Detect", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Hitmontop." }, { "name": "Triple Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -162,17 +125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Holo", "flavorText": "If you become enchanted by its smooth, elegant, dancelike kicks, you may get drilled hard.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -185,34 +144,22 @@ "id": "neo2-4", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Houndoom or this attack does nothing." @@ -224,17 +171,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "Upon hearing its eerie howls, other Pokémon get the shivers and head straight back to their nests.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -247,33 +190,22 @@ "id": "neo2-5", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Smog", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Collect Fire", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "If there are any Fire Energy cards in your discard pile, choose 1 of them and attach it to Houndour." @@ -285,17 +217,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "To corner prey, they check each other's location using barks that only they can understand.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -308,30 +236,22 @@ "id": "neo2-6", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Hydrocutter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a number of coins equal to the number of Energy cards attached to Kabutops. This attack does 40 damage times the number of heads. You can't flip more than 3 coins in this way." @@ -343,18 +263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kimiya Masago", "rarity": "Rare Holo", "flavorText": "In the water, it tucks its limbs to become more compact, then it wiggles its shell to swim fast.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -367,33 +282,22 @@ "id": "neo2-7", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Lock-on", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, treat any tails flipped when using Magnemite's Electric Bolt attack as if they were heads. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Electric Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If either of them is tails, this attack does nothing (not even damage)." @@ -411,17 +315,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "K. Hoshiba, CR CG gangs", "rarity": "Rare Holo", "flavorText": "These Pokémon are attracted to electrical emissions and will often follow people using PokéGear.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -434,14 +334,10 @@ "id": "neo2-8", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -453,12 +349,7 @@ "attacks": [ { "name": "Doubleslap", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -470,19 +361,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "Whenever three or more of these get together, they sing in a loud voice that sounds like bellowing.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -495,34 +380,22 @@ "id": "neo2-9", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Poliwrath does 20 damage to itself." @@ -534,18 +407,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "Although an energetic, skilled swimmer that uses all of its muscles, it lives on dry land.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -558,32 +426,22 @@ "id": "neo2-10", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "False Swipe", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Does damage equal to half the Defending Pokémon's remaining HP (rounded down to the nearest 10)." }, { "name": "Double Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -601,18 +459,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Kimiya Masago", "rarity": "Rare Holo", "flavorText": "It swings its eye patterned pincers up to scare its foes. This makes it look like it has three heads.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -625,21 +478,14 @@ "id": "neo2-11", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sketch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon attacked last turn, and Smeargle was in play during that attack, Smeargle copies that attack except for its Energy costs and anything else required in order to use that attack." @@ -657,17 +503,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "A special fluid oozes from the tip of its tail. It paints the fluid everywhere to mark its territory.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -680,35 +522,22 @@ "id": "neo2-12", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Trample", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "For each Benched Pokémon in play (yours and your opponent's), flip a coin. If heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -720,19 +549,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -745,33 +568,22 @@ "id": "neo2-13", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Feint Attack", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "" @@ -783,17 +595,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kimiya Masago", "rarity": "Rare Holo", "flavorText": "When darkness falls, the rings on the body begin to glow, striking fear in the hearts of anyone nearby.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -806,14 +614,10 @@ "id": "neo2-14", "name": "Unown [A]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -827,9 +631,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -841,17 +643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "CR CG gangs", "rarity": "Rare Holo", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -864,34 +662,22 @@ "id": "neo2-15", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Headpress", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage)." }, { "name": "Double Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -909,19 +695,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "Although it is a good climber, it prefers to snap trees with its forelegs and eat fallen berries.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -934,20 +714,14 @@ "id": "neo2-16", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Counter", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If an attack damages Wobbuffet during your opponent's next turn (even if Wobbuffet is Knocked Out), flip a coin. If heads, Wobbuffet attacks the Defending Pokémon for an equal amount of damage." @@ -959,19 +733,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "To keep its pitch-black tail hidden, it lives quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -984,34 +752,22 @@ "id": "neo2-17", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Shockwave", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. Don't apply Weakness and Resistance. Then, if your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon." }, { "name": "Swift", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -1033,9 +789,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -1048,32 +802,22 @@ "id": "neo2-18", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Triple Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Your opponent now puts 3 damage counters on it instead of 1 after each player's turn (even if it was already Poisoned)." }, { "name": "Pin Missile", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1095,9 +839,7 @@ "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "It can take down any opponent with its powerful poison stingers. It sometimes attacks in swarms.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -1110,33 +852,22 @@ "id": "neo2-19", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "24", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Magic Dust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now either Asleep, Confused, Paralyzed, or Poisoned (your choice)." }, { "name": "Hyper Reverse", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 10 damage times the number of Energy attached to the Defending Pokémon. After doing damage, remove a number of damage counters from Butterfree equal to the amount of damage done to the Defending Pokémon (after applying Weakness and Resistance)." @@ -1158,9 +889,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It collects honey every day. It rubs honey onto the hairs on its legs to carry it back to its nest.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -1173,33 +902,22 @@ "id": "neo2-20", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1211,17 +929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "By reading air currents, it can predict things such as the weather or its foe's next move.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -1234,14 +948,10 @@ "id": "neo2-21", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "abilities": [ { @@ -1253,11 +963,7 @@ "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with his or her Active Pokémon, then, if you have any Benched Pokémon, you switch 1 of them with your Active Pokémon. (Do the damage before switching the Pokémon.)" @@ -1275,19 +981,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "Its entire body is shielded by a steel-hard shell. What lurks inside this shell is a total mystery.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -1300,31 +1000,21 @@ "id": "neo2-22", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Detect", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Hitmontop." }, { "name": "Triple Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -1336,17 +1026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "If you become enchanted by its smooth, elegant, dancelike kicks, you may get drilled hard.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal" }, @@ -1359,34 +1045,22 @@ "id": "neo2-23", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 1 Fire Energy card attached to Houndoom or this attack does nothing." @@ -1398,17 +1072,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Shin-ichi Yoshida", "rarity": "Rare", "flavorText": "Upon hearing its eerie howls, other Pokémon get the shivers and head straight back to their nests.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -1421,33 +1091,22 @@ "id": "neo2-24", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Smog", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Collect Fire", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "If there are any Fire Energy cards in your discard pile, choose 1 of them and attach it to Houndour." @@ -1459,17 +1118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "To corner prey, they check each other's location using barks that only they can understand.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -1482,30 +1137,22 @@ "id": "neo2-25", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Hydrocutter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a number of coins equal to the number of Energy cards attached to Kabutops. This attack does 40 damage times the number of heads. You can't flip more than 3 coins in this way." @@ -1517,18 +1164,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kimiya Masago", "rarity": "Rare", "flavorText": "In the water, it tucks its limbs to become more compact, then it wiggles its shell to swim fast.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -1541,33 +1183,22 @@ "id": "neo2-26", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Lock-on", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, treat any tails flipped when using Magnemite's Electric Bolt attack as if they were heads. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Electric Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If either of them is tails, this attack does nothing (not even damage)." @@ -1585,17 +1216,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "K. Hoshiba, CR CG gangs", "rarity": "Rare", "flavorText": "These Pokémon are attracted to electrical emissions and will often follow people using PokéGear.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -1608,14 +1235,10 @@ "id": "neo2-27", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -1627,12 +1250,7 @@ "attacks": [ { "name": "Doubleslap", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -1644,19 +1262,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Whenever three or more of these get together, they sing in a loud voice that sounds like bellowing.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal" }, @@ -1669,34 +1281,22 @@ "id": "neo2-28", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Poliwrath does 20 damage to itself." @@ -1708,18 +1308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Shin-ichi Yoshida", "rarity": "Rare", "flavorText": "Although an energetic, skilled swimmer that uses all of its muscles, it lives on dry land.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal" }, @@ -1732,32 +1327,22 @@ "id": "neo2-29", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "False Swipe", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Does damage equal to half the Defending Pokémon's remaining HP (rounded down to the nearest 10)." }, { "name": "Double Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1775,18 +1360,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kimiya Masago", "rarity": "Rare", "flavorText": "It swings its eye patterned pincers up to scare its foes. This makes it look like it has three heads.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -1799,21 +1379,14 @@ "id": "neo2-30", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sketch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon attacked last turn, and Smeargle was in play during that attack, Smeargle copies that attack except for its Energy costs and anything else required in order to use that attack." @@ -1831,17 +1404,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Hironobu Yoshida", "rarity": "Rare", "flavorText": "A special fluid oozes from the tip of its tail. It paints the fluid everywhere to mark its territory.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal" }, @@ -1854,35 +1423,22 @@ "id": "neo2-31", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Trample", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "For each Benched Pokémon in play (yours and your opponent's), flip a coin. If heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1894,19 +1450,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Hironobu Yoshida", "rarity": "Rare", "flavorText": "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1919,33 +1469,22 @@ "id": "neo2-32", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Pursuit", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "During your opponent's next turn, if the Defending Pokémon tries to retreat, do 10 damage to it. (Don't apply Weakness and Resistance.)" @@ -1957,17 +1496,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "When agitated, this Pokémon protects itself by spraying poisonous sweat from its pores.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, @@ -1980,14 +1515,10 @@ "id": "neo2-33", "name": "Unown [A]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2001,9 +1532,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2015,17 +1544,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2038,34 +1563,22 @@ "id": "neo2-34", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Headpress", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage)." }, { "name": "Double Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -2083,19 +1596,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Although it is a good climber, it prefers to snap trees with its forelegs and eat fallen berries.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -2108,20 +1615,14 @@ "id": "neo2-35", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Counter", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If an attack damages Wobbuffet during your opponent's next turn (even if Wobbuffet is Knocked Out), flip a coin. If heads, Wobbuffet attacks the Defending Pokémon for an equal amount of damage." @@ -2133,19 +1634,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Hironobu Yoshida", "rarity": "Rare", "flavorText": "To keep its pitch-black tail hidden, it lives quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -2158,34 +1653,22 @@ "id": "neo2-36", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Shockwave", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. Don't apply Weakness and Resistance. Then, if your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon." }, { "name": "Swift", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -2207,9 +1690,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -2222,33 +1703,22 @@ "id": "neo2-37", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 Water Energy card attached to Corsola or this attack does nothing. Remove all damage counters from Corsola." }, { "name": "Spike Cannon", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2260,17 +1730,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It continuously sheds and grows. The tip of its head is prized as a treasure because of its beauty.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -2283,14 +1749,10 @@ "id": "neo2-38", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2311,9 +1773,7 @@ "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2331,17 +1791,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "Its irregularly configured DNA is affected by its surroundings. It evolves if its environment changes.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -2354,33 +1810,22 @@ "id": "neo2-39", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Plunder", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon (before they affect the damage)." @@ -2392,17 +1837,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "It uses different kinds of cries for communicating with others of its kind and for pursuing its prey.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -2415,18 +1856,12 @@ "id": "neo2-40", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "6", "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", - "evolvesTo": [ - "Jigglypuff" - ], + "evolvesTo": ["Jigglypuff"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], @@ -2441,9 +1876,7 @@ "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "It has a very soft body. If it starts to roll, it will bounce all over and be impossible to stop.", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal" }, @@ -2456,25 +1889,16 @@ "id": "neo2-41", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Secrete Poison", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever your opponent's attack damages Kakuna (even if Kakuna is Knocked Out), your opponent's Active Pokémon is now Poisoned and Kakuna does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2486,18 +1910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Although it is a cocoon, it can move a little. It can extend its poison barb if it is attacked.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -2510,35 +1929,23 @@ "id": "neo2-42", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "23", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, whenever 20 or less damage is done to Metapod (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen)." }, { "name": "Hatch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, remove all damage counters from Metapod. Then, search your deck for a card that evolves from Metapod and attach that card to Metapod. This counts as evolving Metapod. Shuffle your deck afterward." @@ -2550,18 +1957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Inside the shell, it is soft and weak as it prepares to evolve. It stays motionless in the shell.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal" }, @@ -2574,32 +1976,22 @@ "id": "neo2-43", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "39", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Squeeze", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage and the Defending Pokémon is now Paralyzed. If tails, this attack does 10 damage." }, { "name": "Spike Barrage", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a number of coins equal to the number of Water Energy attached to Omastar. This attack does 20 damage plus 20 more damage for each heads." @@ -2611,18 +2003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "Apparently, it cracked Shellder's shell with its sharp fangs and sucked out the insides.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -2635,36 +2022,23 @@ "id": "neo2-44", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Belly Drum", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on Poliwhirl. If this doesn't Knock Out Poliwhirl, search your deck for 2 Basic Energy cards and attach them to Poliwhirl. Shuffle your deck afterward." }, { "name": "Water Gun", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Water Energy attached to Poliwhirl but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -2676,17 +2050,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The swirl on its belly undulates. Staring at it may gradually cause drowsiness.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal" }, @@ -2699,35 +2069,23 @@ "id": "neo2-45", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Skull Bash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Dust Devil", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Does 10 damage to each non-Fighting Pokémon in play. Don't apply Weakness and Resistance." @@ -2745,17 +2103,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Hironobu Yoshida", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2768,24 +2122,15 @@ "id": "neo2-46", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 4 coins. This attack does 10 damage plus 10 more damage if exactly 1 is heads, or 20 more damage if exactly 2 are heads, or 40 more damage if exactly 3 are heads, or 80 more damage if all 4 are heads." @@ -2803,17 +2148,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kimiya Masago", "rarity": "Uncommon", "flavorText": "It slashes through grass with its sharp scythes, moving too fast for the human eye to track.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -2826,14 +2167,10 @@ "id": "neo2-47", "name": "Unown [D]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2847,9 +2184,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2861,17 +2196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2884,14 +2215,10 @@ "id": "neo2-48", "name": "Unown [F]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2905,9 +2232,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2919,17 +2244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2942,14 +2263,10 @@ "id": "neo2-49", "name": "Unown [M]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2963,9 +2280,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2977,17 +2292,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3000,14 +2311,10 @@ "id": "neo2-50", "name": "Unown [N]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3021,9 +2328,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3035,17 +2340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3058,14 +2359,10 @@ "id": "neo2-51", "name": "Unown [U]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3079,9 +2376,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3093,17 +2388,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3116,32 +2407,22 @@ "id": "neo2-52", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Energy Cycle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Energy card attached to the Defending Pokémon and 1 of your opponent's Benched Pokémon. Attach that Energy card to that Pokémon." }, { "name": "Super Psy", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3159,17 +2440,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "In South America, it is said that its right eye sees the future and its left eye views the past.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal" }, @@ -3182,23 +2459,15 @@ "id": "neo2-53", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Spin Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Caterpie does 10 damage to itself." @@ -3210,17 +2479,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "For protection, it releases a horrible stench from the antennae on its head to drive away enemies.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal" }, @@ -3233,20 +2498,14 @@ "id": "neo2-54", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Glare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3268,9 +2527,7 @@ "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "When spotted, this Pokémon escapes backward by furiously boring into the ground with its tail.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -3283,23 +2540,15 @@ "id": "neo2-55", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3321,9 +2570,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its body is so light, it must grip the ground firmly with its feet to keep from being blown away.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal" }, @@ -3336,18 +2583,12 @@ "id": "neo2-56", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "abilities": [ { "name": "Revive Friends", @@ -3358,10 +2599,7 @@ "attacks": [ { "name": "Work Together", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage for each Omanyte, Omastar, Kabuto, and Kabutops on your Bench." @@ -3373,17 +2611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "On rare occasions, some have been found as fossils which they became while hiding on the ocean floor.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -3396,23 +2630,15 @@ "id": "neo2-57", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3430,17 +2656,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "It feeds on soil. After it has eaten a large mountain, it will fall asleep so it can grow.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -3453,24 +2675,15 @@ "id": "neo2-58", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Mareep does 10 damage to itself." @@ -3482,17 +2695,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its fleece grows continually. In the summer, the fleece is fully shed, but it grows back in a week.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -3505,23 +2714,15 @@ "id": "neo2-59", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused" @@ -3539,17 +2740,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It usually forages for food on the ground but may, on rare occasions, hop onto branches to peck at shoots.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal" }, @@ -3562,18 +2759,12 @@ "id": "neo2-60", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "50", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "abilities": [ { "name": "Revive Fossil", @@ -3584,9 +2775,7 @@ "attacks": [ { "name": "Bind", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3598,17 +2787,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Revived from an ancient fossil, this Pokémon uses air stored in its shell to sink and rise in water.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -3621,23 +2806,15 @@ "id": "neo2-61", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Burst", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If heads, Pineco does 40 damage to itself and 10 damage to each Pokémon on each player's Bench. (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, this attack does nothing (not even damage)." @@ -3649,18 +2826,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It likes to make its shell thicker by adding layers of tree bark. The additional weight doesn't bother it.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -3673,32 +2845,22 @@ "id": "neo2-62", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hypnosis", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." @@ -3710,17 +2872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Because it is inept at walking on its newly grown legs, it always swims around in water.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal" }, @@ -3733,33 +2891,22 @@ "id": "neo2-63", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3777,17 +2924,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It stands on its tail so it can see a long way. If it spots an enemy, it cries loudly to warn its kind.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -3800,24 +2943,15 @@ "id": "neo2-64", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -3829,17 +2963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It spins a web using fine – but durable – thread. It then waits patiently for prey to be trapped.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal" }, @@ -3852,33 +2982,22 @@ "id": "neo2-65", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Nap Time", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all damage counters from Teddiursa. Teddiursa is now Asleep." @@ -3896,17 +3015,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If it finds honey, its crescent mark glows. It always licks its paws because they are soaked with honey.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal" }, @@ -3919,29 +3034,19 @@ "id": "neo2-66", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "7", "hp": "30", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "HitmonchanHitmonleeHitmontop", - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Smash Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3951,9 +3056,7 @@ "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It is always bursting with energy. To make itself stronger, it keeps on fighting even if it loses.", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal" }, @@ -3966,14 +3069,10 @@ "id": "neo2-67", "name": "Unown [E]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3987,9 +3086,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4001,17 +3098,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4024,14 +3117,10 @@ "id": "neo2-68", "name": "Unown [I]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -4045,9 +3134,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4059,17 +3146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4082,14 +3165,10 @@ "id": "neo2-69", "name": "Unown [O]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -4103,9 +3182,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4117,16 +3194,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "CR CG gangs", "rarity": "Common", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -4139,23 +3212,15 @@ "id": "neo2-70", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Spike Stab", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, this attack does nothing (not even damage)." @@ -4167,17 +3232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -4190,33 +3251,22 @@ "id": "neo2-71", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Slime", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "If an attack would do damage to Wooper during your opponent's next turn, your opponent flips a coin. If tails, prevent all damage to Wooper from that attack. (Any other effects of that attack happen.)" }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4234,17 +3284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "When it walks around on the ground, it coats its body with a slimy, poisonous film.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal" }, @@ -4325,4 +3371,4 @@ "large": "https://images.pokemontcg.io/neo2/75_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/neo3.json b/cards/en/neo3.json index 283a9cc90..1c261054d 100644 --- a/cards/en/neo3.json +++ b/cards/en/neo3.json @@ -3,33 +3,22 @@ "id": "neo3-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Attract Current", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip 3 coins. For each heads, you may search your deck for a Lightning Energy card and attach it to 1 of your Lightning Pokémon. Shuffle your deck afterward." }, { "name": "Gigavolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage. If tails, this attack does 40 damage and the Defending Pokémon is now Paralyzed." @@ -41,19 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Toshinao Aoki", "rarity": "Rare Holo", "flavorText": "The bright light on its tail can be seen far away. It has been treasured since ancient times as a beacon.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -66,14 +49,10 @@ "id": "neo3-2", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "62", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -85,12 +64,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -108,18 +82,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Yuka Morii", "rarity": "Rare Holo", "flavorText": "Anyone who takes even one bite of Blissey's egg becomes unfailingly caring and pleasant to everyone.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -132,14 +101,10 @@ "id": "neo3-3", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Time Travel", @@ -150,9 +115,7 @@ "attacks": [ { "name": "Psychic Damage", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, put 1 damage counter on the Defending Pokémon." @@ -164,17 +127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -187,32 +146,22 @@ "id": "neo3-4", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Triggered Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent attaches an Energy card to the Defending Pokémon during his or her next turn, that Pokémon becomes Poisoned." }, { "name": "Cross Attack", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads. If you get 2 or more heads, the Defending Pokémon is now Confused." @@ -234,9 +183,7 @@ "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "It flies so silently through the dark on its four wings that it may not be noticed even when nearby.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -249,21 +196,14 @@ "id": "neo3-5", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Present", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. If exactly 1 is heads, this attack does 40 damage. If exactly 2 are heads, remove 3 damage counters from the Defending Pokémon. If the Defending Pokémon has fewer damage counters than that, remove all of them. If all 3 are heads, this attack does 60 damage. If all 3 are tails, remove all damage counters from the Defending Pokémon." @@ -281,17 +221,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "It carries food all day long. There are tales about lost people who were saved by the food it had.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -304,14 +240,10 @@ "id": "neo3-6", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Howl", @@ -322,11 +254,7 @@ "attacks": [ { "name": "Searing Flames", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard 2 Fire Energy cards attached to Entei or this attack does nothing." @@ -338,17 +266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Volcanoes erupt when it barks. Unable to restrain its extreme power, it races headlong around the land.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -361,44 +285,28 @@ "id": "neo3-7", "name": "Ho-oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Stoke", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "You may search your deck for a Fire Energy card and attach it to Ho-Oh. Shuffle your deck afterward." }, { "name": "Sacred Fire", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. Don't apply Weakness and Resistance." }, { "name": "Dive Bomb", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 5, "damage": "90", "text": "Flip a coin. If tails, this attack does nothing." @@ -416,18 +324,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kimiya Masago", "rarity": "Rare Holo", "flavorText": "Legends claim this Pokémon flies the world's skies continuously on its magnificent seven colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -440,32 +343,22 @@ "id": "neo3-8", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Dark Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard 1 Fire Energy card attached to Houndoom or this attack does nothing. If there are any Darkness Energy cards in your discard pile, attach 1 of them to Houndoom." }, { "name": "Black Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a number of coins equal to the number of Darkness Energy attached to Houndoom. This attack does 30 damage plus 10 more damage for each heads." @@ -477,17 +370,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Upon hearing its eerie howls, other Pokémon get the shivers and head straight back to their nests.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -500,30 +389,22 @@ "id": "neo3-9", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "37", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "attacks": [ { "name": "Evolutionary Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose any number of your Hoppips and Skiplooms. Then, for each Pokémon you chose in this way, you may search your deck for a card that evolves from that Pokémon and attach it to that Pokémon. (This counts as evolving those Pokémon.) Shuffle your deck afterward." }, { "name": "Solarbeam", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -545,9 +426,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Drifts on seasonal winds and spreads its cotton-like spores all over the world to make more offspring.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal" }, @@ -560,18 +439,12 @@ "id": "neo3-10", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Electromagnetic Power", @@ -582,11 +455,7 @@ "attacks": [ { "name": "Plasma", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If there are any Lightning Energy cards in your discard pile, attach 1 of them to Magneton." @@ -604,18 +473,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "\"Big Mama\" Tagawa, CR CG gangs", "rarity": "Rare Holo", "flavorText": "Three Magnemites are linked by a strong magnetic force. Earaches will occur if you get too close.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -628,34 +492,22 @@ "id": "neo3-11", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Night Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Perish Song", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "If the Defending Pokémon is Asleep and was attacked with Night Eyes during your last turn, it is Knocked Out." @@ -667,17 +519,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It likes playing mischievous tricks such as screaming and wailing to startle people at night.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -690,18 +538,12 @@ "id": "neo3-12", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Energy Converter", @@ -712,11 +554,7 @@ "attacks": [ { "name": "Delta Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, choose whether the Defending Pokémon becomes Asleep, Confused, or Paralyzed." @@ -734,17 +572,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "This upgraded version of Porygon is designed for space exploration. It can't fly, though.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -757,14 +591,10 @@ "id": "neo3-13", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Lightning Burst", @@ -775,11 +605,7 @@ "attacks": [ { "name": "Lightning Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Raikou does 20 damage to itself." @@ -791,17 +617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "The rain clouds it carries let it fire thunderbolts at will. They say that it descended with lightning.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -814,14 +636,10 @@ "id": "neo3-14", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Crystal Body", @@ -832,11 +650,7 @@ "attacks": [ { "name": "Aurora Wave", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip 2 coins. If both are heads, the Defending Pokémon is now Paralyzed. If only 1 is heads, the Defending Pokémon is now Asleep." @@ -848,17 +662,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Said to be the reincarnation of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -871,14 +681,10 @@ "id": "neo3-15", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mysterious Fossil", "abilities": [ { @@ -890,11 +696,7 @@ "attacks": [ { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Aerodactyl. If tails, this attack does nothing (not even damage)." @@ -912,18 +714,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Shin-ichi Yoshida", "rarity": "Rare", "flavorText": "A vicious Pokémon from the distant past, it appears to have flown by spreading its wings and gliding.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -936,21 +733,14 @@ "id": "neo3-16", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Psychic Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin for each Energy attached to the Defending Pokémon. This attack does 10 damage plus 10 more damage for each heads. Remove a number of damage counters from Celebi equal to the damage done to the Defending Pokémon (after applying Weakness and Resistance). If Celebi has fewer damage counters than that, remove all of them." @@ -962,17 +752,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "When Celebi disappears deep in a forest, it is said to leave behind an egg it brought from the future.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -985,14 +771,10 @@ "id": "neo3-17", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Legendary Body", @@ -1003,11 +785,7 @@ "attacks": [ { "name": "Mega Flame", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip 2 coins. For each tails, discard 1 Fire Energy card from Entei, if it has any." @@ -1023,9 +801,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "A Pokémon that races across the land. It is said that one is born every time a new volcano appears.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -1038,23 +814,14 @@ "id": "neo3-18", "name": "Ho-oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "44", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each type of Basic Energy card, if any, attached to Ho-Oh." @@ -1072,18 +839,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "A legend says that its body glows in seven colors. A rainbow is said to form behind it when it flies.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -1096,50 +858,34 @@ "id": "neo3-19", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "49", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Genetic Memory", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Use any attack from Kingdra's Basic Pokémon card or Evolution card. (Kingdra doesn't have to pay for that attack's Energy cost.)" }, { "name": "Twister", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip 2 coins. For each heads, choose 1 Energy card attached to the Defending Pokémon, if any, and discard it. If both are tails, this attack does nothing (not even damage)." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It sleeps deep on the ocean floor to build its energy. It is said to cause tornadoes as it wakes.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal" }, @@ -1152,23 +898,14 @@ "id": "neo3-20", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "43", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Aerowing", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "You may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing." @@ -1186,18 +923,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -1210,33 +942,22 @@ "id": "neo3-21", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard all Lightning Energy cards attached to Raichu. If you do, this attack does 80 damage." @@ -1248,17 +969,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Masako Yamashita", "rarity": "Rare", "flavorText": "If the electric pouches in its cheeks become fully charged, both ears will stand straight up.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1271,14 +988,10 @@ "id": "neo3-22", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Legendary Body", @@ -1289,11 +1002,7 @@ "attacks": [ { "name": "Lightning Spark", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1309,9 +1018,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "A Pokémon that races across the land while barking a cry that sounds like crashing thunder.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -1324,31 +1031,21 @@ "id": "neo3-23", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Agility", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Skarmory." @@ -1366,18 +1063,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "After nesting in bramble bushes, the wings of its chicks grow hard from scratches by thorns.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -1390,33 +1082,22 @@ "id": "neo3-24", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Swipe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard all Trainer cards attached to your opponent's Pokémon." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -1432,9 +1113,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "Its paws conceal sharp claws. If attacked, it suddenly extends the claws and startles its enemy.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal" }, @@ -1447,32 +1126,22 @@ "id": "neo3-25", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Core Stream", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose an Energy type other than Colorless. This attack does 20 damage to each of your opponent's Pokémon with any Energy cards of that type attached to it. Don't apply Weakness and Resistance." @@ -1484,17 +1153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Keita Komatsuya, CR CG gangs", "rarity": "Rare", "flavorText": "The center section of its body is called the core. It glows in a different color each time it is seen.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -1507,14 +1172,10 @@ "id": "neo3-26", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Mimic", @@ -1525,10 +1186,7 @@ "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1540,19 +1198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It disguises itself as a tree to avoid attack. It hates water, so it will disappear if it starts raining.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal" }, @@ -1565,14 +1217,10 @@ "id": "neo3-27", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Legendary Body", @@ -1583,11 +1231,7 @@ "attacks": [ { "name": "Crystal Wave", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, this attack does 30 damage and, if your opponent has any Benched Pokémon, he or she chooses 1 of them and switches it with the Defending Pokémon. (Do the damage before switching the Pokémon.)" @@ -1603,9 +1247,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "This Pokémon races across the land. It is said that north winds will somehow blow whenever it appears.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -1618,35 +1260,23 @@ "id": "neo3-28", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Electric Punch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tail Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1658,17 +1288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Toshinao Aoki", "rarity": "Uncommon", "flavorText": "Its fluffy fleece easily stores electricity. Its rubbery hide keeps it from being electrocuted.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -1681,34 +1307,23 @@ "id": "neo3-29", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until the end of your next turn, if an attack damages the Defending Pokémon (after applying Weakness and Resistance), that attack does 20 more damage to the Defending Pokémon." }, { "name": "Poison Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "If this attack damages the Defending Pokémon, the Defending Pokémon is now Poisoned and you remove a number of damage counters from Golbat equal to half that damage (rounded up to the nearest 10). If Golbat has fewer damage counters than that, remove all of them. Either way, the Defending Pokémon is now Poisoned." @@ -1730,9 +1345,7 @@ "artist": "Masako Yamashita", "rarity": "Uncommon", "flavorText": "It can drink more than 10 ounces of blood at once. If it has too much, it gets heavy and flies clumsily.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal" }, @@ -1745,36 +1358,23 @@ "id": "neo3-30", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 10 damage to each of your own Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "Don't apply Resistance." @@ -1786,18 +1386,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "With a free and uncaring nature, it doesn't mind if pieces break off while it rolls down mountains.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -1810,31 +1405,21 @@ "id": "neo3-31", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Freezing Kiss Goodnight", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Strange Dance", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Confused. If tails, this attack does 20 damage." @@ -1846,17 +1431,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It rocks its body rhythmically. It appears to alter the rhythm depending on how it is feeling.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal" }, @@ -1869,14 +1450,10 @@ "id": "neo3-32", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -1888,11 +1465,7 @@ "attacks": [ { "name": "Blinding Light", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -1904,18 +1477,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It blinds prey with an intense burst of light, then swallows the immobilized prey in a single gulp.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -1928,14 +1496,10 @@ "id": "neo3-33", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -1947,11 +1511,7 @@ "attacks": [ { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard any number of Fire Energy cards attached to Magcargo when you use this attack. If you do, this attack does 40 damage plus 20 more damage for each Fire Energy card you discarded in this way." @@ -1963,19 +1523,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "The shell on its back is just skin that has cooled and hardened. It breaks easily with a slight touch.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -1988,32 +1542,22 @@ "id": "neo3-34", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Constrict", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Octazooka", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, whenever the Defending Pokémon attacks, your opponent flips a coin. If tails, that attack does nothing. (Benching or evolving that Pokémon ends this effect.)" @@ -2025,18 +1569,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It traps enemies with its suction cupped tentacles then smashes them with its rockhard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -2049,14 +1588,10 @@ "id": "neo3-35", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "abilities": [ { @@ -2068,10 +1603,7 @@ "attacks": [ { "name": "Sleep Pinchers", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -2083,18 +1615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It stays mostly in dark, damp places, the preference not of the bug, but of the big mushrooms on its back.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -2107,37 +1634,23 @@ "id": "neo3-36", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove 3 damage counters from Piloswine. If it has fewer damage counters than that, remove all of them." }, { "name": "High-Speed Charge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Piloswine does 30 damage to itself. Piloswine can't use this attack during your next turn." @@ -2155,19 +1668,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "If it charges at an enemy, the hairs on its back stand up straight. It is very sensitive to sound.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -2180,31 +1687,22 @@ "id": "neo3-37", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage. If tails, this attack does 10 damage." }, { "name": "Horn Swipe", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. If both are heads, this attack does 20 damage plus 40 more damage. If 1 or both of them are tails, this attack does 20 damage." @@ -2216,17 +1714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "Using its horn, it bores holes in riverbed boulders, making nests to prevent its eggs from washing away.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -2239,31 +1733,21 @@ "id": "neo3-38", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Terrorize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon is a Basic Pokémon, choose 1 of its attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Overhead Toss", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If you have any Benched Pokémon, flip a coin. If tails, this attack does 10 damage to 1 of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2281,17 +1765,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Those who stare at its antlers will gradually lose control of their senses and be unable to stand.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -2304,14 +1784,10 @@ "id": "neo3-39", "name": "Unown [B]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2325,9 +1801,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2339,17 +1813,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2362,14 +1832,10 @@ "id": "neo3-40", "name": "Unown [Y]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -2383,9 +1849,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2397,17 +1861,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -2420,33 +1880,22 @@ "id": "neo3-41", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Grab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a Trainer card attached to 1 of your opponent's Pokémon. Your opponent shuffles that card into his or her deck." }, { "name": "Tail Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2468,9 +1917,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It lives atop tall trees. When leaping from branch to branch, it deftly uses its tail for balance.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal" }, @@ -2483,32 +1930,22 @@ "id": "neo3-42", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Positive Ion", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage. If tails, this attack does 10 damage." }, { "name": "Negative Ion", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon attacks Chinchou during your opponent's next turn, any damage done to Chinchou is reduced by 10 (before applying Weakness and Resistance). (Benching or evolving either Pokémon ends this effect.)" @@ -2520,17 +1957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "On the dark ocean floor, its only means of communication is its constantly flashing lights.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal" }, @@ -2543,34 +1976,22 @@ "id": "neo3-43", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leek Jab", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack can't be used during your next turn. (Benching Farfetch'd ends this effect.)" @@ -2588,17 +2009,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If anyone tries to disturb where the essential plant sticks grow, it uses its own stick to thwart them.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal" }, @@ -2611,23 +2028,15 @@ "id": "neo3-44", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2639,17 +2048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Masako Yamashita", "rarity": "Common", "flavorText": "It uses its arms to steadily climb steep mountain paths. It swings its fists around if angered.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -2662,23 +2067,15 @@ "id": "neo3-45", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Fin Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -2694,9 +2091,7 @@ "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its dorsal, pectoral and tail fins wave elegantly in the water. That is why it is known as the water dancer.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -2709,33 +2104,22 @@ "id": "neo3-46", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon card named Murkrow and put it onto your Bench. Shuffle your deck afterward. (You can't use this attack if your Bench is full.)" }, { "name": "Flock Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a number of coins equal to the number of Murkrows on your Bench. This attack does 10 damage plus 10 more damage for each heads." @@ -2751,9 +2135,7 @@ "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "Feared and loathed by many, it is believed to bring misfortune to all those who see it at night.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -2766,33 +2148,22 @@ "id": "neo3-47", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Sleep Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2804,17 +2175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It is doused with mushroom spores when it is born. As its body grows, mushrooms sprout from its back.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -2827,34 +2194,22 @@ "id": "neo3-48", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "If the Defending Pokémon has any Energy cards attached to it, choose 1 of them and discard it." @@ -2872,18 +2227,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Due to its relaxed and carefree attitude, it often bumps its head on boulders and boat hulls as it swims.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -2896,30 +2246,21 @@ "id": "neo3-49", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Needle Storm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads you get." @@ -2931,17 +2272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "To fire its poison spikes, it must inflate its body by drinking over 2.6 gallons of water all at once.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal" }, @@ -2954,23 +2291,15 @@ "id": "neo3-50", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance." @@ -2986,9 +2315,7 @@ "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It has superb accuracy. The water it shoots out can strike even moving prey from more than 300 feet.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -3001,14 +2328,10 @@ "id": "neo3-51", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "40", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Hard Shell", @@ -3019,10 +2342,7 @@ "attacks": [ { "name": "Toxic Saliva", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. It now takes 20 Poison damage instead of 10 after each player's turn (even if it was already Poisoned)." @@ -3034,17 +2354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It stores berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal" }, @@ -3057,33 +2373,23 @@ "id": "neo3-52", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "attacks": [ { "name": "Hop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Mysterious Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3105,9 +2411,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It spreads its petals to absorb sunlight. It also floats in the air to get closer to the sun.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal" }, @@ -3120,33 +2424,22 @@ "id": "neo3-53", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magma Ring", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3158,18 +2451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It never sleeps. It has to keep moving because if it stopped, its magma body would cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -3182,27 +2470,19 @@ "id": "neo3-54", "name": "Smoochum", "supertype": "Pokémon", - "subtypes": [ - "Baby" - ], + "subtypes": ["Baby"], "level": "6", "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Jynx", - "evolvesTo": [ - "Jynx" - ], + "evolvesTo": ["Jynx"], "rules": [ "If this Baby Pokémon is your Active Pokémon and your opponent announces an attack, your opponent flips a coin (before doing anything else). If tails, your opponent's turn ends." ], "attacks": [ { "name": "Psykiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose a Special Energy card attached to 1 of your opponent's Pokémon. Your opponent shuffles that card into his or her deck." @@ -3212,9 +2492,7 @@ "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It always rocks its head slowly backwards and forwards as if it is trying to kiss someone.", - "nationalPokedexNumbers": [ - 238 - ], + "nationalPokedexNumbers": [238], "legalities": { "unlimited": "Legal" }, @@ -3227,33 +2505,22 @@ "id": "neo3-55", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Colorless"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Raging Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 damage times the number of damage counters on Snubbull. If tails, this attack does 10 damage." @@ -3271,17 +2538,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It has an active, playful nature. Many people like to frolic with it because of its affectionate ways.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal" }, @@ -3294,32 +2557,22 @@ "id": "neo3-56", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3331,17 +2584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "At night, the center of its body slowly flickers with the same rhythm as a human heartbeat.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -3354,33 +2603,22 @@ "id": "neo3-57", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Fighting"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Swinub does 10 damage to itself." @@ -3398,17 +2636,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If it smells something enticing, it dashes headlong off to find the source of the aroma.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -3421,14 +2655,10 @@ "id": "neo3-58", "name": "Unown [K]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3442,9 +2672,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3456,17 +2684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "Their shapes look like hieroglyphs on ancient tablets. It is said that the two are somehow related.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3479,32 +2703,22 @@ "id": "neo3-59", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Grass"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Spray", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -3526,9 +2740,7 @@ "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "While flying, it constantly emits ultrasonic waves from its mouth to check its surroundings.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -3541,9 +2753,7 @@ "id": "neo3-60", "name": "Balloon Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Balloon Berry to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "When the Pokémon Balloon Berry is attached to retreats, discard Balloon Berry instead of discarding Energy cards." @@ -3563,9 +2773,7 @@ "id": "neo3-61", "name": "Healing Field", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn, he or she may flip a coin. If heads, that player removes 2 damage counters from his or her Active Pokémon (1 if it only has 1)." @@ -3603,9 +2811,7 @@ "id": "neo3-63", "name": "Rocket's Hideout", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each Pokémon in play with Dark in its name (even your opponent's) gets +20 HP." @@ -3643,37 +2849,22 @@ "id": "neo3-65", "name": "Shining Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "62", "hp": "100", - "types": [ - "Water" - ], - "rules": [ - "You can't have more than 1 Shining Gyarados in your deck." - ], + "types": ["Water"], + "rules": ["You can't have more than 1 Shining Gyarados in your deck."], "attacks": [ { "name": "Outrage", - "cost": [ - "Water", - "Fighting", - "Fighting" - ], + "cost": ["Water", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage for each damage counter on Shining Gyarados. If tails, this attack does nothing." }, { "name": "Devastate", - "cost": [ - "Water", - "Water", - "Fire", - "Fire" - ], + "cost": ["Water", "Water", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "50", "text": "Discard 2 Fire Energy cards attached to Shining Gyarados or this attack does nothing. This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Then, flip a coin. If heads, choose 1 Energy card attached to each of your opponent's Pokémon that has any Energy cards attached to it and discard those Energy cards." @@ -3691,19 +2882,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Ken Sugimori", "rarity": "Rare Shining", "flavorText": "Once it appears, it goes on a rampage. It remains enraged until it demolishes everything around it.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -3716,35 +2901,23 @@ "id": "neo3-66", "name": "Shining Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], - "rules": [ - "You can't have more than 1 Shining Magikarp in your deck." - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], + "rules": ["You can't have more than 1 Shining Magikarp in your deck."], "attacks": [ { "name": "Gold Scale", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent may draw 2 cards. Either way, you may draw 2 cards." }, { "name": "Dragon Bond", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card named Gyarados, Dark Gyarados, or Shining Gyarados. Show it to your opponent and put it into your hand. Shuffle your deck afterward." @@ -3756,17 +2929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ken Sugimori", "rarity": "Rare Shining", "flavorText": "An underpowered, pathetic Pokémon. It may jump high on rare occasions, but never more than seven feet.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -3775,4 +2944,4 @@ "large": "https://images.pokemontcg.io/neo3/66_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/neo4.json b/cards/en/neo4.json index d583dbe3a..309d07a21 100644 --- a/cards/en/neo4.json +++ b/cards/en/neo4.json @@ -3,14 +3,10 @@ "id": "neo4-1", "name": "Dark Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "36", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Dark Flaaffy", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard all Lightning Energy cards attached to Dark Ampharos or this attack does nothing." @@ -38,18 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Its brightly lit tail can be seen for miles in the dark, even by ships on the sea.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -62,14 +49,10 @@ "id": "neo4-2", "name": "Dark Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "39", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dark Golbat", "abilities": [ { @@ -81,10 +64,7 @@ "attacks": [ { "name": "Dark Drain", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin for each of your opponent's Pokémon. For each heads, this attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance. Remove a number of damage counters from Dark Crobat equal to the damage dealt. If Dark Crobat has fewer damage counters than that, remove all of them." @@ -106,9 +86,7 @@ "artist": "Shin-ichi Yoshikawa, CR CG gangs", "rarity": "Rare Holo", "flavorText": "Although the wings it has evolved on its feet allow it to fly at high speeds, they unfortunately make it difficult to perch.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -121,33 +99,22 @@ "id": "neo4-3", "name": "Dark Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Tusk Toss", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent has any Benched Pokémon, flip a coin. If heads, return the Defending Pokémon and all cards attached to it to your opponent's hand. If tails, your opponent chooses 1 of his or her Benched Pokémon and switches it with the Defending Pokémon." }, { "name": "Giant Tusk", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -165,19 +132,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "The larger its tusks, the higher its status in the herd.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -190,32 +151,22 @@ "id": "neo4-4", "name": "Dark Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Gouge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage." }, { "name": "Psysplash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Does 10 damage to each of your opponent's Pokémon for each Energy card attached to that Pokémon. Don't apply Weakness and Resistance." @@ -231,9 +182,7 @@ "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "The tips of its split tail quiver whenever it uses its psychic abilities to read its opponent's next move.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -246,14 +195,10 @@ "id": "neo4-5", "name": "Dark Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "44", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dark Croconaw", "abilities": [ { @@ -265,11 +210,7 @@ "attacks": [ { "name": "Crushing Blow", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon has any Energy cards attached to it, flip a coin. If heads, choose 1 of those cards and discard it." @@ -281,19 +222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "Its powerful muscles allow it to move at a speed that belies its bulk.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal" }, @@ -306,14 +241,10 @@ "id": "neo4-6", "name": "Dark Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "32", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dark Haunter", "abilities": [ { @@ -325,11 +256,7 @@ "attacks": [ { "name": "Pull In", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent has any Benched Pokémon, you may choose 1 of them and switch it with the Defending Pokémon (before doing damage or other effects of this attack). Either way, the Defending Pokémon is now Asleep." @@ -341,18 +268,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "It absorbs the heat in the air around it. If you suddenly feel cold, it's because a Gengar has appeared.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -365,31 +287,22 @@ "id": "neo4-7", "name": "Dark Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Eerie Howl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Bench isn't full, look at his or her hand. If your opponent has any Baby Pokémon or Basic Pokémon there, choose 1 of them and put it on his or her Bench. Then, switch it with the Defending Pokémon." }, { "name": "Dark Fire", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there are any Darkness Energy cards attached to Dark Houndoom, discard 1 of them and this attack does 30 damage plus 20 more damage (plus 10 more damage for the Darkness Energy you discarded). If there aren't any, this attack does 30 damage." @@ -401,17 +314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "The flame it breathes is actually a volatile poison it produces internally that ignites when exposed to air.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -424,18 +333,12 @@ "id": "neo4-8", "name": "Dark Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "abilities": [ { "name": "Spatial Distortion", @@ -446,11 +349,7 @@ "attacks": [ { "name": "Curve Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, prevent all damage done by attacks to Dark Porygon2 during your opponent's next turn. (Any other effects of attacks still happen.)" @@ -468,17 +367,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shin-ichi Yoshikawa, CR CG gangs", "rarity": "Rare Holo", "flavorText": "Advances in technology have allowed it to evolve. It occasionally displays behavior not found in its programming.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal" }, @@ -491,33 +386,22 @@ "id": "neo4-9", "name": "Dark Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Threaten", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, look at your opponent's hand. If he or she has any Trainer cards there, choose 1 of them. Your opponent shuffles that card into his or her deck." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -535,18 +419,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Nothing can withstand the pressure of the vise-like grip of this Pokémon's steel claws.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -559,30 +438,22 @@ "id": "neo4-10", "name": "Dark Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "43", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Dark Quilava", "attacks": [ { "name": "Claw Swipe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rushing Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40×", "text": "You may discard any number of Fire Energy cards attached to your Pokémon. Flip a coin for each Fire Energy card discarded in this way. This attack does 40 damage times the number of heads." @@ -594,17 +465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When it's in combat, the air around it shimmers and warps from the intense heat it produces.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -617,33 +484,22 @@ "id": "neo4-11", "name": "Dark Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dark Pupitar", "attacks": [ { "name": "Mountain Smasher", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a number of coins equal to the number of Fighting Energy cards attached to Dark Tyranitar. This attack does 20 damage times the number of heads. Then, for each heads, discard the top card from your opponent's deck." }, { "name": "Fling Away", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "If your opponent has any Benched Pokémon, this attack does 30 damage instead of 50 and choose 1 of those Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -661,19 +517,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Shin-ichi Yoshida", "rarity": "Rare Holo", "flavorText": "Its power is such that not even mountains can stand in its way.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -686,14 +536,10 @@ "id": "neo4-12", "name": "Light Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -705,11 +551,7 @@ "attacks": [ { "name": "Gentle Flames", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is a Baby Pokémon, this attack does 10 damage instead of 50. If the Defending Pokémon is a Basic Pokémon, this attack does 30 damage instead of 50." @@ -721,18 +563,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "This legendary Chinese Pokémon is easily recognized by its large flowing mane.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -745,32 +582,22 @@ "id": "neo4-13", "name": "Light Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Bubble Jump", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If you have any Benched Pokémon, flip a coin. If heads, take 2 Energy cards attached to Light Azumarill and attach them to 1 of your Benched Pokémon. Then return Light Azumarill and all cards attached to it to your hand." @@ -782,17 +609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Yuka Morii", "rarity": "Rare Holo", "flavorText": "It curls up its long ears when swimming to prevent water from entering them.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal" }, @@ -805,14 +628,10 @@ "id": "neo4-14", "name": "Light Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Light Dragonair", "abilities": [ { @@ -824,11 +643,7 @@ "attacks": [ { "name": "Light Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Prevent all effects of attacks, other than damage, done to Light Dragonite during your opponent's next turn." @@ -840,18 +655,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "It is said to fly constantly over the sea, looking for people in need of aid.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -864,18 +674,12 @@ "id": "neo4-15", "name": "Light Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Gift", @@ -886,10 +690,7 @@ "attacks": [ { "name": "Sweet Kiss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent may draw a card." @@ -905,9 +706,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "It becomes depressed if it is not near kind-hearted people. Is is able to float in the air without moving its wings.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal" }, @@ -920,9 +719,7 @@ "id": "neo4-16", "name": "Miracle Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "You can't have more than 1 Miracle Energy in your deck. Attach Miracle Energy to 1 of your Shining or Light Pokémon. At the end of your turn, discard Miracle Energy.\nWhile in play, Miracle Energy counts as every type of Energy but provides only 2 Energy at a time." ], @@ -941,32 +738,22 @@ "id": "neo4-17", "name": "Dark Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Entangle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Benched Pokémon, choose 1 of them and switch it with the Defending Pokémon, then flip a coin. If heads, the new Defending Pokémon is now Paralyzed." }, { "name": "Poison Bind", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon can't retreat until the end of your opponent's next turn and if the effect of an attack, Pokémon Power, or Trainer card would change that player's Active Pokémon, that part of the effect does nothing." @@ -978,18 +765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Toshinao Aoki", "rarity": "Rare", "flavorText": "Wherever it goes, it spins a thread that always leads back to its web.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal" }, @@ -1002,14 +784,10 @@ "id": "neo4-18", "name": "Dark Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -1021,10 +799,7 @@ "attacks": [ { "name": "Ball of Flame", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard a Fire Energy card attached to Dark Magcargo when you use this attack. If you do and if your opponent has any Benched Pokémon, choose 1 of them and this attack does 20 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1036,19 +811,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Toshinao Aoki", "rarity": "Rare", "flavorText": "The shell on its back comes off easily, exposing the flames running through its body.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal" }, @@ -1061,31 +830,22 @@ "id": "neo4-19", "name": "Dark Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "33", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dark Omanyte", "attacks": [ { "name": "Prehistoric Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any evolved Pokémon in play, choose 1 of them and flip a coin. If heads, your opponent takes the highest Stage Evolution card on that Pokémon and shuffles it into his or her deck." }, { "name": "Dark Tentacle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't evolve except from effects of attacks or Pokémon Powers. (Benching that Pokémon ends this effect.)" @@ -1097,18 +857,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Nothing can escape once wrapped in its tentacles, which it uses for self-defense as well as to catch food.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1121,14 +876,10 @@ "id": "neo4-20", "name": "Dark Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1140,10 +891,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Don't apply Weakness or Resistance for this attack." @@ -1155,18 +903,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Each time it yawns, the Shellder on its head releases an enzyme that makes it grow even smarter.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -1179,31 +922,22 @@ "id": "neo4-21", "name": "Dark Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Provoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand. If he or she has any Baby Pokémon and/or Basic Pokémon there, you may put any number of them onto your opponent's Bench (as long as there's room). Then, your opponent looks at your hand. If you have any Baby Pokémon and/or Basic Pokémon there, your opponent may put any number of them onto your Bench (as long as there's room)." }, { "name": "Battle Frenzy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each Pokémon in play (yours and your opponent's), flip a coin. For each heads, this attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance for this attack." @@ -1221,18 +955,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its keen nose can pick out any scent, even that of food buried deep underground.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal" }, @@ -1245,36 +974,23 @@ "id": "neo4-22", "name": "Light Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Healing Light", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove 1 damage counter from each of your Pokémon that has any damage counters on it." }, { "name": "Protective Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Light Dragonair." @@ -1286,18 +1002,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "The aura it projects from its body has an effect on the surrounding climate and weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal" }, @@ -1310,31 +1021,22 @@ "id": "neo4-23", "name": "Light Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Searchlight", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, each player may choose a card from his or her discard pile and put it into his or her hand." }, { "name": "Spark", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1346,18 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "This Pokémon has evolved its dorsal fin to emit light, which attracts the fish it feeds on.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal" }, @@ -1370,32 +1067,22 @@ "id": "neo4-24", "name": "Light Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Flash Touch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If you have any Benched Pokémon, switch 1 of them with Light Ledian. As long as that Pokémon is your Active Pokémon, it can't become Asleep, Confused, Paralyzed, or Poisoned. (All other effects of attacks, Pokémon Powers, and Trainer cards still happen.)" }, { "name": "Comet Punch", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -1417,9 +1104,7 @@ "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "The number of spots on its back increase or decrease depending on the number of stars visible in the night sky.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal" }, @@ -1432,14 +1117,10 @@ "id": "neo4-25", "name": "Light Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "65", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Light Machoke", "abilities": [ { @@ -1451,11 +1132,7 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon has Dark in its name or is a Darkness Pokémon, flip a coin. If heads, this attack does 100 damage instead of 50." @@ -1467,18 +1144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "It uses its four arms in combat to unleash a ceaseless flurry of punches.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -1491,18 +1163,12 @@ "id": "neo4-26", "name": "Light Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "abilities": [ { "name": "Fluffy Wool", @@ -1513,11 +1179,7 @@ "attacks": [ { "name": "Knock Over", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If there is a Stadium card in play, you may discard it." @@ -1535,19 +1197,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "Its legs are short, but its hooves are wide and flat, allowing it to easily walk over snow.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal" }, @@ -1560,14 +1216,10 @@ "id": "neo4-27", "name": "Unown [G]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -1581,9 +1233,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1595,17 +1245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -1618,14 +1264,10 @@ "id": "neo4-28", "name": "Unown [H]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -1639,9 +1281,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1653,17 +1293,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -1676,14 +1312,10 @@ "id": "neo4-29", "name": "Unown [W]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -1697,9 +1329,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1711,17 +1341,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -1734,14 +1360,10 @@ "id": "neo4-30", "name": "Unown [X]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -1755,9 +1377,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1769,17 +1389,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "CR CG gangs", "rarity": "Rare", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -1792,35 +1408,22 @@ "id": "neo4-31", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Doubleslap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Egg Toss", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -1838,18 +1441,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It holds its egg carefully when moving so as not to break it. Still, it is fast enough to disappear in the blink of an eye.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -1862,25 +1460,16 @@ "id": "neo4-32", "name": "Dark Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Clamping Jaw", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing. (Benching either Pokémon ends this effect.)" @@ -1892,18 +1481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "It has 49 teeth in its mouth that are constantly replacing themselves. Pull one out, and a new one grows in.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal" }, @@ -1916,31 +1500,22 @@ "id": "neo4-33", "name": "Dark Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Triple Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "MAX Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a number of coins equal to the number of Energy cards attached to your opponent's Pokémon. This attack does 20 damage times the number of heads." @@ -1952,18 +1527,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Toshinao Aoki", "rarity": "Uncommon", "flavorText": "If one of its heads falls off, it turns into an Exeggcute, which begins to look for other Exeggcutes using a special form of telepathy.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -1976,34 +1546,23 @@ "id": "neo4-34", "name": "Dark Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "High Voltage", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent can't play Trainer cards during his or her next turn." }, { "name": "Stun Wave", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has a Pokémon Power, that power stops working until the end of your next turn." @@ -2015,17 +1574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "As a result of storing massive amounts of electricity there, it can no longer grow wool on certain areas of its body.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -2038,31 +1593,22 @@ "id": "neo4-35", "name": "Dark Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Armor Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until the end of your next turn, if Dark Forretress would be Knocked Out by damage from an attack, flip a coin. If heads, Dark Forretress is not Knocked Out and its remaining HP become 10 instead." }, { "name": "Explosion", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "60", "text": "Dark Forretress does 60 damage to itself." @@ -2074,18 +1620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It stays motionless in trees, driving away with flying armored shards from its hard shell any who come close.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -2098,34 +1639,23 @@ "id": "neo4-36", "name": "Dark Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Call Back", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Baby Pokémon or Basic Pokémon card from your opponent's discard pile onto his or her Bench. Put 1 damage counter on that Pokémon. (You can't use this attack if your Bench is full.)" }, { "name": "Surround", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon can't retreat during your opponent's next turn." @@ -2141,9 +1671,7 @@ "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It silently hunts its prey in dark rooms.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2156,24 +1684,16 @@ "id": "neo4-37", "name": "Dark Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "18", "hp": "40", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mysterious Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Water Cannon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each Water Energy card attached to Dark Omanyte. Don't apply Weakness and Resistance. You can't do more than 30 damage in this way." @@ -2185,17 +1705,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "This ancient Pokémon possessed 10 tentacles, which it used to swim through the ocean.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -2208,36 +1724,23 @@ "id": "neo4-38", "name": "Dark Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Rock Tackle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "Dark Pupitar does 10 damage to itself. Dark Pupitar can't use this attack during your next turn." }, { "name": "Explosive Evolution", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Pokémon. Don't apply Weakness and Resistance. Then, search your deck for an Evolution card named Dark Tyranitar and put it on Dark Pupitar. (This counts as evolving Dark Pupitar.) Shuffle your deck afterward." @@ -2255,17 +1758,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is encased within a hard shell, yet retains a great deal of mobility—a dangerous combination.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -2278,34 +1777,23 @@ "id": "neo4-39", "name": "Dark Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Show the top card of your opponent's deck to all players. If it's a Trainer card, discard it." }, { "name": "Rushing Magma", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20×", "text": "Discard the top 5 cards of your deck. (If there are fewer than 5 cards in your deck, discard all of them.) This attack does 20 damage for each Fire Energy card you discarded in this way." @@ -2317,17 +1805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "If it turns its back to an opponent, it is a sign that it is getting ready to attack.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal" }, @@ -2340,33 +1824,22 @@ "id": "neo4-40", "name": "Dark Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Dark Song", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep. If tails, the Defending Pokémon is now Confused." }, { "name": "Slap Awake", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "If the Defending Pokémon is Asleep or Confused, this attack does 20 damage plus 20 more damage. Then, the Defending Pokémon is no longer Asleep or Confused." @@ -2384,18 +1857,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "This Pokémon has soft, fine hair. When angered, it increases in size and has been known to charge those it considers a threat.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -2408,32 +1876,21 @@ "id": "neo4-41", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Charging Horn", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, this attack does 30 damage." @@ -2445,18 +1902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "K. Hoshiba, CR CG gangs", "rarity": "Uncommon", "flavorText": "It is normally peaceful, but will attack any who get between it and honey, its favorite food.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -2469,32 +1921,21 @@ "id": "neo4-42", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "One-Two Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Heel Drop", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -2506,17 +1947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It has a perfect sense of balance and can lash out with powerful kicks from any position.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal" }, @@ -2529,33 +1966,22 @@ "id": "neo4-43", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Corner", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2567,17 +1993,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "When night falls, the air fills with the eerie cries of this Pokémon as it stakes out its territory.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal" }, @@ -2590,24 +2012,15 @@ "id": "neo4-44", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "All damage done to Jigglypuff during your opponent's next turn is reduced by 10 (after applying Weakness and Resistance)." @@ -2625,17 +2038,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "If puffs its body up like a balloon and sings a lullaby that makes all who hear it fall into a deep sleep.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -2648,33 +2057,22 @@ "id": "neo4-45", "name": "Light Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep." }, { "name": "Ice Pillar", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "40", "text": "Until the end of your opponent's next turn, as long as Light Dewgong is your Active Pokémon, prevent all damage done by attacks to your Benched Pokémon. (Any other effects of attacks still happen.)" @@ -2686,18 +2084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Masako Yamashita", "rarity": "Uncommon", "flavorText": "It has an aerodynamic shape that allows it to swim at great speeds. The colder the water gets, the more active it becomes.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -2710,32 +2103,22 @@ "id": "neo4-46", "name": "Light Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Warm Up", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "If you have any benched Pokémon, search your deck for a Fire Energy card and attach it to 1 of them. Then shuffle your deck." }, { "name": "Burning Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. For each heads, discard a Fire Energy card attached to Light Flareon or this attack does nothing. This attack does 30 damage plus 20 damage for each heads." @@ -2747,17 +2130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It creates its flames by swallowing air into a special pouch within its body, then heating it to over 3000 degrees.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -2770,32 +2149,22 @@ "id": "neo4-47", "name": "Light Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Flipper Stroke", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent looks at the top 3 cards of his or her deck. If any of them are basic Energy cards, he or she may show any number of them to you and put them into his or her hand. You do the same. Either way, each player shuffles his or her deck." }, { "name": "Core Blast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 20 more damage for each Special Energy card attached to the Defending Pokémon." @@ -2807,17 +2176,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The faster it swims, the brighter the glow on its forehead becomes.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -2830,32 +2195,22 @@ "id": "neo4-48", "name": "Light Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Pulse Guard", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, whenever 30 or more damage is done to Light Jolteon (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)" }, { "name": "Thunder Needle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads. If you get 2 or more heads, the Defending Pokémon is now Paralyzed." @@ -2871,9 +2226,7 @@ "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It can collect the ambient electrical energy in its cells and expel it in massive bursts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -2886,34 +2239,23 @@ "id": "neo4-49", "name": "Light Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Return Home", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If you have any Benched Pokémon, shuffle 1 of them and all cards attached to it into your deck." }, { "name": "Gentle Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon has no damage counters on it, this attack does 40 damage. If it has any, this attack does 20 damage." @@ -2925,18 +2267,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "This Pokémon never gets tired, no matter what it does or how hard it works.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal" }, @@ -2949,32 +2286,22 @@ "id": "neo4-50", "name": "Light Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Guiding Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Baby Pokémon or a Basic Pokémon card from your discard pile onto your Bench. (You can't use this attack if your Bench is full.)" }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy card attached to Light Ninetales in order to use this attack." @@ -2986,17 +2313,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Masako Yamashita", "rarity": "Uncommon", "flavorText": "It is said that each of its nine tails contains a different magical power.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -3009,31 +2332,22 @@ "id": "neo4-51", "name": "Light Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Fish Out", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent may choose up to 3 Baby Pokémon, Basic Pokémon, and/or Evolution cards from his or her discard pile and shuffle them into his or her deck. Either way, you may do the same." }, { "name": "Splash About", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If there are more Energy attached to the Defending Pokémon than to Light Slowbro, this attack does 20 damage plus 20 more damage. If not, this attack does 20 damage." @@ -3045,18 +2359,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "If the Shellder attached to its tail becomes separated, this Pokémon reverts to a normal Slowpoke.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal" }, @@ -3069,32 +2378,22 @@ "id": "neo4-52", "name": "Light Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Wash Away", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "If you have any Benched Pokémon, flip a coin. If heads, remove all damage counters from 1 of your Benched Pokémon and discard all Energy cards attached to it." }, { "name": "Hypnoshower", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Asleep. Remove 1 damage counter from each Benched Pokémon (yours and your opponent's) with any damage counters on it." @@ -3106,17 +2405,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "If its fins being to vibrate, it is a sign that it will begin raining soon.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -3129,31 +2424,22 @@ "id": "neo4-53", "name": "Light Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "attacks": [ { "name": "Mysterious Wing", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent may choose a Baby Pokémon, Basic Pokémon, or Evolution card from his or her discard pile and put it into his or her hand. Either way, you may do the same." }, { "name": "Synchronize", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If Light Venomoth and the Defending Pokémon have a different number of Energy cards attached to them, this attack does nothing." @@ -3175,9 +2461,7 @@ "artist": "Masako Yamashita", "rarity": "Uncommon", "flavorText": "It defends itself by flapping its wings at high speed, spreading poisonous powder throughout the air.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal" }, @@ -3190,32 +2474,22 @@ "id": "neo4-54", "name": "Light Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Evolution Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent may choose 1 of his or her Pokémon and search his or her deck for a card that evolves from that Pokémon. Your opponent attaches that card to that Pokémon. This counts as evolving that Pokémon. Either way, you may do the same, and then each player who searched shuffles his or her deck." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3233,17 +2507,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "If two of them brush against each other, they will not be able to separate themselves, as they enjoy touching each other's soft fur too much.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal" }, @@ -3256,35 +2526,22 @@ "id": "neo4-55", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Agility", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Scyther." }, { "name": "Sharp Sickle", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3302,17 +2559,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Shin-ichi Yoshida", "rarity": "Uncommon", "flavorText": "It moves so fast as to be invisible to the naked eye. Even when standing still, its camouflage prevents it from being seen.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -3325,33 +2578,22 @@ "id": "neo4-56", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon attacks during your opponent's next turn, any damage it does is reduced by 10 (before applying Weakness and Resistance)." }, { "name": "Spike Ball Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Togepi does 10 damage to itself." @@ -3363,17 +2605,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Its shell is said to contain happiness itself, which it will share with those who are kind to it.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -3386,14 +2624,10 @@ "id": "neo4-57", "name": "Unown [C]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3407,9 +2641,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3421,17 +2653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3444,14 +2672,10 @@ "id": "neo4-58", "name": "Unown [P]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3465,9 +2689,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3479,17 +2701,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3502,14 +2720,10 @@ "id": "neo4-59", "name": "Unown [Q]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3523,9 +2737,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3537,17 +2749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3560,14 +2768,10 @@ "id": "neo4-60", "name": "Unown [Z]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -3581,9 +2785,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3595,17 +2797,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "CR CG gangs", "rarity": "Uncommon", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -3618,23 +2816,15 @@ "id": "neo4-61", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3646,17 +2836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It is very meek and constantly crouches in a defensive posture. When threatened, it protects itself with the flame on its back.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal" }, @@ -3669,31 +2855,22 @@ "id": "neo4-62", "name": "Dark Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Ink Blast", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 damage plus 10 more damage for each Energy attached to Dark Octillery but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Tentacle Wrap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, during your opponent's next turn, your opponent pays Colorless more to retreat the Defending Pokémon." @@ -3705,18 +2882,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Shin-ichi Yoshida", "rarity": "Common", "flavorText": "It likes to sleep in rock caves and will even steal other Octillery's nests.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -3729,32 +2901,22 @@ "id": "neo4-63", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Colorless"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Shed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 1 damage counter from Dratini." }, { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -3766,17 +2928,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Large from birth, this Pokémon increases in size throughout its life by regularly shedding its skin.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal" }, @@ -3789,32 +2947,22 @@ "id": "neo4-64", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3826,17 +2974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Toshinao Aoki", "rarity": "Common", "flavorText": "Its shell is very durable, allowing it to survive even if the shell becomes cracked.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal" }, @@ -3849,23 +2993,15 @@ "id": "neo4-65", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." @@ -3881,9 +3017,7 @@ "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Its gas-like body allows it to enter almost anywhere, but it is vulnerable to high winds.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -3896,47 +3030,33 @@ "id": "neo4-66", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tail Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage; if tails, this attack does 10 damage." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its tail has a brain of its own, which can respond to stimuli such as scents. Many unsuspecting people have been bitten by it.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal" }, @@ -3949,24 +3069,15 @@ "id": "neo4-67", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Stun Poison", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." @@ -3988,9 +3099,7 @@ "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It spends its days hanging from cliffs, swooping down on any prey it spots from its high vantage point.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal" }, @@ -4003,24 +3112,15 @@ "id": "neo4-68", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4032,17 +3132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It fears nothing, not even opponents larger than itself.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -4055,31 +3151,21 @@ "id": "neo4-69", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Dodge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If Hitmonchan would be damaged by an attack during your opponent's next turn, flip a coin. If heads, prevent that attack's damage done to Hitmonchan. (Any other effects of attacks still happen.)" }, { "name": "Supersonic Jab", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4091,17 +3177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Shin-ichi Yoshida", "rarity": "Common", "flavorText": "Its punches are blindingly fast, but it can only fight for three minutes before tiring and needing to rest.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -4114,33 +3196,22 @@ "id": "neo4-70", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)" }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4158,17 +3229,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is born deep within the ground and has to burrow its way out.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -4181,24 +3248,15 @@ "id": "neo4-71", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Swift", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Pokémon Powers, or any other effects on the Defending Pokémon." @@ -4220,9 +3278,7 @@ "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Sensitive to cold, Ledyba gather in groups to share warmth when the temperature drops.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -4235,33 +3291,22 @@ "id": "neo4-72", "name": "Light Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Reflected Sunlight", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Attach up to 2 Grass Energy cards from your hand to 1 of your Grass Pokémon." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4273,17 +3318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Toshinao Aoki", "rarity": "Common", "flavorText": "Although it is extremely active during the day, it stops moving entirely as soon as the sun sets.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal" }, @@ -4296,33 +3337,22 @@ "id": "neo4-73", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4334,17 +3364,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Toshinao Aoki", "rarity": "Common", "flavorText": "When bored, this super-strong Pokémon trains by lifting rocks.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal" }, @@ -4357,21 +3383,14 @@ "id": "neo4-74", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Giant Wave", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Mantine can't attack during your next turn." @@ -4389,18 +3408,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "This Pokémon is perfectly adapted to its ocean home. It can gather up enough speed to burst above the water like a whale.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal" }, @@ -4413,23 +3427,15 @@ "id": "neo4-75", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4441,17 +3447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its soft wool coat captures air, allowing it to remain cool during the summer and warm in the winter.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -4464,23 +3466,15 @@ "id": "neo4-76", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Crushing Step", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage; if tails, this attack does 10 damage." @@ -4498,17 +3492,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It hits people with its nose as a sign of affection but doesn't know its own strength and so sometimes knocks people off their feet.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -4521,24 +3511,15 @@ "id": "neo4-77", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4550,18 +3531,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It waits suspended from tree branches for insects to fly into its mouth, often not moving for hours at a time.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal" }, @@ -4574,24 +3550,15 @@ "id": "neo4-78", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4609,17 +3576,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Hiromichi Sugiyama, CR CG gangs", "rarity": "Common", "flavorText": "This Pokémon was created by human computer engineering. Its program is only capable of simple action and reaction.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal" }, @@ -4632,33 +3595,22 @@ "id": "neo4-79", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Flipper Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Migraine", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, Psyduck is now Confused." @@ -4670,17 +3622,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Although possessed of great mental powers, it doesn't know how to use them.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -4693,23 +3641,15 @@ "id": "neo4-80", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Fury Strikes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4725,9 +3665,7 @@ "artist": "Jungo Suzuki, CR CG gangs", "rarity": "Common", "flavorText": "It can shoot a burst of water from its mouth to propel itself backward at high speeds, allowing it to flee from surprised enemies.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -4740,24 +3678,15 @@ "id": "neo4-81", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Take Down", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Seel does 10 damage to itself." @@ -4769,17 +3698,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Masako Yamashita", "rarity": "Common", "flavorText": "Although clumsy on land, it moves easily through the arctic waters it calls home.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -4792,24 +3717,15 @@ "id": "neo4-82", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4821,18 +3737,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "This Pokémon is often seen crawling around in volcanic regions.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal" }, @@ -4845,33 +3756,22 @@ "id": "neo4-83", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sunbathe", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, remove all damage counters from Sunkern. Search your deck for a card that evolves from Sunkern and attach that card to Sunkern. This counts as evolving Sunkern. Shuffle your deck afterward." @@ -4883,18 +3783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Etsuya Hattori", "rarity": "Common", "flavorText": "It is very small and powerless. If attacked, the best it can do is flap its leaves in an attempt to frighten away its enemies.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal" }, @@ -4907,24 +3802,15 @@ "id": "neo4-84", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Generate Cold", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4942,17 +3828,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It moves with its sensitive nose pressed to the ground, always searching for food.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal" }, @@ -4965,23 +3847,15 @@ "id": "neo4-85", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Water Energy attached to Totodile but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -4993,17 +3867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its highly developed jaws are powerful enough to crush anything. Even experienced adult trainers must handle it with great caution.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal" }, @@ -5016,14 +3886,10 @@ "id": "neo4-86", "name": "Unown [L]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -5037,9 +3903,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5051,17 +3915,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -5074,14 +3934,10 @@ "id": "neo4-87", "name": "Unown [S]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -5095,10 +3951,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5110,17 +3963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -5133,14 +3982,10 @@ "id": "neo4-88", "name": "Unown [T]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -5154,10 +3999,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5169,17 +4011,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -5192,14 +4030,10 @@ "id": "neo4-89", "name": "Unown [V]", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "You may have up to 4 Basic Pokémon cards in your deck with Unown in their names." ], @@ -5213,9 +4047,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5227,17 +4059,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "CR CG gangs", "rarity": "Common", "flavorText": "It is believed that the variety of types of this Pokémon were created by evolutionary adaptation, as each possesses a different ability.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal" }, @@ -5250,33 +4078,22 @@ "id": "neo4-90", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "The Defending Pokémon is now Poisoned." @@ -5288,17 +4105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Masako Yamashita", "rarity": "Common", "flavorText": "It possesses a type of radar, which it can use to find the insects it eats for food, even in pitch darkness.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal" }, @@ -5311,24 +4124,15 @@ "id": "neo4-91", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard 1 Fire Energy card attached to Vulpix in order to use this attack." @@ -5340,17 +4144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Masako Yamashita", "rarity": "Common", "flavorText": "As it grows older, its white tail changes colors and splits into six different tails. Its body radiates a faint warmth.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -5363,9 +4163,7 @@ "id": "neo4-92", "name": "Broken Ground Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Each player pays Colorless more to retreat a Baby Pokémon or Basic Pokémon." @@ -5385,9 +4183,7 @@ "id": "neo4-93", "name": "EXP.ALL", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach EXP.ALL to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "During your opponent's turn, if your Active Pokémon would be Knocked Out by your opponent's attack, you may take 1 of the basic Energy cards attached to your Active Pokémon and attach it to the Pokémon with EXP.ALL attached to it. If you do, discard EXP.ALL." @@ -5425,9 +4221,7 @@ "id": "neo4-95", "name": "Radio Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may look at the top 2 cards of his or her deck and put them back in the same order." @@ -5447,9 +4241,7 @@ "id": "neo4-96", "name": "Thought Wave Machine", "supertype": "Trainer", - "subtypes": [ - "Rocket's Secret Machine" - ], + "subtypes": ["Rocket's Secret Machine"], "rules": [ "Flip a coin until you get tails. For each heads, return an Energy card attached to your opponent's Active Pokémon to your opponent's hand. If the Pokémon has fewer attached Energy cards than that, return all of them to your opponent's hand. Your turn is over now (you don't get to attack)." ], @@ -5468,9 +4260,7 @@ "id": "neo4-97", "name": "Counterattack Claws", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Counterattack Claws to 1 of your Pokémon that doesn't have a Pokémon Tool attached to it.", "During your opponent's turn, if the Pokémon Counterattack Claws is attached to is your Active Pokémon and an opponent's attack damages it (even if it is Knocked Out), flip a coin. If heads, put 2 damage counters on the Defending Pokémon. Then, discard Counterattack Claws." @@ -5508,9 +4298,7 @@ "id": "neo4-99", "name": "Energy Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may flip a coin. If heads, that player puts a basic Energy card from his or her discard pile into his or her hand." @@ -5530,9 +4318,7 @@ "id": "neo4-100", "name": "Lucky Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play.", "Once during each player's turn (before attacking), that player may flip a coin. If heads, that player draws a card." @@ -5642,33 +4428,22 @@ "id": "neo4-106", "name": "Shining Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Grass" - ], - "rules": [ - "You can't have more than 1 Shining Celebi in your deck." - ], + "types": ["Grass"], + "rules": ["You can't have more than 1 Shining Celebi in your deck."], "attacks": [ { "name": "Healing Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Remove a number of damage counters from 1 of your Benched Pokémon equal to the number of Water Energy cards attached to Shining Celebi. If the Pokémon has fewer damage counters than that, remove all of them." }, { "name": "Miracle Leaf", - "cost": [ - "Grass", - "Psychic" - ], + "cost": ["Grass", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a number of coins equal to the number of Energy attached to the Defending Pokémon. If you get 1 or more heads, the Defending Pokémon is now Asleep, Confused, or Poisoned (your choice)." @@ -5680,17 +4455,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Hironobu Yoshida", "rarity": "Rare Shining", "flavorText": "It is worshipped as a god of the forest. It appears only in undisturbed old-growth forests.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -5703,27 +4474,15 @@ "id": "neo4-107", "name": "Shining Charizard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "61", "hp": "100", - "types": [ - "Fire" - ], - "rules": [ - "You can't have more than 1 Shining Charizard in your deck." - ], + "types": ["Fire"], + "rules": ["You can't have more than 1 Shining Charizard in your deck."], "attacks": [ { "name": "White-hot Flame", - "cost": [ - "Fire", - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 5, "damage": "100", "text": "Discard 1 Fire Energy card and 1 Lightning Energy card attached to Shining Charizard or this attack does nothing. Flip a coin. If tails, Shining Charizard does 30 damage to itself." @@ -5741,19 +4500,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "Hironobu Yoshida", "rarity": "Rare Shining", "flavorText": "The flames it breathes are so hot that they can melt anything.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -5766,37 +4519,22 @@ "id": "neo4-108", "name": "Shining Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "80", - "types": [ - "Fighting" - ], - "rules": [ - "You can't have more than 1 Shining Kabutops in your deck." - ], + "types": ["Fighting"], + "rules": ["You can't have more than 1 Shining Kabutops in your deck."], "attacks": [ { "name": "Lightning Cut", - "cost": [ - "Fighting", - "Fighting", - "Lightning" - ], + "cost": ["Fighting", "Fighting", "Lightning"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage and does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If tails, this attack does 30 damage and Shining Kabutops does 10 damage to itself." }, { "name": "Water Slash", - "cost": [ - "Fighting", - "Fighting", - "Water", - "Water" - ], + "cost": ["Fighting", "Fighting", "Water", "Water"], "convertedEnergyCost": 4, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each Water Energy attached to Shining Kabutops but not used to pay for this attack's Energy cost. Don't apply Resistance." @@ -5808,18 +4546,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Hironobu Yoshida", "rarity": "Rare Shining", "flavorText": "This ancient Pokémon uses its razor-sharp claws to cut open its prey and gain access to its blood.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -5832,35 +4565,22 @@ "id": "neo4-109", "name": "Shining Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "63", "hp": "70", - "types": [ - "Psychic" - ], - "rules": [ - "You can't have more than 1 Shining Mewtwo in your deck." - ], + "types": ["Psychic"], + "rules": ["You can't have more than 1 Shining Mewtwo in your deck."], "attacks": [ { "name": "Reflect Shield", - "cost": [ - "Psychic", - "Lightning" - ], + "cost": ["Psychic", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "If an attack does damage to Shining Mewtwo during your opponent's next turn (even if Shining Mewtwo is Knocked Out), flip a coin. If heads, prevent all damage done to Shining Mewtwo from that attack (any other effects of attacks still happen) and do 20 damage to the attacking Pokémon." }, { "name": "Psyburst", - "cost": [ - "Psychic", - "Psychic", - "Fire" - ], + "cost": ["Psychic", "Psychic", "Fire"], "convertedEnergyCost": 3, "damage": "40+", "text": "Discard a Fire Energy card attached to Shining Mewtwo or this attack does nothing. This attack does 40 damage plus 10 damage for each Energy attached to the Defending Pokémon." @@ -5872,18 +4592,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Hironobu Yoshida", "rarity": "Rare Shining", "flavorText": "It uses its highly developed psychic powers to defeat its enemies before they even have time to think.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -5896,25 +4611,15 @@ "id": "neo4-110", "name": "Shining Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "24", "hp": "60", - "types": [ - "Colorless" - ], - "rules": [ - "You can't have more than 1 Shining Noctowl in your deck." - ], + "types": ["Colorless"], + "rules": ["You can't have more than 1 Shining Noctowl in your deck."], "attacks": [ { "name": "Flashing Eyes", - "cost": [ - "Psychic", - "Lightning", - "Colorless" - ], + "cost": ["Psychic", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip 3 coins. If exactly 1 is heads, the Defending Pokémon is now Asleep. If exactly 2 are heads, the Defending Pokémon is now Confused. If all 3 are heads, the Defending Pokémon is now Paralyzed." @@ -5932,17 +4637,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Ken Sugimori", "rarity": "Rare Shining", "flavorText": "It speeds up its thought processes by turning its head around 180 degrees.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal" }, @@ -5955,26 +4656,15 @@ "id": "neo4-111", "name": "Shining Raichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Lightning" - ], - "rules": [ - "You can't have more than 1 Shining Raichu in your deck." - ], + "types": ["Lightning"], + "rules": ["You can't have more than 1 Shining Raichu in your deck."], "attacks": [ { "name": "Thundersquall", - "cost": [ - "Lightning", - "Lightning", - "Water", - "Water" - ], + "cost": ["Lightning", "Lightning", "Water", "Water"], "convertedEnergyCost": 4, "damage": "40", "text": "If your opponent has any Benched Pokémon, choose 1 of them and this attack does 10 damage to that Pokémon for each Water Energy attached to Shining Raichu. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5986,17 +4676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Hironobu Yoshida", "rarity": "Rare Shining", "flavorText": "If the electricity in its cheeks runs out, it sticks its tail straight up and uses it to collect energy from the air.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -6009,26 +4695,15 @@ "id": "neo4-112", "name": "Shining Steelix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "51", "hp": "90", - "types": [ - "Metal" - ], - "rules": [ - "You can't have more than 1 Shining Steelix in your deck." - ], + "types": ["Metal"], + "rules": ["You can't have more than 1 Shining Steelix in your deck."], "attacks": [ { "name": "Crushing Earth", - "cost": [ - "Metal", - "Metal", - "Fighting", - "Fighting" - ], + "cost": ["Metal", "Metal", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If heads, this attack does 10 damage to each Benched Pokémon (yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) If tails, this attack does nothing. Either way, Shining Steelix can't attack during your next turn." @@ -6046,20 +4721,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "112", "artist": "Ken Sugimori", "rarity": "Rare Shining", "flavorText": "If an Onix lives 100 years or more, its skin hardens, eventually becoming even harder than a diamond.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -6072,37 +4740,22 @@ "id": "neo4-113", "name": "Shining Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "80", - "types": [ - "Darkness" - ], - "rules": [ - "You can't have more than 1 Shining Tyranitar in your deck." - ], + "types": ["Darkness"], + "rules": ["You can't have more than 1 Shining Tyranitar in your deck."], "attacks": [ { "name": "Mountain Crush", - "cost": [ - "Darkness", - "Fighting", - "Fighting" - ], + "cost": ["Darkness", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin until you get tails. For each heads, your opponent discards the top card from his or her deck." }, { "name": "Destructive Fire", - "cost": [ - "Darkness", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Darkness", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin for each Fire Energy card attached to Shining Tyranitar. For each heads, discard a Fire Energy card attached to Shining Tyranitar or this attack does nothing. Then, for each heads, choose an Energy card attached to the Defending Pokémon and discard it. If it has fewer Energy cards than that, remove all of them." @@ -6114,19 +4767,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Ken Sugimori", "rarity": "Rare Shining", "flavorText": "It is so powerful, it can knock down a mountain with hust one arm.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -6135,4 +4782,4 @@ "large": "https://images.pokemontcg.io/neo4/113_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/np.json b/cards/en/np.json index f1b6bcb6d..4de6f9877 100644 --- a/cards/en/np.json +++ b/cards/en/np.json @@ -3,26 +3,16 @@ "id": "np-1", "name": "Kyogre ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Major Flood", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard a Water Energy card attached to Kyogre ex. Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -34,18 +24,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Hiromichi Sugiyama", "rarity": "Promo", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -58,26 +42,16 @@ "id": "np-2", "name": "Groudon ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Major Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard a Fighting Energy card attached to Groudon ex. Does 10 damage to your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -89,18 +63,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Kazuo Yazawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -113,32 +81,21 @@ "id": "np-3", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -156,16 +113,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -178,35 +131,22 @@ "id": "np-4", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Poison Breath", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Swift", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -224,16 +164,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Midori Harada", "rarity": "Promo", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -246,32 +182,21 @@ "id": "np-5", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -283,16 +208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -305,32 +226,21 @@ "id": "np-6", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Torchic." @@ -342,16 +252,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -364,32 +270,21 @@ "id": "np-7", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -407,16 +302,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -429,32 +320,21 @@ "id": "np-8", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy card attached to Torchic." @@ -466,16 +346,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -488,34 +364,22 @@ "id": "np-9", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -527,16 +391,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -549,32 +409,21 @@ "id": "np-10", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -586,16 +435,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -608,34 +453,22 @@ "id": "np-11", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -647,16 +480,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -669,32 +498,21 @@ "id": "np-12", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Pikachu during your opponent's next turn." }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -706,16 +524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -728,32 +542,21 @@ "id": "np-13", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Plunder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon (before they affect the damage.)." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -765,16 +568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -787,29 +586,20 @@ "id": "np-14", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Super Psy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -821,17 +611,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -844,30 +629,20 @@ "id": "np-15", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Super Psy", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Freeze Dry", - "cost": [ - "Water", - "Psychic", - "Lightning" - ], + "cost": ["Water", "Psychic", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -879,18 +654,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "Ken Sugimori", "rarity": "Promo", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -903,31 +672,21 @@ "id": "np-16", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sporadic Sponging", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, remove 1 damage counter from Treecko." @@ -945,16 +704,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -967,23 +722,14 @@ "id": "np-17", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card attached to Torchic." @@ -995,16 +741,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -1017,32 +759,21 @@ "id": "np-18", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Surf", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Whirlpool", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1054,16 +785,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -1076,31 +803,21 @@ "id": "np-19", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1112,16 +829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -1134,13 +847,9 @@ "id": "np-20", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -1152,11 +861,7 @@ "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -1168,17 +873,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -1191,28 +891,20 @@ "id": "np-21", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "The Third Eye", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Jirachi and draw 3 cards." }, { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." @@ -1224,16 +916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -1246,16 +934,10 @@ "id": "np-22", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Magnetic Call", @@ -1266,10 +948,7 @@ "attacks": [ { "name": "Metal Charge", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Put 1 damage counter on Beldum." @@ -1287,17 +966,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -1310,33 +984,22 @@ "id": "np-23", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Metal Load", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Metal Energy card and attach it to Metang." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1354,17 +1017,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -1377,29 +1035,20 @@ "id": "np-24", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Resonate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches each Defending Pokémon with his or her Benched Pokémon. If your opponent has only 1 Benched Pokémon, you choose the Defending Pokémon to switch." }, { "name": "Healing Sound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove 3 damage counters from each of your Active Pokémon. Each Defending Pokémon is now Asleep." @@ -1411,16 +1060,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -1433,33 +1078,21 @@ "id": "np-25", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "attacks": [ { "name": "Sand Pit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat until the end of your opponent's next turn." }, { "name": "Dragonbreath", - "cost": [ - "Grass", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing." @@ -1477,17 +1110,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -1536,9 +1164,7 @@ "id": "np-28", "name": "Championship Arena", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "At the end of each player's turn, if that player has 8 or more cards in his or her hand, that player discards a number of cards until that player has 7 cards left in his or her hand." @@ -1558,20 +1184,13 @@ "id": "np-29", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Leaf Slice", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -1583,16 +1202,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Hajime Kusajima", "rarity": "Promo", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -1605,13 +1220,9 @@ "id": "np-30", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pure Body", @@ -1622,11 +1233,7 @@ "attacks": [ { "name": "Hypno Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 20 more damage. If tails, this attack does 30 damage and the Defending Pokémon is now Asleep." @@ -1638,16 +1245,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Atsuko Nishida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -1660,14 +1263,9 @@ "id": "np-31", "name": "Moltres ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1681,20 +1279,14 @@ "attacks": [ { "name": "Flame Gift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may move a Fire Energy card attached to Moltres ex to 1 of your Pokémon." }, { "name": "Scorching Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard all Fire Energy attached to Moltres ex." @@ -1706,17 +1298,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ken Ikuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -1729,14 +1316,9 @@ "id": "np-32", "name": "Articuno ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1750,20 +1332,14 @@ "attacks": [ { "name": "Ice Gift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may move a Water Energy attached to Articuno ex to 1 of your Pokémon." }, { "name": "Freezing Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -1775,17 +1351,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Nakaoka", "rarity": "Promo", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -1798,14 +1369,9 @@ "id": "np-33", "name": "Zapdos ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1819,20 +1385,14 @@ "attacks": [ { "name": "Thunder Gift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may move a Lightning Energy card attached to Zapdos ex to 1 of your Pokémon." }, { "name": "Lightning Wing", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1844,17 +1404,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "K. Hoshiba", "rarity": "Promo", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -1867,13 +1422,9 @@ "id": "np-34", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -1885,20 +1436,14 @@ "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Rage", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each damage counter on Typhlosion." @@ -1910,16 +1455,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Hajime Kusajima", "rarity": "Promo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal" }, @@ -1932,32 +1473,21 @@ "id": "np-35", "name": "Pikachu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Metal"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -1969,16 +1499,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -2009,14 +1535,9 @@ "id": "np-37", "name": "Kyogre ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2030,21 +1551,14 @@ "attacks": [ { "name": "Aqua Supply", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may attach a basic Energy card from your hand to 1 of your Pokémon." }, { "name": "Tsunami", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2056,17 +1570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal" }, @@ -2079,14 +1588,9 @@ "id": "np-38", "name": "Groudon ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2100,21 +1604,14 @@ "attacks": [ { "name": "Mix-Up", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent discards the top card from his or her deck." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2126,17 +1623,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal" }, @@ -2149,14 +1641,9 @@ "id": "np-39", "name": "Rayquaza ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2170,21 +1657,14 @@ "attacks": [ { "name": "Dragon Bind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Twister", - "cost": [ - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -2202,16 +1682,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -2224,28 +1700,20 @@ "id": "np-40", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psywave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to the Defending Pokémon." }, { "name": "Devolution Beam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 of either player's Evolved Pokémon, remove the highest stage Evolution card from that Pokémon, and put it into that player's hand." @@ -2257,16 +1725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Masakazu Fukuda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/pgo.json b/cards/en/pgo.json index 84be00b02..2d4548f00 100644 --- a/cards/en/pgo.json +++ b/cards/en/pgo.json @@ -3,32 +3,21 @@ "id": "pgo-1", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,18 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "sowsow", "rarity": "Common", "flavorText": "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -67,34 +51,22 @@ "id": "pgo-2", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Summoning Aroma", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -106,19 +78,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "zig", "rarity": "Uncommon", "flavorText": "When the bulb on its back grows large, it appears to lose the ability to stand on its hind legs.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -134,13 +100,9 @@ "id": "pgo-3", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -152,12 +114,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -169,20 +126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "3", "artist": "KEIICHIRO ITO", "rarity": "Rare Holo", "flavorText": "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -198,14 +148,9 @@ "id": "pgo-4", "name": "Radiant Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -219,11 +164,7 @@ "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." @@ -235,19 +176,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Misa Tsutsui", "rarity": "Radiant Rare", "flavorText": "Its plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -263,34 +198,23 @@ "id": "pgo-5", "name": "Alolan Exeggutor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Growing Tall", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 5 Grass Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Head Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each Grass Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -302,18 +226,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -329,22 +247,14 @@ "id": "pgo-6", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -356,17 +266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Although the poison from its fangs isn't that strong, it's potent enough to weaken prey that gets caught in its web.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -382,30 +288,21 @@ "id": "pgo-7", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Poison String-Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned." }, { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 50 damage from this Pokémon." @@ -417,17 +314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "It spews threads from its mouth to catch its prey. When night falls, it leaves its web to go hunt aggressively.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -443,22 +336,14 @@ "id": "pgo-8", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Tail on Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -470,17 +355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "saino misaki", "rarity": "Common", "flavorText": "It has a preference for hot things. When it rains, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -496,36 +377,22 @@ "id": "pgo-9", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard a Fire Energy from this Pokémon." @@ -537,18 +404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Shiburingaru", "rarity": "Uncommon", "flavorText": "It has a barbaric nature. In battle, it whips its fiery tail around and slashes away with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -564,13 +426,9 @@ "id": "pgo-10", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -582,12 +440,7 @@ "attacks": [ { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Discard all Fire Energy from this Pokémon." @@ -599,19 +452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -627,14 +474,9 @@ "id": "pgo-11", "name": "Radiant Charizard", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -648,13 +490,7 @@ "attacks": [ { "name": "Combustion Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "During your next turn, this Pokémon can't use Combustion Blast." @@ -666,19 +502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Shigenori Negishi", "rarity": "Radiant Rare", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -694,13 +524,9 @@ "id": "pgo-12", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Flare Symbol", @@ -711,11 +537,7 @@ "attacks": [ { "name": "Fire Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -727,18 +549,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Pani Kobayashi", "rarity": "Rare Holo", "flavorText": "It's one of the legendary bird Pokémon. When Moltres flaps its flaming wings, they glimmer with a dazzling red glow.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -754,34 +571,21 @@ "id": "pgo-13", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Stomp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 more damage." @@ -793,19 +597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "The magma in its body reaches 2,200 degrees Fahrenheit. Its hump gets smaller when it uses Fire-type moves.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -821,32 +619,21 @@ "id": "pgo-14", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -858,20 +645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "yuu", "rarity": "Uncommon", "flavorText": "If angered, the humps on its back erupt in a shower of molten lava. It lives in the craters of volcanoes.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -887,22 +667,14 @@ "id": "pgo-15", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -914,17 +686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "sowsow", "rarity": "Common", "flavorText": "When it retracts its long neck into its shell, it squirts out water with vigorous force.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -940,34 +708,22 @@ "id": "pgo-16", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 10 more damage for each Water Energy attached to this Pokémon." @@ -979,18 +735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "kurumitsu", "rarity": "Uncommon", "flavorText": "It is recognized as a symbol of longevity. If its shell has algae on it, that Wartortle is very old.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1006,13 +757,9 @@ "id": "pgo-17", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -1024,12 +771,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -1041,19 +783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "It crushes its foe under its heavy body to cause fainting. In a pinch, it will withdraw inside its shell.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1069,14 +805,9 @@ "id": "pgo-18", "name": "Radiant Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -1090,11 +821,7 @@ "attacks": [ { "name": "Torrential Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "During your next turn, this Pokémon can't use Torrential Cannon." @@ -1106,18 +833,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Radiant Rare", "flavorText": "It crushes its foe under its heavy body to cause fainting. In a pinch, it will withdraw inside its shell.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1133,32 +855,21 @@ "id": "pgo-19", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Hold Still", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Ideal Fishing Day", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Put an Item card from your discard pile into your hand." @@ -1170,18 +881,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "N-DESIGN Inc.", "rarity": "Common", "flavorText": "Slow-witted and oblivious, this Pokémon won't feel any pain if its tail gets eaten. It won't notice when its tail grows back, either.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1197,30 +903,21 @@ "id": "pgo-20", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Tumbling Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Both Active Pokémon are now Asleep." }, { "name": "Twilight Inspiration", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if your opponent has exactly 1 Prize card remaining. Take 2 Prize cards." @@ -1232,19 +929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Slowpoke became Slowbro when a Shellder bit on to its tail. Sweet flavors seeping from the tail make the Shellder feel as if its life is a dream.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1260,32 +951,21 @@ "id": "pgo-21", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Lively Grouping", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any number of Magikarp, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Raging Fin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Magikarp and Gyarados in your discard pile." @@ -1297,17 +977,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "N-DESIGN Inc.", "rarity": "Common", "flavorText": "It is virtually worthless in terms of both power and speed. It is the most weak and pathetic Pokémon in the world.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1323,32 +999,21 @@ "id": "pgo-22", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Wreak Havoc", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, discard the top 2 cards of your opponent's deck." }, { "name": "Wild Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "Discard the top 5 cards of your deck." @@ -1360,19 +1025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It has an extremely aggressive nature. The Hyper Beam it shoots from its mouth totally incinerates all targets.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1388,30 +1047,20 @@ "id": "pgo-23", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1423,18 +1072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo", "flavorText": "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1450,13 +1094,9 @@ "id": "pgo-24", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Ice Symbol", @@ -1467,11 +1107,7 @@ "attacks": [ { "name": "Freezing Wind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1483,18 +1119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Jiro Sasumo", "rarity": "Rare Holo", "flavorText": "It's said that this Pokémon's beautiful blue wings are made of ice. Articuno flies over snowy mountains, its long tail fluttering along behind it.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1510,16 +1141,10 @@ "id": "pgo-25", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Water"], + "evolvesTo": ["Golisopod"], "abilities": [ { "name": "Punk Out", @@ -1530,9 +1155,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1544,19 +1167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It's nature's cleaner—it eats anything and everything, including garbage and rotten things. The ground near its nest is always clean.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1572,31 +1189,21 @@ "id": "pgo-26", "name": "Golisopod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wimpod", "attacks": [ { "name": "First Impression", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 90 more damage." }, { "name": "Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1608,18 +1215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "otumami", "rarity": "Rare Holo", "flavorText": "It will do anything to win, taking advantage of every opening and finishing opponents off with the small claws on its front legs.", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1635,24 +1237,14 @@ "id": "pgo-27", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Buddy Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If you played a Supporter card from your hand during this turn, this attack does 30 more damage." @@ -1664,17 +1256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "N-DESIGN Inc.", "rarity": "Common", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1690,24 +1278,14 @@ "id": "pgo-28", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon also does 30 damage to itself." @@ -1719,17 +1297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Narumi Sato", "rarity": "Rare Holo", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1745,13 +1319,9 @@ "id": "pgo-29", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Lightning Symbol", @@ -1762,11 +1332,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1778,18 +1344,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "This Pokémon has complete control over electricity. There are tales of Zapdos nesting in the dark depths of pitch-black thunderclouds.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1805,35 +1366,23 @@ "id": "pgo-30", "name": "Mewtwo V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Transfer Break", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1851,17 +1400,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Nurikabe", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1877,13 +1421,9 @@ "id": "pgo-31", "name": "Mewtwo VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -1891,20 +1431,14 @@ "attacks": [ { "name": "Psy Purge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 Psychic Energy from your Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Star Raid", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 120 damage to each of your opponent's Pokémon V. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -1922,17 +1456,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1948,32 +1477,21 @@ "id": "pgo-32", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Peck", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1991,17 +1509,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It is extremely good at climbing tree trunks and likes to eat the new sprouts on the trees.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2017,30 +1531,21 @@ "id": "pgo-33", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Pinpoint Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 90 damage to 1 of your opponent's Pokémon V. This damage isn't affected by Weakness or Resistance." }, { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -2062,9 +1567,7 @@ "artist": "Hataya", "rarity": "Uncommon", "flavorText": "They say that it stays still and quiet because it is seeing both the past and future at the same time.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2080,30 +1583,20 @@ "id": "pgo-34", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Moon Kinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -2121,17 +1614,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "The phase of the moon apparently has some effect on its power. It's active on the night of a full moon.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2147,31 +1636,21 @@ "id": "pgo-35", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Souvenir", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Wonder Flash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is a Dragon Pokémon, this attack does 90 more damage." @@ -2183,17 +1662,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsushi Furusawa", "rarity": "Rare Holo", "flavorText": "By releasing enmity-erasing waves from its ribbonlike feelers, Sylveon stops any conflict.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2209,36 +1684,21 @@ "id": "pgo-36", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Tomb", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Raging Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "This attack does 50 damage for each damage counter on this Pokémon." @@ -2250,20 +1710,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "36", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "As it digs through the ground, it absorbs many hard objects. This is what makes its body so solid.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2279,22 +1732,14 @@ "id": "pgo-37", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2306,17 +1751,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "sui", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2332,34 +1773,22 @@ "id": "pgo-38", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Crashing Bullet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2371,17 +1800,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Even sealed in its shell, it can move freely. Hard and fast, it has outstanding destructive power.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2397,13 +1822,9 @@ "id": "pgo-39", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Sun Energy", @@ -2414,10 +1835,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2429,17 +1847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2455,34 +1869,23 @@ "id": "pgo-40", "name": "Conkeldurr V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Counter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 90 more damage, and your opponent's Active Pokémon is now Confused." @@ -2494,18 +1897,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2521,23 +1918,14 @@ "id": "pgo-41", "name": "Alolan Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Darkness"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2549,17 +1937,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "Night after night, they sneak into people's homes seeking food. A massive outbreak of them has become an issue of public concern.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2575,31 +1959,21 @@ "id": "pgo-42", "name": "Alolan Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Rattata", "attacks": [ { "name": "Chase Up", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 10." @@ -2611,19 +1985,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It commands a nest of Rattata. Different nests don't get along, whipping up severe fights over feeding grounds.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2639,33 +2007,21 @@ "id": "pgo-43", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Raging Crash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each damage counter on all of your Benched Pokémon." }, { "name": "Earthquake", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2677,19 +2033,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Nisota Niso", "rarity": "Rare Holo", "flavorText": "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2705,34 +2055,21 @@ "id": "pgo-44", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Iron Buster", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "During your next turn, this Pokémon can't attack." @@ -2750,20 +2087,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "44", "artist": "GOSSAN", "rarity": "Uncommon", "flavorText": "It is said that if an Onix lives for over 100 years, its composition changes to become diamond-like.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2779,23 +2109,14 @@ "id": "pgo-45", "name": "Meltan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Melmetal" - ], + "types": ["Metal"], + "evolvesTo": ["Melmetal"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2813,18 +2134,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.", - "nationalPokedexNumbers": [ - 808 - ], + "nationalPokedexNumbers": [808], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2840,32 +2156,21 @@ "id": "pgo-46", "name": "Melmetal", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Swinging Smash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 90 more damage for each heads." @@ -2883,20 +2188,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "46", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2912,35 +2210,23 @@ "id": "pgo-47", "name": "Melmetal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Arm Charge", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50", "text": "You may attach a Metal Energy card from your hand to this Pokémon." }, { "name": "Mega Punch", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -2958,18 +2244,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "sadaji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2985,13 +2265,9 @@ "id": "pgo-48", "name": "Melmetal VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Melmetal V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2999,11 +2275,7 @@ "attacks": [ { "name": "G-Max Juggernaut", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "160+", "text": "This attack does 60 more damage for each extra Metal Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 120 damage in this way." @@ -3021,19 +2293,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "48", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3049,51 +2314,34 @@ "id": "pgo-49", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Buster Tail", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "kawayoo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3109,13 +2357,9 @@ "id": "pgo-50", "name": "Dragonite VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonite V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3123,37 +2367,25 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "During your next turn, this Pokémon can't attack." }, { "name": "Draconic Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 12 cards of your deck and attach any number of Water or Lightning Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3169,32 +2401,21 @@ "id": "pgo-51", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Delicious Egg", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Benched Pokémon." }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3206,19 +2427,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "The egg Chansey carries is not only delicious but also packed with nutrition. It's used as a high-class cooking ingredient.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3234,31 +2449,21 @@ "id": "pgo-52", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "attacks": [ { "name": "Enriching Egg", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 1 of your Benched Pokémon." }, { "name": "Zen Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3270,20 +2475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "52", "artist": "Teeziro", "rarity": "Rare Holo", "flavorText": "Whenever a Blissey finds a weakened Pokémon, it will share its egg and offer its care until the other Pokémon is all better.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3299,13 +2497,9 @@ "id": "pgo-53", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sudden Transformation", @@ -3319,17 +2513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "It can reconstitute its entire cellular structure to change into what it sees, but it returns to normal when it relaxes.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3345,13 +2535,9 @@ "id": "pgo-54", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3365,19 +2551,14 @@ "attacks": [ { "name": "Whiny Voice", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3389,17 +2570,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "N-DESIGN Inc.", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3415,13 +2592,9 @@ "id": "pgo-55", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Block", @@ -3432,12 +2605,7 @@ "attacks": [ { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon is now Asleep." @@ -3449,20 +2617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "55", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3478,33 +2639,21 @@ "id": "pgo-56", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Bustle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3516,17 +2665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It searches for prey from the tops of trees. When it spots its favorite food, Bounsweet, Aipom gets excited and pounces.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3542,13 +2687,9 @@ "id": "pgo-57", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "abilities": [ { @@ -3560,9 +2701,7 @@ "attacks": [ { "name": "Full Tilt Fling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage for each heads." @@ -3574,17 +2713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Scav", "rarity": "Common", "flavorText": "It uses its tails for everything. If it wraps both of its tails around you and gives you a squeeze, that's proof it really likes you.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3600,14 +2735,9 @@ "id": "pgo-58", "name": "Slaking V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3621,12 +2751,7 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "260", "text": "" @@ -3638,18 +2763,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3665,24 +2784,14 @@ "id": "pgo-59", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This Pokémon also does 10 damage to itself." @@ -3694,18 +2803,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3721,13 +2825,9 @@ "id": "pgo-60", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -3739,11 +2839,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3755,18 +2851,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3782,32 +2873,21 @@ "id": "pgo-61", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3825,17 +2905,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "N-DESIGN Inc.", "rarity": "Common", "flavorText": "Where people go, these Pokémon follow. If you're scattering food for them, be careful— several hundred of them can gather at once.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3851,33 +2927,22 @@ "id": "pgo-62", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Aerial Ace", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3895,17 +2960,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "0313", "rarity": "Common", "flavorText": "It can fly moderately quickly. No matter how far it travels, it can always find its way back to its master and its nest.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3921,30 +2982,21 @@ "id": "pgo-63", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Hurricane Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "Flip 4 coins. This attack does 70 damage for each heads." @@ -3962,17 +3014,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "GIDORA", "rarity": "Uncommon", "flavorText": "Unfezant are exceptional fliers. The females are known for their stamina, while the males outclass them in terms of speed.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3988,9 +3036,7 @@ "id": "pgo-64", "name": "Blanche", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Water Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4013,9 +3059,7 @@ "id": "pgo-65", "name": "Candela", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4038,9 +3082,7 @@ "id": "pgo-66", "name": "Egg Incubator", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon, put it onto your Bench, and shuffle your deck. If tails, put this Egg Incubator on the bottom of your deck instead of in the discard pile.", "You may play any number of Item cards during your turn." @@ -4063,9 +3105,7 @@ "id": "pgo-67", "name": "Lure Module", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player reveals the top 3 cards of their deck and puts all Pokémon they find there into their hand. Then, each player shuffles the other cards back into their deck.", "You may play any number of Item cards during your turn." @@ -4088,9 +3128,7 @@ "id": "pgo-68", "name": "PokéStop", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard 3 cards from the top of their deck. If a player discarded any Item cards in this way, they put those Item cards into their hand." ], @@ -4112,9 +3150,7 @@ "id": "pgo-69", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it, skipping the Stage 1. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play any number of Item cards during your turn." @@ -4137,9 +3173,7 @@ "id": "pgo-70", "name": "Spark", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4162,34 +3196,23 @@ "id": "pgo-71", "name": "Alolan Exeggutor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Growing Tall", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 5 Grass Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Head Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each Grass Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4201,18 +3224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "MUGENUP", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4228,35 +3245,23 @@ "id": "pgo-72", "name": "Mewtwo V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Transfer Break", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -4274,17 +3279,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4300,34 +3300,23 @@ "id": "pgo-73", "name": "Conkeldurr V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Counter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 90 more damage, and your opponent's Active Pokémon is now Confused." @@ -4339,18 +3328,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4366,34 +3349,23 @@ "id": "pgo-74", "name": "Conkeldurr V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Counter", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 90 more damage, and your opponent's Active Pokémon is now Confused." @@ -4405,18 +3377,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4432,35 +3398,23 @@ "id": "pgo-75", "name": "Melmetal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Arm Charge", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50", "text": "You may attach a Metal Energy card from your hand to this Pokémon." }, { "name": "Mega Punch", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -4478,18 +3432,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "sadaji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4505,51 +3453,34 @@ "id": "pgo-76", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Buster Tail", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4565,14 +3496,9 @@ "id": "pgo-77", "name": "Slaking V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4586,12 +3512,7 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "260", "text": "" @@ -4603,18 +3524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "77", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4630,9 +3545,7 @@ "id": "pgo-78", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -4656,13 +3569,9 @@ "id": "pgo-79", "name": "Mewtwo VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -4670,20 +3579,14 @@ "attacks": [ { "name": "Psy Purge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 Psychic Energy from your Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Star Raid", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 120 damage to each of your opponent's Pokémon V. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -4701,17 +3604,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4727,13 +3625,9 @@ "id": "pgo-80", "name": "Melmetal VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Melmetal V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4741,11 +3635,7 @@ "attacks": [ { "name": "G-Max Juggernaut", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "160+", "text": "This attack does 60 more damage for each extra Metal Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 120 damage in this way." @@ -4763,19 +3653,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4791,13 +3674,9 @@ "id": "pgo-81", "name": "Dragonite VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonite V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -4805,37 +3684,25 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "During your next turn, this Pokémon can't attack." }, { "name": "Draconic Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 12 cards of your deck and attach any number of Water or Lightning Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4851,9 +3718,7 @@ "id": "pgo-82", "name": "Blanche", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Water Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4876,9 +3741,7 @@ "id": "pgo-83", "name": "Candela", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4901,9 +3764,7 @@ "id": "pgo-84", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -4927,9 +3788,7 @@ "id": "pgo-85", "name": "Spark", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -4952,13 +3811,9 @@ "id": "pgo-86", "name": "Mewtwo VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -4966,20 +3821,14 @@ "attacks": [ { "name": "Psy Purge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 Psychic Energy from your Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Star Raid", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 120 damage to each of your opponent's Pokémon V. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -4997,17 +3846,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5023,9 +3867,7 @@ "id": "pgo-87", "name": "Egg Incubator", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Basic Pokémon, put it onto your Bench, and shuffle your deck. If tails, put this Egg Incubator on the bottom of your deck instead of in the discard pile.", "You may play any number of Item cards during your turn." @@ -5048,9 +3890,7 @@ "id": "pgo-88", "name": "Lure Module", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player reveals the top 3 cards of their deck and puts all Pokémon they find there into their hand. Then, each player shuffles the other cards back into their deck.", "You may play any number of Item cards during your turn." @@ -5069,4 +3909,4 @@ "large": "https://images.pokemontcg.io/pgo/88_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pl1.json b/cards/en/pl1.json index 750eb9041..678aba851 100644 --- a/cards/en/pl1.json +++ b/cards/en/pl1.json @@ -3,14 +3,10 @@ "id": "pl1-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "57", "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -22,21 +18,14 @@ "attacks": [ { "name": "Gigavolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed." }, { "name": "Reflect Energy", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Move an Energy card attached to Ampharos to 1 of your Benched Pokémon." @@ -54,17 +43,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -77,14 +61,10 @@ "id": "pl1-2", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "60", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -96,22 +76,14 @@ "attacks": [ { "name": "Aqua Press", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to all Pokémon (both yours and your opponent's)." }, { "name": "Double Launcher", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy attached to Blastoise. Choose 2 of your opponent's Benched Pokémon. This attack does 60 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Blastoise can't use Double Launcher during your next turn." @@ -123,17 +95,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -146,14 +113,10 @@ "id": "pl1-3", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -165,21 +128,14 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Energy attached to Blaziken." @@ -191,16 +147,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -213,14 +165,10 @@ "id": "pl1-4", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "53", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -232,20 +180,14 @@ "attacks": [ { "name": "Power Heal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Delcatty. Then, remove 2 damage counters from Delcatty." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -257,16 +199,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -279,14 +217,10 @@ "id": "pl1-5", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "72", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Reverse Time", @@ -297,11 +231,7 @@ "attacks": [ { "name": "Time-Space Traveling", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Draw cards until you have 7 cards in your hand." @@ -319,19 +249,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -344,14 +268,10 @@ "id": "pl1-6", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "70", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Time Aura", @@ -362,12 +282,7 @@ "attacks": [ { "name": "Metal Burn", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all Metal Energy attached to Dialga." @@ -385,18 +300,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -409,33 +319,21 @@ "id": "pl1-7", "name": "Dialga G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "79", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Deafen", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn." }, { "name": "Second Strike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage." @@ -453,17 +351,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Yusuke Ishikawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -476,14 +369,10 @@ "id": "pl1-8", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "61", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -495,20 +384,14 @@ "attacks": [ { "name": "Energy Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to Gardevoir and the Defending Pokémon." }, { "name": "Psychic Protection", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Gardevoir has no Weakness during your opponent's next turn." @@ -520,16 +403,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal" }, @@ -542,14 +421,10 @@ "id": "pl1-9", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "55", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Let Loose", @@ -560,11 +435,7 @@ "attacks": [ { "name": "Earth Power", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip 2 coins. This attack does 10 damage times the number of heads to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -582,18 +453,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -606,42 +471,28 @@ "id": "pl1-10", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "63", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Over Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." }, { "name": "Dark Wing Flaps", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Wrack Down", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -659,18 +510,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -683,14 +528,10 @@ "id": "pl1-11", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "abilities": [ { @@ -702,19 +543,14 @@ "attacks": [ { "name": "Power Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Attract Current", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." @@ -735,9 +571,7 @@ "number": "11", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -750,33 +584,21 @@ "id": "pl1-12", "name": "Palkia G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "78", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Splashing Turn", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may switch Palkia G with 1 of your Benched Pokémon." }, { "name": "Pearl Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -788,17 +610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Yusuke Ishikawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -811,14 +628,10 @@ "id": "pl1-13", "name": "Rampardos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cranidos", "abilities": [ { @@ -830,19 +643,14 @@ "attacks": [ { "name": "Head Smash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "80", "text": "If the Defending Pokémon would be Knocked Out by this attack, Rampardos does 40 damage to itself." }, { "name": "Mold Breaker", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Any damage done to Rampardos by attacks is reduced by 20 (after applying Weakness and Resistance) until the end of your next turn." @@ -854,16 +662,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal" }, @@ -876,30 +680,21 @@ "id": "pl1-14", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Flower Aroma", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 2 damage counters from Shaymin. The Defending Pokémon is now Asleep." }, { "name": "Damage Aid", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is affected by a Special Condition, this attack does 30 damage plus 50 more damage. Then, remove all Special Conditions from the Defending Pokémon." @@ -917,17 +712,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It lives in flower patches and avoids detection by curling up to look like a flowering plant.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -940,30 +731,21 @@ "id": "pl1-15", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "56", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Attach a Grass Energy card from your hand to Shaymin." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard an Energy attached to Shaymin." @@ -981,17 +763,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "The flowers all over its body burst into bloom if it is lovingly hugged and senses gratitude.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -1004,14 +782,10 @@ "id": "pl1-16", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "62", "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -1023,12 +797,7 @@ "attacks": [ { "name": "Best Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "During your opponent's next turn, any damage done to Slaking by attacks is increased by 50 (after applying Weakness and Resistance)." @@ -1040,20 +809,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "The world's laziest Pokémon. When it is lounging, it is actually saving energy for striking back.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal" }, @@ -1066,32 +828,21 @@ "id": "pl1-17", "name": "Weavile G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "48", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Call for Family", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Team Attack", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Pokémon SP you have in play." @@ -1112,9 +863,7 @@ "number": "17", "artist": "Makoto Imai", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal" }, @@ -1127,41 +876,29 @@ "id": "pl1-18", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Midnight Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Perish Song", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If the Defending Pokémon is Asleep and was damaged or affected by Midnight Eyes during your last turn, the Defending Pokémon is Knocked Out." }, { "name": "Healing Song", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove 1 damage counter from each of your Pokémon." @@ -1179,16 +916,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -1201,14 +934,10 @@ "id": "pl1-19", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -1220,19 +949,14 @@ "attacks": [ { "name": "Darkness Switch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy card attached to Banette, and then switch all damage counters on Banette with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)" }, { "name": "Loneliness", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may show your hand to your opponent. If you do and if you don't have any Pokémon in your hand, this attack does 30 damage plus 30 more damage." @@ -1250,16 +974,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Tomokazu Komiya", "rarity": "Rare", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal" }, @@ -1272,14 +992,10 @@ "id": "pl1-20", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "abilities": [ { @@ -1291,23 +1007,14 @@ "attacks": [ { "name": "Iron Defense", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Bastiodon during your opponent's next turn." }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Bastiodon does 30 damage to itself." @@ -1325,19 +1032,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal" }, @@ -1350,30 +1050,22 @@ "id": "pl1-21", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "37", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "attacks": [ { "name": "Colorful Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Beautifly has 2 or less Energy attached to it, the Defending Pokémon is now Poisoned. If Beautifly has 3 Energy attached to it, the Defending Pokémon is now Burned and Poisoned. If Beautifly has 4 or more Energy attached to it, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Asleep, Burned, and Poisoned." }, { "name": "Silver Scale", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon has any Resistance, this attack's base damage is 60 damage instead of 30." @@ -1395,9 +1087,7 @@ "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Despite its looks, it is aggressive. It jabs with its long, thin mouth if disturbed while collecting pollen.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal" }, @@ -1410,14 +1100,10 @@ "id": "pl1-22", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -1429,21 +1115,14 @@ "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Blissey does 60 damage to itself." @@ -1455,17 +1134,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal" }, @@ -1478,33 +1152,21 @@ "id": "pl1-23", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "73", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Dialga." }, { "name": "Diamond Blow", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Dialga can't attack during your next turn." @@ -1522,19 +1184,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "A legendary Pokémon of Sinnoh. It is said that time flows when Dialga's heart beats.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -1547,14 +1203,10 @@ "id": "pl1-24", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "50", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "abilities": [ { @@ -1566,21 +1218,14 @@ "attacks": [ { "name": "Push Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Magnitude", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1601,9 +1246,7 @@ "number": "24", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal" }, @@ -1616,14 +1259,10 @@ "id": "pl1-25", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "42", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cascoon", "abilities": [ { @@ -1635,21 +1274,14 @@ "attacks": [ { "name": "Smogscreen", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Chemical Scale", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, the Defending Pokémon is now Burned and Confused." @@ -1664,9 +1296,7 @@ "number": "25", "artist": "Yukiko Baba", "rarity": "Rare", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal" }, @@ -1679,33 +1309,22 @@ "id": "pl1-26", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Knock Off", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Jet Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 70 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't use Jet Smash during your next turn." @@ -1717,18 +1336,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "If anyone were to hurt its pride, it would slash them with wings that can cleave through an ice floe.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -1741,32 +1355,21 @@ "id": "pl1-27", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "59", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Strafe", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may switch Giratina with 1 of your Benched Pokémon." }, { "name": "Broken-space Blow", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon is Knocked Out by this attack, put the Defending Pokémon and all cards attached to in the Lost Zone instead of the discard pile." @@ -1784,19 +1387,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A Pokémon that is said to live in a world on the reverse side of ours. It appears in an ancient cemetery.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -1809,32 +1406,21 @@ "id": "pl1-28", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "70", "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dragonbreath", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed." @@ -1852,18 +1438,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Yusuke Ishikawa", "rarity": "Rare", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -1876,31 +1457,22 @@ "id": "pl1-29", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Swim", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "If your opponent has any Water Energy attached to any of his or her Pokémon, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Water Slide", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may move all Energy cards attached to Golduck to 1 of your Benched Pokémon. If you do, this attack does 40 damage plus 20 more damage." @@ -1916,9 +1488,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It is seen swimming dynamically and elegantly using its well-developed limbs and flippers.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal" }, @@ -1931,35 +1501,21 @@ "id": "pl1-30", "name": "Gyarados G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "46", "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wriggle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin for each of your opponent's Pokémon. If that coin flip is heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dwindling Wave", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100-", "text": "Does 100 damage minus 10 damage for each damage counter on Gyarados G." @@ -1971,18 +1527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Kent Kanetsuna", "rarity": "Rare", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -1995,31 +1545,22 @@ "id": "pl1-31", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "44", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Rushing Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "80×", "text": "Discard as many Fire Energy cards as you like attached to your Pokémon in play. Flip a coin for each Energy card you discarded. This attack does 80 damage times the number of heads." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each damage counter on Infernape." @@ -2035,9 +1576,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It uses unique fighting moves with fires on its hands and feet. It will take on any opponent.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -2050,32 +1589,22 @@ "id": "pl1-32", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "Revenge Melody", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Does 20 damage times the number of Kricketot and Kricketune in your discard pile." }, { "name": "Bug Buzz", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50+", "text": "If the Defending Pokémon is Asleep, this attack does 50 damage plus 30 more damage. Remove the Special Condition Asleep from the Defending Pokémon." @@ -2087,17 +1616,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "There is a village that hosts a contest based on the amazingly variable cries of this Pokémon.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal" }, @@ -2110,35 +1635,22 @@ "id": "pl1-33", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "52", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Harrumph", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Before doing damage, discard all Trainer cards attached to that Pokémon." }, { "name": "Body Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." @@ -2150,20 +1662,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The long tongue is always soggy with slobber. The saliva contains a solvent that causes numbness.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal" }, @@ -2176,14 +1681,10 @@ "id": "pl1-34", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lombre", "abilities": [ { @@ -2195,21 +1696,14 @@ "attacks": [ { "name": "Mad Dance", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Confused." }, { "name": "Best Dance", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn." @@ -2221,17 +1715,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal" }, @@ -2244,29 +1733,21 @@ "id": "pl1-35", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Love Call", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Search your deck for a Pokémon that is the same type as the Pokémon you chose, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Sweet Kiss", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent may draw a card." @@ -2278,17 +1759,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It lives in warm seas. It is said that a couple finding this Pokémon will be blessed with eternal love.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -2301,31 +1778,22 @@ "id": "pl1-36", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Flame Bash", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin until you get tails. Search your deck for a number of basic Fire Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Mysterious Flames", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused." @@ -2341,9 +1809,7 @@ "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its nine tails are said to be imbued with a mystic power. It can live for a thousand years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -2356,32 +1822,21 @@ "id": "pl1-37", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "72", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Tsunami", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Water Pulse", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -2393,18 +1848,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "A legendary Pokémon of Sinnoh. It is said that space becomes more stable with PALKIA's every breath.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -2417,31 +1867,21 @@ "id": "pl1-38", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "44", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Energy Blow", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Shaymin." }, { "name": "Aromatherapy", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Remove 2 damage counters from each of your Pokémon." @@ -2459,17 +1899,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It lives in flower patches and avoids detection by curling up to look like a flowering plant.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -2482,35 +1918,22 @@ "id": "pl1-39", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Green Blast", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon." }, { "name": "Soothing Scent", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "The Defending Pokémon is now Asleep." @@ -2522,20 +1945,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Some Pokémon are born on a TORTERRA's back and spend their entire life there.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal" }, @@ -2548,15 +1964,10 @@ "id": "pl1-40", "name": "Toxicroak G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "40", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Anticipation", @@ -2567,10 +1978,7 @@ "attacks": [ { "name": "Deep Poison", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 40 more damage." @@ -2582,17 +1990,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Ryota Saito", "rarity": "Rare", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal" }, @@ -2605,15 +2008,10 @@ "id": "pl1-41", "name": "Bronzong G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Galactic Switch", @@ -2624,11 +2022,7 @@ "attacks": [ { "name": "Psychic Pulse", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2646,18 +2040,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "Makoto Imai", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -2670,32 +2058,22 @@ "id": "pl1-42", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Spike Wound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Poison Experiment", - "cost": [ - "Grass", - "Darkness" - ], + "cost": ["Grass", "Darkness"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard a Grass or Darkness Energy attached to Cacturne. If you discard a Grass Energy, the Defending Pokémon is now Poisoned. If you discard a Darkness Energy, the Defending Pokémon is now Paralyzed." @@ -2707,18 +2085,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It becomes active at night, seeking prey that is exhausted from the day's desert heat.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal" }, @@ -2731,40 +2104,28 @@ "id": "pl1-43", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Stretch Vine", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Absorb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 2 damage counters from Carnivine." }, { "name": "Vine Extract", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned." @@ -2782,17 +2143,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -2805,34 +2161,23 @@ "id": "pl1-44", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "10", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Ascension", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward." }, { "name": "Poison Thread", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -2844,18 +2189,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It never forgets any attack it endured while in the cocoon. After evolution, it seeks payback.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal" }, @@ -2868,36 +2208,23 @@ "id": "pl1-45", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "High Jump Kick", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2909,17 +2236,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its kicking mastery lets it loose 10 kicks per second. It emits sharp cries to intimidate foes.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -2932,34 +2255,23 @@ "id": "pl1-46", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Skull Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." }, { "name": "Knock Over", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "You may discard any Stadium card in play." @@ -2971,17 +2283,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A lifelong jungle dweller from 100 million years ago, it would snap obstructing trees with head butts.", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal" }, @@ -2994,15 +2302,10 @@ "id": "pl1-47", "name": "Crobat G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "44", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Flash Bite", @@ -3013,10 +2316,7 @@ "attacks": [ { "name": "Toxic Fang", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -3037,9 +2337,7 @@ "number": "47", "artist": "Makoto Imai", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal" }, @@ -3052,34 +2350,23 @@ "id": "pl1-48", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "22", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tail Code", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon." @@ -3097,17 +2384,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -3120,36 +2403,23 @@ "id": "pl1-49", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 1 damage counter from Grotle." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3167,19 +2437,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It knows where pure water wells up. It carries fellow Pokémon there on its back.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal" }, @@ -3192,33 +2456,21 @@ "id": "pl1-50", "name": "Houndoom G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "45", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Black Cry", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn." }, { "name": "Dark Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard a Darkness Energy attached to Houndoom G. If you do, this attack does 40 damage plus 20 more damage." @@ -3236,16 +2488,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Kent Kanetsuna", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -3258,37 +2506,23 @@ "id": "pl1-51", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch Kirlia with 1 of your Benched Pokémon." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3300,17 +2534,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -3323,36 +2553,23 @@ "id": "pl1-52", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Interrupt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck." }, { "name": "Gentle Slap", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3364,17 +2581,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It has a mischievous spirit. If it spots an angler, it will tug on the fishing line to interfere.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal" }, @@ -3387,31 +2600,22 @@ "id": "pl1-53", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Aura Sphere", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Do the Wave", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each of your Benched Pokémon." @@ -3427,9 +2631,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A well-trained one can sense auras to identify and take in the feelings of creatures over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -3442,14 +2644,10 @@ "id": "pl1-54", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "abilities": [ { @@ -3461,21 +2659,14 @@ "attacks": [ { "name": "Collude", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you played any Supporter card from your hand during this turn, this attack does 20 damage plus 20 more damage." }, { "name": "Desperate Attack", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Mightyena has less Energy attached to it than the Defending Pokémon, this attack does 50 damage plus 30 more damage." @@ -3496,9 +2687,7 @@ "number": "54", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal" }, @@ -3511,32 +2700,22 @@ "id": "pl1-55", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Upper Hand", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -3554,17 +2733,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its cry sounds like an incantation. It is said the cry may rarely be imbued with happiness-giving power.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -3577,34 +2752,23 @@ "id": "pl1-56", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Fire Tail Slap", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, discard a Fire Energy attached to Monferno." }, { "name": "Paralyzing Gaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3620,9 +2784,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It skillfully control the intensity of the fire on its tail to keep its foes at an ideal distance.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal" }, @@ -3635,14 +2797,10 @@ "id": "pl1-57", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "abilities": [ { @@ -3654,21 +2812,14 @@ "attacks": [ { "name": "Strange Poison", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, Muk is now Poisoned." }, { "name": "Strange Sludge", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Muk is Poisoned, this attack does 50 damage plus 20 more damage and the Defending Pokémon is now Confused." @@ -3680,18 +2831,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal" }, @@ -3704,31 +2849,22 @@ "id": "pl1-58", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Water Vein", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "50×", "text": "Reveal the top 5 cards of your deck. Flip a coin for each Energy card you find there. This attack does 50 damage times the number of heads. Shuffle the revealed cards back into your deck." }, { "name": "Octazooka", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Any time the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack does nothing. (If the Defending Pokémon is no longer your opponent's Active Pokémon, this effect ends.)" @@ -3740,18 +2876,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It loves to lurk inside holes in rocks. It sometimes sprays ink on prey by sticking out only its mouth.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal" }, @@ -3764,35 +2895,23 @@ "id": "pl1-59", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Surf", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Bubblebeam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -3804,17 +2923,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Because every PRINPLUP considers itself to be the most important, they can never form a group.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal" }, @@ -3827,33 +2942,22 @@ "id": "pl1-60", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Stealth Rock", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hyper Beam", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -3865,19 +2969,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It freely controls three small units called Mini-Noses using magnetic force.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal" }, @@ -3890,40 +2988,28 @@ "id": "pl1-61", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shed Skin", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 4 damage counters from Seviper." }, { "name": "Bite and Escape", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch Seviper with 1 of your Benched Pokémon." }, { "name": "Paralyze Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." @@ -3935,16 +3021,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal" }, @@ -3957,34 +3039,23 @@ "id": "pl1-62", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Armor Fossil", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "attacks": [ { "name": "Endure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, if Shieldon would be Knocked Out by damage from an attack, Shieldon is not Knocked Out and its remaining HP becomes 10 instead." }, { "name": "Rock Slide", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4002,17 +3073,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is outstandingly armored. As a result, it can eat grass and berries without having to fight.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal" }, @@ -4025,34 +3092,23 @@ "id": "pl1-63", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "10", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Ascension", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward." }, { "name": "Sticky String", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4064,18 +3120,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It wraps silk around the branches of a tree. It drinks rainwater on its silk while awaiting evolution.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal" }, @@ -4088,35 +3139,23 @@ "id": "pl1-64", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, Vigoroth does 10 damage to itself." }, { "name": "Fight Back", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Vigoroth has any damage counters on it, this attack does 50 damage plus 20 more damage." @@ -4128,17 +3167,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Its heart beats at a tenfold tempo, so it cannot sit still even for a moment.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal" }, @@ -4151,34 +3186,23 @@ "id": "pl1-65", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Rocket Tackle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Wartortle does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Wartortle by attacks during your opponent's next turn." @@ -4190,17 +3214,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It is said to live 10,000 years. Its furry tail is popular as a symbol of longevity.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -4213,14 +3233,10 @@ "id": "pl1-66", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Thick Skin", @@ -4231,20 +3247,14 @@ "attacks": [ { "name": "Invite and Strike", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. This attack does 20 damage to the new Defending Pokémon." }, { "name": "Chop Up", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4256,16 +3266,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -4278,32 +3284,22 @@ "id": "pl1-67", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Sneaky Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Cacnea has any Darkness Energy attached to it, this attack does 10 damage plus 10 more damage." }, { "name": "Shoot Needle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, choose 1 of your opponent's Pokémon and this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can choose the same Pokémon more than once, but you can't do more than 10 damage to that Pokémon in this way.)" @@ -4321,17 +3317,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "By storing water in its body, this desert dweller can survive 30 days without water.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -4344,30 +3336,21 @@ "id": "pl1-68", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "39", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Poison Breath", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Sweet Saliva", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from each of your Benched Pokémon." @@ -4385,18 +3368,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -4409,33 +3387,22 @@ "id": "pl1-69", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Healing Trial", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove 3 damage counters from Chansey. If tails, remove 3 damage counters from the Defending Pokémon." }, { "name": "Pulled Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 40." @@ -4447,18 +3414,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A kindly Pokémon that lays highly nutritious eggs and shares them with injured Pokémon or people.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal" }, @@ -4471,33 +3433,22 @@ "id": "pl1-70", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fire Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4509,17 +3460,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It is very agile. Before going to sleep, it extinguishes the flame on its tail to prevent fires.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -4532,33 +3479,22 @@ "id": "pl1-71", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card." }, { "name": "Shoot Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4576,17 +3512,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The trio is together from birth. It constantly gathers honey from flowers to please VESPIQUEN.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -4599,33 +3531,22 @@ "id": "pl1-72", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig Under", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Trip Over", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -4643,17 +3564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", "flavorText": "A Pokémon that lives underground. Because of its dark habitat, it is repelled by bright sunlight.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -4666,29 +3583,21 @@ "id": "pl1-73", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Spring Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4700,17 +3609,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It digs into the ground with its tail and makes a mazelike nest. It can fly just a little.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal" }, @@ -4723,33 +3628,22 @@ "id": "pl1-74", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4771,9 +3665,7 @@ "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -4786,32 +3678,22 @@ "id": "pl1-75", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Division", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for Grimer and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Poison Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." @@ -4823,18 +3705,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It was born when sludge in a dirty stream was exposed to the moon's X-rays. It appears among filth.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal" }, @@ -4847,17 +3724,11 @@ "id": "pl1-76", "name": "Happiny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Chansey" - ], + "types": ["Colorless"], + "evolvesTo": ["Chansey"], "abilities": [ { "name": "Baby Evolution", @@ -4868,9 +3739,7 @@ "attacks": [ { "name": "Hospitality", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. Remove 2 damage counters from the new Defending Pokémon." @@ -4882,17 +3751,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It likes to carry around a small rock. It may wander around others' feet and cause them to stumble.", - "nationalPokedexNumbers": [ - 440 - ], + "nationalPokedexNumbers": [440], "legalities": { "unlimited": "Legal" }, @@ -4905,31 +3770,21 @@ "id": "pl1-77", "name": "Honchkrow G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "47", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Honcho's Command", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 in any combination of Stadium cards or Trainer cards that has Team Galactic's Invention in its name, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Target Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. If that Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4947,16 +3802,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Yusuke Ishikawa", "rarity": "Common", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, @@ -4969,33 +3820,22 @@ "id": "pl1-78", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Lullaby", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5007,17 +3847,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its legs are short. Whenever it stumbles, its stiff antennae clack with a xylophone-like sound.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal" }, @@ -5030,31 +3866,21 @@ "id": "pl1-79", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Lapras." }, { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -5066,18 +3892,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It loves crossing the sea with people and Pokémon on its back. It understands human speech.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -5090,34 +3911,22 @@ "id": "pl1-80", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Stretch Tongue", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Choose 1 card from your opponent's hand without looking and discard it." @@ -5129,19 +3938,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "When it extends its over-six-foot-long tongue, its tail quivers. There is a possibility they are connected.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -5154,32 +3957,22 @@ "id": "pl1-81", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Grass"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Energy Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to Lotad but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." @@ -5191,17 +3984,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It looks like an aquatic plant and serves as a ferry to Pokémon that can't swim.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -5214,32 +4003,22 @@ "id": "pl1-82", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Expand", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done to Mareep by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -5257,17 +4036,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its fluffy coat swells to double when static electricity builds up. Touching it can be shocking.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -5280,32 +4055,22 @@ "id": "pl1-83", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Take Back", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it into your hand." }, { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5323,17 +4088,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A Pokémon that startles people in the middle of the night. It gathers fear as its energy.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal" }, @@ -5346,33 +4107,22 @@ "id": "pl1-84", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Pull", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon." }, { "name": "Rollout", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5384,17 +4134,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "When endangered, it may protect itself by raising its magnetism and drawing iron objects to its body.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -5407,33 +4153,22 @@ "id": "pl1-85", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Pound", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5445,17 +4180,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -5468,32 +4199,22 @@ "id": "pl1-86", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Howl", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for Poochyena and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Lunge", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -5511,17 +4232,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "A Pokémon with persistent nature, it chases its prey until the prey becomes exhausted.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal" }, @@ -5534,32 +4251,22 @@ "id": "pl1-87", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headache", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, your opponent can't play any Trainer, Supporter, or Stadium cards from his or her hand during his or her next turn." }, { "name": "Latent Power", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does no damage to the Defending Pokémon. Instead, Psyduck is now Confused." @@ -5571,18 +4278,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Overwhelmed by enigmatic abilities, it suffers a constant headache. It sometimes uses mysterious powers.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal" }, @@ -5595,33 +4297,21 @@ "id": "pl1-88", "name": "Purugly G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "40", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Chip Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent has 6 or more cards in his or her hand, discard a number of cards without looking until your opponent has 5 cards left in his or her hand." }, { "name": "Poor Sleep", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage and Purugly G is now Asleep." @@ -5633,18 +4323,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Ryota Saito", "rarity": "Common", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal" }, @@ -5657,32 +4341,22 @@ "id": "pl1-89", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Future Sight", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Look at the top 5 cards in either player's deck and put them back on top of that player's deck in any order." }, { "name": "Hypnoblast", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -5694,17 +4368,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -5717,33 +4387,22 @@ "id": "pl1-90", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Trickle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5755,17 +4414,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It forcefully squirts water. The water jet never misses prey even if the REMORAID is deep in the sea.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal" }, @@ -5778,33 +4433,22 @@ "id": "pl1-91", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Light Punch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Steady Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -5816,17 +4460,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It has the peculiar power of being able to see emotions such as joy and rage in the form of waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -5839,32 +4479,22 @@ "id": "pl1-92", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Fade Out", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Return Shuppet and all cards attached to it to your hand. (If you don't have any Benched Pokémon, this attack does nothing.)" @@ -5882,17 +4512,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal" }, @@ -5905,32 +4531,22 @@ "id": "pl1-93", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Heal Bell", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 1 damage counter from each of your Pokémon." }, { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Skitty does 10 damage to itself." @@ -5942,17 +4558,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -5965,15 +4577,10 @@ "id": "pl1-94", "name": "Skuntank G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "46", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Poison Structure", @@ -5984,10 +4591,7 @@ "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, this attack does nothing." @@ -5999,17 +4603,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Makoto Imai", "rarity": "Common", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal" }, @@ -6022,33 +4621,22 @@ "id": "pl1-95", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Slakoth." }, { "name": "Slack Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all damage counters from Slakoth. Slakoth can't attack during your next turn." @@ -6060,17 +4648,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It spends nearly all its time in a day sprawled out. Just seeing it makes one drowsy.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal" }, @@ -6083,33 +4667,22 @@ "id": "pl1-96", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Skull Bash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6121,17 +4694,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -6144,32 +4713,22 @@ "id": "pl1-97", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Run Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch Swablu with 1 of your Benched Pokémon." @@ -6191,9 +4750,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It can't relax if it or its surroundings are not clean. It wipes off dirt with its wings.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -6206,29 +4763,21 @@ "id": "pl1-98", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Show Off", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Tauros does 10 damage to itself." @@ -6240,17 +4789,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Once it takes aim at its foe, it makes a headlong charge. It is famous for its violent nature.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -6263,32 +4808,22 @@ "id": "pl1-99", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Focus Energy", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, Torchic's Fire Shard attack's base damage is 80." }, { "name": "Fire Shard", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -6300,17 +4835,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees F.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -6323,31 +4854,21 @@ "id": "pl1-100", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." }, { "name": "Flame Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Move an Energy card attached to Torkoal to 1 of your Benched Pokémon." @@ -6359,18 +4880,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It burns coal inside its shell for energy. It blows out black soot if it is endangered.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -6383,33 +4899,22 @@ "id": "pl1-101", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Body Slam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -6427,18 +4932,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The shell on its back is made of soil. On a very healthy TURTWIG, the shell should feel moist.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -6451,33 +4951,22 @@ "id": "pl1-102", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Reheat", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Discard up to 2 Energy cards from your hand. For each card you discarded, draw 2 cards." }, { "name": "Confuse Ray", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -6489,17 +4978,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It controls balls of fire. As it grows, its six tails split from their tips to make more tails.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -6512,34 +4997,22 @@ "id": "pl1-103", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Poison Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -6551,17 +5024,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Often targeted by bird Pokémon, it desperately resists by releasing poison from its tail spikes.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal" }, @@ -6574,9 +5043,7 @@ "id": "pl1-104", "name": "Broken Time-Space", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player may evolve a Pokémon that he or she just played or evolved during that turn." @@ -6596,9 +5063,7 @@ "id": "pl1-105", "name": "Cyrus's Conspiracy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Supporter card, a basic Energy card, and a Trainer card that has Team Galactic's Invention in its name, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -6618,9 +5083,7 @@ "id": "pl1-106", "name": "Galactic HQ", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Whenever any player plays any Pokémon from his or her hand to evolve his or her Pokémon, put 2 damage counters on that Pokémon." @@ -6640,9 +5103,7 @@ "id": "pl1-107", "name": "Level Max", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon LV.X that levels up from 1 of your Pokémon, and put it onto that Pokémon. (This counts as leveling up that Pokémon.) Shuffle your deck afterward." ], @@ -6661,9 +5122,7 @@ "id": "pl1-108", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, choose 1 of your Pokémon, and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)." ], @@ -6683,9 +5142,7 @@ "id": "pl1-109", "name": "Looker's Investigation", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at your opponent's hand, then choose you or your opponent. That player shuffles his or her hand into his or her deck and draws up to 5 cards." @@ -6705,9 +5162,7 @@ "id": "pl1-110", "name": "Memory Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Memory Berry to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "The Pokémon this card is attached to can use any attack from its Basic Pokémon or its Stage 1 Evolution card. (You still have to pay for that attack's Energy cost.)" @@ -6727,9 +5182,7 @@ "id": "pl1-111", "name": "Miasma Valley", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Whenever any player puts a Basic Pokémon (excluding Grass or Psychic Pokémon) from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon." @@ -6749,9 +5202,7 @@ "id": "pl1-112", "name": "PlusPower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach PlusPower to 1 of your Pokémon. Discard this card at the end of your turn.", "If the Pokémon PlusPower is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance)." @@ -6772,9 +5223,7 @@ "id": "pl1-113", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -6795,9 +5244,7 @@ "id": "pl1-114", "name": "Pokédex HANDY910is", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck." ], @@ -6816,9 +5263,7 @@ "id": "pl1-115", "name": "Pokémon Rescue", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for a Pokémon, show it to your opponent, and put it into your hand." ], @@ -6837,9 +5282,7 @@ "id": "pl1-116", "name": "Team Galactic's Invention G-101 Energy Gain", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Team Galactic's Invention G-101 Energy Gain to 1 of your Pokémon SP that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card. When the Pokémon this card is attached to is no longer a Pokémon SP, discard this card.", "As long as Team Galactic's Invention G-101 Energy Gain is attached to a Pokémon, the attack cost of that Pokémon's attacks is Colorless less." @@ -6859,9 +5302,7 @@ "id": "pl1-117", "name": "Team Galactic's Invention G-103 Power Spray", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play this card during your opponent's turn when your opponent's Pokémon uses any Poké-Power. Prevent all effects of that Poké-Power. (This counts as that Pokémon using its Poké-Power.) If you have 2 or less Pokémon SP in play, you can't play this card." ], @@ -6880,9 +5321,7 @@ "id": "pl1-118", "name": "Team Galactic's Invention G-105 Poké Turn", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Return 1 of your Pokémon SP and all cards attached to it to your hand." ], @@ -6901,9 +5340,7 @@ "id": "pl1-119", "name": "Armor Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Armor Fossil as if it were a Colorless Basic Pokémon. (Armor Fossil counts as a Trainer card as well, but if Armor Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Armor Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Armor Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -6930,9 +5367,7 @@ "id": "pl1-120", "name": "Skull Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Skull Fossil as if it were a Colorless Basic Pokémon. (Skull Fossil counts as a Trainer card as well, but if Skull Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Skull Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Skull Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -6959,9 +5394,7 @@ "id": "pl1-121", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Attach Rainbow Energy to 1 of your Pokémon. While in play, Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.) When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -6981,15 +5414,10 @@ "id": "pl1-122", "name": "Dialga G LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Dialga G", "rules": [ "Put this card onto your Active Dialga G. Dialga G LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7004,12 +5432,7 @@ "attacks": [ { "name": "Remove Lost", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, remove an Energy card attached to the Defending Pokémon and put it in the Lost Zone." @@ -7027,17 +5450,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal" }, @@ -7050,14 +5468,10 @@ "id": "pl1-123", "name": "Drapion LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Drapion", "rules": [ "Put this card onto your Active Drapion. Drapion LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7072,12 +5486,7 @@ "attacks": [ { "name": "Sniping Tail", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "Does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) The Defending Pokémon can't retreat during your opponent's next turn." @@ -7089,18 +5498,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal" }, @@ -7113,14 +5516,10 @@ "id": "pl1-124", "name": "Giratina LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Giratina", "rules": [ "Put this card onto your Active Giratina. Giratina LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7135,12 +5534,7 @@ "attacks": [ { "name": "Darkness Lost", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it." @@ -7158,18 +5552,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal" }, @@ -7182,15 +5570,10 @@ "id": "pl1-125", "name": "Palkia G LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palkia G", "rules": [ "Put this card onto your Active Palkia G. Palkia G LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7205,12 +5588,7 @@ "attacks": [ { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy attached to Palkia G. Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7222,17 +5600,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal" }, @@ -7245,14 +5618,10 @@ "id": "pl1-126", "name": "Shaymin LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shaymin", "rules": [ "Put this card onto your Active Shaymin. Shaymin LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7267,11 +5636,7 @@ "attacks": [ { "name": "Seed Flare", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Choose as many Grass Energy cards from your hand as you like and attach them to your Pokémon in any way you like. If you do, this attack does 40 damage plus 20 more damage for each Grass Energy attached in this way." @@ -7289,16 +5654,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -7311,14 +5672,10 @@ "id": "pl1-127", "name": "Shaymin LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shaymin", "rules": [ "Put this card onto your Active Shaymin. Shaymin LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -7333,10 +5690,7 @@ "attacks": [ { "name": "Energy Flare", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like." @@ -7357,9 +5711,7 @@ "number": "127", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal" }, @@ -7372,33 +5724,22 @@ "id": "pl1-128", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Thunderpunch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself." @@ -7410,18 +5751,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "Ken Sugimori", "rarity": "Rare Secret", "flavorText": "It loves to feed on strong electricity. It occasionally appears around large power plants and so on.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal" }, @@ -7434,31 +5770,21 @@ "id": "pl1-129", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Special Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -7470,18 +5796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "Ken Sugimori", "rarity": "Rare Secret", "flavorText": "The spirit of a pro boxer has infused this POKéMON. It throws punches that are faster than a bullet train.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal" }, @@ -7494,34 +5815,22 @@ "id": "pl1-130", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, Scyther's Slash attack's base damage is 60." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -7543,9 +5852,7 @@ "artist": "Ken Sugimori", "rarity": "Rare Secret", "flavorText": "It tears and shreds prey with its wickedly sharp scythes. It very rarely spreads its wings to fly.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal" }, @@ -7558,17 +5865,11 @@ "id": "pl1-SH4", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Grass"], + "evolvesTo": ["Lombre"], "abilities": [ { "name": "Swift Swim", @@ -7579,19 +5880,14 @@ "attacks": [ { "name": "Blot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Lotad." }, { "name": "Jump On", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -7603,16 +5899,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH4", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal" }, @@ -7625,41 +5917,29 @@ "id": "pl1-SH5", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Roost", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 4 damage counters from Swablu. Swablu can't retreat during your next turn." }, { "name": "Mirror Move", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Swablu was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to Swablu to the Defending Pokémon." }, { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -7677,16 +5957,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH5", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal" }, @@ -7699,42 +5975,29 @@ "id": "pl1-SH6", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Find Wildfire", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards, show them to your opponent, and put them in your hand. Shuffle your deck afterward." }, { "name": "Brushfire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Does 10 damage to each of your opponent's Benched Grass Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Inflame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy card from your hand. (If you can't discard a card from your hand, this attack does nothing.)" @@ -7746,16 +6009,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH6", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/pl2.json b/cards/en/pl2.json index 233065026..57e0ac765 100644 --- a/cards/en/pl2.json +++ b/cards/en/pl2.json @@ -3,14 +3,10 @@ "id": "pl2-1", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "53", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -22,21 +18,14 @@ "attacks": [ { "name": "Burn Out", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may do 30 damage plus 30 more damage. If you do, Arcanine is now Burned." }, { "name": "Flames of Rage", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Discard a Fire Energy attached to Arcanine. This attack does 60 damage plus 10 more damage for each damage counter on Arcanine." @@ -48,17 +37,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -71,35 +55,21 @@ "id": "pl2-2", "name": "Bastiodon GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "41", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Bounce Back", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Smack Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Remove 1 damage counter from Bastiodon GL." @@ -117,18 +87,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Hajime Kusajima", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal" }, @@ -141,15 +105,10 @@ "id": "pl2-3", "name": "Darkrai G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Eerie Aura", @@ -160,11 +119,7 @@ "attacks": [ { "name": "Darkness Sleep", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If the Defending Pokémon already has any damage counters on it, that Pokémon is now Asleep." @@ -182,17 +137,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Makoto Imai", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal" }, @@ -205,31 +155,21 @@ "id": "pl2-4", "name": "Floatzel GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "37", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Incite", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 2 Supporter cards, show them to your opponent, and put them into your hand." }, { "name": "Giant Wave", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50", "text": "Floatzel GL can't use Giant Wave during your next turn." @@ -241,16 +181,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Midori Harada", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -263,14 +199,10 @@ "id": "pl2-5", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "65", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -282,21 +214,14 @@ "attacks": [ { "name": "Sand Wall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard a Stadium card your opponent has in play. If you do, prevent all effects of an attack, including damage, done to Flygon during your opponent's next turn." }, { "name": "Power Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Evolved Pokémon on your Bench." @@ -317,9 +242,7 @@ "number": "5", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -332,31 +255,21 @@ "id": "pl2-6", "name": "Froslass GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "44", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Asleep." }, { "name": "Wake-Up Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If the Defending Pokémon is affected by any Special Conditions, this attack does 30 damage plus 20 more damage. Then, remove all Special Conditions from the Defending Pokémon." @@ -368,16 +281,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Atsuko Nishida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal" }, @@ -390,14 +299,10 @@ "id": "pl2-7", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "39", "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Final Wish", @@ -408,18 +313,14 @@ "attacks": [ { "name": "Detour", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "If you have a Supporter card in play, use the effect of that card as the effect of this attack." }, { "name": "Swift", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -440,9 +341,7 @@ "number": "7", "artist": "Kenkichi Toyama", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal" }, @@ -455,15 +354,10 @@ "id": "pl2-8", "name": "Lucario GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "32", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Boundary Aura", @@ -474,11 +368,7 @@ "attacks": [ { "name": "Combo Throw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -490,16 +380,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -512,33 +398,21 @@ "id": "pl2-9", "name": "Luxray GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "48", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Trash Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy card from your hand. (If you can't discard a card from your hand, this attack does nothing.)" @@ -556,16 +430,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -578,31 +448,21 @@ "id": "pl2-10", "name": "Mismagius GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "26", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic Removal", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip 2 coins. If both of them are heads, discard all Energy attached to the Defending Pokémon." }, { "name": "Grudge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Prize card your opponent has taken." @@ -620,16 +480,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -642,33 +498,21 @@ "id": "pl2-11", "name": "Rampardos GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "63", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Trample", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin for each Benched Pokémon (both yours and your opponent's). If that coin flip is heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rend", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon has any damage counters on it, this attack does 40 damage plus 20 more damage." @@ -680,16 +524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Suwama Chiaki", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal" }, @@ -702,31 +542,21 @@ "id": "pl2-12", "name": "Roserade GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "22", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Poison Bind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Poisoned and can't retreat during your opponent's next turn." }, { "name": "Long Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is affected by any Special Conditions, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -738,16 +568,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kanako Eo", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -760,14 +586,10 @@ "id": "pl2-13", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -779,21 +601,14 @@ "attacks": [ { "name": "Conform", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If you have the same number of cards in your hand as your opponent, the Defending Pokémon is now Confused." }, { "name": "Seal Off", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't use any Poké-Powers or Poké-Bodies during your opponent's next turn." @@ -811,16 +626,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal" }, @@ -833,45 +644,29 @@ "id": "pl2-14", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Return Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If Aggron was damaged by an attack during your opponent's last turn, this attack does the same amount of damage done to Aggron to the Defending Pokémon." }, { "name": "Metal Fang", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard the top card of your deck. If you do, remove 2 damage counters and all Special Conditions from Aggron." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -889,18 +684,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Naoyo Kimura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal" }, @@ -913,14 +702,10 @@ "id": "pl2-15", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "47", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "abilities": [ { @@ -932,11 +717,7 @@ "attacks": [ { "name": "Needle Shock", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Paralyzed and Poisoned. Ignore this effect if any of your Pokémon used Needle Shock during your last turn." @@ -948,17 +729,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its best attack involves flying around at high speed, striking with poison needles, then flying off.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -971,31 +748,21 @@ "id": "pl2-16", "name": "Bronzong E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "54", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hand Refresh", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Each player shuffles his or her hand into his or her deck and draws up to 4 cards. (You draw your cards first.)" }, { "name": "Payback", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If your opponent has only 1 Prize card left, this attack does 10 damage plus 50 more damage and the Defending Pokémon is now Confused." @@ -1013,18 +780,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -1037,34 +798,21 @@ "id": "pl2-17", "name": "Drapion E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "53", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Mega Impact", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1082,18 +830,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal" }, @@ -1106,31 +848,21 @@ "id": "pl2-18", "name": "Espeon E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "55", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Psywave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -1142,16 +874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -1164,14 +892,10 @@ "id": "pl2-19", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1183,19 +907,14 @@ "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Evolving Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If Flareon evolved from Eevee during this turn, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned." @@ -1207,16 +926,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -1229,33 +944,21 @@ "id": "pl2-20", "name": "Gallade E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "59", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Chop Up", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Feint", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -1267,16 +970,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal" }, @@ -1289,14 +988,10 @@ "id": "pl2-21", "name": "Gastrodon East Sea", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellos East Sea", "abilities": [ { @@ -1308,19 +1003,14 @@ "attacks": [ { "name": "Calling Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Gastrodon and put them onto your Bench as Basic Pokémon. Put 2 damage counters on each of them. Shuffle your deck afterward." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1338,16 +1028,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal" }, @@ -1360,46 +1046,29 @@ "id": "pl2-22", "name": "Gastrodon West Sea", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "50", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shellos West Sea", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Muddy Bomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon and 10 damage to each of your opponent's other Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Raging Sea", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it." @@ -1417,18 +1086,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Kyoko Umemoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal" }, @@ -1441,35 +1104,21 @@ "id": "pl2-23", "name": "Golem E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "52", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rage", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Golem GL." }, { "name": "Double-edge", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Golem E4 does 60 damage to itself." @@ -1487,19 +1136,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -1512,31 +1154,21 @@ "id": "pl2-24", "name": "Heracross E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "51", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Focus Energy", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, Heracross E4's Megahorn attack's base damage is 100." }, { "name": "Megahorn", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1548,17 +1180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal" }, @@ -1571,14 +1198,10 @@ "id": "pl2-25", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "abilities": [ { @@ -1590,21 +1213,14 @@ "attacks": [ { "name": "Save Sand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Energy attached to Hippowdon. Before doing damage, you may search your discard pile for a Fighting Energy card and attach it to Hippowdon." }, { "name": "Groundquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Does 10 damage to each Benched Pokémon that isn't an Evolved Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon)." @@ -1622,19 +1238,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "25", "artist": "Tomoaki Imakuni", "rarity": "Rare", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal" }, @@ -1647,14 +1256,10 @@ "id": "pl2-26", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1666,19 +1271,14 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." }, { "name": "Evolving Thunder", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If Jolteon evolved from Eevee during this turn, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." @@ -1699,9 +1299,7 @@ "number": "26", "artist": "Hajime Kusajima", "rarity": "Rare", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -1714,15 +1312,10 @@ "id": "pl2-27", "name": "Mamoswine GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "61", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Icy Aura", @@ -1733,12 +1326,7 @@ "attacks": [ { "name": "Avalanche", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1756,19 +1344,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "27", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal" }, @@ -1781,31 +1362,21 @@ "id": "pl2-28", "name": "Mr. Mime E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "53", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Magic Heal", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip 3 coins. Remove a number of damage counters equal to the number of heads from your Pokémon in any way you like." }, { "name": "Barrier Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Mr. Mime E4 by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -1817,16 +1388,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -1839,14 +1406,10 @@ "id": "pl2-29", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -1858,23 +1421,14 @@ "attacks": [ { "name": "Fling Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If your opponent has any Benched Pokémon, this attack's base damage is 30 instead of 60 and this attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Giga Horn", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip 2 coins. If both of them are tails, this attack does nothing." @@ -1892,17 +1446,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal" }, @@ -1915,14 +1464,10 @@ "id": "pl2-30", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "54", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -1934,20 +1479,14 @@ "attacks": [ { "name": "Mega Punch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Ruthless Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Does 50 damage plus 10 more damage for each of your opponent's Benched Pokémon." @@ -1965,18 +1504,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Midori Harada", "rarity": "Rare", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal" }, @@ -1989,31 +1522,21 @@ "id": "pl2-31", "name": "Raichu GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "46", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Throw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Repeat Lightning", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each of your opponent's Benched Pokémon that has any damage counters on it." @@ -2034,9 +1557,7 @@ "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -2049,34 +1570,21 @@ "id": "pl2-32", "name": "Rhyperior E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "55", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Double Lariat", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -2094,18 +1602,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Rare", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal" }, @@ -2118,32 +1620,21 @@ "id": "pl2-33", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "37", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Pick and Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 4 basic Energy cards, show them to your opponent, and put them into your hand." }, { "name": "Roll Over", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip a coin. If heads, both Snorlax and the Defending Pokémon are now Asleep. If tails, Snorlax is now Asleep." @@ -2155,20 +1646,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It stops eating only to sleep. It doesn't feel full unless it eats nearly 900 pounds a day.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -2181,14 +1665,10 @@ "id": "pl2-34", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2200,19 +1680,14 @@ "attacks": [ { "name": "Muddy Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Evolving Aqua", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If Vaporeon evolved from Eevee during this turn, this attack does 60 damage instead." @@ -2224,17 +1699,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -2247,15 +1717,10 @@ "id": "pl2-35", "name": "Vespiquen E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Royal Gain", @@ -2266,11 +1731,7 @@ "attacks": [ { "name": "Leaf Needle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin for each Grass Energy attached to Vespiquen E4. This attack does 30 damage plus 20 more damage for each heads." @@ -2288,16 +1749,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal" }, @@ -2310,14 +1767,10 @@ "id": "pl2-36", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "abilities": [ { @@ -2329,12 +1782,7 @@ "attacks": [ { "name": "Cold Crush", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Discard an Energy card attached to Walrein and then discard an Energy card attached to the Defending Pokémon." @@ -2346,20 +1794,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "36", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It shatters ice with its big tusks. Its thick blubber repels not only the cold, but also enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal" }, @@ -2372,32 +1813,21 @@ "id": "pl2-37", "name": "Yanmega E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "49", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Whirlwind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -2415,16 +1845,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -2437,32 +1863,21 @@ "id": "pl2-38", "name": "Alakazam E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "56", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Recover", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Psychic Energy attached to Alakazam E4 and remove 4 damage counters from Alakazam E4." }, { "name": "Mysterious Beam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -2474,16 +1889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -2496,31 +1907,21 @@ "id": "pl2-39", "name": "Electrode G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "38", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Reckless Bomb", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Electrode G does 100 damage to itself." }, { "name": "Reflect Energy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Move an Energy card attached to Electrode G to 1 of your Benched Pokémon." @@ -2538,16 +1939,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Yusuke Ishikawa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal" }, @@ -2560,32 +1957,21 @@ "id": "pl2-40", "name": "Gengar GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "65", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Confused." }, { "name": "Attack and Hide", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 damage counters on 1 of your opponent's Pokémon. You may shuffle Gengar GL and all cards attached to it back into your deck." @@ -2603,16 +1989,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -2625,14 +2007,10 @@ "id": "pl2-41", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2644,21 +2022,14 @@ "attacks": [ { "name": "Ice Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ice Bind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If your opponent doesn't discard a card from his or her hand, the Defending Pokémon is now Paralyzed." @@ -2670,16 +2041,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Naoyo Kimura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal" }, @@ -2692,15 +2059,10 @@ "id": "pl2-42", "name": "Hippowdon E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "52", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Sand Armor", @@ -2711,11 +2073,7 @@ "attacks": [ { "name": "Bite and Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 10 more damage for each heads." @@ -2733,17 +2091,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal" }, @@ -2756,33 +2109,21 @@ "id": "pl2-43", "name": "Infernape E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "55", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Split Bomb", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 2 of your opponent's Pokémon. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "High Jump Kick", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2794,16 +2135,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -2816,36 +2153,23 @@ "id": "pl2-44", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin for each Metal Energy attached to Lairon. This attack does 10 damage plus 20 more damage for each heads." }, { "name": "Granite Head", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, any damage done to Lairon by attacks is reduced by 10 (after applying Weakness and Resistance)." @@ -2863,18 +2187,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "For food, it digs up iron ore. It smashes its steely body against others to fight over territory.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal" }, @@ -2887,14 +2206,10 @@ "id": "pl2-45", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2906,21 +2221,14 @@ "attacks": [ { "name": "Plus Energy", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Attach a basic Energy card from your hand to 1 of your Pokémon." }, { "name": "Soothing Scent", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Asleep." @@ -2938,17 +2246,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Suwama Chiaki", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal" }, @@ -2961,35 +2264,21 @@ "id": "pl2-46", "name": "Machamp GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "64", "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If the Defending Pokémon is an Evolved Pokémon, this attack does 30 damage plus 20 more damage." }, { "name": "Brush Off", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Put the Defending Pokémon and all cards attached to it on top of your opponent's deck. Your opponent shuffles his or her deck afterward. (If your opponent doesn't have any Benched Pokémon, this attack does nothing.)" @@ -3001,18 +2290,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal" }, @@ -3025,30 +2308,21 @@ "id": "pl2-47", "name": "Rapidash E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "53", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Pickup Power", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip 3 coins. For each heads, search your discard pile for a basic Energy card, show it to your opponent, and put it into your hand." }, { "name": "Fire Mane", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3063,9 +2337,7 @@ "number": "47", "artist": "Masakazu Fukuda", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3078,32 +2350,21 @@ "id": "pl2-48", "name": "Scizor E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "49", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Crushing Blow", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -3115,16 +2376,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal" }, @@ -3137,14 +2394,10 @@ "id": "pl2-49", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -3156,21 +2409,14 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 40 more damage to that Pokémon until the end of your next turn." }, { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3191,9 +2437,7 @@ "number": "49", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal" }, @@ -3206,14 +2450,10 @@ "id": "pl2-50", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "abilities": [ { @@ -3225,18 +2465,14 @@ "attacks": [ { "name": "Synchro Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If Starmie and the Defending Pokémon have the same amount of Energy attached to them, remove 4 damage counters from Starmie." }, { "name": "Powerful Spin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Starmie can't attack during your next turn." @@ -3251,9 +2487,7 @@ "number": "50", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -3266,34 +2500,21 @@ "id": "pl2-51", "name": "Steelix GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "38", "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Mend", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your discard pile for a Metal Energy card and attach it to Steelix GL. If you do, remove 1 damage counter from Steelix GL." }, { "name": "Squeeze", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 50 more damage and the Defending Pokémon is now Paralyzed." @@ -3311,19 +2532,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "51", "artist": "Hajime Kusajima", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal" }, @@ -3336,42 +2550,28 @@ "id": "pl2-52", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "35", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Fly", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Tropius during your opponent's next turn." }, { "name": "Blessed Fruit", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all damage counters from 1 of your Benched Grass Pokémon." }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "" @@ -3389,17 +2589,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal" }, @@ -3412,34 +2607,23 @@ "id": "pl2-53", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Energy Typhoon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the number of Energy cards in your opponent's discard pile. Then, put those Energy cards on top of your opponent's deck. Your opponent shuffles his or her deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -3457,17 +2641,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It violently shudders its wings, generating ultrasonic waves to induce headaches in people.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal" }, @@ -3480,32 +2660,21 @@ "id": "pl2-54", "name": "Whiscash E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Sleep Pulse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Asleep." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3523,16 +2692,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal" }, @@ -3545,31 +2710,21 @@ "id": "pl2-55", "name": "Aerodactyl GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "62", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Primal Breath", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent can't play any Pokémon from his or her hand to Evolve or to Level-Up the Defending Pokémon during his or her next turn." @@ -3590,9 +2745,7 @@ "number": "55", "artist": "Suwama Chiaki", "rarity": "Common", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -3605,31 +2758,21 @@ "id": "pl2-56", "name": "Ambipom G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tail Code", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon." }, { "name": "Snap Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "If the Defending Pokémon has any Energy cards attached to it, this attack's base damage is 20 instead of 60." @@ -3641,16 +2784,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Makoto Imai", "rarity": "Common", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal" }, @@ -3663,33 +2802,22 @@ "id": "pl2-57", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Iron Head", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3707,17 +2835,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Takao Unno", "rarity": "Common", "flavorText": "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal" }, @@ -3730,32 +2854,22 @@ "id": "pl2-58", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Scary Face", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack or retreat during your opponent's next turn." }, { "name": "Whirlpool", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." @@ -3773,17 +2887,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Midori Harada", "rarity": "Common", "flavorText": "They swarm any foes that invades their territory. Their sharp fangs can tear out boat hulls.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal" }, @@ -3796,14 +2906,10 @@ "id": "pl2-59", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3817,18 +2923,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 cards that evolve from Eevee, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch Eevee with 1 of your Benched Pokémon." @@ -3840,17 +2942,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Because its genetic makeup is irregular, it quickly changes its form due to a variety of causes.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -3863,31 +2961,21 @@ "id": "pl2-60", "name": "Flareon E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "55", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fire Tail Slap", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, discard a Fire Energy attached to Flareon ." @@ -3899,16 +2987,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -3921,32 +3005,21 @@ "id": "pl2-61", "name": "Forretress G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "35", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Shell Scatter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Forretress G can't use Shell Scatter during your next turn." }, { "name": "Bomb Risk", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Flip a coin. If tails, Forretress G does 80 damage to itself." @@ -3964,17 +3037,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Ryota Saito", "rarity": "Common", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -3987,31 +3055,21 @@ "id": "pl2-62", "name": "Gliscor E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "53", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Irongrip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Loaded Needle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage. If tails, the Defending Pokémon is now Poisoned." @@ -4029,16 +3087,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal" }, @@ -4051,34 +3105,22 @@ "id": "pl2-63", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to Growlithe. Shuffle your deck afterward." }, { "name": "Take Down", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Growlithe does 10 damage to itself." @@ -4090,18 +3132,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "A Pokémon with a loyal nature. It will remain motionless until it is given an order by its Trainer.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -4114,34 +3151,22 @@ "id": "pl2-64", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "31", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Endeavor", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads." @@ -4159,18 +3184,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "kawayoo", "rarity": "Common", "flavorText": "It shuts its nostrils tight then travels through sand as if walking. They form colonies of around ten.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal" }, @@ -4183,33 +3203,21 @@ "id": "pl2-65", "name": "Houndoom E4", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "52", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Corner", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -4227,16 +3235,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal" }, @@ -4249,18 +3253,12 @@ "id": "pl2-66", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "8", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "abilities": [ { "name": "Exoskeleton", @@ -4271,9 +3269,7 @@ "attacks": [ { "name": "Dangerous Evolution", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned. Flip a coin. If heads, search your deck for an Evolution card that evolves from Kakuna and put it onto Kakuna. (This counts as evolving Kakuna.) Shuffle your deck afterward." @@ -4285,18 +3281,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Midori Harada", "rarity": "Common", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal" }, @@ -4309,14 +3300,10 @@ "id": "pl2-67", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Colorful Body", @@ -4327,11 +3314,7 @@ "attacks": [ { "name": "Triple Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Flip 3 coins. This attack does 10 damage plus 20 more damage for each heads." @@ -4343,17 +3326,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It can freely change its body's color. The zigzag pattern on its belly doesn't change, however.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal" }, @@ -4366,32 +3345,22 @@ "id": "pl2-68", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Offensive Gas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and Poisoned." }, { "name": "Gas Bomb", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Koffing does 30 damage to itself, and don't apply Weakness and Resistance to this damage." @@ -4403,18 +3372,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Lighter-than-air gases in its body keep it aloft. The gases not only smell, they are also explosive.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal" }, @@ -4427,17 +3391,11 @@ "id": "pl2-69", "name": "Munchlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Snorlax" - ], + "types": ["Colorless"], + "evolvesTo": ["Snorlax"], "abilities": [ { "name": "Baby Evolution", @@ -4448,10 +3406,7 @@ "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and 6 damage counters from Munchlax. Munchlax is now Asleep." @@ -4463,18 +3418,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "In its desperation to gulp down food, it forgets about the food it has hidden under its fur.", - "nationalPokedexNumbers": [ - 446 - ], + "nationalPokedexNumbers": [446], "legalities": { "unlimited": "Legal" }, @@ -4487,17 +3437,11 @@ "id": "pl2-70", "name": "Munchlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Snorlax" - ], + "types": ["Colorless"], + "evolvesTo": ["Snorlax"], "abilities": [ { "name": "Baby Evolution", @@ -4508,10 +3452,7 @@ "attacks": [ { "name": "Errand-Running", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4523,18 +3464,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It hides food under its long body hair. However, it forgets it has hidden the food.", - "nationalPokedexNumbers": [ - 446 - ], + "nationalPokedexNumbers": [446], "legalities": { "unlimited": "Legal" }, @@ -4547,33 +3483,22 @@ "id": "pl2-71", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Scratch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Offer Help", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -4585,17 +3510,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "While it does not prefer to fight, even one drop of the poison it secretes from barbs can be fatal.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal" }, @@ -4608,33 +3529,22 @@ "id": "pl2-72", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Horn Hazard", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -4646,17 +3556,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It scans its surroundings by raising its ears out of the grass. Its toxic horn is for protection.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal" }, @@ -4669,35 +3575,23 @@ "id": "pl2-73", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Jump Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Nidorina does 10 damage to itself, and don't apply Weakness and Resistance to this damage." }, { "name": "Stress Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Nidorina has any damage counters on it, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Poisoned." @@ -4709,18 +3603,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When it senses danger, it raises all the barbs on its body. These barbs grow slower than NIDORINO's.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal" }, @@ -4733,36 +3622,23 @@ "id": "pl2-74", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Toxic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." }, { "name": "Frustration", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4774,17 +3650,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "kawayoo", "rarity": "Common", "flavorText": "It has a violent disposition and stabs foes with its horn, which oozes poison upon impact.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal" }, @@ -4797,34 +3669,23 @@ "id": "pl2-75", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Blind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -4842,17 +3703,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "The sound of its grass flute makes its listeners uneasy. It lives deep in forests.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal" }, @@ -4865,15 +3722,10 @@ "id": "pl2-76", "name": "Quagsire GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "34", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Submerge", @@ -4884,11 +3736,7 @@ "attacks": [ { "name": "Punch and Run", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may switch Quagsire GL with 1 of your Benched Pokémon." @@ -4906,17 +3754,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal" }, @@ -4929,34 +3772,23 @@ "id": "pl2-77", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Find Ice", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Water Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Sheer Cold", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -4968,18 +3800,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It habitually spins things on its nose. By doing so, it learns textures and odors.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal" }, @@ -4992,32 +3819,22 @@ "id": "pl2-78", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Seedot would be damaged by an attack, prevent that attack's damage done to Seedot if that damage is 40 or less." }, { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." @@ -5035,17 +3852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal" }, @@ -5058,32 +3871,22 @@ "id": "pl2-79", "name": "Shellos East Sea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Ripple", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 1 damage counter on each of your opponent's Pokémon." }, { "name": "Brine", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5095,17 +3898,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Beware of pushing strongly on its squishy body, as it makes a mysterious purple fluid ooze out.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal" }, @@ -5118,33 +3917,22 @@ "id": "pl2-80", "name": "Shellos West Sea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Healing Sea", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip 2 coins. Choose 1 of your Pokémon. For each heads, remove 1 damage counter from that Pokémon." }, { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5156,18 +3944,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Beware of pushing strongly on its squishy body, as it makes a mysterious purple fluid ooze out.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal" }, @@ -5180,14 +3963,10 @@ "id": "pl2-81", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Bad Sleeping Habits", @@ -5198,22 +3977,14 @@ "attacks": [ { "name": "Toss and Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Snorlax is Asleep, this attack does 20 damage plus 30 more damage. (This attack can be used even if Snorlax is Asleep.)" }, { "name": "Heavy Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 40 more damage. If tails, Snorlax is now Asleep." @@ -5225,19 +3996,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "81", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -5250,33 +4014,22 @@ "id": "pl2-82", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Ice Ball", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5288,18 +4041,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It rolls across ice floes to reach shore because its body is poorly shaped for swimming.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal" }, @@ -5312,32 +4060,22 @@ "id": "pl2-83", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Cosmic Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Evolved Pokémon in play, draw 3 cards." }, { "name": "Swift", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -5349,17 +4087,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "If its body is torn, it can grow back if the red core remains. The core flashes at midnight.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal" }, @@ -5372,17 +4106,11 @@ "id": "pl2-84", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "abilities": [ { "name": "Gather Sand", @@ -5393,9 +4121,7 @@ "attacks": [ { "name": "Grind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the amount of Energy attached to Trapinch." @@ -5413,17 +4139,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It makes a conical pit in desert sand and lies in wait at the bottom for prey to come tumbling down.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal" }, @@ -5436,15 +4158,10 @@ "id": "pl2-85", "name": "Turtwig GL", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "20", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Overgrow", @@ -5455,11 +4172,7 @@ "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "After your attack, remove from Turtwig GL the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -5477,18 +4190,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Kanako Eo", "rarity": "Common", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -5501,32 +4208,22 @@ "id": "pl2-86", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Rescue String", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 5 Pokémon, show them to your opponent, and shuffle them into your deck." }, { "name": "Needling Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -5538,17 +4235,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It eats its weight in leaves every day. It fends off attackers with the needle on its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal" }, @@ -5561,14 +4254,10 @@ "id": "pl2-87", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -5580,18 +4269,14 @@ "attacks": [ { "name": "Damage Breakdown", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count the number of damage counters on Weezing. Put that many damage counters on the Defending Pokémon and Weezing is now Confused." }, { "name": "Smog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon is now Poisoned." @@ -5603,17 +4288,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal" }, @@ -5626,9 +4306,7 @@ "id": "pl2-88", "name": "Aaron's Collection", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your discard pile for up to 2 in any combination of Pokémon SP and basic Energy cards, show them to your opponent, and put them into your hand." @@ -5648,9 +4326,7 @@ "id": "pl2-89", "name": "Bebe's Search", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose a card from your hand and put it on top of your deck. Search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward. (If this is the only card in your hand, you can't play this card.)" @@ -5670,9 +4346,7 @@ "id": "pl2-90", "name": "Bertha's Warmth", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Remove 5 damage counters from 1 of your Pokémon SP." @@ -5692,9 +4366,7 @@ "id": "pl2-91", "name": "Flint's Willpower", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Attach a basic Energy card from your hand to 1 of your Pokémon SP." @@ -5714,9 +4386,7 @@ "id": "pl2-92", "name": "Lucian's Assignment", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Move as many Energy cards attached to 1 of your Pokémon as you like to another of your Pokémon." @@ -5736,9 +4406,7 @@ "id": "pl2-93", "name": "Pokémon Contest Hall", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, if that player's Bench isn't full, the player may flip a coin. If heads, that player searches his or her deck for a Basic Pokémon and puts it onto his or her Bench. If the player does, he or she may search his or her deck for a Pokémon Tool card and attach it to that Pokémon. If that player searched his or her deck, the player shuffles his or her deck afterward." @@ -5758,9 +4426,7 @@ "id": "pl2-94", "name": "Sunyshore City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Any damage done by attacks from Lightning Pokémon (both yours and your opponent's) to the Defending Pokémon isn't affected by Resistance. Each Lightning Pokémon in play (both yours and your opponent's) has no Weakness." @@ -5780,20 +4446,14 @@ "id": "pl2-95", "name": "Team Galactic's Invention G-107 Technical Machine G", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon SP in play. That Pokémon may use this card's attack instead of its own. When the Pokémon this card is attached to is no longer Pokémon SP, discard this card." ], "attacks": [ { "name": "Damage Porter", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage times the number of damage counters on the Pokémon this card is attached to to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5814,9 +4474,7 @@ "id": "pl2-96", "name": "Team Galactic's Invention G-109 SP Radar", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose a card from your hand and put it on top of your deck. Search your deck for a Pokémon SP, show it to your opponent, and put it into your hand. Shuffle your deck afterward. (If this is the only card in your hand, you can't play this card.)" ], @@ -5835,9 +4493,7 @@ "id": "pl2-97", "name": "Underground Expedition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the 4 cards from the bottom of your deck. Choose any 2 cards there and put them into your hand. Put the remaining cards back on the bottom of your deck in any order." @@ -5857,9 +4513,7 @@ "id": "pl2-98", "name": "Volkner's Philosophy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "You may discard a card from your hand. Then, draw cards until you have 6 cards in your hand. (If you can't draw any cards, you can't play this card.)" @@ -5879,9 +4533,7 @@ "id": "pl2-99", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "If the Pokémon Darkness Energy is attached to attacks, the attack does 10 more damage to the Active Pokémon (before applying Weakness and Resistance). Ignore this effect if the Pokémon that Darkness Energy is attached to isn't Darkness. Darkness Energy provides Darkness Energy. (Doesn't count as a basic Energy card.)" ], @@ -5900,9 +4552,7 @@ "id": "pl2-100", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Damage done by attacks to the Pokémon that Metal Energy is attached to is reduced by 10 (after applying Weakness and Resistance). Ignore this effect if the Pokémon that Metal Energy is attached to isn't Metal. Metal Energy provides Metal Energy. (Doesn't count as a basic Energy card.)" ], @@ -5921,9 +4571,7 @@ "id": "pl2-101", "name": "SP Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "SP Energy provides Colorless Energy. If the Pokémon SP Energy is attached to is a Pokémon SP, SP Energy provides every type of Energy buy provides only 1 Energy at a time. (Doesn't count as a basic Energy card.)" ], @@ -5942,9 +4590,7 @@ "id": "pl2-102", "name": "Upper Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Upper Energy provides Colorless Energy. If you have more Prize cards left than your opponent and this card is attached to a Pokémon (excluding Pokémon LV.X), Upper Energy provides ColorlessColorless." ], @@ -5963,15 +4609,10 @@ "id": "pl2-103", "name": "Alakazam E4 LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alakazam E4", "rules": [ "Put this card onto your Active Alakazam E4. Alakazam E4 LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5986,11 +4627,7 @@ "attacks": [ { "name": "Mind Shock", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -6002,17 +4639,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal" }, @@ -6025,15 +4657,10 @@ "id": "pl2-104", "name": "Floatzel GL LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Floatzel GL", "rules": [ "Put this card onto your Active Floatzel GL. Floatzel GL LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6048,10 +4675,7 @@ "attacks": [ { "name": "Energy Cyclone", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20×", "text": "Choose as many Energy cards from your hand as you like and show them to your opponent. This attack does 20 damage times the number of Energy cards you chose. Put those Energy cards on top of your deck. Shuffle your deck afterward." @@ -6066,9 +4690,7 @@ "number": "104", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -6081,14 +4703,10 @@ "id": "pl2-105", "name": "Flygon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Flygon", "rules": [ "Put this card onto your Active Flygon. Flygon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6103,11 +4721,7 @@ "attacks": [ { "name": "Extreme Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon LV.X. This attack does 150 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." @@ -6128,9 +4742,7 @@ "number": "105", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -6143,15 +4755,10 @@ "id": "pl2-106", "name": "Gallade E4 LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gallade E4", "rules": [ "Put this card onto your Active Gallade E4. Gallade E4 LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6166,11 +4773,7 @@ "attacks": [ { "name": "Aimed Cut", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each damage counter on the Defending Pokémon." @@ -6182,16 +4785,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal" }, @@ -6204,14 +4803,10 @@ "id": "pl2-107", "name": "Hippowdon LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippowdon", "rules": [ "Put this card onto your Active Hippowdon. Hippowdon LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6226,12 +4821,7 @@ "attacks": [ { "name": "Double Shoot", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Fighting Energy attached to Hippowdon and choose 2 of your opponent's Benched Pokémon. This attack does 40 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6249,19 +4839,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "107", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal" }, @@ -6274,15 +4857,10 @@ "id": "pl2-108", "name": "Infernape E4 LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Infernape E4", "rules": [ "Put this card onto your Active Infernape E4. Infernape E4 LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6297,11 +4875,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Energy attached to Infernape E4." @@ -6316,9 +4890,7 @@ "number": "108", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal" }, @@ -6331,15 +4903,10 @@ "id": "pl2-109", "name": "Luxray GL LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxray GL", "rules": [ "Put this card onto your Active Luxray GL. Luxray GL LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6354,10 +4921,7 @@ "attacks": [ { "name": "Flash Impact", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Does 30 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage." @@ -6378,9 +4942,7 @@ "number": "109", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -6393,15 +4955,10 @@ "id": "pl2-110", "name": "Mismagius GL LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mismagius GL", "rules": [ "Put this card onto your Active Mismagius GL. Mismagius GL LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6416,11 +4973,7 @@ "attacks": [ { "name": "Darkness Magic", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Count the number of cards in your hand. Put that many damage counters on the Defending Pokémon. You can't put more than 8 damage counters in this way." @@ -6438,16 +4991,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Kent Kanetsuna", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal" }, @@ -6460,14 +5009,10 @@ "id": "pl2-111", "name": "Snorlax LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snorlax", "rules": [ "Put this card onto your Active Snorlax. Snorlax LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -6482,12 +5027,7 @@ "attacks": [ { "name": "Exercise", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "You may discard as many Energy cards as you like from your hand. If you do, remove that many damage counters from Snorlax." @@ -6499,19 +5039,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "111", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal" }, @@ -6524,33 +5057,22 @@ "id": "pl2-112", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Pikachu does 10 damage to itself." @@ -6562,17 +5084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -6585,34 +5103,22 @@ "id": "pl2-113", "name": "Flying Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Flying Pikachu during your opponent's next turn." @@ -6624,17 +5130,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "By learning how to fly, Pikachu overcame its weakness to Fighting Pokémon.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -6647,24 +5149,15 @@ "id": "pl2-114", "name": "Surfing Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6676,17 +5169,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "One summer, a group of Pikachu was found riding the waves at the local beach.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6700,14 +5189,10 @@ "id": "pl2-RT1", "name": "Fan Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Fan Shift", @@ -6718,21 +5203,14 @@ "attacks": [ { "name": "Spin Storm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, discard an Energy attached to Fan Rotom." @@ -6753,9 +5231,7 @@ "number": "RT1", "artist": "Motofumi Fujiwara", "rarity": "Rare", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -6768,14 +5244,10 @@ "id": "pl2-RT2", "name": "Frost Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Frost Shift", @@ -6786,21 +5258,14 @@ "attacks": [ { "name": "Hail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crushing Ice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Colorless Energy in the Defending Pokémon's Retreat Cost (after applying effects to the Retreat Cost)." @@ -6818,18 +5283,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "RT2", "artist": "Hironobu Yoshida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -6842,14 +5301,10 @@ "id": "pl2-RT3", "name": "Heat Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Heat Shift", @@ -6860,20 +5315,14 @@ "attacks": [ { "name": "Warm Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to 1 of your Benched Pokémon. Shuffle your deck afterward." }, { "name": "Heat Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Burned." @@ -6891,16 +5340,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "RT3", "artist": "Lee HyunJung", "rarity": "Rare", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -6913,14 +5358,10 @@ "id": "pl2-RT4", "name": "Mow Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Mow Shift", @@ -6931,21 +5372,14 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Mow Down", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy card attached to each of your opponent's Pokémon." @@ -6963,17 +5397,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RT4", "artist": "Yusuke Ohmura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -6986,14 +5415,10 @@ "id": "pl2-RT5", "name": "Wash Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Wash Shift", @@ -7004,19 +5429,14 @@ "attacks": [ { "name": "Cleanse Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from each of your Benched Pokémon." }, { "name": "Drain Wash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin until you get tails. For each heads, choose 1 card from your opponent's hand without looking and discard it." @@ -7034,17 +5454,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "RT5", "artist": "Hiroki Fuchino", "rarity": "Rare", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -7057,9 +5472,7 @@ "id": "pl2-RT6", "name": "Charon's Choice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, put this card into your hand instead of discarding it.", "Search your deck for any Rotom and switch it with any Rotom you have in play. Any cards attached to Rotom and damage counters on it are now on the new Pokémon. (Remove all Special Conditions and effects from Rotom.) Put Rotom on top of your deck. Shuffle your deck afterward." diff --git a/cards/en/pl3.json b/cards/en/pl3.json index ee01f0405..1644ea83b 100644 --- a/cards/en/pl3.json +++ b/cards/en/pl3.json @@ -3,32 +3,21 @@ "id": "pl3-1", "name": "Absol G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "59", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." }, { "name": "Doom News", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Return all Energy cards attached to Absol G to your hand. The Defending Pokémon is Knocked Out at the end of your opponent's next turn." @@ -46,16 +35,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Yusuke Ishikawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -68,31 +53,21 @@ "id": "pl3-2", "name": "Blaziken FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Luring Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. The new Defending Pokémon is now Burned." }, { "name": "Vapor Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent has any Water Pokémon in play, this attack does 30 damage plus 30 more damage." @@ -104,16 +79,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Motofumi Fujiwara", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -126,15 +97,10 @@ "id": "pl3-3", "name": "Drifblim FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Pump Up", @@ -145,11 +111,7 @@ "attacks": [ { "name": "Shadow Ball", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 40 damage to that Pokémon. Apply Weakness and Resistance." @@ -167,17 +129,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Lee HyunJung", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -190,32 +147,21 @@ "id": "pl3-4", "name": "Electivire FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Dump and Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Energy cards from your hand. For each card you discarded, draw 2 cards." }, { "name": "Electric Current", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Move a Lightning Energy card attached to Electivire FB to 1 of your Benched Pokémon." @@ -233,18 +179,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -257,14 +197,10 @@ "id": "pl3-5", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "71", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gabite", "abilities": [ { @@ -276,21 +212,14 @@ "attacks": [ { "name": "Guard Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to Garchomp by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Speed Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120-", "text": "Does 120 damage minus 20 damage for each Energy attached to the Defending Pokémon." @@ -305,9 +234,7 @@ "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -320,14 +247,10 @@ "id": "pl3-6", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "54", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "abilities": [ { @@ -339,21 +262,14 @@ "attacks": [ { "name": "Fire Arrow", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flame Ball", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may move a Fire Energy card attached to Magmortar to 1 of your Benched Pokémon." @@ -365,17 +281,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Naoyo Kimura", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal" }, @@ -388,14 +299,10 @@ "id": "pl3-7", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "68", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -407,11 +314,7 @@ "attacks": [ { "name": "Geo Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If you have a Stadium card in play, this attack does 20 damage to each of your opponent's Benched Pokémon that is the same type as the Defending Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -429,19 +332,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -454,33 +351,21 @@ "id": "pl3-8", "name": "Rayquaza C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "73", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Trash Burst", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "You may discard up to 5 Energy cards from your hand. If you do, this attack does 10 damage plus 10 more damage for each Energy card you discarded." }, { "name": "Twister", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon." @@ -498,18 +383,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "kawayoo", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -522,35 +401,21 @@ "id": "pl3-9", "name": "Regigigas FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Drain Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Remove from Regigigas FB a number of damage counters equal to the amount of Energy attached to the Defending Pokémon." }, { "name": "Rainbow Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "20×", "text": "Does 20 damage times the number of different types of Pokémon SP you have in play." @@ -562,19 +427,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "9", "artist": "Shin Nagasawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -587,34 +445,22 @@ "id": "pl3-10", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "66", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Raging Drill", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each damage counter on Rhyperior." }, { "name": "Deep Scrap", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "If the Defending Pokémon would be Knocked Out by this attack, discard the top 3 cards from your opponent's deck." @@ -632,20 +478,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "10", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "It can launch a rock held in its hand like a missile by tightening then expanding muscles instantly.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal" }, @@ -658,32 +497,21 @@ "id": "pl3-11", "name": "Staraptor FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -701,16 +529,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Hiroki Fuchino", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal" }, @@ -723,14 +547,10 @@ "id": "pl3-12", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "60", "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -742,23 +562,14 @@ "attacks": [ { "name": "Drag Off", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Before doing damage, you may switch your opponent's Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Push Over", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Does 60 damage plus 10 more damage for each Fighting Energy attached to Swampert." @@ -770,17 +581,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -793,14 +599,10 @@ "id": "pl3-13", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -812,21 +614,14 @@ "attacks": [ { "name": "Desperate Pollen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If Venusaur already has 8 or more damage counters on it, the Defending Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Special Reaction", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40+", "text": "If the Defending Pokémon is affected by any Special Conditions, this attack does 40 damage plus 40 more damage for each of those Special Conditions." @@ -838,19 +633,12 @@ "value": "+40" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "13", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -863,14 +651,10 @@ "id": "pl3-14", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "53", "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "abilities": [ { @@ -882,22 +666,14 @@ "attacks": [ { "name": "Wind Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may return all Grass Energy attached to Yanmega to your hand. If you do, this attack does 20 damage plus 20 more damage for each Energy card you returned." }, { "name": "Speed Dive", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -918,9 +694,7 @@ "number": "14", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -933,15 +707,10 @@ "id": "pl3-15", "name": "Arcanine G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "60", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Extreme Speed", @@ -952,11 +721,7 @@ "attacks": [ { "name": "Overrun", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -968,17 +733,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Yusuke Ishikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -991,34 +751,21 @@ "id": "pl3-16", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Sharp Beak", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." }, { "name": "Ice Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -1036,18 +783,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -1060,15 +802,10 @@ "id": "pl3-17", "name": "Butterfree FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Compound Eyes", @@ -1079,11 +816,7 @@ "attacks": [ { "name": "Select Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Choose either Burned or Poisoned. The Defending Pokémon is now affected by that Special Condition." @@ -1101,16 +834,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Lee HyunJung", "rarity": "Rare", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -1123,34 +852,22 @@ "id": "pl3-18", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Moving Fire", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may move a Fire Energy card attached to 1 of your Benched Pokémon to Camerupt." }, { "name": "Volcanic Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip 3 coins. For each tails, discard the top card of your deck. Ignore this effect if your opponent has any Water Pokémon in play." @@ -1162,20 +879,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "18", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "It has volcanoes on its back. If magma builds up in its body, it shudders, then erupts violently.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -1188,34 +898,21 @@ "id": "pl3-19", "name": "Camerupt G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "57", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Earth Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Flip 2 coins. This attack does 10 damage times the number of heads to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1227,18 +924,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Ryota Saito", "rarity": "Rare", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal" }, @@ -1251,33 +942,21 @@ "id": "pl3-20", "name": "Charizard G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "65", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flame Jet", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, this attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1295,18 +974,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Wataru Kawahara", "rarity": "Rare", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -1319,29 +992,21 @@ "id": "pl3-21", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Heal Bell", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 3 damage counters from each of your Pokémon." }, { "name": "Super Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Count the amount of Energy attached to that Pokémon. Put that many damage counters on the Pokémon." @@ -1353,17 +1018,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "Its cries echo inside its hollow body to emerge as beautiful notes for startling and repelling foes.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -1376,32 +1037,22 @@ "id": "pl3-22", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "51", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Antique Magic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on any Pokémon (both yours and your opponent's) in any way you like." }, { "name": "Synchro Attack", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon has the same remaining HP as Claydol, this attack's base damage is 90 instead of 30." @@ -1413,17 +1064,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "An ancient clay figurine that came to life as a Pokémon from exposure to a mysterious ray of light.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal" }, @@ -1436,32 +1083,21 @@ "id": "pl3-23", "name": "Crawdaunt G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "61", "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch Crawdaunt G with 1 of your Benched Pokémon." }, { "name": "Hyper Beam", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1473,16 +1109,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Wataru Kawahara", "rarity": "Rare", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal" }, @@ -1495,14 +1127,10 @@ "id": "pl3-24", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "abilities": [ { @@ -1514,22 +1142,14 @@ "attacks": [ { "name": "Ice Shard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If the Defending Pokémon is a Fighting Pokémon, this attack's base damage is 80 instead of 30." }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1541,18 +1161,12 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Kanako Eo", "rarity": "Rare", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal" }, @@ -1565,14 +1179,10 @@ "id": "pl3-25", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -1584,11 +1194,7 @@ "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1610,9 +1216,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When Doduo evolves into this odd breed, one of its heads splits into two. It runs at nearly 40 mph.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal" }, @@ -1625,33 +1229,21 @@ "id": "pl3-26", "name": "Dusknoir FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Ghost Hand", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Put 1 damage counter on 1 of your Benched Pokémon." }, { "name": "Cursed Wrath", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of Pokémon SP in your discard pile." @@ -1669,17 +1261,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Motofumi Fujiwara", "rarity": "Rare", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal" }, @@ -1692,33 +1279,21 @@ "id": "pl3-27", "name": "Empoleon FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Rushing Water", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon." }, { "name": "Escort", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you played any Supporter card from your hand during this turn, this attack does 40 damage plus 20 more damage." @@ -1730,17 +1305,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Hiroki Fuchino", "rarity": "Rare", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal" }, @@ -1753,14 +1323,10 @@ "id": "pl3-28", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "60", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "abilities": [ { @@ -1772,21 +1338,14 @@ "attacks": [ { "name": "Knock Back", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -1798,17 +1357,12 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal" }, @@ -1821,14 +1375,10 @@ "id": "pl3-29", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "abilities": [ { @@ -1840,11 +1390,7 @@ "attacks": [ { "name": "Riot", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Pokémon that isn't an evolved Pokémon in play (both yours and your opponent's)." @@ -1862,17 +1408,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "If one utters a deep cry, many Murkrow gather quickly. For this, it is called \"Summoner of Night.\"", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal" }, @@ -1885,32 +1427,21 @@ "id": "pl3-30", "name": "Lickilicky C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "57", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Licking-Licking Heal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Basic Energy card from your hand to 1 of your Pokémon. Then, remove 2 damage counters from that Pokémon." }, { "name": "Return", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Draw cards until you have 6 cards in your hand." @@ -1922,17 +1453,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "kawayoo", "rarity": "Rare", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal" }, @@ -1945,32 +1471,21 @@ "id": "pl3-31", "name": "Lucario C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "60", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Mid-air Strike", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 30 more damage." @@ -1982,17 +1497,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "kawayoo", "rarity": "Rare", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -2005,14 +1515,10 @@ "id": "pl3-32", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "38", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Marvel Eyes", @@ -2023,10 +1529,7 @@ "attacks": [ { "name": "Gravity Wave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Does 30 damage to each of your opponent's Benched Pokémon that doesn't have a Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2042,9 +1545,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Because it turns active on nights of the full moon, it is said to have some link to the lunar phases.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal" }, @@ -2057,40 +1558,28 @@ "id": "pl3-33", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Turnaround Standby", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, any damage done by Mawile's Swallow or Bite to your opponent's Active Pokémon is increased by 40 (before applying Weakness and Resistance)." }, { "name": "Swallow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove from Mawile the number of damage counters equal to the damage you did to the Defending Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2108,16 +1597,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Suwama Chiaki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal" }, @@ -2130,33 +1615,22 @@ "id": "pl3-34", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Channeling", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent draws 2 cards." }, { "name": "Chakra Points", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each card in your opponent's hand." @@ -2168,17 +1642,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It gains the ability to see the aura of its opponents by honing its mind through starvation.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal" }, @@ -2191,32 +1661,21 @@ "id": "pl3-35", "name": "Milotic C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin for each Water Energy attached to Milotic C. This attack does 10 damage plus 20 more damage for each heads." }, { "name": "Wrap", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -2228,16 +1687,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "kawayoo", "rarity": "Rare", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -2250,33 +1705,21 @@ "id": "pl3-36", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Sky Attack", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -2294,18 +1737,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -2318,14 +1756,10 @@ "id": "pl3-37", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Focus Wall", @@ -2336,26 +1770,19 @@ "attacks": [ { "name": "Desperate Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Mr. Mime already has 5 or more damage counters on it, this attack does 20 damage plus 40 more damage." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It shapes an invisible wall in midair by minutely vibrating its fingertips to stop molecules in the air.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal" }, @@ -2368,32 +1795,22 @@ "id": "pl3-38", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Nutritional Support", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Grass Energy cards and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward." }, { "name": "Hibernation Spore", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Asleep. Flip 2 coins instead of 1 between turns. If either of them is tails, the Defending Pokémon is still Asleep." @@ -2405,17 +1822,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "A mushroom grown larger than the host's body controls Parasect. It scatters poisonous spores.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal" }, @@ -2428,32 +1841,22 @@ "id": "pl3-39", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Top Drop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top card from your opponent's deck. If you discarded a Pokémon, this attack does damage equal to the HP of that Pokémon." }, { "name": "Brick Break", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -2465,17 +1868,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It grows angry if you see its eyes and gets angrier if you run. If you beat it, it gets even madder.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -2488,15 +1887,10 @@ "id": "pl3-40", "name": "Roserade C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Natural Cure", @@ -2507,11 +1901,7 @@ "attacks": [ { "name": "Magical Leaf", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage and remove 2 damage counters from Roserade C." @@ -2523,17 +1913,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "kawayoo", "rarity": "Rare", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -2546,31 +1931,21 @@ "id": "pl3-41", "name": "Sableye G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Astonish", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." @@ -2582,16 +1957,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Yusuke Ishikawa", "rarity": "Rare", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal" }, @@ -2604,14 +1975,10 @@ "id": "pl3-42", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "abilities": [ { @@ -2623,11 +1990,7 @@ "attacks": [ { "name": "Needle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned." @@ -2645,17 +2008,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It curls up, then rolls into foes with its back. Its sharp spines inflict severe damage.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal" }, @@ -2668,30 +2027,22 @@ "id": "pl3-43", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Horn Pierce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "90", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." }, { "name": "Endure", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, if Seaking would be Knocked Out by damage from an attack, Seaking is not Knocked Out and its remaining HP becomes 10 instead." @@ -2703,17 +2054,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "In autumn, its body becomes more fatty in preparing to propose to a mate. It takes on beautiful colors.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal" }, @@ -2726,14 +2073,10 @@ "id": "pl3-44", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", "abilities": [ { @@ -2745,9 +2088,7 @@ "attacks": [ { "name": "Spike Wound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2759,17 +2100,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A discarded bug shell that came to life. Peering into the crack on its back is said to steal one's spirit.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal" }, @@ -2782,14 +2119,10 @@ "id": "pl3-45", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sunshine Fate", @@ -2800,10 +2133,7 @@ "attacks": [ { "name": "Luna Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Lunatone is in your discard pile, this attack does 30 damage plus 30 more damage. Then, search your discard pile for Lunatone, show it to your opponent, and shuffle it into your deck." @@ -2815,17 +2145,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "A new Pokémon species, rumored to be from the sun. It gives off light while spinning.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal" }, @@ -2838,29 +2164,21 @@ "id": "pl3-46", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "27", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Synchro Removal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If any Energy card attached to Spinda is the same type as any Energy card attached to the Defending Pokémon, discard 1 of those Energy cards from the Defending Pokémon." }, { "name": "Pulled Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 30." @@ -2872,17 +2190,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "No two Spinda have the same pattern of spots. Its tottering step fouls the aim of foes.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal" }, @@ -2895,35 +2209,22 @@ "id": "pl3-47", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Remove all Special Conditions and 4 damage counters from Wailord. Wailord is now Asleep." }, { "name": "Giant Wave", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100", "text": "Wailord can't use Giant Wave during your next turn." @@ -2935,20 +2236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "47", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "The biggest of all Pokémon. It can dive to a depth of almost 10,000 feet on only one breath.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal" }, @@ -2961,34 +2255,21 @@ "id": "pl3-48", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" }, { "name": "Lightning Wing", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage." @@ -3006,18 +2287,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -3030,32 +2306,21 @@ "id": "pl3-49", "name": "Altaria C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "59", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." }, { "name": "Sonic Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -3073,16 +2338,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "kawayoo", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal" }, @@ -3095,34 +2356,22 @@ "id": "pl3-50", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "32", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "40", "text": "" @@ -3134,19 +2383,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its proud and regal appearance has captured the hearts of people since long ago.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -3159,33 +2402,22 @@ "id": "pl3-51", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "20", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Tail Rap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -3197,19 +2429,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "A river dammed by Bibarel will never overflow its banks, which is appreciated by people nearby.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal" }, @@ -3222,31 +2448,22 @@ "id": "pl3-52", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Hover Hit", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "The Retreat Cost for the Defending Pokémon is 0 until the end of your next turn." }, { "name": "Crash Bomber", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If the Defending Pokémon has any Special Energy cards attached to it, this attack does 20 damage plus 40 more damage. Then, discard a Special Energy card attached to the Defending Pokémon." @@ -3258,17 +2475,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Its short arms stretch when it throws punches. Its technique is equal to that of pro boxers.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal" }, @@ -3281,32 +2494,21 @@ "id": "pl3-53", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Swallow", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, remove from Carnivine the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -3324,18 +2526,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Satoshi Ohta", "rarity": "Uncommon", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -3348,15 +2545,10 @@ "id": "pl3-54", "name": "Chatot G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "49", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Disrupting Spy", @@ -3367,9 +2559,7 @@ "attacks": [ { "name": "Search and Escape", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Trainer card, show it to your opponent, and put it into your hand. Put Chatot G and all cards attached to it on top of your deck. Shuffle your deck afterward." @@ -3387,16 +2577,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Yusuke Ishikawa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal" }, @@ -3409,30 +2595,22 @@ "id": "pl3-55", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "29", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "attacks": [ { "name": "Ram", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "" }, { "name": "Petal Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads. Cherrim is now Confused." @@ -3450,17 +2628,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "If it senses strong sunlight, it opens its folded petals to absorb the sun's rays with its whole body.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -3473,35 +2647,21 @@ "id": "pl3-56", "name": "Dragonite FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Mach Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "If the Defending Pokémon is a Pokémon SP, this attack's base damage is 80 instead of 20." }, { "name": "Giant Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -3519,18 +2679,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Shin Nagasawa", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal" }, @@ -3543,33 +2697,22 @@ "id": "pl3-57", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3587,17 +2730,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "At dusk, swarms of them are carried aloft on winds. When noticed, they suddenly vanish.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal" }, @@ -3610,33 +2749,22 @@ "id": "pl3-58", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "27", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Razor Fin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Jet Screw", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage." @@ -3648,17 +2776,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It is a common sight around fishing ports. It is known to rescue people and carry off prey.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal" }, @@ -3671,34 +2795,23 @@ "id": "pl3-59", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Healing Scale", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 1 damage counter from each of your Pokémon." }, { "name": "Sand Tomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3710,17 +2823,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It loves sparkly things. It seeks treasures in caves and hoards the loot in its nest.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal" }, @@ -3733,33 +2842,21 @@ "id": "pl3-60", "name": "Garchomp C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "62", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Claw Swipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Earthquake", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3771,16 +2868,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "kawayoo", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -3793,35 +2886,22 @@ "id": "pl3-61", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "29", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Double Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Mud Shot", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3833,18 +2913,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It shuts its nostrils tight then travels through sand as if walking. They form colonies of around ten.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal" }, @@ -3857,18 +2932,12 @@ "id": "pl3-62", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "abilities": [ { "name": "Evolutionary Pollen", @@ -3879,11 +2948,7 @@ "attacks": [ { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3895,18 +2960,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "When the bud on its back starts swelling, a sweet aroma wafts to indicate the flower's coming bloom.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -3919,32 +2979,22 @@ "id": "pl3-63", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Ice Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3956,17 +3006,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "The ears appear to be delicate. If they are touched roughly, it kicks with its graceful legs.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal" }, @@ -3979,36 +3025,23 @@ "id": "pl3-64", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Stomp Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard the top card from your opponent's deck." @@ -4020,18 +3053,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal" }, @@ -4044,33 +3072,22 @@ "id": "pl3-65", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Magmar." @@ -4082,17 +3099,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "When it breathes deeply, heat waves form around its body, making it hard to see clearly.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal" }, @@ -4105,31 +3118,21 @@ "id": "pl3-66", "name": "Manectric G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Energy Absorption", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your discard pile for up to 2 Energy cards and attach them to Manectric G." }, { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4147,16 +3150,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ryota Saito", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -4169,18 +3168,12 @@ "id": "pl3-67", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "abilities": [ { "name": "Plunge", @@ -4191,11 +3184,7 @@ "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4207,17 +3196,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Its sturdy legs give it sure footing, even in mud. It burrows into dirt to sleep.", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -4230,14 +3215,10 @@ "id": "pl3-68", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "abilities": [ { @@ -4249,9 +3230,7 @@ "attacks": [ { "name": "Skim Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Draw 2 cards." @@ -4273,9 +3252,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its antennae have eye patterns on them. Its four wings enable it to hover and fly in any direction.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -4288,18 +3265,12 @@ "id": "pl3-69", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "abilities": [ { "name": "Metallic Lift", @@ -4310,11 +3281,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -4332,18 +3299,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It is formed by two Beldum joining together. Its steel body won't be scratched if it collides with a jet.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -4356,33 +3318,22 @@ "id": "pl3-70", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Cleansing Ring", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may discard 2 cards from your hand. If you do, remove 4 damage counters from 1 of your Pokémon." }, { "name": "Scale Blow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90-", "text": "Does 90 damage minus 10 damage for each card in your hand." @@ -4394,17 +3345,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "Its lovely scales are described as rainbow colored. They change color depending on the viewing angle.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -4417,29 +3364,21 @@ "id": "pl3-71", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Lightning Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Trash Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your discard pile for a Lightning Energy card and attach it to 1 of your Pokémon." @@ -4457,17 +3396,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -4480,33 +3415,22 @@ "id": "pl3-72", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Switcheroo", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Move a Pokémon Tool card attached to 1 of your opponent's Pokémon to another of your opponent's Pokémon (excluding Pokémon that already has a Pokémon Tool attached to it). (If an effect of this attack is prevented, this attack does nothing.)" }, { "name": "Flap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4524,17 +3448,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "If spotted, it will lure an unwary person into chasing it, then lose the pursuer on mountain trails.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -4547,33 +3467,23 @@ "id": "pl3-73", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "attacks": [ { "name": "Circling Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch Ninjask with 1 of your Benched Pokémon." }, { "name": "Parallel Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Remove from 1 of your Pokémon the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -4595,9 +3505,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Because it moves so quickly, it sometimes becomes unseeable. It congregates around tree sap.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal" }, @@ -4610,34 +3518,22 @@ "id": "pl3-74", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Draw In", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for up to 2 Fire Energy cards and attach them to Numel." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4649,18 +3545,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its humped back stores intensely hot magma. In rain, the magma cools, slowing its movement.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -4673,32 +3564,21 @@ "id": "pl3-75", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Gripthrow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent returns the Defending Pokémon and all cards attached to it to his or her hand." }, { "name": "Sever", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If the Defending Pokémon is a Stage 2 Pokémon, this attack does 50 damage plus 30 more damage." @@ -4710,18 +3590,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It grips prey with its pincers until the prey is torn in half. What it can't tear, it tosses far.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal" }, @@ -4734,29 +3609,21 @@ "id": "pl3-76", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Greedy Draw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "If you have the same number of cards or less in your hand as your opponent, draw cards until you have 1 more card than your opponent. (If you have more cards in your hand than your opponent, this attack does nothing.)" }, { "name": "Hand Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Attach a Lightning Energy card from your hand to 1 of your Pokémon." @@ -4774,17 +3641,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -4797,32 +3660,22 @@ "id": "pl3-77", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "35", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." }, { "name": "Gigashock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4844,9 +3697,7 @@ "artist": "Takao Unno", "rarity": "Uncommon", "flavorText": "Its tail discharges electricity into the ground, protecting it from getting shocked.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -4859,30 +3710,21 @@ "id": "pl3-78", "name": "Raticate G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "57", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Find", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Trainer card or a Supporter card, show it to your opponent, and put it into your hand." }, { "name": "Biting Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin, if heads this attack does 10 damage plus 20 more damage." @@ -4897,9 +3739,7 @@ "number": "78", "artist": "Ryota Saito", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -4912,30 +3752,21 @@ "id": "pl3-79", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "36", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Grand Swell", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon for each Pokémon Tool and Stadium card your opponent has in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Amnesia", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -4947,17 +3778,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "A rare Pokémon discovered during a deep-sea exploration. It has not changed in over 100 million years.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -4970,35 +3797,23 @@ "id": "pl3-80", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -5016,19 +3831,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Standing on its hind legs freed its forelegs and made it smarter. It is very forgetful, however.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal" }, @@ -5041,32 +3850,22 @@ "id": "pl3-81", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Poison Seed", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon is now Poisoned." @@ -5078,18 +3877,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "Each of its hands contains different toxins, but both hands can jab with near-fatal power.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal" }, @@ -5102,30 +3896,21 @@ "id": "pl3-82", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "40", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40×", "text": "Discard all Lightning Energy attached to Rotom. Flip a coin for each Energy card you discarded. This attack does 40 damage times the number of heads." }, { "name": "Uproar", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5143,17 +3928,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its electric-like body can enter some kinds of machines and take control in order to make mischief.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -5166,31 +3947,21 @@ "id": "pl3-83", "name": "Skarmory FB", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "50", "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Silver Feather", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, when your opponent puts a Basic Pokémon from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon." }, { "name": "Metal Max", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all Metal Energy attached to Skarmory FB. Flip a coin for each Energy card you discarded. This attack does 20 damage plus 40 damage for each heads." @@ -5208,16 +3979,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Hironobu Yoshida", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal" }, @@ -5230,31 +3997,21 @@ "id": "pl3-84", "name": "Spiritomb C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "58", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lock Up", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5266,16 +4023,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "kawayoo", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal" }, @@ -5288,36 +4041,23 @@ "id": "pl3-85", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "16", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Double Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Air Crash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -5335,17 +4075,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Recognizing their own weakness, they always live in a group. When alone, a Staravia cries noisily.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal" }, @@ -5358,31 +4094,21 @@ "id": "pl3-86", "name": "Togekiss C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "60", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card." }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Togekiss C does 10 damage to itself." @@ -5403,9 +4129,7 @@ "number": "86", "artist": "kawayoo", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal" }, @@ -5418,35 +4142,22 @@ "id": "pl3-87", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Wailmer but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." }, { "name": "Take Down", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Wailmer does 20 damage to itself." @@ -5458,19 +4169,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "On sunny days, it lands on beaches to bounce like a ball and play. It spouts water from its nose.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal" }, @@ -5483,32 +4188,22 @@ "id": "pl3-88", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Air Slash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard an Energy attached to Yanma." @@ -5526,17 +4221,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It can hover is one spot by flapping its wings at high speed. It flits about to guard its territory.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, @@ -5549,33 +4240,22 @@ "id": "pl3-89", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -5587,17 +4267,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It moves by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal" }, @@ -5610,32 +4286,22 @@ "id": "pl3-90", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Pit Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5653,18 +4319,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It converses with others by using magnetic pulses. In a swarm, they move in perfect unison.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -5677,23 +4338,15 @@ "id": "pl3-91", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -5705,18 +4358,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A comparison revealed that Bidoof's front teeth grow at the same rate as Rattata's.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal" }, @@ -5729,33 +4377,22 @@ "id": "pl3-92", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5767,17 +4404,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It spins its two tails like a screw to propel itself through water. The tails also slice clinging seaweed.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -5790,33 +4423,22 @@ "id": "pl3-93", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5828,17 +4450,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "For some time after its birth, it grows by gaining nourishment from the seed on its back.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -5851,33 +4469,22 @@ "id": "pl3-94", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch Buneary with 1 of your Benched Pokémon." }, { "name": "Mini Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 1 damage counter from Buneary." @@ -5889,17 +4496,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Its ears are always rolled up. They can be forcefully extended to shatter even a large boulder.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -5912,30 +4515,21 @@ "id": "pl3-95", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Nosedive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Chatot does 10 damage to itself." @@ -5953,17 +4547,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Satoshi Ohta", "rarity": "Common", "flavorText": "Its tongue is just like a human's. As a result, it can cleverly mimic human speech.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal" }, @@ -5976,32 +4566,22 @@ "id": "pl3-96", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Attach a Grass Energy from your hand to Cherubi." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6019,17 +4599,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "The small ball is not only filled with nutrients, it is also tasty. Starly try to peck it off.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -6042,33 +4618,22 @@ "id": "pl3-97", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Chop", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -6080,17 +4645,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It is very agile. Before going to sleep, it extinguishes the flame on its tail to prevent fires.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -6103,17 +4664,11 @@ "id": "pl3-98", "name": "Chingling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Chimecho" - ], + "types": ["Psychic"], + "evolvesTo": ["Chimecho"], "abilities": [ { "name": "Baby Evolution", @@ -6124,9 +4679,7 @@ "attacks": [ { "name": "Chime", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)" @@ -6138,17 +4691,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "There is an orb inside its mouth. When it hops, the orb bounces all over and makes a ringing sound.", - "nationalPokedexNumbers": [ - 433 - ], + "nationalPokedexNumbers": [433], "legalities": { "unlimited": "Legal" }, @@ -6161,33 +4710,22 @@ "id": "pl3-99", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "4", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Nap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Combee." }, { "name": "Zzzt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6205,17 +4743,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The trio is together from birth. It constantly gathers honey from flowers to please Vespiquen.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal" }, @@ -6228,32 +4762,22 @@ "id": "pl3-100", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Crabhammer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Pincers", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -6265,17 +4789,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Its hardy vitality enables it to adapt to any environment. Its pincers will never release prey.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal" }, @@ -6288,33 +4808,22 @@ "id": "pl3-101", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Hook", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Corkscrew Punch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6326,17 +4835,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It rarely fights fairly, but that is strictly to ensure survival. It is popular as a mascot.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -6349,23 +4854,15 @@ "id": "pl3-102", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Doduo does 10 damage to itself." @@ -6387,9 +4884,7 @@ "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with a telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal" }, @@ -6402,32 +4897,22 @@ "id": "pl3-103", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Drifloon does 10 damage to itself." }, { "name": "Collect", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -6445,17 +4930,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Because of the way it floats aimlessly, an old folktale calls it a \"Signpost for Wandering Spirits.\"", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -6468,32 +4949,22 @@ "id": "pl3-104", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Count and Draw", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card for each of your opponent's Pokémon that isn't an Evolved Pokémon." @@ -6505,17 +4976,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It is a shabby and ugly Pokémon. However, it is very hardy and can survive on little water.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal" }, @@ -6528,33 +4995,22 @@ "id": "pl3-105", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Focus Fist", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6566,18 +5022,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "At rest, it looks just like a rock. Carelessly stepping on it will make it swing its fists angrily.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -6590,32 +5041,22 @@ "id": "pl3-106", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Colorless"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6627,17 +5068,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It attacks using its huge mouth. While its attacks are powerful, it hurts itself out of clumsiness, too.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal" }, @@ -6650,32 +5087,22 @@ "id": "pl3-107", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Does 10 damage times the number of damage counters on Goldeen." }, { "name": "Fury Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -6687,17 +5114,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Though it appears very elegant when swimming with fins unfurled, it can jab powerfully with its horn.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal" }, @@ -6710,34 +5133,22 @@ "id": "pl3-108", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Growlithe." @@ -6749,17 +5160,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A Pokémon with a loyal nature. It will remain motionless until it is given an order by its Trainer.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -6772,33 +5179,22 @@ "id": "pl3-109", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "4", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6810,17 +5206,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its legs are short. Whenever it stumbles, its stiff antennae clack with a xylophone-like sound.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal" }, @@ -6833,23 +5225,15 @@ "id": "pl3-110", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flail Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -6861,17 +5245,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "A Magikarp living for many years can leap a mountain using Splash. The move remains useless, though.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal" }, @@ -6884,33 +5264,22 @@ "id": "pl3-111", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Speed Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -6928,17 +5297,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The faster the units at its sides rotate, the greater the magnetic force they generate.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -6951,23 +5316,15 @@ "id": "pl3-112", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Extra Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "If the Defending Pokémon is a Pokémon LV.X, this attack does 10 damage plus 50 more damage." @@ -6979,17 +5336,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It lives in treetop colonies. If one becomes enraged, the whole colony rampages for no reason.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal" }, @@ -7002,33 +5355,22 @@ "id": "pl3-113", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Psychic"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Karate Chop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30-", "text": "Does 30 damage minus 10 damage for each damage counter on Meditite." @@ -7040,17 +5382,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It always trains deep in mountains. It levitates when it heightens its spiritual power through meditation.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal" }, @@ -7063,34 +5401,22 @@ "id": "pl3-114", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -7102,17 +5428,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It is nocturnal in nature. If it spots something shiny, its eyes glitter brightly.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -7125,14 +5447,10 @@ "id": "pl3-115", "name": "Mime Jr.", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Baby Evolution", @@ -7143,9 +5461,7 @@ "attacks": [ { "name": "Encore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can use only that attack during your opponent's next turn." @@ -7157,17 +5473,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It mimics the expressions and motions of those it sees to understand the feelings of others.", - "nationalPokedexNumbers": [ - 439 - ], + "nationalPokedexNumbers": [439], "legalities": { "unlimited": "Legal" }, @@ -7180,33 +5492,22 @@ "id": "pl3-116", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Mud Sport", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Mudkip has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7218,17 +5519,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -7241,32 +5538,22 @@ "id": "pl3-117", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Dash Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7278,17 +5565,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It grows underground, sensing its surroundings using antennae instead of its virtually blind eyes.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal" }, @@ -7301,29 +5584,21 @@ "id": "pl3-118", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pachi", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -7341,17 +5616,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -7364,32 +5635,22 @@ "id": "pl3-119", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Stomp", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -7401,17 +5662,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Mushrooms named tochukaso grow on its back. They grow along with the host Paras.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal" }, @@ -7424,33 +5681,22 @@ "id": "pl3-120", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -7468,17 +5714,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Takao Unno", "rarity": "Common", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -7491,33 +5733,22 @@ "id": "pl3-121", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7529,17 +5760,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "A poor walker, it often falls down. However, its strong pride makes it puff up its chest without a care.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -7552,35 +5779,22 @@ "id": "pl3-122", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7598,18 +5812,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Its powerful tackles can destroy anything. However, it is too slow witted to help people work.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal" }, @@ -7622,33 +5831,22 @@ "id": "pl3-123", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Vine Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spit Poison", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -7660,17 +5858,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "The more healthy the Roselia, the more pleasant its flowers' aroma. Its scent deeply relaxes people.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal" }, @@ -7683,23 +5877,15 @@ "id": "pl3-124", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -7717,17 +5903,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "To protect itself from attackers, it curls up into a ball. It lives in arid regions with minimal rainfall.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal" }, @@ -7740,33 +5922,22 @@ "id": "pl3-125", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Tail Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -7778,18 +5949,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A Pokémon that lives on icebergs. It swims in the sea using the point on its head to break up ice.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal" }, @@ -7802,24 +5968,15 @@ "id": "pl3-126", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7837,17 +5994,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -7860,33 +6013,22 @@ "id": "pl3-127", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7904,17 +6046,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It spouts poison spores from the top of its head. These spores cause pain all over if inhaled.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal" }, @@ -7927,35 +6065,22 @@ "id": "pl3-128", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." }, { "name": "Tail Smash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -7967,18 +6092,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "As soon as the tail claws close, its needle tips secrete poison. It can survive a year without food.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal" }, @@ -7991,24 +6111,15 @@ "id": "pl3-129", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8026,17 +6137,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Because they are weak individually, they form groups. However, they bicker if the group grows too big.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal" }, @@ -8049,23 +6156,15 @@ "id": "pl3-130", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -8077,17 +6176,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It appears as if it is skating on water. It draws prey with a sweet scent from the tip of its head.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -8100,34 +6195,22 @@ "id": "pl3-131", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Shell Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stomp", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -8145,18 +6228,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The shell on its back is made of soil. On a very healthy Turtwig, the shell should feel moist.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -8169,33 +6247,22 @@ "id": "pl3-132", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Tone-Deaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8207,17 +6274,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Usually, its cries are like quiet murmurs. If frightened, it shrieks at the same volume as a jet plane.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal" }, @@ -8230,23 +6293,15 @@ "id": "pl3-133", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Quick Turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -8264,17 +6319,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It checks its surroundings and location using reflections of the ultrasonic waves from its mouth.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal" }, @@ -8287,9 +6338,7 @@ "id": "pl3-134", "name": "Battle Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Whenever any player plays any Pokémon from his or her hand to Level-Up 1 of his or her Pokémon, remove 4 damage counters from that Pokémon." @@ -8309,9 +6358,7 @@ "id": "pl3-135", "name": "Champion's Room", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "The Retreat cost for each Pokémon SP (both yours and your opponent's) is Colorless less." @@ -8331,9 +6378,7 @@ "id": "pl3-136", "name": "Cynthia's Guidance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Look at the top 7 cards of your deck, choose 1 of them, and put it into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward." @@ -8353,9 +6398,7 @@ "id": "pl3-137", "name": "Cyrus's Initiative", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip 2 coins. If either of them is heads, look at your opponent's hand. For each heads, choose 1 card from your opponent's hand and put it on the bottom of your opponent's deck in any order." @@ -8375,9 +6418,7 @@ "id": "pl3-138", "name": "Night Teleporter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put all cards in your hand on top of your deck. Then, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." ], @@ -8396,9 +6437,7 @@ "id": "pl3-139", "name": "Palmer's Contribution", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your discard pile for up to 5 in any combination of Pokémon and basic Energy cards. Show them to your opponent and shuffle them into your deck." @@ -8418,9 +6457,7 @@ "id": "pl3-140", "name": "VS Seeker", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your discard pile for a Supporter card, show it to your opponent, and put it into your hand." ], @@ -8440,15 +6477,10 @@ "id": "pl3-141", "name": "Absol G LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Absol G", "rules": [ "Put this card onto your Active Absol G. Absol G LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8463,10 +6495,7 @@ "attacks": [ { "name": "Darkness Slugger", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard a card from your hand. If you do, this attack does 30 damage plus 30 more damage." @@ -8484,16 +6513,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "Yusuke Ishikawa", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal" }, @@ -8506,15 +6531,10 @@ "id": "pl3-142", "name": "Blaziken FB LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken FB", "rules": [ "Put this card onto your Active Blaziken FB. Blaziken FB LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8529,10 +6549,7 @@ "attacks": [ { "name": "Jet Shoot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "During your opponent's next turn, any damage done to Blaziken FB by attacks is increased by 40 (after applying Weakness and Resistance)." @@ -8544,16 +6561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -8566,15 +6579,10 @@ "id": "pl3-143", "name": "Charizard G LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard G", "rules": [ "Put this card onto your Active Charizard G. Charizard G LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8589,13 +6597,7 @@ "attacks": [ { "name": "Malevolent Fire", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Flip a coin. If tails, discard all Energy attached to Charizard G." @@ -8613,18 +6615,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "143", "artist": "Wataru Kawahara", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -8637,15 +6633,10 @@ "id": "pl3-144", "name": "Electivire FB LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electivire FB", "rules": [ "Put this card onto your Active Electivire FB. Electivire FB LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8660,11 +6651,7 @@ "attacks": [ { "name": "Powerful Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 damage plus 10 more damage for each Energy attached to all of your Pokémon." @@ -8682,18 +6669,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "144", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal" }, @@ -8706,15 +6687,10 @@ "id": "pl3-145", "name": "Garchomp C LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Garchomp C", "rules": [ "Put this card onto your Active Garchomp C. Garchomp C LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8729,11 +6705,7 @@ "attacks": [ { "name": "Dragon Rush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to Garchomp C. Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Garchomp C can't use Dragon Rush during your next turn." @@ -8748,9 +6720,7 @@ "number": "145", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -8763,15 +6733,10 @@ "id": "pl3-146", "name": "Rayquaza C LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza C", "rules": [ "Put this card onto your Active Rayquaza C. Rayquaza C LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8786,12 +6751,7 @@ "attacks": [ { "name": "Final Blowup", - "cost": [ - "Water", - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard all Energy attached to Rayquaza C. Ignore this effect if you have no cards in your hand." @@ -8809,18 +6769,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "146", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -8833,15 +6787,10 @@ "id": "pl3-147", "name": "Staraptor FB LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up", - "SP" - ], + "subtypes": ["Level-Up", "SP"], "level": "X", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staraptor FB", "rules": [ "Put this card onto your Active Staraptor FB. Staraptor FB LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -8856,11 +6805,7 @@ "attacks": [ { "name": "Defog", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Before doing damage, you may discard any Stadium card in play. If you do, this attack's base damage is 70 instead of 40." @@ -8881,9 +6826,7 @@ "number": "147", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal" }, @@ -8896,22 +6839,14 @@ "id": "pl3-148", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "34", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Diamond Dust", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8923,17 +6858,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "148", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "This legendary Pokémon is said to freeze the water in the air during winter, causing snow.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal" }, @@ -8946,22 +6877,14 @@ "id": "pl3-149", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "33", "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Hyper Flame", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard a Fire Energy attached to Moltres. If tails, discard all Energy attached to Moltres." @@ -8973,17 +6896,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "149", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "The flames on this legendary Pokémon's wings burn so brightly that they can make night seem like day.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal" }, @@ -8996,22 +6915,14 @@ "id": "pl3-150", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "30", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Lightning Burn", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, this attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If tails, Zapdos does 30 damage to itself." @@ -9023,17 +6934,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "This legendary Pokémon is said to be present wherever there is a lightning storm.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -9046,14 +6953,10 @@ "id": "pl3-SH7", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "52", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -9065,11 +6968,7 @@ "attacks": [ { "name": "Dwindling Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80-", "text": "Does 80 damage minus 10 damage for each damage counter on Milotic." @@ -9081,17 +6980,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH7", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "Its lovely scales are described as rainbow colored. They change color depending on the viewing angle.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal" }, @@ -9104,32 +6999,21 @@ "id": "pl3-SH8", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "39", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Deep Sea Pressure", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, the Defending Pokémon's Retreat Cost is ColorlessColorless more." }, { "name": "Aqua Wave", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 40 damage plus 10 more damage for each heads." @@ -9141,17 +7025,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH8", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "A rare Pokémon discovered during a deep-sea exploration. It has not changed in over 100 million years.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal" }, @@ -9164,34 +7044,22 @@ "id": "pl3-SH9", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Sonicboom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Baton Pass", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "You may switch Yanma with 1 of your Benched Pokémon. If you do, move as many Energy cards attached to Yanma as you like to the new Active Pokémon." @@ -9209,17 +7077,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH9", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It can hover in one spot by flapping its wings at high speed. It flits about to guard its territory.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/pl4.json b/cards/en/pl4.json index 542c96de2..6c1ca180c 100644 --- a/cards/en/pl4.json +++ b/cards/en/pl4.json @@ -3,14 +3,10 @@ "id": "pl4-1", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "60", "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -22,20 +18,14 @@ "attacks": [ { "name": "Fire Wing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Burning Tail", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Fire Energy attached to Charizard." @@ -53,18 +43,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal" }, @@ -77,14 +61,10 @@ "id": "pl4-2", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -96,10 +76,7 @@ "attacks": [ { "name": "Ground Frost", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If there is any Stadium Card in play, this attack does nothing." @@ -111,17 +88,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It freezes prey by blowing its -58 degrees F breath. It is said to then secretly display its prey.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal" }, @@ -134,33 +107,21 @@ "id": "pl4-3", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "58", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Burned." }, { "name": "Magma Mantle", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Discard the top 3 cards of your deck. This attack does 60 damage plus 20 more damage for each Fire or Metal Energy card you discarded." @@ -172,19 +133,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Keiko Moritsugu", "rarity": "Rare Holo", "flavorText": "Its body is made of rugged steel. However, it is partially melted in spots because of its own heat.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -197,32 +152,22 @@ "id": "pl4-4", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Primal Scythe", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "You may discard Helix Fossil, Dome Fossil, or Old Amber from your hand. If you do, this attack does 20 damage plus 50 more damage." }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -234,18 +179,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "It is thought that this Pokémon came onto land because its prey adapted to life on land.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal" }, @@ -258,32 +198,22 @@ "id": "pl4-5", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "53", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Flash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Gadget Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Luxray has a Pokémon Tool card attached to it, you may do 100 damage instead of 60 to the Defending Pokémon. If you do, discard that Pokémon Tool card." @@ -305,9 +235,7 @@ "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It can see clearly through walls to track down its prey and seek its lost young.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -320,30 +248,22 @@ "id": "pl4-6", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "43", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Cloak Party", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 3 in any combination of Burmy and Wormadam, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Seach your discard pile for a basic Energy card and attach it to 1 of your Benched Pokémon." @@ -365,9 +285,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "While it loves floral honey, it won't gather any itself. Instead, it plots to steal some from Combee.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal" }, @@ -380,14 +298,10 @@ "id": "pl4-7", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "55", "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "abilities": [ { @@ -399,21 +313,14 @@ "attacks": [ { "name": "Top Chop", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Draw a card." }, { "name": "Tumbling Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 30 more damage." @@ -431,18 +338,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal" }, @@ -455,14 +356,10 @@ "id": "pl4-8", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "68", "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -474,23 +371,14 @@ "attacks": [ { "name": "Shoot Through", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -508,17 +396,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Shin Nagasawa", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -531,32 +414,22 @@ "id": "pl4-9", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Damage Roller", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put damage counters on the Defending Pokémon until the Defending Pokémon has the same remaining HP as Swalot. (If the Defending Pokémon has the same or less remaining HP as Swalot, this attack does nothing.)" }, { "name": "Entangle Tackle", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "You may do 50 damage plus 30 more damage. If you do, this attack does 30 damage to 1 of your Pokémon, and don't apply Weakness and Resistance to this damage." @@ -568,19 +441,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "It swallows anything whole. It sweats toxic fluids from its follicles to douse foes.", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal" }, @@ -593,34 +460,22 @@ "id": "pl4-10", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "48", "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to Tangrowth by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Swallow Up", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Tangrowth. If the Defending Pokémon has fewer remaining HP than Tangrowth's, this attack does 120 damage instead." @@ -638,19 +493,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Its arms are made of plants that bind themselves to things. They grow back right away if cut.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal" }, @@ -663,31 +512,22 @@ "id": "pl4-11", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Corner", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Convert Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Toxicroak has any Psychic Energy attached to it, the Defending Pokémon is now Poisoned. If Toxicroak has any Fighting Energy attached to it, this attack does 30 damage plus 30 more damage." @@ -699,17 +539,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It has a poison sac at its throat. When it croaks, the stored poison is churned for more potency.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal" }, @@ -722,32 +558,21 @@ "id": "pl4-12", "name": "Zapdos G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "60", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Charge Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your discard pile for an Energy card and attach it to Zapdos G." }, { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "You may discard all Lightning attached to Zapdos G. If you do, this attack's base damage is 80 instead of 40." @@ -765,17 +590,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Ryota Saito", "rarity": "Rare Holo", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -788,14 +608,10 @@ "id": "pl4-13", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "47", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Old Amber", "abilities": [ { @@ -807,10 +623,7 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -828,17 +641,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "A Pokémon that roamed the skies in the dinosaur era. Its teeth are like saw blades.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal" }, @@ -851,33 +660,22 @@ "id": "pl4-14", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Oracle Arrow", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Antigravity", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Retreat Cost for Bronzong is 0 until the end of your next turn." @@ -895,19 +693,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It brought rains by opening portals to another world. It was revered as a bringer of plentiful harvests.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -920,14 +712,10 @@ "id": "pl4-15", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -939,10 +727,7 @@ "attacks": [ { "name": "Worry Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -960,17 +745,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "If it senses strong sunlight, it opens its folded petals to absorb the sun's rays with its whole body.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -983,14 +764,10 @@ "id": "pl4-16", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "44", "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -1002,11 +779,7 @@ "attacks": [ { "name": "Shadow Skip", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) You may switch Gengar with 1 of your Benched Pokémon." @@ -1028,9 +801,7 @@ "artist": "Midori Harada", "rarity": "Rare", "flavorText": "The leer that floats in darkness belongs to a Gengar delighting in casting curses on people.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1043,33 +814,22 @@ "id": "pl4-17", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "46", "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -1091,9 +851,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The leer that floats in darkness belongs to a Gengar delighting in casting curses on people.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -1106,33 +864,22 @@ "id": "pl4-18", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Wreck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 damage plus 50 more damage. Discard that Stadium card." }, { "name": "Avalanche", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1144,17 +891,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Hiroki Fuchino", "rarity": "Rare", "flavorText": "It prevents prey from escaping by instantaneously freezing moisture in the air.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal" }, @@ -1167,45 +910,29 @@ "id": "pl4-19", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "56", "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Lunge Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Tumble Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Discard as many Fighting Energy cards as you like from your hand. The attack does 30 damage times the number of Fighting Energy cards you discarded." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -1223,19 +950,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal" }, @@ -1248,35 +968,22 @@ "id": "pl4-20", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Push Out", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Vortex Chop", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "If the Defending Pokémon has any Resistance, this attack's base damage is 120 instead of 60." @@ -1288,20 +995,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It loves to match power with big-bodied Pokémon. It can knock a truck flying with its arm thrusts.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal" }, @@ -1314,14 +1014,10 @@ "id": "pl4-21", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "40", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "abilities": [ { @@ -1333,10 +1029,7 @@ "attacks": [ { "name": "Hover Heal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Remove all Special Conditions from Lopunny." @@ -1348,17 +1041,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "The ears appear to be delicate. If they are touched roughly, it kicks with its graceful legs.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal" }, @@ -1371,33 +1060,22 @@ "id": "pl4-22", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Second Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon." }, { "name": "Swift", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -1419,9 +1097,7 @@ "artist": "Mana Ibe", "rarity": "Rare", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -1434,32 +1110,22 @@ "id": "pl4-23", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "attacks": [ { "name": "Time Spiral", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Evolved Pokémon. Remove the highest Stage Evolution card from that Pokémon and have your opponent shuffle that card into his or her deck." }, { "name": "Primal Tentacles", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Helix Fossil, Dome Fossil, and Old Amber in your discard pile." @@ -1471,17 +1137,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It is thought that this Pokémon became extinct because its spiral shell grew too large.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal" }, @@ -1494,34 +1156,22 @@ "id": "pl4-24", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "50", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon is now Asleep." }, { "name": "Continuous Crush", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin until you get tails. For each heads, discard an Energy card attached to the Defending Pokémon." @@ -1539,18 +1189,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "It is a messenger of the skies, carrying small Pokémon and eggs to safety in its bill.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -1563,17 +1208,11 @@ "id": "pl4-25", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -1584,9 +1223,7 @@ "attacks": [ { "name": "Baby Steps", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Look at the top 5 cards of your deck, choose 1 of them, and put it into your hand. Shuffle the other cards back into your deck." @@ -1604,17 +1241,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "The electric sacs in its cheeks are small. If even a little electricity leaks, it becomes shocked.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -1627,15 +1260,10 @@ "id": "pl4-26", "name": "Porygon-Z G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "56", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Dowsing Code", @@ -1646,11 +1274,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 40 more damage." @@ -1662,16 +1286,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Nobuyuki Fujimoto", "rarity": "Rare", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal" }, @@ -1684,32 +1304,22 @@ "id": "pl4-27", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Boosted Voltage", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "If Raichu has a Pokémon Tool card attached to it, this attack does 20 damage to each of your opponent's Benched Pokémon that isn't an Evolved Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard a Lightning Energy card attached to Raichu." @@ -1727,17 +1337,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its tail discharges electricity into the ground, protecting it from getting shocked.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -1750,14 +1356,10 @@ "id": "pl4-28", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "41", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -1769,20 +1371,14 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 damage plus 20 more damage." @@ -1797,9 +1393,7 @@ "number": "28", "artist": "Lee HyunJung", "rarity": "Rare", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -1812,30 +1406,22 @@ "id": "pl4-29", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Recruit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand, choose a Supporter card you find there, and discard it. Then, use the effect of that card as the effect of this attack." }, { "name": "Extend Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Raticate has a Pokémon Tool card attached to it, this attack does 20 damage plus 40 more damage." @@ -1851,9 +1437,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It whittles its constantly growing fangs by gnawing on hard things. It can chew apart cinder walls.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -1866,14 +1450,10 @@ "id": "pl4-30", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "57", "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -1885,21 +1465,14 @@ "attacks": [ { "name": "Leaf Blast", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Does 20 damage times the amount of Grass Energy attached to Sceptile." }, { "name": "Poison Claws", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "The Defending Pokémon is now Poisoned." @@ -1917,17 +1490,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Reiko Tanoue", "rarity": "Rare", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -1940,32 +1508,22 @@ "id": "pl4-31", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "59", "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "attacks": [ { "name": "Leaf Supply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a basic Energy card from your hand to 1 of your Pokémon." }, { "name": "Dual Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage times the number of heads." @@ -1983,17 +1541,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The leaves that grow on its arms can slice down thick trees. It is without peer in jungle combat.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -2006,14 +1560,10 @@ "id": "pl4-32", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "39", "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Keystone Seal", @@ -2024,18 +1574,14 @@ "attacks": [ { "name": "Darkness Grace", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) If you do, put 1 damage counter on Spiritomb. Shuffle your deck afterward." }, { "name": "Will-o'-the-wisp", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2047,16 +1593,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Aya Kusube", "rarity": "Rare", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal" }, @@ -2069,32 +1611,22 @@ "id": "pl4-33", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Wide Laser", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -2112,19 +1644,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It brought rains by opening portals to another world. It was revered as a bringer of plentiful harvests.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal" }, @@ -2137,34 +1663,22 @@ "id": "pl4-34", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Speed Dive", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 30 damage plus 30 more damage." @@ -2182,18 +1696,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "There are researchers who believe this Pokémon reflected like a mirror in the distant past.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -2206,36 +1715,23 @@ "id": "pl4-35", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Fire Punch", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2247,17 +1743,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "In the rocky mountains where Charmeleon live, their fiery tails shine at night like stars.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -2270,33 +1762,22 @@ "id": "pl4-36", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Lick", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Night Shade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2314,17 +1795,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -2337,36 +1814,23 @@ "id": "pl4-37", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double-edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Graveler does 10 damage to itself." @@ -2384,19 +1848,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "It rolls on mountain paths to move. Once it builds momentum, no Pokémon can stop it without difficulty.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal" }, @@ -2409,34 +1867,23 @@ "id": "pl4-38", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Grovyle during your opponent's next turn." }, { "name": "Blade Arms", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2454,17 +1901,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -2477,36 +1920,23 @@ "id": "pl4-39", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "24", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2524,17 +1954,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -2547,32 +1973,22 @@ "id": "pl4-40", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Endure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, if Gulpin would be Knocked Out by damage from an attack, Gulpin is not Knocked Out and its remaining HP becomes 10 instead." }, { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2584,18 +2000,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "Almost all of its body is its stomach. Its harsh digestive juices quickly dissolve anything it swallows.", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -2608,18 +2019,12 @@ "id": "pl4-41", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "31", "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Hidden Poison", @@ -2630,10 +2035,7 @@ "attacks": [ { "name": "Tongue Spring", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2651,17 +2053,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2674,34 +2072,23 @@ "id": "pl4-42", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Shadow Bind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2719,17 +2106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal" }, @@ -2742,35 +2125,23 @@ "id": "pl4-43", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "25", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Discharge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Discard all Lightning Energy attached to Luxio. Flip a coin for each Energy card you discarded. This attack does 40 damage times the number of heads." @@ -2788,17 +2159,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal" }, @@ -2811,32 +2178,22 @@ "id": "pl4-44", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2858,9 +2215,7 @@ "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal" }, @@ -2873,32 +2228,22 @@ "id": "pl4-45", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Water Ball", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Pelipper." }, { "name": "Wing Attack", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2916,18 +2261,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It is a messenger of the skies, carrying small Pokémon and eggs to safety in its bill.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -2940,33 +2280,22 @@ "id": "pl4-46", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Ascension", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Ponyta and put it onto Ponyta. (This counts as evolving Ponyta.) Shuffle your deck afterward." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2978,17 +2307,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -3001,31 +2326,22 @@ "id": "pl4-47", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon is now Burned." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3041,9 +2357,7 @@ "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "When at an all-out gallop, its blazing mane sparkles, enhancing its beautiful appearance.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal" }, @@ -3056,35 +2370,23 @@ "id": "pl4-48", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "34", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Shelgon during your opponent's next turn." }, { "name": "Dragon Bump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Shelgon has any basic Fire Energy and any basic Water Energy attached to it, this attack does 40 damage plus 20 more damage." @@ -3096,17 +2398,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Within its rugged shell, its cells have begun changing. The shell peels off the instant it evolves.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal" }, @@ -3119,32 +2417,22 @@ "id": "pl4-49", "name": "Wormadam Plant Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "46", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy Plant Cloak", "attacks": [ { "name": "Magical Needle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Remove 2 damage counters from 1 of your Benched Pokémon." }, { "name": "Cloak Scale", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If you have Wormadam Sandy Cloak in play, the Defending Pokémon is now Burned, Confused, and Poisoned." @@ -3156,17 +2444,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When evolving, its body takes in surrounding materials. As a result, there are many body variations.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -3179,32 +2463,22 @@ "id": "pl4-50", "name": "Wormadam Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "45", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Burmy Sandy Cloak", "attacks": [ { "name": "Hang Down", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Cloak Headbutt", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have Wormadam Trash Cloak in play, this attack does 60 damage plus 30 more damage." @@ -3222,17 +2496,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "When evolving, its body takes in surrounding materials. As a result, there are many body variations.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -3245,31 +2515,22 @@ "id": "pl4-51", "name": "Wormadam Trash Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Burmy Trash Cloak", "attacks": [ { "name": "Cloak Shard", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. If you have Wormadam Plant Cloak in play, this attack does 40 damage to that Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Serve Trash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may search your opponent's discard pile for any 1 card, show it to your opponent, and put it on top of his or her deck." @@ -3287,17 +2548,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "When evolving, its body takes in surrounding materials. As a result, there are many body variations.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -3310,33 +2567,22 @@ "id": "pl4-52", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Burned." @@ -3348,17 +2594,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -3371,32 +2613,21 @@ "id": "pl4-53", "name": "Beedrill G", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "56", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Raid", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If you played Beedrill G from your hand during this turn, this attack's base damage is 40 instead of 10." }, { "name": "Fury Attack", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -3408,16 +2639,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Wataru Kawahara", "rarity": "Common", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal" }, @@ -3430,33 +2657,22 @@ "id": "pl4-54", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3474,18 +2690,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "There are researchers who believe this Pokémon reflected like a mirror in the distant past.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal" }, @@ -3498,23 +2709,15 @@ "id": "pl4-55", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Bunny Hop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon that doesn't have any damage counters on it. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3526,17 +2729,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "sui", "rarity": "Common", "flavorText": "Its ears are always rolled up. They can be forcefully extended to shatter even a large boulder.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -3549,18 +2748,11 @@ "id": "pl4-56", "name": "Burmy Plant Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "abilities": [ { "name": "Cloak Evolution", @@ -3571,10 +2763,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3586,17 +2775,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Even if it is born where there are no cocooning materials, it somehow always ends up with a cloak.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -3609,18 +2794,11 @@ "id": "pl4-57", "name": "Burmy Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "abilities": [ { "name": "Cloak Evolution", @@ -3631,10 +2809,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3646,17 +2821,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Even if it is born where there are no cocooning materials, it somehow always ends up with a cloak.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -3669,18 +2840,11 @@ "id": "pl4-58", "name": "Burmy Trash Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "abilities": [ { "name": "Cloak Evolution", @@ -3691,10 +2855,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3706,17 +2867,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Even if it is born where there are no cocooning materials, it somehow always ends up with a cloak.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -3729,33 +2886,22 @@ "id": "pl4-59", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Call for Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Basic Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Steady Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3767,17 +2913,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "The fire on the tip of its tail is a measure of its life. If healthy, its tail burns intensely.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -3790,33 +2932,22 @@ "id": "pl4-60", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Solarbeam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3834,17 +2965,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "The small ball is not only filled with nutrients, it is also tasty. Starly try to peck it off.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -3857,33 +2984,22 @@ "id": "pl4-61", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Fighting"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 card from your opponent's hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck." }, { "name": "Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3895,17 +3011,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It rarely fights fairly, but that is strictly to ensure survival. It is popular as a mascot.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -3918,33 +3030,22 @@ "id": "pl4-62", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "22", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Electrike does 10 damage to itself." @@ -3962,17 +3063,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -3985,23 +3082,15 @@ "id": "pl4-63", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4019,17 +3108,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Using electricity stored in its fur, it stimulates its muscles to heighten its reaction speed.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -4042,33 +3127,22 @@ "id": "pl4-64", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Suffocating Gas", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4086,17 +3160,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal" }, @@ -4109,23 +3179,15 @@ "id": "pl4-65", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Stone Barrage", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -4143,18 +3205,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "At rest, it looks just like a rock. Carelessly stepping on it will make it swing its fists angrily.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal" }, @@ -4167,33 +3224,22 @@ "id": "pl4-66", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Drool", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4205,17 +3251,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Almost all of its body is its stomach. Its harsh digestive juices quickly dissolve anything it swallows.", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal" }, @@ -4228,34 +3270,23 @@ "id": "pl4-67", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dome Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "attacks": [ { "name": "Fast Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Evolution cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." }, { "name": "Speed Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4267,17 +3298,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "It is thought to have inhabited beaches 300 million years ago. It is protected by a stiff shell.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal" }, @@ -4290,33 +3317,22 @@ "id": "pl4-68", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "21", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4328,18 +3344,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "sui", "rarity": "Common", "flavorText": "It toughens its body by slamming into thick trees. Many snapped trees can be found near its nest.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal" }, @@ -4352,33 +3363,22 @@ "id": "pl4-69", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Harden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if Nosepass would be damaged by an attack, prevent that attack's damage done to Nosepass if that damage is 30 or less." }, { "name": "Knock Away", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4390,17 +3390,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Midori Harada", "rarity": "Common", "flavorText": "When endangered, it may protect itself by raising its magnetism and drawing iron objects to its body.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal" }, @@ -4413,34 +3409,23 @@ "id": "pl4-70", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "38", "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Helix Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Tickle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4452,17 +3437,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "A Pokémon that was resurrected from a fossil using modern science. It swam in ancient seas.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal" }, @@ -4475,34 +3456,22 @@ "id": "pl4-71", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mega Shot", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy attached to Pikachu and then choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4520,17 +3489,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "sui", "rarity": "Common", "flavorText": "It occasionally uses an electric shock to recharge a fellow Pikachu that is in a weakened state.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -4543,33 +3508,22 @@ "id": "pl4-72", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stomp", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -4581,17 +3535,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Midori Harada", "rarity": "Common", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -4604,23 +3554,15 @@ "id": "pl4-73", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "12", "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4636,9 +3578,7 @@ "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Cautious in the extreme, its hardy vitality lets it live in any kind of environment.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -4651,33 +3591,22 @@ "id": "pl4-74", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Swagger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon." @@ -4695,17 +3624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "sui", "rarity": "Common", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -4718,34 +3643,22 @@ "id": "pl4-75", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "16", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Ice Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -4757,17 +3670,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It is said that several Snorunt gather under giant leaves and live together in harmony.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal" }, @@ -4780,33 +3689,22 @@ "id": "pl4-76", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Absorb", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Tangela." }, { "name": "Sleep Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -4824,18 +3722,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "The blue vines shrouding its body are covered in a growth of fine hair. It is known to be ticklish.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4848,34 +3741,22 @@ "id": "pl4-77", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -4893,17 +3774,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The blue vines shrouding its body are covered in a growth of fine hair. It is known to be ticklish.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal" }, @@ -4916,24 +3793,15 @@ "id": "pl4-78", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "14", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Tail Crush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -4951,17 +3819,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "TOKIYA", "rarity": "Common", "flavorText": "The soles of its feet are covered by countless tiny spikes, enabling it to walk on walls and ceilings.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -4974,33 +3838,22 @@ "id": "pl4-79", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5018,17 +3871,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The soles of its feet are covered by countless tiny spikes, enabling it to walk on walls and ceilings.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -5041,33 +3890,22 @@ "id": "pl4-80", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slashing Strike", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, Wingull can't use Slashing Strike." @@ -5085,17 +3923,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It soars high in the sky, riding on updrafts like a glider. It carries food tucked in its bill.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -5108,23 +3942,15 @@ "id": "pl4-81", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5142,17 +3968,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It soars high in the sky, riding on updrafts like a glider. It carries food tucked in its bill.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal" }, @@ -5165,9 +3987,7 @@ "id": "pl4-82", "name": "Beginning Door", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for Arceus, show it to your opponent, and put it into your hand. Shuffle your deck afterward." ], @@ -5186,9 +4006,7 @@ "id": "pl4-83", "name": "Bench Shield", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Bench Shield to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "As long as the Pokémon this card is attached to is on your Bench, prevent all damage done to that Pokémon by attacks (both yours and your opponent's)." @@ -5208,9 +4026,7 @@ "id": "pl4-84", "name": "Buffer Piece", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Buffer Piece to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "Any damage done to the Pokémon this card is attached to by an opponent's attack is reduced by 20 (after applying Weakness and Resistance). At the end of your opponent's turn after you played Buffer Piece, discard Buffer Piece." @@ -5230,9 +4046,7 @@ "id": "pl4-85", "name": "Department Store Girl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 3 Pokémon Tool cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -5252,9 +4066,7 @@ "id": "pl4-86", "name": "Energy Restore", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, put a basic Energy card from your discard pile into your hand. If you don't have that many basic Energy cards in your discard pile, put all of them into your hand." ], @@ -5273,9 +4085,7 @@ "id": "pl4-87", "name": "Expert Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Expert Belt to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "The Pokémon this card is attached to gets +20 HP and that Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). When the Pokémon this card is attached to is Knocked Out, your opponent takes 1 more Prize card." @@ -5295,9 +4105,7 @@ "id": "pl4-88", "name": "Lucky Egg", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach Lucky Egg to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it. If that Pokémon is Knocked Out, discard this card.", "When the Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, draw cards until you have 7 cards in your hand." @@ -5319,9 +4127,7 @@ "id": "pl4-89", "name": "Old Amber", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Old Amber as if it were a Colorless Basic Pokémon. (Old Amber counts as a Trainer card as well, but if Old Amber is Knocked Out, this counts as a Knocked Out Pokémon.) Old Amber can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Old Amber from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5348,9 +4154,7 @@ "id": "pl4-90", "name": "Professor Oak's Visit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Then, choose a card from your hand and put it on the bottom of your deck." @@ -5370,9 +4174,7 @@ "id": "pl4-91", "name": "Ultimate Zone", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "During each player's turn, the player may move an Energy card attached to 1 of his or her Benched Pokémon to his or her Active Arceus as often as he or she likes." @@ -5392,9 +4194,7 @@ "id": "pl4-92", "name": "Dome Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Dome Fossil as if it were a Colorless Basic Pokémon. (Dome Fossil counts as a Trainer card as well, but if Dome Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Dome Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Dome Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5421,9 +4221,7 @@ "id": "pl4-93", "name": "Helix Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "50", "rules": [ "Play Helix Fossil as if it were a Colorless Basic Pokémon. (Helix Fossil counts as a Trainer card as well, but if Helix Fossil is Knocked Out, this counts as a Knocked Out Pokémon.) Helix Fossil can't be affected by any Special Conditions and can't retreat. At any time during your turn before your attack, you may discard Helix Fossil from play. (This doesn't count as a Knocked Out Pokémon.)" @@ -5450,14 +4248,10 @@ "id": "pl4-94", "name": "Arceus LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus", "rules": [ "You may have as many of this card in your deck as you like.", @@ -5475,16 +4269,12 @@ "type": "Poké-Body" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -5497,14 +4287,10 @@ "id": "pl4-95", "name": "Arceus LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus", "rules": [ "You may have as many of this card in your deck as you like.", @@ -5520,26 +4306,18 @@ "attacks": [ { "name": "Meteor Blast", - "cost": [ - "Grass", - "Fire", - "Colorless" - ], + "cost": ["Grass", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack's base damage is 50 instead of 100." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -5552,14 +4330,10 @@ "id": "pl4-96", "name": "Arceus LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus", "rules": [ "You may have as many of this card in your deck as you like.", @@ -5580,26 +4354,18 @@ "attacks": [ { "name": "Psychic Bolt", - "cost": [ - "Lightning", - "Psychic", - "Colorless" - ], + "cost": ["Lightning", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a Lightning Energy and a Psychic Energy attached to Arceus." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -5612,14 +4378,10 @@ "id": "pl4-97", "name": "Gengar LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gengar", "rules": [ "Put this card onto your Active Gengar. Gengar LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5634,11 +4396,7 @@ "attacks": [ { "name": "Compound Pain", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon that already has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5659,9 +4417,7 @@ "number": "97", "artist": "Shizurow", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal" }, @@ -5674,14 +4430,10 @@ "id": "pl4-98", "name": "Salamence LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Salamence", "rules": [ "Put this card onto your Active Salamence. Salamence LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5696,12 +4448,7 @@ "attacks": [ { "name": "Steam Blast", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy card attached to Salamence." @@ -5719,17 +4466,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal" }, @@ -5742,14 +4484,10 @@ "id": "pl4-99", "name": "Tangrowth LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangrowth", "rules": [ "Put this card onto your Active Tangrowth. Tangrowth LV.X can use any attack, Poké-Power, or Poké-Body from its previous level." @@ -5764,9 +4502,7 @@ "attacks": [ { "name": "Big Growth", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for as many Grass Energy cards as you like and attach them to your Pokémon in any way you like." @@ -5784,18 +4520,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Holo LV.X", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal" }, @@ -5808,17 +4538,11 @@ "id": "pl4-SH10", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "15", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "abilities": [ { "name": "Star Barrier", @@ -5829,9 +4553,7 @@ "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -5843,17 +4565,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH10", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -5866,17 +4584,11 @@ "id": "pl4-SH11", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "abilities": [ { "name": "Star Barrier", @@ -5887,10 +4599,7 @@ "attacks": [ { "name": "Blue Fire", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard all Fire Energy attached to Ponyta." @@ -5902,17 +4611,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH11", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal" }, @@ -5925,17 +4630,11 @@ "id": "pl4-SH12", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "abilities": [ { "name": "Star Barrier", @@ -5946,9 +4645,7 @@ "attacks": [ { "name": "Payback", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent has only 1 Prize card left, this attack does 10 damage plus 30 more damage." @@ -5966,17 +4663,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SH12", "artist": "sui", "rarity": "Rare", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal" }, @@ -5989,24 +4682,15 @@ "id": "pl4-AR1", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "70", - "types": [ - "Darkness" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Darkness"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Prize Count", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have more Prize cards left than your opponent, this attack does 20 damage plus 60 more damage." @@ -6024,17 +4708,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "AR1", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6047,24 +4727,15 @@ "id": "pl4-AR2", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "90", - "types": [ - "Grass" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Grass"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Leaf Refresh", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 3 damage counters from each of your Benched Pokémon." @@ -6082,18 +4753,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "AR2", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It is said to have emerged from an egg in a place where there was nothing, then shaped the world.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6106,25 +4772,15 @@ "id": "pl4-AR3", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "80", - "types": [ - "Fire" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Fire"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Bright Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, discard 2 Energy attached to Arceus." @@ -6136,17 +4792,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "AR3", "artist": "Wataru Kawahara", "rarity": "Rare", "flavorText": "It is described in mythology as the Pokémon that shaped the universe with its 1,000 arms.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6159,25 +4811,15 @@ "id": "pl4-AR4", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "90", - "types": [ - "Water" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Water"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Fastwave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -6189,18 +4831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "AR4", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6213,34 +4850,22 @@ "id": "pl4-AR5", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "80", - "types": [ - "Colorless" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Colorless"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Ripple Swell", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "If you have 6 Arceus in play and each of them is a different type, search your deck for up to 6 basic Energy cards. Attach each of those Energy cards to a different Pokémon you have in play. Shuffle your deck afterward." }, { "name": "Sky Spear", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove all Energy cards attached to Arceus and put them in the Lost Zone." @@ -6252,17 +4877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "AR5", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It is said to have emerged from an egg in a place where there was nothing, then shaped the world.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6275,24 +4896,15 @@ "id": "pl4-AR6", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "70", - "types": [ - "Lightning" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Lightning"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Lightning Turn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch Arceus with 1 of your Benched Pokémon." @@ -6310,17 +4922,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "AR6", "artist": "Wataru Kawahara", "rarity": "Rare", "flavorText": "It is described in mythology as the Pokémon that shaped the universe with its 1,000 arms.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6333,25 +4941,15 @@ "id": "pl4-AR7", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "80", - "types": [ - "Psychic" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Psychic"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Confused." @@ -6363,17 +4961,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "AR7", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6386,25 +4980,15 @@ "id": "pl4-AR8", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "80", - "types": [ - "Fighting" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Fighting"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Break Ground", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6422,18 +5006,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "AR8", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It is said to have emerged from an egg in a place where there was nothing, then shaped the world.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, @@ -6446,25 +5025,15 @@ "id": "pl4-AR9", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "100", "hp": "90", - "types": [ - "Metal" - ], - "rules": [ - "You may have as many of this card in your deck as you like." - ], + "types": ["Metal"], + "rules": ["You may have as many of this card in your deck as you like."], "attacks": [ { "name": "Metal Barrier", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Prevent all effects of attacks, including damage, done to Arceus by Pokémon LV.X during your opponent's next turn." @@ -6482,18 +5051,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "AR9", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It is described in mythology as the Pokémon that shaped the universe with its 1,000 arms.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/pop1.json b/cards/en/pop1.json index 58d6228e0..9abe624d3 100644 --- a/cards/en/pop1.json +++ b/cards/en/pop1.json @@ -3,32 +3,21 @@ "id": "pop1-1", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -40,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Katsura Tabata", "rarity": "Rare", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal" }, @@ -63,33 +47,21 @@ "id": "pop1-2", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, discard 1 Energy attached to the Defending Pokémon." @@ -107,18 +79,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal" }, @@ -131,29 +97,20 @@ "id": "pop1-3", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fly", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Rayquaza during your opponent's next turn." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -165,16 +122,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Katsura Tabata", "rarity": "Rare", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal" }, @@ -187,31 +140,21 @@ "id": "pop1-4", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "attacks": [ { "name": "Cling", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "After your attack, remove from Sceptile the number of damage counters equal to the damage you did to the Defending Pokémon. If Sceptile has fewer damage counters than that, remove all of them." }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 30 more damage." @@ -229,17 +172,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -252,31 +190,21 @@ "id": "pop1-5", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Mud Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If your opponent has any Benched Pokémon, choose 1 of them and flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -288,17 +216,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal" }, @@ -311,32 +234,21 @@ "id": "pop1-6", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "attacks": [ { "name": "Blot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Remove 1 damage counter from Beautifly." }, { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -351,9 +263,7 @@ "number": "6", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal" }, @@ -366,31 +276,21 @@ "id": "pop1-7", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -411,9 +311,7 @@ "number": "7", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal" }, @@ -426,16 +324,10 @@ "id": "pop1-8", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "abilities": [ { "name": "Insomnia", @@ -446,10 +338,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -467,16 +356,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal" }, @@ -489,24 +374,15 @@ "id": "pop1-9", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -518,16 +394,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Hisao Nakamura", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal" }, @@ -540,29 +412,20 @@ "id": "pop1-10", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Body Slam", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -574,17 +437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal" }, @@ -597,22 +455,14 @@ "id": "pop1-11", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -624,16 +474,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal" }, @@ -646,29 +492,20 @@ "id": "pop1-12", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Spark", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -686,16 +523,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -708,29 +541,20 @@ "id": "pop1-13", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Agility", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Plusle during your opponent's next turn." @@ -748,16 +572,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -770,22 +590,14 @@ "id": "pop1-14", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Water"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -797,16 +609,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal" }, @@ -819,30 +627,21 @@ "id": "pop1-15", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, base damage of Swellow's Agility is 70 instead of 30." }, { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn." @@ -860,16 +659,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal" }, @@ -882,14 +677,9 @@ "id": "pop1-16", "name": "Armaldo ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -897,23 +687,14 @@ "attacks": [ { "name": "Twin-blade", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Does 30 damage to each Defending Pokémon." }, { "name": "Supersonic Claws", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "80", "text": "This attack's damage is not affected by Resistance." @@ -929,18 +710,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Hikaru Koike", "rarity": "Rare", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal" }, @@ -953,14 +728,9 @@ "id": "pop1-17", "name": "Tyranitar ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." @@ -968,21 +738,14 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Critical Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 2 Basic Energy cards attached to Tyranitar ex or this attack does nothing." @@ -1004,19 +767,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "17", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal" }, @@ -1025,4 +781,4 @@ "large": "https://images.pokemontcg.io/pop1/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop2.json b/cards/en/pop2.json index 990ee97df..d6ddfb30b 100644 --- a/cards/en/pop2.json +++ b/cards/en/pop2.json @@ -3,31 +3,20 @@ "id": "pop2-1", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard 2 Basic Energy cards attached to Entei or this attack does nothing." @@ -39,16 +28,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal" }, @@ -61,13 +46,9 @@ "id": "pop2-2", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "abilities": [ { @@ -79,11 +60,7 @@ "attacks": [ { "name": "Sharp Beak", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 30 more damage." @@ -104,9 +81,7 @@ "number": "2", "artist": "Ken Sugimori", "rarity": "Rare", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -119,30 +94,20 @@ "id": "pop2-3", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Raikou does 20 damage to itself." @@ -154,16 +119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal" }, @@ -176,13 +137,9 @@ "id": "pop2-4", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Mirror Coat", @@ -193,10 +150,7 @@ "attacks": [ { "name": "Bubblebeam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -208,16 +162,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal" }, @@ -230,31 +180,20 @@ "id": "pop2-5", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each damage counter on Tauros." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Tauros does 10 damage to itself." @@ -266,16 +205,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal" }, @@ -288,34 +223,21 @@ "id": "pop2-6", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "attacks": [ { "name": "Wide Solarbeam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hard Plant", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Venusaur can't use Hard Plant during your next turn." @@ -327,18 +249,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -351,34 +267,22 @@ "id": "pop2-7", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Poison Seed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Poisoned." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -390,16 +294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Ken Sugimori", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -412,9 +312,7 @@ "id": "pop2-8", "name": "Mr. Briney's Compassion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Choose 1 of your Pokémon in play (excluding Pokémon-ex). Return that Pokémon and all cards attached to it to your hand." @@ -434,18 +332,14 @@ "id": "pop2-9", "name": "Multi Technical Machine 01", "supertype": "Trainer", - "subtypes": [ - "Technical Machine" - ], + "subtypes": ["Technical Machine"], "rules": [ "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card's attack instead of its own. At the end of your turn, discard Multi Technical Machine 01." ], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Paralyzed." @@ -466,9 +360,7 @@ "id": "pop2-10", "name": "Pokémon Park", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Once during each player's turn, when that player attaches an Energy card from his or her hand to 1 of his or her Benched Pokémon, he or she removes 1 damage counter from that Pokémon." @@ -488,9 +380,7 @@ "id": "pop2-11", "name": "TV Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Draw 3 cards. Then discard any 1 card from your hand." @@ -511,32 +401,21 @@ "id": "pop2-12", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -548,16 +427,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal" }, @@ -570,22 +445,14 @@ "id": "pop2-13", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -597,16 +464,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal" }, @@ -619,29 +482,20 @@ "id": "pop2-14", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Paralyzing Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If there are 2 Defending Pokémon in play, choose 1 of the Defending Pokémon. That Pokémon is now Paralyzed. (If there is only 1 Defending Pokémon, this attack does nothing.)" }, { "name": "Fast Stream", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Move 1 Energy card attached to the Defending Pokémon to the other Defending Pokémon. (Ignore this effect if your opponent has only 1 Defending Pokémon.)" @@ -653,16 +507,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal" }, @@ -675,32 +525,21 @@ "id": "pop2-15", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -712,16 +551,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Tomokazu Komiya", "rarity": "Common", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal" }, @@ -734,32 +569,21 @@ "id": "pop2-16", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, Pikachu does 10 damage to itself." @@ -771,16 +595,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -793,14 +613,9 @@ "id": "pop2-17", "name": "Celebi ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -814,10 +629,7 @@ "attacks": [ { "name": "Psychic Shield", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Prevent all effects of attacks, including damage, done to Celebi ex by your opponent's Pokémon-ex during your opponent's next turn." @@ -829,16 +641,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Ryo Ueda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal" }, @@ -847,4 +655,4 @@ "large": "https://images.pokemontcg.io/pop2/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop3.json b/cards/en/pop3.json index f33dbd6c9..85b2c8383 100644 --- a/cards/en/pop3.json +++ b/cards/en/pop3.json @@ -3,33 +3,21 @@ "id": "pop3-1", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "attacks": [ { "name": "Smash Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "After your attack, you may switch Blastoise with 1 of your Benched Pokémon." }, { "name": "Rocket Tackle", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Blastoise by attacks during your opponent's next turn." @@ -41,17 +29,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal" }, @@ -64,32 +47,21 @@ "id": "pop3-2", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard 2 basic Energy cards attached to Flareon or this attack does nothing." @@ -101,16 +73,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal" }, @@ -123,32 +91,21 @@ "id": "pop3-3", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -169,9 +126,7 @@ "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal" }, @@ -184,39 +139,27 @@ "id": "pop3-4", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you have Plusle in play, draw 2 cards instead." }, { "name": "Negative Ion", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 10 (before applying Weakness and Resistance)." }, { "name": "Power Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any Poké-Powers. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -234,16 +177,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -256,39 +195,27 @@ "id": "pop3-5", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you have Minun in play, draw 2 cards instead." }, { "name": "Positive Ion", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." }, { "name": "Body Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon that has any Poké-Bodies. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -306,16 +233,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -328,30 +251,21 @@ "id": "pop3-6", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Does 30 damage plus 20 more damage for each Water Energy attached to Vaporeon but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way." @@ -363,16 +277,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal" }, @@ -385,34 +295,22 @@ "id": "pop3-7", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a Fire Energy attached to Combusken." @@ -424,16 +322,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -446,31 +340,21 @@ "id": "pop3-8", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Sniff Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any 1 card from your discard pile into your hand." }, { "name": "Fury Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -482,16 +366,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal" }, @@ -504,32 +384,21 @@ "id": "pop3-9", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Toxic", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns." @@ -541,17 +410,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Midori Harada", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal" }, @@ -564,9 +428,7 @@ "id": "pop3-10", "name": "High Pressure System", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each player pays Colorless less to retreat his or her Fire and Water Pokémon." @@ -586,9 +448,7 @@ "id": "pop3-11", "name": "Low Pressure System", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card.", "Each Grass and Lightning Pokémon in play (both yours and your opponent's) gets +10 HP." @@ -608,13 +468,9 @@ "id": "pop3-12", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Duplicate", @@ -625,10 +481,7 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -640,16 +493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Yuka Morii", "rarity": "Common", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal" }, @@ -662,13 +511,9 @@ "id": "pop3-13", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -682,19 +527,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Eevee does 10 damage to itself." @@ -706,16 +546,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal" }, @@ -728,34 +564,22 @@ "id": "pop3-14", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Gouge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Poisonpowder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon is now Poisoned." @@ -767,16 +591,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -789,34 +609,22 @@ "id": "pop3-15", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Mud Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double-edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Marshtomp does 10 damage to itself." @@ -828,16 +636,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Midori Harada", "rarity": "Common", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal" }, @@ -850,23 +654,14 @@ "id": "pop3-16", "name": "Pichu Bros.", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "attacks": [ { "name": "Bustle", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads. If either coin is heads, the Defending Pokémon is now Confused." @@ -878,16 +673,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -900,14 +691,9 @@ "id": "pop3-17", "name": "Ho-Oh ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -921,11 +707,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Does 10 damage plus 20 more damage for each type of basic Energy card attached to Ho-Oh ex." @@ -937,17 +719,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -956,4 +733,4 @@ "large": "https://images.pokemontcg.io/pop3/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop4.json b/cards/en/pop4.json index 342c9e256..b0b372940 100644 --- a/cards/en/pop4.json +++ b/cards/en/pop4.json @@ -3,29 +3,20 @@ "id": "pop4-1", "name": "Chimecho δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Sonicboom", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -37,16 +28,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal" }, @@ -59,13 +46,9 @@ "id": "pop4-2", "name": "Deoxys δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Form Change", @@ -76,10 +59,7 @@ "attacks": [ { "name": "Crystal Laser", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your next turn, Deoxys's attacks do 40 more damage to the Defending Pokémon (before applying Weakness and Resistance)." @@ -91,16 +71,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -113,13 +89,9 @@ "id": "pop4-3", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -131,22 +103,14 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Sand Pit", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -158,17 +122,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Hisao Nakamura", "rarity": "Rare", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal" }, @@ -181,13 +140,9 @@ "id": "pop4-4", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Reactive Barrier", @@ -198,10 +153,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -213,16 +165,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Nakaoka", "rarity": "Rare", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -235,13 +183,9 @@ "id": "pop4-5", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -253,11 +197,7 @@ "attacks": [ { "name": "Tail Rap", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -275,18 +215,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Atsuko Nishida", "rarity": "Rare", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal" }, @@ -299,34 +233,22 @@ "id": "pop4-6", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Sky Uppercut", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -338,16 +260,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -360,33 +278,22 @@ "id": "pop4-7", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Blot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Remove 2 damage counters from Grovyle." @@ -404,16 +311,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal" }, @@ -426,9 +329,7 @@ "id": "pop4-8", "name": "Heal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Heal Energy provides Colorless Energy. When you attach this card from your hand to 1 of your Pokémon, remove 1 damage counter and all Special Conditions from that Pokémon. If Heal Energy is attached to Pokémon-ex, Heal Energy has no effect other than providing Energy." ], @@ -447,9 +348,7 @@ "id": "pop4-9", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." @@ -469,9 +368,7 @@ "id": "pop4-10", "name": "Scramble Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Scramble Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). Scramble Energy provides Colorless Energy. While in play, if you have more Prize cards left than your opponent, Scramble Energy provides every type of Energy but provides only 3 in any combination at a time. If the Pokémon Scramble Energy is attached to isn't an Evolved Pokémon (or evolves into Pokémon-ex), discard Scramble Energy." ], @@ -490,23 +387,14 @@ "id": "pop4-11", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Super Hypno Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon is now Asleep." @@ -518,16 +406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal" }, @@ -540,23 +424,14 @@ "id": "pop4-12", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -574,16 +449,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Hisao Nakamura", "rarity": "Common", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal" }, @@ -596,23 +467,14 @@ "id": "pop4-13", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -624,16 +486,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -646,16 +504,10 @@ "id": "pop4-14", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "abilities": [ { "name": "Shell Retreat", @@ -666,9 +518,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -680,16 +530,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Atsuko Nishida", "rarity": "Common", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal" }, @@ -702,31 +548,21 @@ "id": "pop4-15", "name": "Treecko δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Psychic"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Shining Claws", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -744,16 +580,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Masakazu Fukuda", "rarity": "Common", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal" }, @@ -766,29 +598,20 @@ "id": "pop4-16", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Remove 2 damage counters from Wobbuffet." }, { "name": "Expand", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to Wobbuffet is reduced by 20 (after applying Weakness and Resistance)." @@ -800,17 +623,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Common", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal" }, @@ -823,14 +641,9 @@ "id": "pop4-17", "name": "Deoxys ex", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "When Pokémon-ex has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -844,11 +657,7 @@ "attacks": [ { "name": "Fastwave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -860,16 +669,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Hiromichi Sugiyama", "rarity": "Rare", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal" }, @@ -878,4 +683,4 @@ "large": "https://images.pokemontcg.io/pop4/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop5.json b/cards/en/pop5.json index cd2d8ab85..153cf4df1 100644 --- a/cards/en/pop5.json +++ b/cards/en/pop5.json @@ -3,32 +3,20 @@ "id": "pop5-1", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Wing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Discard a Fire Energy attached to Ho-Oh." @@ -40,17 +28,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal" }, @@ -63,31 +46,20 @@ "id": "pop5-2", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Aerowing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Before doing damage, you may flip a coin. If tails, this attack does nothing. If heads, this attack does 60 damage instead." @@ -99,17 +71,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mitsuhiro Arita", "rarity": "Rare", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal" }, @@ -122,28 +89,20 @@ "id": "pop5-3", "name": "Mew δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Copy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Mew doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Mew performs that attack." }, { "name": "Extra Draw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent has any Pokémon-ex in play, search your deck for up to 2 basic Energy cards and attach them to Mew. Shuffle your deck afterward." @@ -155,16 +114,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -177,9 +132,7 @@ "id": "pop5-4", "name": "Double Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Double Rainbow Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). While in play, Double Rainbow Energy provides every type of Energy but provides 2 Energy at a time. (Has no effect other than providing Energy.) Damage done to your opponent's Pokémon by the Pokémon Double Rainbow Energy is attached to is reduced by 10 (before applying Weakness and Resistance). When the Pokémon Double Rainbow Energy is attached to is no longer an Evolved Pokémon, discard Double Rainbow Energy." ], @@ -198,35 +151,22 @@ "id": "pop5-5", "name": "Charmeleon δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, Charmeleon does 10 damage to itself." @@ -238,16 +178,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -260,9 +196,7 @@ "id": "pop5-6", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "If you have any cards in your hand, shuffle 1 of them into your deck, then draw 3 cards." @@ -303,9 +237,7 @@ "id": "pop5-8", "name": "Boost Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can't retreat. If the Pokémon Boost Energy is attached to isn't an Evolved Pokémon, discard Boost Energy." ], @@ -324,9 +256,7 @@ "id": "pop5-9", "name": "δ Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "δ Rainbow Energy provides Colorless Energy. While attached to a Pokémon that has δ on its card, δ Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.)" ], @@ -345,32 +275,21 @@ "id": "pop5-10", "name": "Charmander δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Lightning"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -382,16 +301,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -404,22 +319,14 @@ "id": "pop5-11", "name": "Meowth δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -431,16 +338,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -453,33 +356,21 @@ "id": "pop5-12", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard all Energy cards attached to Pikachu." @@ -491,16 +382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Naoyo Kimura", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -513,32 +400,21 @@ "id": "pop5-13", "name": "Pikachu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Metal"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Electric Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Heavy Metal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin for each Metal Energy attached to Pikachu. This attack does 10 damage plus 20 more damage for each heads." @@ -550,16 +426,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ryo Ueda", "rarity": "Common", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -572,13 +444,9 @@ "id": "pop5-14", "name": "Pelipper δ", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Wingull", "abilities": [ { @@ -590,11 +458,7 @@ "attacks": [ { "name": "Lightning Wing", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -615,9 +479,7 @@ "number": "14", "artist": "Mitsuhiro Arita", "rarity": "Common", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal" }, @@ -630,30 +492,20 @@ "id": "pop5-15", "name": "Zangoose δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Zangoose during your opponent's next turn." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -665,16 +517,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "rarity": "Common", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal" }, @@ -687,17 +535,10 @@ "id": "pop5-16", "name": "Espeon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Psychic" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Psychic"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Purple Ray", @@ -708,11 +549,7 @@ "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Does 30 damage plus 10 more damage for each Energy attached to the Defending Pokémon." @@ -724,16 +561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal" }, @@ -746,17 +579,10 @@ "id": "pop5-17", "name": "Umbreon ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "70", - "types": [ - "Darkness" - ], - "rules": [ - "You can't have more than 1 Pokémon Star in your deck." - ], + "types": ["Darkness"], + "rules": ["You can't have more than 1 Pokémon Star in your deck."], "abilities": [ { "name": "Dark Ray", @@ -767,10 +593,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon." @@ -788,16 +611,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Rare", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal" }, diff --git a/cards/en/pop6.json b/cards/en/pop6.json index 3e4db1f4b..c002d9abd 100644 --- a/cards/en/pop6.json +++ b/cards/en/pop6.json @@ -3,14 +3,10 @@ "id": "pop6-1", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "51", "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Anger Revenge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -44,19 +36,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "Any frontal attack is repulsed. It is a docile Pokémon that feeds on grass and berries.", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal" }, @@ -69,31 +55,22 @@ "id": "pop6-2", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "30", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Feint", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Aura Sphere", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -105,17 +82,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It has the ability to sense the auras of all things. It understands human speech.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -128,30 +101,21 @@ "id": "pop6-3", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Aqua Ring", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch Manaphy with 1 of your Benched Pokémon." @@ -163,17 +127,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Born on a cold seafloor, it will swim great distances to return to its birthplace.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal" }, @@ -186,29 +146,21 @@ "id": "pop6-4", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "23", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, Pachirisu does 10 damage to itself." @@ -226,17 +178,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -249,33 +197,22 @@ "id": "pop6-5", "name": "Rampardos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "48", "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cranidos", "attacks": [ { "name": "Assurance", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30." }, { "name": "Hasty Headbutt", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon." @@ -287,17 +224,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "Its powerful head butt has enough power to shatter even the most durable things upon impact.", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal" }, @@ -310,33 +243,22 @@ "id": "pop6-6", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Blowing Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to it on top of your deck. Shuffle your deck afterward." }, { "name": "Ominous Wind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn." @@ -354,17 +276,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal" }, @@ -377,27 +295,18 @@ "id": "pop6-7", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Colorless"], + "evolvesTo": ["Gabite"], "rules": [ "Oran Berry: Remove 1 damage counter from Gible at the end of your turn." ], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -409,16 +318,12 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal" }, @@ -431,23 +336,15 @@ "id": "pop6-8", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Wild Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -459,17 +356,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -482,27 +375,18 @@ "id": "pop6-9", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "Oran Berry: Remove 1 damage counter from Pikachu at the end of your turn." ], "attacks": [ { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -520,16 +404,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -542,35 +422,23 @@ "id": "pop6-10", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "21", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -592,9 +460,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It flies around forests and fields in search of bug Pokémon. It stays within a huge flock.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal" }, @@ -607,32 +473,22 @@ "id": "pop6-11", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Scavenge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Trainer card, show it to your opponent, an put it into your hand." @@ -644,17 +500,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal" }, @@ -667,33 +519,22 @@ "id": "pop6-12", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -705,17 +546,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It slams foes by sharply uncoiling is rolled ears. It stings enough to make a grown-up cry in pain.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -728,33 +565,22 @@ "id": "pop6-13", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon is now Asleep." }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If this attack does any damage to the Defending Pokémon (after applying Weakness and Resistance), remove 1 damage counter from Cherubi." @@ -772,17 +598,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The small ball holds the nutrients needed for evolution. Apparently, it is very sweet and tasty.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal" }, @@ -795,33 +617,22 @@ "id": "pop6-14", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads discard a Fire Energy attached to Chimchar." @@ -833,17 +644,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It agilely scales cliffs to live atop craggy mountains. Its fire is put out when it sleeps.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -856,33 +663,22 @@ "id": "pop6-15", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Water Spash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -894,17 +690,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -917,33 +709,22 @@ "id": "pop6-16", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -961,17 +742,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They flock in great numbers. Though small, they flap their wings with great power.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal" }, @@ -984,32 +761,22 @@ "id": "pop6-17", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1027,18 +794,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -1047,4 +809,4 @@ "large": "https://images.pokemontcg.io/pop6/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop7.json b/cards/en/pop7.json index 39b50cc95..30f93dbbb 100644 --- a/cards/en/pop7.json +++ b/cards/en/pop7.json @@ -3,14 +3,10 @@ "id": "pop7-1", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "52", "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -22,11 +18,7 @@ "attacks": [ { "name": "Cluster Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard all Lightning Energy attached to Ampharos. If you do, this attack does 20 damage to each of your opponent's Benched Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -44,19 +36,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The tip of its tail shines brightly. In the olden days, people sent signals using the tail's light.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal" }, @@ -69,33 +55,22 @@ "id": "pop7-2", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "55", "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Sonic Blade", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on the Defending Pokémon until it is 50 HP away from being Knocked Out. If you do, your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Psychic Cut", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)" @@ -107,18 +82,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "A master of courtesy and swordsmanship, it fights using extending swords on it elbows.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal" }, @@ -131,31 +101,21 @@ "id": "pop7-3", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "45", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Miraculous Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 2 damage counters and all Special Conditions from Latias." }, { "name": "Mist Ball", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Fire and a Water Energy attached to Latias." @@ -173,17 +133,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "Its body is covered with a down that can refract light in such a way that it becomes invisble.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -196,32 +152,21 @@ "id": "pop7-4", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "47", "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Energy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to Latios. Shuffle your deck afterward." }, { "name": "Luster Purge", - "cost": [ - "Grass", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 3 Energy attached to Latios." @@ -239,18 +184,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Daisuke Ito", "rarity": "Rare", "flavorText": "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -263,31 +203,22 @@ "id": "pop7-5", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Silver Wind", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, if an attack does damage to the Defending Pokémon (after applying Weakness and Resistance), that attack does 40 more damage." }, { "name": "Raging Scales", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Mothim has any damage counters on it, this attack does 30 damage plus 40 more damage." @@ -309,9 +240,7 @@ "artist": "Kazuyuki Kano", "rarity": "Rare", "flavorText": "It loves the honey of flowers and steals honey collected by COMBEE.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal" }, @@ -324,29 +253,21 @@ "id": "pop7-6", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "26", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Present", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward." }, { "name": "Ice Ball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -358,17 +279,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It carries food rolled up in its tail. It has the habit of sharing food with people lost in mountains.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal" }, @@ -381,35 +298,23 @@ "id": "pop7-7", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Attract Current", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Electromagnetic Kick", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, Flaaffy does 10 damage to itself." @@ -427,17 +332,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fire hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal" }, @@ -450,36 +351,23 @@ "id": "pop7-8", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "28", "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Psychic Research", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your discard pile.)" }, { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -491,17 +379,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It is highly perceptive of its Trainer's feelings. It dances when it is feeling happy.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal" }, @@ -514,30 +398,21 @@ "id": "pop7-9", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "28", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Lead", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Supporter card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Frighten Horn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is now Confused." @@ -549,17 +424,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Staring at its antlers creates an odd sensation as if one were being drawn into their centers.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal" }, @@ -572,14 +443,10 @@ "id": "pop7-10", "name": "Wormadam Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "37", "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Burmy Sandy Cloak", "abilities": [ { @@ -591,11 +458,7 @@ "attacks": [ { "name": "Push Over", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Does 40 damage plus 10 more damage for each Fighting Energy attached to Wormadam Sandy Cloak." @@ -613,17 +476,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When BURMY evolved, it cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal" }, @@ -636,18 +495,11 @@ "id": "pop7-11", "name": "Burmy Plant Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "abilities": [ { "name": "Wear Cloak", @@ -658,9 +510,7 @@ "attacks": [ { "name": "Plant Cloak Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Burmy Plant Cloak has any Grass Energy attached to it, this attack does 10 damage plus 10 more damage." @@ -672,17 +522,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -695,18 +541,11 @@ "id": "pop7-12", "name": "Burmy Sandy Cloak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "abilities": [ { "name": "Wear Cloak", @@ -717,9 +556,7 @@ "attacks": [ { "name": "Sandy Cloak Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Burmy Sandy Cloak has any Fighting Energy attached to it, this attack does 10 damage plus 10 more damage." @@ -731,17 +568,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Midori Harada", "rarity": "Common", "flavorText": "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal" }, @@ -754,33 +587,22 @@ "id": "pop7-13", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Rally", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Hook", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -792,17 +614,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Many live in the clean seas of the south. They apparently can't live in polluted waters.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal" }, @@ -815,33 +633,22 @@ "id": "pop7-14", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thundershock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -859,17 +666,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its fluffy coat swells to double when static electricity builds up. Touching it can be shocking.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -882,32 +685,22 @@ "id": "pop7-15", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "13", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -919,17 +712,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It uses the horns on its head to sense human emotions. It is said to appear in front of cheerful people.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal" }, @@ -942,32 +731,22 @@ "id": "pop7-16", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "11", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Grope", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 2 cards of your deck, choose 1 of them, and put it into your hand. Put the other card on the bottom of your deck." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -979,17 +758,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It has a very nervous nature. It stands up high on its tail so it can scan wide areas.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal" }, @@ -1002,29 +777,21 @@ "id": "pop7-17", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dish Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card from the top and the bottom of your deck." }, { "name": "Synchro Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage." @@ -1036,17 +803,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "No two SPINDA have the same pattern of spots. Its tottering step fouls the aim of foes.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal" }, @@ -1055,4 +818,4 @@ "large": "https://images.pokemontcg.io/pop7/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop8.json b/cards/en/pop8.json index ae2147405..e0177d74c 100644 --- a/cards/en/pop8.json +++ b/cards/en/pop8.json @@ -3,33 +3,21 @@ "id": "pop8-1", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "41", "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard 2 Basic Energy cards attached to Heatran. (If you can't discard cards, this attack does nothing." @@ -41,19 +29,13 @@ "value": "+30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -66,33 +48,22 @@ "id": "pop8-2", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "49", "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Blocking Punch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to Lucario by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Striking Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon" @@ -104,17 +75,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "By catching the aura emanating from others, it can read their thoughts and movements.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -127,14 +94,10 @@ "id": "pop8-3", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "45", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "abilities": [ { @@ -146,12 +109,7 @@ "attacks": [ { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip a coin. If tails, Luxray does 40 damage to itself." @@ -169,17 +127,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "When its eyes gleam gold, it can spot hiding prey–even those taking shelter behind a wall.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal" }, @@ -192,33 +146,22 @@ "id": "pop8-4", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "44", "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Triple Nose", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 3 coins. This attack does 50 damage plus 20 more damage for each heads." @@ -236,19 +179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It exudes strong magnetium from all cover. It controls three small units called Mini-Noses.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal" }, @@ -261,33 +198,22 @@ "id": "pop8-5", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "42", "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If tails, discard an Energy attached to Yanmega." @@ -309,9 +235,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "By churning its wings, it creates shock waves that inflict critical internal injuries to foes.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal" }, @@ -324,31 +248,22 @@ "id": "pop8-6", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "26", "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "attacks": [ { "name": "Worry Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim." @@ -366,18 +281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It blooms during times of strong sunlight. It tries to make up for everything it endured as a bud.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -390,31 +300,21 @@ "id": "pop8-7", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "32", "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Swallow Up", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine's, this attack does 60 damage instead." }, { "name": "Wring Out", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon." @@ -432,17 +332,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal" }, @@ -455,34 +351,23 @@ "id": "pop8-8", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "19", "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Fasten Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage." }, { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -504,9 +389,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal" }, @@ -557,9 +440,7 @@ "id": "pop8-11", "name": "Roseanne's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for up to 2 in any combination of Basic Pokémon and basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." @@ -579,33 +460,22 @@ "id": "pop8-12", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to Chimchar." @@ -617,17 +487,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It agilely scales sheer cliffs to live atop craggy mountains. Its fire is put out when it sleeps.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -640,33 +506,22 @@ "id": "pop8-13", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Ghastly Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn." }, { "name": "Finger Poke", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned." @@ -678,17 +533,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -701,17 +552,11 @@ "id": "pop8-14", "name": "Happiny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Chansey" - ], + "types": ["Colorless"], + "evolvesTo": ["Chansey"], "abilities": [ { "name": "Baby Evolution", @@ -722,9 +567,7 @@ "attacks": [ { "name": "Lively", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Remove 2 damage counters from 1 of your Pokémon." @@ -736,17 +579,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It loves round white things. It carries an egg-shaped rock in imitation of CHANSEY.", - "nationalPokedexNumbers": [ - 440 - ], + "nationalPokedexNumbers": [440], "legalities": { "unlimited": "Legal" }, @@ -759,33 +598,22 @@ "id": "pop8-15", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -797,17 +625,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -820,17 +644,11 @@ "id": "pop8-16", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "abilities": [ { "name": "Inner Focus", @@ -841,9 +659,7 @@ "attacks": [ { "name": "Quick Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -855,17 +671,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its body is lithe yet powerful. It can crest three mountains and cross two canyons in one night.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal" }, @@ -878,32 +690,22 @@ "id": "pop8-17", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "10", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -921,18 +723,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -941,4 +738,4 @@ "large": "https://images.pokemontcg.io/pop8/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/pop9.json b/cards/en/pop9.json index 1b67062a7..3d44cdabc 100644 --- a/cards/en/pop9.json +++ b/cards/en/pop9.json @@ -3,32 +3,22 @@ "id": "pop9-1", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "level": "64", "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "80", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." }, { "name": "Jet Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -44,9 +34,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It flies at speeds equal to a jet fighter plane. It never allows its prey to escape.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal" }, @@ -59,29 +47,21 @@ "id": "pop9-2", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "25", "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 7 cards of your deck, choose 1 of them, and put it into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward." }, { "name": "Water Glow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove from Manaphy the number of damage counters equal to the damage you did to that Pokémon." @@ -93,17 +73,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is born with a wondrous power that lets it bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal" }, @@ -116,33 +92,22 @@ "id": "pop9-3", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "39", "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "High Volt", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "60", "text": "If Raichu evolved from Pikachu during this turn, this attack's base damage is 100 instead of 60." @@ -160,17 +125,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It can loose 100,000-volt bursts of electricity, instantly downing foes several times its size.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal" }, @@ -183,34 +144,21 @@ "id": "pop9-4", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "42", "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Double Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads." @@ -222,20 +170,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "4", "artist": "Kent Kanetsuna", "rarity": "Rare", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal" }, @@ -248,14 +189,10 @@ "id": "pop9-5", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "46", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Type Shift", @@ -266,10 +203,7 @@ "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Look at your opponent's hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent's hand." @@ -287,17 +221,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its electric-like body can enter some kinds of machines and take control in order to make mischief.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal" }, @@ -310,33 +240,22 @@ "id": "pop9-6", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "17", "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Whirlpool", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to the Defending Pokémon." }, { "name": "Super Fast", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "If you have Pachirisu in play, flip a coin. If heads, prevent all effects of an attack, including damage, done to Buizel during your opponent's next turn." @@ -348,17 +267,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It swims by rotating its two tails like a screw. When it dives, its flotation sac collapses.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal" }, @@ -371,33 +286,22 @@ "id": "pop9-7", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "19", "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it." }, { "name": "Nimble", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "If you have Turtwig in play, remove from Croagunk the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -409,18 +313,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Inflating its poison sacs, it makes an eerie blubbering sound for intimidation.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal" }, @@ -433,35 +332,23 @@ "id": "pop9-8", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "33", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Burrow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Gabite by attacks during your opponent's next turn." }, { "name": "Distored Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Before doing damage, remove 2 damage counters from the Defending Pokémon." @@ -473,17 +360,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It habitually digs up and hoards gems in its nest. Its loot is constantly targeted by thieves.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal" }, @@ -496,33 +379,22 @@ "id": "pop9-9", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "36", "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Jazzed", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If Lopunny evolved from Buneary during this turn, remove all damage counters from Lopunny." @@ -534,17 +406,13 @@ "value": "+20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It is very conscious of its looks and never fails to groom its ears. It runs with sprightly jumps.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal" }, @@ -557,30 +425,21 @@ "id": "pop9-10", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "20", "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." }, { "name": "Poison Berry", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have Croagunk in play, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Poisoned." @@ -598,17 +457,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It makes electricity with pouches in its cheeks and shoots charges from its tail. It live atop trees.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal" }, @@ -621,17 +476,11 @@ "id": "pop9-11", "name": "Pichu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Pikachu" - ], + "types": ["Lightning"], + "evolvesTo": ["Pikachu"], "abilities": [ { "name": "Baby Evolution", @@ -642,9 +491,7 @@ "attacks": [ { "name": "Find a Friend", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -662,17 +509,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It plays with others by touching tails and setting off sparks. This appears to be a test of courage.", - "nationalPokedexNumbers": [ - 172 - ], + "nationalPokedexNumbers": [172], "legalities": { "unlimited": "Legal" }, @@ -685,33 +528,22 @@ "id": "pop9-12", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "8", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Dizzy Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Defense Curl", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to Buneary by attacks during your opponent's next turn." @@ -723,17 +555,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Midori Harada", "rarity": "Common", "flavorText": "When it senses danger, it perks up its ears. On cold nights, it sleeps with its head tucked into its fur.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal" }, @@ -746,34 +574,22 @@ "id": "pop9-13", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "5", "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Serial Swipes", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." }, { "name": "Sleepy", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have Piplup in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Asleep." @@ -785,17 +601,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its fiery rear end is fueld by gas made in its belly. Even rain can't extinguish the fire.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal" }, @@ -808,23 +620,15 @@ "id": "pop9-14", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "9", "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Colorless"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon." @@ -836,17 +640,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Hiroki Fuchino", "rarity": "Common", "flavorText": "Its nests is small, horizontal holes in cave walls. It pounces to catch prey that stray too close.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal" }, @@ -859,34 +659,22 @@ "id": "pop9-15", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "18", "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Numb", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If Pikachu evolved from Pichu during this turn, the Defending Pokémon is now Paralyzed." @@ -904,17 +692,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Midori Harada", "rarity": "Common", "flavorText": "If it looses crackling power from the electric pouches on its cheeks, it is being wary.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -927,34 +711,22 @@ "id": "pop9-16", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "6", "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Water Sport", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Piplup has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus more 10 more damage." }, { "name": "Wavelet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If you have Buizel in play, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -966,17 +738,13 @@ "value": "+10" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It lives along shores in northern countries. A skilled swimmer, it dives for over 10 minutes to hunt.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal" }, @@ -989,34 +757,22 @@ "id": "pop9-17", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "level": "7", "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from Turtwig." }, { "name": "Parboil", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If you have Chimchar in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned." @@ -1034,18 +790,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal" }, @@ -1054,4 +805,4 @@ "large": "https://images.pokemontcg.io/pop9/17_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/ru1.json b/cards/en/ru1.json index 0d2c62de0..4e9ff9e75 100644 --- a/cards/en/ru1.json +++ b/cards/en/ru1.json @@ -3,23 +3,14 @@ "id": "ru1-1", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Remove from Venusaur the number of damage counters equal to the damage you did to the Defending Pokémon." @@ -31,18 +22,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal" }, @@ -55,22 +39,14 @@ "id": "ru1-2", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "attacks": [ { "name": "Solarbeam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -88,15 +64,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal" }, @@ -109,22 +81,14 @@ "id": "ru1-3", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -136,15 +100,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal" }, @@ -157,22 +117,13 @@ "id": "ru1-4", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Heat Boiler", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "If the Defending Pokémon is a Water Pokémon, this attack does 60 damage plus 40 more damage." @@ -184,18 +135,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "4", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal" }, @@ -208,22 +152,14 @@ "id": "ru1-5", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Remove 1 damage counter from Starmie." @@ -235,15 +171,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal" }, @@ -256,23 +188,14 @@ "id": "ru1-6", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Thrash Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Gyarados does 20 damage to itself." @@ -290,17 +213,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal" }, @@ -313,24 +230,14 @@ "id": "ru1-7", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Pikachu does 10 damage to itself." @@ -348,15 +255,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -369,22 +272,13 @@ "id": "ru1-8", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -402,16 +296,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal" }, @@ -424,21 +313,13 @@ "id": "ru1-9", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -450,16 +331,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal" }, @@ -472,31 +348,20 @@ "id": "ru1-10", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Will-o'-the-wisp", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -510,9 +375,7 @@ ], "number": "10", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -525,23 +388,14 @@ "id": "ru1-11", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -559,15 +413,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal" }, @@ -580,34 +430,21 @@ "id": "ru1-12", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Pulse Blast", - "cost": [ - "Fighting", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -619,15 +456,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal" }, @@ -640,22 +473,14 @@ "id": "ru1-13", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Rage", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Skuntank." @@ -673,16 +498,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal" }, @@ -695,22 +515,14 @@ "id": "ru1-14", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -728,18 +540,11 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal" }, @@ -752,23 +557,14 @@ "id": "ru1-15", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -780,15 +576,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal" }, @@ -801,23 +593,14 @@ "id": "ru1-16", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -829,17 +612,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Pokemon Rumble", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal" }, @@ -848,4 +625,4 @@ "large": "https://images.pokemontcg.io/ru1/16_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/si1.json b/cards/en/si1.json index 9a8057430..0b892f103 100644 --- a/cards/en/si1.json +++ b/cards/en/si1.json @@ -3,19 +3,13 @@ "id": "si1-1", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Rainbow Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a type of Energy other than Colorless attached to Mew. This attack does 20 damage to each of your opponent's Pokémon of that type (including Benched Pokémon). Don't apply Weakness and Resistance." @@ -30,9 +24,7 @@ "number": "1", "artist": "Keiko Fukuyama", "flavorText": "This Pokémon's body is covered by fine hairs that can be seen only under a microscope.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal" }, @@ -45,33 +37,21 @@ "id": "si1-2", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Supersonic Flight", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Slicing Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "" @@ -92,9 +72,7 @@ "number": "2", "artist": "Keiko Fukuyama", "flavorText": "This Pokémon searches for food while flying at Mach 2. Its large claws make fearsome weapons.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal" }, @@ -107,35 +85,21 @@ "id": "si1-3", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Body Slam", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "40", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -147,18 +111,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Keiko Fukuyama", "flavorText": "This Pokémon burrows through the earth at high speed, looking for food. The tunnels it digs are used by Diglett as nests.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal" }, @@ -171,22 +129,14 @@ "id": "si1-4", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Colorless"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Bawl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, the Defending Pokémon is now Confused." @@ -198,16 +148,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Keiko Fukuyama", "flavorText": "This Pokémon is still immature. When threatened, it releases poison from its head and tries to drive its enemies away.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal" }, @@ -220,33 +166,22 @@ "id": "si1-5", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Strange Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Each player flips a coin. Each player who gets heads chooses a total of 3 damage counters from among his or her Pokémon and removes them. (If the player's Pokémon have fewer total damage counters than that, he or she removes all of them.)" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -258,16 +193,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Keiko Fukuyama", "flavorText": "A sure sign spring is on its way is when the seed on this Pokémon's back flowers.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal" }, @@ -280,21 +211,14 @@ "id": "si1-6", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Sharp Teeth", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 30 more damage; if tails, this attack does 10 damage." @@ -315,9 +239,7 @@ "number": "6", "artist": "Keiko Fukuyama", "flavorText": "This Pokémon sometimes hunts for food in rivers, swimming using the small webs between the toes on its rear legs.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal" }, @@ -330,32 +252,21 @@ "id": "si1-7", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Agility", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Ledyba." @@ -373,16 +284,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Keiko Fukuyama", "flavorText": "When it senses enemies approaching, this Pokémon releases an orange fluid from the joints in its legs and flees.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal" }, @@ -395,31 +302,21 @@ "id": "si1-8", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Tempting Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon." }, { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon is now Asleep." @@ -437,16 +334,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Keiko Fukuyama", "flavorText": "After lulling its enemies with its large eyes, this Pokémon sings them to sleep with a relaxing melody.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal" }, @@ -459,33 +352,21 @@ "id": "si1-9", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Butterfree. If tails, this attack does nothing (not even damage)." }, { "name": "Rainbow Powder", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Poisoned." @@ -503,16 +384,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Keiko Fukuyama", "flavorText": "The poison scales on its wings are waterproof, allowing this Pokémon to be active even on rainy days.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal" }, @@ -525,30 +402,21 @@ "id": "si1-10", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Tentacle Grip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a number of coins equal to the number of Water Energy attached to Tentacruel. For each heads, draw 2 cards." }, { "name": "Poison Sting", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -560,16 +428,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Naoyo Kimura", "flavorText": "This Pokémon attacks its prey with its eighty toxin-producing tentacles.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal" }, @@ -582,32 +446,21 @@ "id": "si1-11", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Squirt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. Don't apply Weakness and Resistance." }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -619,16 +472,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Naoyo Kimura", "flavorText": "This Pokémon's fur repels water like a duck's feathers, allowing it to stay dry and fluffy even in water.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal" }, @@ -641,29 +490,20 @@ "id": "si1-12", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Gentle Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Lapras has any damage counters on it, remove 2 of them from it (1 if it only has 1). If the Defending Pokémon has any damage counters on it, remove 2 of them from it (1 if it only has 1). The Defending Pokémon is now Asleep." }, { "name": "Ice Beam", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed." @@ -675,16 +515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Naoyo Kimura", "flavorText": "This gentle Pokémon can understand human language and allows people to ride on its back.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal" }, @@ -697,20 +533,14 @@ "id": "si1-13", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Sharpshooter", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Flip a number of coins equal to the number of Grass Energy attached to Exeggutor. This attack does 10 damage times the number of heads to that Pokémon. Don't apply Weakness and Resistance." @@ -722,17 +552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Naoyo Kimura", "flavorText": "This Pokémon has a unique cry, as all three of its heads are always talking independently of one another.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal" }, @@ -745,30 +570,21 @@ "id": "si1-14", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Revelation", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Trainer card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy card attached to the Defending Pokémon." @@ -780,17 +596,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Naoyo Kimura", "flavorText": "Its nonchalant reaction to everything somehow gives this Pokémon an imposing presence.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal" }, @@ -803,24 +614,15 @@ "id": "si1-15", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each Water Energy attached to Wartortle but not used to pay for this attack's Energy cost. You can't add more than 20 damage in this way." @@ -832,16 +634,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Naoyo Kimura", "flavorText": "When attacked, this Pokémon withdraws into its shell, although it can't quite pull in all of its long tail.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal" }, @@ -854,32 +652,21 @@ "id": "si1-16", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lick Wounds", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, choose 1 Pokémon (yours or your opponent's) with damage counters on it and remove 2 damage counters from it (1 if it only has 1)." }, { "name": "Tongue Stretch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance." @@ -897,17 +684,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Naoyo Kimura", "flavorText": "This Pokémon uses its six-foot tongue as if it were a hand. The origin of its anaesthetic properties is still a mystery.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal" }, @@ -920,31 +702,21 @@ "id": "si1-17", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Paradise Pollen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, remove 2 damage counters from Vileplume (1 if it only has 1). Then, if you have any Benched Pokémon with damage counters on them, choose 1 of them and remove 2 damage counters from it (1 if it only has 1)." }, { "name": "Horrid Pollen", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Confused." @@ -956,17 +728,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Naoyo Kimura", "flavorText": "This Pokémon makes a loud jangling noise when it shakes its petals to spread poison powder.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal" }, @@ -979,30 +746,21 @@ "id": "si1-18", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rampage", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "Does 20 damage plus 10 more damage for each damage counter on Primeape. Flip a coin. If tails, Primeape is now Confused (after doing damage)." @@ -1014,16 +772,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Naoyo Kimura", "flavorText": "This Pokémon only calms down when there are no other animals or people around—which means no one has ever seen it when it's not angry.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal" }, @@ -1032,4 +786,4 @@ "large": "https://images.pokemontcg.io/si1/18_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/sm1.json b/cards/en/sm1.json index e94f4564d..add97c581 100644 --- a/cards/en/sm1.json +++ b/cards/en/sm1.json @@ -3,32 +3,21 @@ "id": "sm1-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "When attacked by bird Pokémon, it resists by releasing a terrifically strong odor from its antennae, but it often becomes their prey.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,34 +49,22 @@ "id": "sm1-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -103,19 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Its shell is filled with its soft innards. It doesn't move much because of the risk it might carelessly spill its innards out.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -129,31 +96,21 @@ "id": "sm1-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -165,17 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "chibi", "rarity": "Rare", "flavorText": "Close examination of its large eyes reveals that each eye is composed of a myriad of tiny eyes.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -189,23 +142,14 @@ "id": "sm1-4", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -217,17 +161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "No matter how much it eats, the mushrooms growing on its back steal away most of the nutrients it consumes.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -241,32 +181,21 @@ "id": "sm1-5", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 20 more damage. If 2 of them are heads, this attack does 60 more damage. If all of them are heads, this attack does 120 damage." }, { "name": "Mushroom Drain", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -278,19 +207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "The large mushroom on its back controls it. It often fights over territory with Shiinotic.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -304,30 +227,20 @@ "id": "sm1-6", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Roof Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, put your opponent's Active Pokémon and all cards attached to it into your opponent's hand." }, { "name": "Guillotine", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -339,18 +252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "DemizuPosuka", "rarity": "Uncommon", "flavorText": "One solid blow from its horns is enough to split apart a large tree. Its greatest rival in Alola is Vikavolt.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -364,22 +272,14 @@ "id": "sm1-7", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -391,17 +291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "When this Pokémon senses danger, a sweet fluid oozes from the tip of its heads. The taste of it disgusts bird Pokémon.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -415,20 +311,14 @@ "id": "sm1-8", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Struggle Bug", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon." @@ -444,9 +334,7 @@ "artist": "miki kudo", "rarity": "Rare", "flavorText": "Its wings and antennae don't cope well with moisture. After a rain, it faces sunward to dry off.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -460,32 +348,21 @@ "id": "sm1-9", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -497,17 +374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -521,34 +394,22 @@ "id": "sm1-10", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Sharp Blade Quill", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -560,17 +421,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "A bit of a dandy, it spends its free time preening its wings. Its preoccupation with any dirt on its plumage can leave it unable to battle.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -584,31 +441,21 @@ "id": "sm1-11", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Bird", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -620,17 +467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It fires arrow quills from its wings with such precision, they can pierce a pebble at distances over a hundred yards.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -644,14 +487,9 @@ "id": "sm1-12", "name": "Decidueye-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -666,20 +504,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Hollow Hunt-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -691,17 +523,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -715,23 +542,14 @@ "id": "sm1-13", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -743,18 +561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "They often gather near places frequented by electric Pokémon in order to avoid being attacked by bird Pokémon.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -768,32 +581,21 @@ "id": "sm1-14", "name": "Fomantis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lurantis" - ], + "types": ["Grass"], + "evolvesTo": ["Lurantis"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -805,17 +607,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They give off a sweet and refreshing scent. Cutiefly often gather near the tall grass where Fomantis are hiding.", - "nationalPokedexNumbers": [ - 753 - ], + "nationalPokedexNumbers": [753], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -829,14 +627,9 @@ "id": "sm1-15", "name": "Lurantis-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -844,29 +637,21 @@ "attacks": [ { "name": "Flower Supply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Solar Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Heal 30 damage from this Pokémon." }, { "name": "Chloroscythe-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Grass Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -878,17 +663,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -902,31 +682,21 @@ "id": "sm1-16", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Grass"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Flickering Spores", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -938,17 +708,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As it drowses the day away, it nourishes itself by sucking from tree roots. It wakens at the fall of night, wandering off in search of a new tree.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -962,13 +728,9 @@ "id": "sm1-17", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Morelull", "abilities": [ { @@ -980,10 +742,7 @@ "attacks": [ { "name": "Flickering Spores", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -995,18 +754,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "It emits flickering spores that cause drowsiness. When its prey succumb to sleep, this Pokémon feeds on them by sucking in their energy.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1020,31 +774,21 @@ "id": "sm1-18", "name": "Bounsweet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Steenee" - ], + "types": ["Grass"], + "evolvesTo": ["Steenee"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." }, { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1056,17 +800,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "A delectable aroma pours from its body. They are often swallowed whole by Toucannon lured by that wafting deliciousness.", - "nationalPokedexNumbers": [ - 761 - ], + "nationalPokedexNumbers": [761], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1080,33 +820,22 @@ "id": "sm1-19", "name": "Steenee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bounsweet", - "evolvesTo": [ - "Tsareena" - ], + "evolvesTo": ["Tsareena"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1118,18 +847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "The sepals on its head developed to protect its body. These are quite hard, so even if pecked by bird Pokémon, this Pokémon is totally fine.", - "nationalPokedexNumbers": [ - 762 - ], + "nationalPokedexNumbers": [762], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1143,13 +867,9 @@ "id": "sm1-20", "name": "Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "abilities": [ { @@ -1161,11 +881,7 @@ "attacks": [ { "name": "Trop Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage and remove all Special Conditions from this Pokémon." @@ -1177,18 +893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Its long, striking legs aren't just for show but to be used to kick with skill. In victory, it shows off by kicking the defeated, laughing boisterously.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1202,24 +913,14 @@ "id": "sm1-21", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 20 damage to itself." @@ -1231,18 +932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "MAHOU", "rarity": "Common", "flavorText": "It's both clever and loyal, but if a stranger tries to invade its territory, it barks threateningly.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1256,34 +952,21 @@ "id": "sm1-22", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Firestorm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "Discard 3 Fire Energy from this Pokémon." @@ -1295,18 +978,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "Overflowing with beauty and majesty, this strong Pokémon appears in ancient Eastern folklore.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1320,29 +998,20 @@ "id": "sm1-23", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Body Slam", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1354,19 +1023,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "sui", "rarity": "Common", "flavorText": "Coal is the source of Torkoal's energy. Large amounts of coal can be found in the mounts where they live.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1380,32 +1043,21 @@ "id": "sm1-24", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Bite", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1417,17 +1069,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1441,34 +1089,22 @@ "id": "sm1-25", "name": "Torracat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litten", - "evolvesTo": [ - "Incineroar" - ], + "evolvesTo": ["Incineroar"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage for each heads." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from this Pokémon." @@ -1480,18 +1116,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "At its throat, it bears a bell of fire. The bell rings brightly whenever this Pokémon spits fire.", - "nationalPokedexNumbers": [ - 726 - ], + "nationalPokedexNumbers": [726], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1505,32 +1136,21 @@ "id": "sm1-26", "name": "Incineroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Darkest Lariat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Flip 2 coins. This attack does 100 damage for each heads." @@ -1542,19 +1162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "This Pokémon has a violent, selfish disposition. If it's not in the mood to listen, it will ignore its Trainer's orders with complete nonchalance.", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1568,14 +1182,9 @@ "id": "sm1-27", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1583,31 +1192,21 @@ "attacks": [ { "name": "Hustling Strike", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 20 more damage for each of your Benched Fire Pokémon." }, { "name": "Tiger Swing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 50 more damage for each heads." }, { "name": "Burning Slam-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned. (You can't use more than 1 GX attack in a game.)" @@ -1619,18 +1218,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1644,22 +1237,14 @@ "id": "sm1-28", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Confused." @@ -1671,18 +1256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "As a result of headaches so fierce they cause it to cry, it sometimes uses psychokinesis without meaning to.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1696,29 +1276,21 @@ "id": "sm1-29", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Jet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60×", "text": "Discard up to 2 Water Energy cards from your hand. This attack does 60 damage for each card you discarded in this way." @@ -1734,9 +1306,7 @@ "artist": "Hasuno", "rarity": "Rare", "flavorText": "It is said that the red part of its forehead grants supernatural powers to those who posses one, so it was over-hunted in the past.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1750,33 +1320,21 @@ "id": "sm1-30", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon." @@ -1788,17 +1346,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It's still not very good at walking. Its Trainers should train this Pokémon to walk every day.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1812,36 +1366,22 @@ "id": "sm1-31", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1853,18 +1393,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It marches over the land in search of bug Pokémon to eat. Then it takes them underwater so it can dine on them where it's safe.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1878,31 +1413,21 @@ "id": "sm1-32", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Wake-Up Slap", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from that Pokémon." @@ -1914,19 +1439,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Its percentage of body fat is nearly zero. Its body is entirely muscle, which makes it heavy and forces its swimming prowess to develop.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1940,22 +1459,14 @@ "id": "sm1-33", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1967,18 +1478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Midori Harada", "rarity": "Common", "flavorText": "The hardness of its shell surpasses the hardness of a diamond. In days gone by, people used the shells to make shields.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1992,32 +1498,21 @@ "id": "sm1-34", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Headlock", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Guard Press", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." @@ -2029,19 +1524,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "Its hard shell cannot be shattered—not even by a bomb. The contents of the shell remain unknown.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2055,45 +1544,30 @@ "id": "sm1-35", "name": "Lapras-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Ice Beam-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -2105,17 +1579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2129,33 +1598,21 @@ "id": "sm1-36", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2167,17 +1624,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "Pursued by Mareanie for the branches on its head, this Pokémon will sometimes snap its own branches off as a diversion while it escapes.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2191,22 +1644,14 @@ "id": "sm1-37", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Roost", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon. It can't retreat during your next turn." @@ -2224,17 +1669,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Fishermen keep an eye out for Wingull in the sky, because wherever they're circling, the ocean sure to be is teeming with fish Pokémon.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2248,32 +1689,21 @@ "id": "sm1-38", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ - { - "name": "Courier", - "cost": [ - "Colorless", - "Colorless" - ], + { + "name": "Courier", + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 1 of your Benched Pokémon and all cards attached to it into your hand." }, { "name": "Fly", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2291,17 +1721,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Gathering food is the work of young males. They store food in their capacious beaks and carry it back to others waiting in the nest.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2315,32 +1741,21 @@ "id": "sm1-39", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2352,17 +1767,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2376,35 +1787,22 @@ "id": "sm1-40", "name": "Brionne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Popplio", - "evolvesTo": [ - "Primarina" - ], + "evolvesTo": ["Primarina"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Disarming Voice", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -2416,18 +1814,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "A skillful dancer, it creates a sequence of water balloons as it dances, and briskly bombards it enemies.", - "nationalPokedexNumbers": [ - 729 - ], + "nationalPokedexNumbers": [729], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2441,32 +1834,21 @@ "id": "sm1-41", "name": "Primarina", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Brionne", "attacks": [ { "name": "Disarming Voice", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Sparkling Aria", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Heal 30 damage from this Pokémon." @@ -2478,18 +1860,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It controls its water balloons with song. The melody is learning from others of its kind and is passed down from one generation to the next.", - "nationalPokedexNumbers": [ - 730 - ], + "nationalPokedexNumbers": [730], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2503,14 +1880,9 @@ "id": "sm1-42", "name": "Primarina-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Brionne", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2518,32 +1890,21 @@ "attacks": [ { "name": "Bubble Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage times the amount of Water Energy attached to your Pokémon." }, { "name": "Roaring Seas", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Grand Echo-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2555,17 +1916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 730 - ], + "nationalPokedexNumbers": [730], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2579,34 +1935,21 @@ "id": "sm1-43", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Crabrawler", "attacks": [ { "name": "Avalanche", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ice Hammer", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2618,20 +1961,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "43", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It just throws punches indiscriminately. In times of desperation, it can lop off its own pincers and fire them like rockets.", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2645,13 +1981,9 @@ "id": "sm1-44", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Cowardice", @@ -2662,9 +1994,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2676,17 +2006,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When it's in trouble, its eyes moisten and begin to shine. The shining light attracts its comrades, and they stand together against their enemies.", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2700,22 +2026,14 @@ "id": "sm1-45", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Water"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2727,17 +2045,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It crawls onto the land in search of food. Its water bubble allows it to breathe and protects its soft head.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2751,13 +2065,9 @@ "id": "sm1-46", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewpider", "abilities": [ { @@ -2769,11 +2079,7 @@ "attacks": [ { "name": "Aqua Edge", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2785,18 +2091,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "match", "rarity": "Uncommon", "flavorText": "It delivers headbutts with the water bubble on its head. Small Pokémon get sucked into the bubble, where they drown.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2810,13 +2111,9 @@ "id": "sm1-47", "name": "Pyukumuku", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Innards Out", @@ -2827,9 +2124,7 @@ "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." @@ -2841,17 +2136,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "You Iribi", "rarity": "Uncommon", "flavorText": "It lives in shallow seas, such as areas near a beach. It can eject its internal organs, which it uses to engulf its prey or battle enemies.", - "nationalPokedexNumbers": [ - 771 - ], + "nationalPokedexNumbers": [771], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2865,30 +2156,20 @@ "id": "sm1-48", "name": "Bruxish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Vivid Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Psychic Fangs", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -2900,18 +2181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Mizue", "rarity": "Rare", "flavorText": "It stuns its prey with psychokinesis and then grinds them to mush with its strong teeth. Even Shellder's shell is no match for it.", - "nationalPokedexNumbers": [ - 779 - ], + "nationalPokedexNumbers": [779], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2925,33 +2201,21 @@ "id": "sm1-49", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Searching Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at 1 of your face-down Prize cards." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2969,17 +2233,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "It lives in the depths beyond the reach of sunlight. It flashes lights on its antennae to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2993,31 +2253,21 @@ "id": "sm1-50", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Aqua Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any Water Energy attached to it, this attack does 60 more damage." @@ -3035,18 +2285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "This Pokémon flashes a bright light that blinds its prey. This creates an opening for it to deliver an electrical attack.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3060,35 +2305,22 @@ "id": "sm1-51", "name": "Charjabug", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Grubbin", - "evolvesTo": [ - "Vikavolt" - ], + "evolvesTo": ["Vikavolt"], "attacks": [ { "name": "Shocking Jaws", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3106,19 +2338,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "From the food it digests, it generates electricity, and it stores this energy in its electric sac.", - "nationalPokedexNumbers": [ - 737 - ], + "nationalPokedexNumbers": [737], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3132,13 +2358,9 @@ "id": "sm1-52", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "abilities": [ { @@ -3150,12 +2372,7 @@ "attacks": [ { "name": "Electro Cannon", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 3 Energy from this Pokémon." @@ -3173,19 +2390,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It produces electricity via an electrical organ in its abdomen. It overwhelms bird Pokémon with shocking beams of electrical energy.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3199,28 +2410,20 @@ "id": "sm1-53", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy from this Pokémon. This attack does 30 damage for each card you discarded in this way." @@ -3238,17 +2441,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "The long hairs on its back act as lightning rods. The bolts of lightning it attracts are stored as energy in its electric sac.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3262,22 +2461,14 @@ "id": "sm1-54", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Astonish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -3295,17 +2486,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Satoshi Shirai", "rarity": "Common", "flavorText": "It sleeps in caves during the day. It has no eyes, so to check its surroundings while flying, it emits ultrasonic waves.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3319,33 +2506,22 @@ "id": "sm1-55", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Super Poison Breath", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -3367,9 +2543,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its thick fangs are hollow like straws, making them unexpectedly fragile. These fangs are specialized for sucking blood.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3383,31 +2557,21 @@ "id": "sm1-56", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Triple Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Surprise Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 60 more damage." @@ -3429,9 +2593,7 @@ "artist": "DemizuPosuka", "rarity": "Rare Holo", "flavorText": "Both its legs became wings, and as a result, it can't move well on the ground. All it can do is crawl around.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3445,33 +2607,21 @@ "id": "sm1-57", "name": "Alolan Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Super Poison Breath", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Pound", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3483,19 +2633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The crystals on Grimer's body are lumps of toxins. If one falls off, lethal poisons leak out.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3509,13 +2653,9 @@ "id": "sm1-58", "name": "Alolan Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alolan Grimer", "abilities": [ { @@ -3527,12 +2667,7 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3544,20 +2679,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "58", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "While it's unexpectedly quiet and friendly, if it's not fed any trash for a while, it will smash its Trainer's furnishings and eat up the fragments.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3571,32 +2699,21 @@ "id": "sm1-59", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3608,18 +2725,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It finds really fun dreams tasty. When it makes friends with people, it may show them the most delicious dreams it's ever eaten.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3633,32 +2745,21 @@ "id": "sm1-60", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Meditate", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3670,18 +2771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "As a matter of course, it makes anyone it meets fall asleep and has a taste of their dreams. Anyone having a good dream, it carries off.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3695,14 +2791,9 @@ "id": "sm1-61", "name": "Espeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3710,31 +2801,21 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Divide-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -3746,16 +2827,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3769,22 +2846,14 @@ "id": "sm1-62", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -3796,17 +2865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "match", "rarity": "Common", "flavorText": "It plunges the poison spike on its head into its prey. When the prey has weakened, Mareanie deals the finishing blow with its 10 tentacles.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3820,13 +2885,9 @@ "id": "sm1-63", "name": "Toxapex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mareanie", "abilities": [ { @@ -3838,11 +2899,7 @@ "attacks": [ { "name": "Venoshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 50 more damage." @@ -3854,19 +2911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Toxapex crawls along the ocean floor on its 12 legs. It leaves a trail of Corsola bits scattered in its wake.", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3880,22 +2931,14 @@ "id": "sm1-64", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Dust Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -3907,17 +2950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "Its body is gaseous and frail. It slowly grows as it collects dust from the atmosphere.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3931,24 +2970,15 @@ "id": "sm1-65", "name": "Cosmoem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmog", - "evolvesTo": [ - "Solgaleo", - "Lunala" - ], + "evolvesTo": ["Solgaleo", "Lunala"], "attacks": [ { "name": "Teleport", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3960,19 +2990,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "Motionless as if dead, its body is faintly warm to the touch. In the distant past, it was called the cocoon of the stars.", - "nationalPokedexNumbers": [ - 790 - ], + "nationalPokedexNumbers": [790], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3986,14 +3010,9 @@ "id": "sm1-66", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4008,23 +3027,14 @@ "attacks": [ { "name": "Moongeist Beam", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't be healed during your opponent's next turn." }, { "name": "Lunar Fall-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Knock Out 1 of your opponent's Basic Pokémon that isn't a Pokémon-GX. (You can't use more than 1 GX attack in a game.)" @@ -4042,17 +3052,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4066,32 +3071,21 @@ "id": "sm1-67", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Strength", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4103,18 +3097,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It was originally brought in from another region, but now Makuhita from Alola are more famous.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4128,34 +3117,21 @@ "id": "sm1-68", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Push Out", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Megaton Slap Push", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -4167,20 +3143,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "68", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "It is known for its fantastic strength, but as it grows older, it focuses more on training Makuhita.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4194,23 +3163,14 @@ "id": "sm1-69", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Smack Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon has Fighting Resistance, this attack does 50 more damage." @@ -4222,19 +3182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "The hexagonal cavity is its ear. It walks in the direction of sounds it hears, but if the sounds cease, it panics and topples over.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4248,35 +3202,22 @@ "id": "sm1-70", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -4288,20 +3229,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "70", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It explores caves in search of underground water. It's not comfortable around water, so this Pokémon takes great care in lapping it up.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4315,33 +3249,21 @@ "id": "sm1-71", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "attacks": [ { "name": "Rock Artillery", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Discard any amount of Fighting Energy from your Pokémon. This attack does 50 damage for each card you discarded in this way." }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack's damage isn't affected by Resistance." @@ -4353,20 +3275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "71", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "Known for its hefty horsepower, this Pokémon is a popular partner for construction workers.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4380,34 +3295,21 @@ "id": "sm1-72", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4419,18 +3321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It punches so much, its pincers often come off from overuse, but they grow back quickly. What little meat they contain is rich and delicious.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4444,29 +3341,20 @@ "id": "sm1-73", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Fling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Team Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 damage for each of your Benched Passimian." @@ -4478,17 +3366,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "They form groups of roughly 20 individuals. Their mutual bond is remarkable—they will never let down a comrade.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4502,33 +3386,21 @@ "id": "sm1-74", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Fighting"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Shore Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Fighting Energy card from your discard pile to this Pokémon." }, { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4540,19 +3412,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It takes control of anyone who puts a hand in its mouth. And so it adds to the accumulation of its sand-mound body.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4566,13 +3432,9 @@ "id": "sm1-75", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandygast", "abilities": [ { @@ -4584,12 +3446,7 @@ "attacks": [ { "name": "Absorb Vitality", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -4601,20 +3458,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "75", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Buried beneath the castle are masses of dried-up bones from those whose vitality it has drained.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4628,22 +3478,14 @@ "id": "sm1-76", "name": "Alolan Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Darkness"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Gnaw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20", "text": "" @@ -4665,9 +3507,7 @@ "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "When the sun goes down, it becomes active. It runs around town on a chase for good food for the boss of its nest—Raticate.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4681,32 +3521,21 @@ "id": "sm1-77", "name": "Alolan Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Rattata", "attacks": [ { "name": "Evil Orders", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a number of cards up to the number of your Benched Pokémon and put them into your hand. Then, shuffle your deck." }, { "name": "Endeavor", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -4724,19 +3553,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "77", "artist": "match", "rarity": "Uncommon", "flavorText": "This gourmet Pokémon is particular about the taste and freshness of its food. Restaurants where Raticate live have a good reputation.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4750,22 +3573,14 @@ "id": "sm1-78", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -4783,17 +3598,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "This Pokémon was not originally found in Alola. Human actions caused a surge in their numbers, and they went feral. They're prideful and crafty.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4807,29 +3618,21 @@ "id": "sm1-79", "name": "Alolan Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Meowth", "attacks": [ { "name": "Taunt", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Claw Rend", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 30 more damage." @@ -4847,17 +3650,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Its round face and smooth coat—softer than the most high-class velvet—have made this a very popular Pokémon in Alola.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4871,14 +3670,9 @@ "id": "sm1-80", "name": "Umbreon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4886,30 +3680,21 @@ "attacks": [ { "name": "Strafe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Call-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4927,17 +3712,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4951,32 +3731,21 @@ "id": "sm1-81", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Gnaw Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Pokémon Tool cards from your opponent's Active Pokémon." }, { "name": "Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4994,17 +3763,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "If they scent the faintest trace of blood, they rush to attack en masse. When alone, they're rather cowardly.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5018,13 +3783,9 @@ "id": "sm1-82", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -5036,11 +3797,7 @@ "attacks": [ { "name": "Aqua Impact", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -5062,9 +3819,7 @@ "artist": "Yumi", "rarity": "Rare Holo", "flavorText": "It has a sad history. In the past, its dorsal fin was a treasured foodstuff, so this Pokémon became a victim of overfishing.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5078,34 +3833,21 @@ "id": "sm1-83", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Crunch", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -5123,18 +3865,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It submerges itself in sand and moves as if swimming. This wise behavior keeps its enemies from finding it and maintains its temperature.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5148,35 +3885,22 @@ "id": "sm1-84", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Discard a random card from your opponent's hand." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5194,18 +3918,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "They move in groups of a few individuals. A female is often the leader of the group, and the males will gather food.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5219,32 +3938,21 @@ "id": "sm1-85", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "False Accusation", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each card in your opponent's hand." }, { "name": "Obsidian Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon." @@ -5262,19 +3970,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "Its unique faculty of sight can detect small prey more than 30 miles away, even in the midst of a sandstorm.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5288,31 +3990,21 @@ "id": "sm1-86", "name": "Alolan Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Metal"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Spelunk", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Look at the top 3 cards of your deck and put them back in any order." }, { "name": "Mud-Slap", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5330,17 +4022,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "Its head sports an altered form of whiskers made of metal. When in communication with its comrades, its whiskers wobble to and fro.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5354,13 +4042,9 @@ "id": "sm1-87", "name": "Alolan Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Diglett", "abilities": [ { @@ -5372,11 +4056,7 @@ "attacks": [ { "name": "Dig Under", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance." @@ -5394,18 +4074,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "match", "rarity": "Rare Holo", "flavorText": "Its shining gold hair provides it with protection. It's reputed that keeping any of its fallen hairs will bring bad luck.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5419,31 +4094,20 @@ "id": "sm1-88", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metallic Sound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Special Energy from each Pokémon." }, { "name": "Aerial Ace", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5461,17 +4125,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "Its feathers, which fall off as it grows, are thin and sharp. In times long past, warriors used them as swords.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5485,14 +4145,9 @@ "id": "sm1-89", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5507,20 +4162,14 @@ "attacks": [ { "name": "Sunsteel Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "Discard all Energy from this Pokémon." }, { "name": "Sol Burst-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -5538,18 +4187,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5563,22 +4206,14 @@ "id": "sm1-90", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -5596,17 +4231,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Its growls make its opponents uneasy. This laid-back Pokémon tends to sleep half the day.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5620,31 +4251,21 @@ "id": "sm1-91", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Fight Back", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -5662,18 +4283,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "More timid than Snubbull, this Pokémon is doted on by young people amused at the contrast between its looks and its attitude.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5687,22 +4303,14 @@ "id": "sm1-92", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Fairy"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Fly Around", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "If any damage is done to this Pokémon by attacks during your opponent's next turn, flip a coin. If heads, prevent that damage." @@ -5720,17 +4328,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "It feeds on the nectar and pollen of flowers. Because it's able to sense auras, it can identify which flowers are about to bloom.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5744,13 +4348,9 @@ "id": "sm1-93", "name": "Ribombee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cutiefly", "abilities": [ { @@ -5762,9 +4362,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -5782,17 +4380,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It rolls up pollen into puffs. It makes many different varieties, some used as food and others used in battle.", - "nationalPokedexNumbers": [ - 743 - ], + "nationalPokedexNumbers": [743], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5806,31 +4400,21 @@ "id": "sm1-94", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Dratini, a Dragonair, and a Dragonite, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tail Smack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5842,18 +4426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "After a 10-hour struggle, a fisherman was able to pull one up and confirm its existence.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5867,34 +4446,22 @@ "id": "sm1-95", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Dragon's Wish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, you may attach any number of Energy cards from your hand to your Pokémon." }, { "name": "Tail Smack", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5906,18 +4473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "hatachu", "rarity": "Uncommon", "flavorText": "From time immemorial, it has been venerated by agricultural peoples as an entity able to control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5931,21 +4493,14 @@ "id": "sm1-96", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Dragon Wave", - "cost": [ - "Grass", - "Lightning" - ], + "cost": ["Grass", "Lightning"], "convertedEnergyCost": 2, "damage": "130", "text": "Discard a Grass Energy and a Lightning Energy from this Pokémon." @@ -5970,20 +4525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "96", "artist": "Hiroyuki Yamamoto", "rarity": "Rare Holo", "flavorText": "Incur the wrath of this normally calm Pokémon at your peril, because it will smash everything to smithereens before it's satisfied.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5997,22 +4545,14 @@ "id": "sm1-97", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck Bugs", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Grass Pokémon, this attack does 30 more damage." @@ -6030,17 +4570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Farmers whose fields are troubled by bug Pokémon appreciate Spearow for its vigorous appetite and look after it.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6054,29 +4590,21 @@ "id": "sm1-98", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Devastating Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent shuffles their hand into their deck and draws 3 cards." }, { "name": "Slashing Strike", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -6094,17 +4622,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "Drawings of a Pokémon resembling Fearow can be seen in murals from deep in ancient history.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6118,31 +4642,20 @@ "id": "sm1-99", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 30 more damage." }, { "name": "Hurricane Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage for each heads." @@ -6154,19 +4667,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Kangaskhan's maternal love is so deep that it will brave death to protect its offspring.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6180,44 +4687,30 @@ "id": "sm1-100", "name": "Tauros-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Mad Bull-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6229,18 +4722,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6254,13 +4741,9 @@ "id": "sm1-101", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6281,9 +4764,7 @@ "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, draw a card." @@ -6295,18 +4776,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Possessing an unbalanced and unstable genetic makeup, it conceals many possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6320,13 +4796,9 @@ "id": "sm1-101a", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6347,9 +4819,7 @@ "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, draw a card." @@ -6361,18 +4831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101a", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "Possessing an unbalanced and unstable genetic makeup, it conceals many possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6386,19 +4851,13 @@ "id": "sm1-102", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Teeter Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -6410,17 +4869,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Its steps are staggering and unsteady, but Spinda thinks it's walking in a straight line.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6434,32 +4889,21 @@ "id": "sm1-103", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Work Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6471,17 +4915,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "MAHOU", "rarity": "Common", "flavorText": "Because it doesn't yelp, it's extremely popular with Trainers who live in apartment buildings.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6495,17 +4935,11 @@ "id": "sm1-104", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "abilities": [ { "name": "Treasure Hunt", @@ -6516,11 +4950,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -6532,17 +4962,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "sui", "rarity": "Uncommon", "flavorText": "Its dense black fur grows continuously. The high cost of keeping its hard fur properly groomed make this a troublesome Pokémon to train.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6556,34 +4982,21 @@ "id": "sm1-105", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "attacks": [ { "name": "Ferocious Bellow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 50 less damage (before applying Weakness and Resistance)." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -6595,19 +5008,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "105", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Intelligent, good-natured, and valiant, it's a trustworthy partner on rescue teams.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6621,22 +5028,14 @@ "id": "sm1-106", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -6654,17 +5053,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "This Pokémon feeds on berries, whose leftover seeds become the ammunition for the attacks it fires off from its mouth.", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6678,23 +5073,15 @@ "id": "sm1-107", "name": "Trumbeak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pikipek", - "evolvesTo": [ - "Toucannon" - ], + "evolvesTo": ["Toucannon"], "attacks": [ { "name": "Bullet Seed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage for each heads." @@ -6712,17 +5099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "By bending its beak, it can produce a variety of call and brand itself a noisy nuisance for its neighbors.", - "nationalPokedexNumbers": [ - 732 - ], + "nationalPokedexNumbers": [732], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6736,32 +5119,21 @@ "id": "sm1-108", "name": "Toucannon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trumbeak", "attacks": [ { "name": "Echoed Voice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your next turn, this Pokémon's Echoed Voice attack does 60 more damage (before applying Weakness and Resistance)." }, { "name": "Beak Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -6779,18 +5151,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "Within its beak, its internal gas ignites, explosively launching seeds with enough power to pulverize boulders.", - "nationalPokedexNumbers": [ - 733 - ], + "nationalPokedexNumbers": [733], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6804,32 +5171,21 @@ "id": "sm1-109", "name": "Yungoos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gumshoos" - ], + "types": ["Colorless"], + "evolvesTo": ["Gumshoos"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6841,17 +5197,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "match", "rarity": "Common", "flavorText": "With its sharp fangs, it will bite anything. It did not originally live in Alola but was imported from another region.", - "nationalPokedexNumbers": [ - 734 - ], + "nationalPokedexNumbers": [734], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6865,14 +5217,9 @@ "id": "sm1-110", "name": "Gumshoos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6887,20 +5234,14 @@ "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Gumshoe Chance-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6912,17 +5253,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6936,23 +5272,14 @@ "id": "sm1-111", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Colorless"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6964,18 +5291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Despite its adorable appearance, when it gets angry and flails about, its arms and legs could knock a pro wrestler sprawling.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6989,32 +5311,21 @@ "id": "sm1-112", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Bear Hug", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Superpower", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself." @@ -7026,19 +5337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "kirisAki", "rarity": "Rare", "flavorText": "This immensely dangerous Pokémon possesses overwhelming physical strength. Its habitat is generally off-limits.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7052,13 +5357,9 @@ "id": "sm1-113", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Instruct", @@ -7069,11 +5370,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -7085,18 +5382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Deep in the jungle, high in the lofty canopy, this Pokémon abides. On rare occasions, it shows up at the beach to match wits with Slowking.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7110,9 +5402,7 @@ "id": "sm1-114", "name": "Big Malasada", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 20 damage and remove a Special Condition from your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7133,9 +5423,7 @@ "id": "sm1-115", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7157,9 +5445,7 @@ "id": "sm1-116", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7181,9 +5467,7 @@ "id": "sm1-117", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7205,9 +5489,7 @@ "id": "sm1-118", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When your Active Pokémon is Knocked Out by damage from an opponent's attack, you may move 1 basic Energy card from that Pokémon to the Pokémon this card is attached to.", @@ -7230,9 +5512,7 @@ "id": "sm1-119", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7254,9 +5534,7 @@ "id": "sm1-120", "name": "Hau", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7277,9 +5555,7 @@ "id": "sm1-121", "name": "Ilima", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and flips a coin. If heads, that player draws 6 cards. If tails, they draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7300,9 +5576,7 @@ "id": "sm1-122", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7323,9 +5597,7 @@ "id": "sm1-123", "name": "Nest Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7346,9 +5618,7 @@ "id": "sm1-124", "name": "Poison Barb", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Poisoned.", @@ -7370,9 +5640,7 @@ "id": "sm1-125", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7394,9 +5662,7 @@ "id": "sm1-126", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7418,9 +5684,7 @@ "id": "sm1-127", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7442,9 +5706,7 @@ "id": "sm1-128", "name": "Professor Kukui", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. During this turn, your Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7465,9 +5727,7 @@ "id": "sm1-129", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7489,9 +5749,7 @@ "id": "sm1-130", "name": "Repel", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7512,9 +5770,7 @@ "id": "sm1-131", "name": "Rotom Dex", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "After counting your Prize cards, shuffle them into your deck. Then, take that many cards from the top of your deck and put them face down as your Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7535,9 +5791,7 @@ "id": "sm1-132", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7559,9 +5813,7 @@ "id": "sm1-133", "name": "Team Skull Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. Discard 2 Energy cards from it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7582,9 +5834,7 @@ "id": "sm1-134", "name": "Timer Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for an Evolution Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7605,9 +5855,7 @@ "id": "sm1-135", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7628,12 +5876,8 @@ "id": "sm1-136", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "136", "rarity": "Uncommon", "legalities": { @@ -7649,9 +5893,7 @@ "id": "sm1-137", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. While in play, this card provides every type of Energy but provides only 1 Energy at a time. When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -7670,14 +5912,9 @@ "id": "sm1-138", "name": "Lurantis-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7685,29 +5922,21 @@ "attacks": [ { "name": "Flower Supply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Solar Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Heal 30 damage from this Pokémon." }, { "name": "Chloroscythe-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Grass Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7719,17 +5948,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7743,45 +5967,30 @@ "id": "sm1-139", "name": "Lapras-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Ice Beam-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -7793,17 +6002,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7817,14 +6021,9 @@ "id": "sm1-140", "name": "Espeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7832,31 +6031,21 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Divide-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -7868,16 +6057,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7891,14 +6076,9 @@ "id": "sm1-141", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7913,23 +6093,14 @@ "attacks": [ { "name": "Moongeist Beam", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't be healed during your opponent's next turn." }, { "name": "Lunar Fall-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Knock Out 1 of your opponent's Basic Pokémon that isn't a Pokémon-GX. (You can't use more than 1 GX attack in a game.)" @@ -7947,17 +6118,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "141", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7971,14 +6137,9 @@ "id": "sm1-142", "name": "Umbreon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7986,30 +6147,21 @@ "attacks": [ { "name": "Strafe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Call-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8027,17 +6179,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "142", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8051,14 +6198,9 @@ "id": "sm1-143", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8073,20 +6215,14 @@ "attacks": [ { "name": "Sunsteel Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "Discard all Energy from this Pokémon." }, { "name": "Sol Burst-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -8104,18 +6240,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "143", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8129,44 +6259,30 @@ "id": "sm1-144", "name": "Tauros-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Mad Bull-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8178,18 +6294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "144", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8203,14 +6313,9 @@ "id": "sm1-145", "name": "Gumshoos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8225,20 +6330,14 @@ "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Gumshoe Chance-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8250,17 +6349,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "145", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8274,9 +6368,7 @@ "id": "sm1-146", "name": "Ilima", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and flips a coin. If heads, that player draws 6 cards. If tails, they draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8297,9 +6389,7 @@ "id": "sm1-147", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8320,9 +6410,7 @@ "id": "sm1-148", "name": "Professor Kukui", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. During this turn, your Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8343,9 +6431,7 @@ "id": "sm1-149", "name": "Team Skull Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. Discard 2 Energy cards from it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8366,14 +6452,9 @@ "id": "sm1-150", "name": "Lurantis-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8381,29 +6462,21 @@ "attacks": [ { "name": "Flower Supply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Solar Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Heal 30 damage from this Pokémon." }, { "name": "Chloroscythe-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Grass Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8415,17 +6488,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "150", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8439,45 +6507,30 @@ "id": "sm1-151", "name": "Lapras-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Collect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Ice Beam-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -8489,17 +6542,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "151", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8513,14 +6561,9 @@ "id": "sm1-152", "name": "Espeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8528,31 +6571,21 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage times the number of Energy attached to your opponent's Active Pokémon." }, { "name": "Divide-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -8564,16 +6597,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8587,14 +6616,9 @@ "id": "sm1-153", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8609,23 +6633,14 @@ "attacks": [ { "name": "Moongeist Beam", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't be healed during your opponent's next turn." }, { "name": "Lunar Fall-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Knock Out 1 of your opponent's Basic Pokémon that isn't a Pokémon-GX. (You can't use more than 1 GX attack in a game.)" @@ -8643,17 +6658,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8667,14 +6677,9 @@ "id": "sm1-154", "name": "Umbreon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8682,30 +6687,21 @@ "attacks": [ { "name": "Strafe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Call-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8723,17 +6719,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8747,14 +6738,9 @@ "id": "sm1-155", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8769,20 +6755,14 @@ "attacks": [ { "name": "Sunsteel Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "Discard all Energy from this Pokémon." }, { "name": "Sol Burst-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -8800,18 +6780,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "155", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8825,44 +6799,30 @@ "id": "sm1-156", "name": "Tauros-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Mad Bull-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8874,18 +6834,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8899,14 +6853,9 @@ "id": "sm1-157", "name": "Gumshoos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8921,20 +6870,14 @@ "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Gumshoe Chance-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8946,17 +6889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8970,9 +6908,7 @@ "id": "sm1-158", "name": "Nest Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8993,9 +6929,7 @@ "id": "sm1-159", "name": "Rotom Dex", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "After counting your Prize cards, shuffle them into your deck. Then, take that many cards from the top of your deck and put them face down as your Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9016,9 +6950,7 @@ "id": "sm1-160", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9040,9 +6972,7 @@ "id": "sm1-161", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9063,9 +6993,7 @@ "id": "sm1-162", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "162", "rarity": "Rare Secret", "legalities": { @@ -9082,9 +7010,7 @@ "id": "sm1-163", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "163", "rarity": "Rare Secret", "legalities": { @@ -9101,9 +7027,7 @@ "id": "sm1-164", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "164", "rarity": "Common", "legalities": { @@ -9120,9 +7044,7 @@ "id": "sm1-165", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "165", "rarity": "Common", "legalities": { @@ -9139,9 +7061,7 @@ "id": "sm1-166", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "166", "rarity": "Common", "legalities": { @@ -9158,9 +7078,7 @@ "id": "sm1-167", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "167", "rarity": "Common", "legalities": { @@ -9177,9 +7095,7 @@ "id": "sm1-168", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "168", "rarity": "Common", "legalities": { @@ -9196,9 +7112,7 @@ "id": "sm1-169", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "169", "rarity": "Common", "legalities": { @@ -9215,9 +7129,7 @@ "id": "sm1-170", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "170", "rarity": "Common", "legalities": { @@ -9234,9 +7146,7 @@ "id": "sm1-171", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "171", "rarity": "Common", "legalities": { @@ -9253,9 +7163,7 @@ "id": "sm1-172", "name": "Fairy Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "172", "rarity": "Common", "legalities": { @@ -9267,4 +7175,4 @@ "large": "https://images.pokemontcg.io/sm1/172_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/sm10.json b/cards/en/sm10.json index fa39bcebd..8bdef7b1f 100644 --- a/cards/en/sm10.json +++ b/cards/en/sm10.json @@ -3,45 +3,30 @@ "id": "sm10-1", "name": "Pheromosa & Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Elegant Sole", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon's Elegant Sole attack's base damage is 60." }, { "name": "Beast Game-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card. If this Pokémon has at least 7 extra Energy attached to it (in addition to this attack's cost), take 3 more Prize cards instead. (You can't use more than 1 GX attack in a game.)" @@ -53,18 +38,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 794, - 795 - ], + "nationalPokedexNumbers": [794, 795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -78,16 +57,10 @@ "id": "sm10-2", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "abilities": [ { "name": "Pupate", @@ -98,10 +71,7 @@ "attacks": [ { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" @@ -113,17 +83,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Perhaps because it would like to grow up quickly, it has a voracious appetite, eating a hundred leaves a day.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -137,17 +103,11 @@ "id": "sm10-3", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Emerge", @@ -158,11 +118,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -174,19 +130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Its shell is filled with a thick liquid. All of the cells throughout its body are being rebuilt in preparation for evolution.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -200,31 +150,21 @@ "id": "sm10-4", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Triple Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -236,17 +176,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Its wings are covered in toxic scales. If it finds bird Pokémon going after Caterpie, Butterfree sprinkles its scales on them to drive them off.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -260,32 +196,21 @@ "id": "sm10-5", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -297,17 +222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "0313", "rarity": "Common", "flavorText": "During the day, It stays in the cold underground to avoid the sun. It grows by bathing in moonlight.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -321,22 +242,14 @@ "id": "sm10-6", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Hook", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -348,17 +261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Asako Ito", "rarity": "Common", "flavorText": "During the day, It stays in the cold underground to avoid the sun. It grows by bathing in moonlight.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -372,18 +281,11 @@ "id": "sm10-7", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "abilities": [ { "name": "Irresistible Aroma", @@ -394,10 +296,7 @@ "attacks": [ { "name": "Drool", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -409,18 +308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Smells incredibly foul! However, around one out of a thousand people enjoy sniffing its nose-bending stink.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -434,13 +328,9 @@ "id": "sm10-8", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -452,11 +342,7 @@ "attacks": [ { "name": "Giant Bloom", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -468,19 +354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Suwama Chiaki", "rarity": "Rare Holo", "flavorText": "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -494,32 +374,21 @@ "id": "sm10-9", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Radar Eyes", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck." }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -531,17 +400,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "kirisAki", "rarity": "Common", "flavorText": "Its big eyes are actually clusters of tiny eyes. At night, its kind is drawn by light.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -555,22 +420,14 @@ "id": "sm10-10", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -582,17 +439,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its big eyes are actually clusters of tiny eyes. At night, its kind is drawn by light.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -606,29 +459,21 @@ "id": "sm10-11", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "attacks": [ { "name": "Assassin Flight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if your opponent's Active Pokémon is affected by a Special Condition. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Poison Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -644,9 +489,7 @@ "artist": "Mina Nakai", "rarity": "Rare", "flavorText": "The scales it scatters will paralyze anyone who touches them, making that person unable to stand.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -660,14 +503,9 @@ "id": "sm10-12", "name": "Venomoth-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -675,20 +513,14 @@ "attacks": [ { "name": "Shinobi Mastery", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110+", "text": "If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn." }, { "name": "Ten-Card Return-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -700,16 +532,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -723,22 +551,14 @@ "id": "sm10-13", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -750,17 +570,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Even though its body is extremely skinny, it is blindingly fast when catching its prey.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -774,33 +590,22 @@ "id": "sm10-14", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Burning Venom", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Poisoned." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -812,18 +617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "otumami", "rarity": "Uncommon", "flavorText": "The leafy parts act as cutters for slashing foes. It spits a fluid that dissolves everything.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -837,31 +637,21 @@ "id": "sm10-15", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Reactive Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 60 more damage for each Special Condition affecting your opponent's Active Pokémon." }, { "name": "Gastro Acid", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "The Defending Pokémon has no Abilities until the end of your next turn." @@ -873,18 +663,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -898,32 +683,21 @@ "id": "sm10-16", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Tangle Drag", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -935,18 +709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Many writhing vines cover it, so its true identity remains unknown. The blue vines grow its whole life long.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -960,31 +729,21 @@ "id": "sm10-17", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Bind Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Chlorowhip", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If this Pokémon has at least 2 Grass Energy attached to it, heal 60 damage from this Pokémon." @@ -996,19 +755,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "kodama", "rarity": "Rare", "flavorText": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1022,33 +775,21 @@ "id": "sm10-18", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Electrical Signal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1060,18 +801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "If you find its nest, you shouldn't stick your hand inside. You'll get bitten by an irritated Grubbin.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1085,31 +821,20 @@ "id": "sm10-19", "name": "Kartana", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Big Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "If you have exactly 4 Prize cards remaining, this attack does 120 more damage." }, { "name": "False Swipe", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin. If heads, put damage counters on your opponent's Active Pokémon until its remaining HP is 10." @@ -1125,9 +850,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "This Ultra Beast's body, which is as thin as paper, is like a sharpened sword.", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1141,48 +864,30 @@ "id": "sm10-20", "name": "Reshiram & Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Flare Strike", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Flare Strike during your next turn." }, { "name": "Double Blaze-GX", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "200+", "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1194,19 +899,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 6, - 643 - ], + "nationalPokedexNumbers": [6, 643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1220,32 +918,21 @@ "id": "sm10-21", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1257,18 +944,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "While it's quite friendly toward humans once it's grown used to them, in the wild it must be quite fierce to defend its territory from Rockruff.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1282,34 +964,21 @@ "id": "sm10-22", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "190", "text": "This Pokémon does 50 damage to itself." @@ -1321,20 +990,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "22", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Legends tell of its fighting alongside a general and conquering a whole country.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1348,32 +1010,21 @@ "id": "sm10-23", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1385,18 +1036,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Darumaka's droppings are hot, so people used to put them in their clothes to keep themselves warm.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1410,30 +1056,21 @@ "id": "sm10-24", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Find Wildfire", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Fire Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "110", "text": "Discard all Fire Energy from this Pokémon." @@ -1445,19 +1082,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "When one is injured in a fierce battle, it hardens into a stone-like form. Then it meditates and sharpens its mind.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1471,29 +1102,20 @@ "id": "sm10-25", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flare Starter", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Fire Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "High-Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you have at least 4 Fire Energy in play, this attack does 60 more damage." @@ -1505,18 +1127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "It lets out billows of steam and disappears into the dense fog. It's said to live in mountains where humans do not tread.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1530,22 +1147,14 @@ "id": "sm10-26", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -1557,17 +1166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "0313", "rarity": "Common", "flavorText": "If you try too hard to get close to it, it won't open up to you. Even if you do grow close, giving it too much affection is still a no-no.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1581,33 +1186,21 @@ "id": "sm10-27", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you do, this Pokémon is now Asleep." }, { "name": "Big Bite", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1619,17 +1212,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "If you try too hard to get close to it, it won't open up to you. Even if you do grow close, giving it too much affection is still a no-no.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1643,23 +1232,15 @@ "id": "sm10-28", "name": "Torracat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litten", - "evolvesTo": [ - "Incineroar" - ], + "evolvesTo": ["Incineroar"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -1671,17 +1252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It can act spoiled if it grows close to its Trainer. A powerful Pokémon, its sharp claws can leave its Trainer's whole body covered in scratches.", - "nationalPokedexNumbers": [ - 726 - ], + "nationalPokedexNumbers": [726], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1695,13 +1272,9 @@ "id": "sm10-29", "name": "Incineroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "abilities": [ { @@ -1713,10 +1286,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard an Energy from this Pokémon." @@ -1728,18 +1298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Although it's rough mannered and egotistical, it finds beating down unworthy opponents boring. It gets motivated for stronger opponents.", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1753,22 +1318,14 @@ "id": "sm10-30", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Grass Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Grass Energy from your opponent's Active Pokémon." @@ -1780,17 +1337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yusuke Ohmura", "rarity": "Common", "flavorText": "The males will do whatever the females tell them. They give the females most of their food. Due to malnutrition, the males can't evolve.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1804,13 +1357,9 @@ "id": "sm10-31", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "abilities": [ { @@ -1822,10 +1371,7 @@ "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1837,17 +1383,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "hatachu", "rarity": "Rare", "flavorText": "Salazzle lives deep in caves and forces the Salandit it has attracted with its pheromones to serve it.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1861,31 +1403,20 @@ "id": "sm10-32", "name": "Blacephalon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Blazer", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Turn 1 of your face-down Prize cards face up. If it's a Fire Energy card, this attack does 50 more damage. (That Prize card remains face up for the rest of the game.)" }, { "name": "Fireball Circus", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard any number of Fire Energy cards from your hand. This attack does 50 damage for each card you discarded in this way." @@ -1897,18 +1428,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It slithers toward people. Then, without warning, it triggers the explosion of its own head. It's apparently one kind of Ultra Beast.", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1922,22 +1448,14 @@ "id": "sm10-33", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1949,17 +1467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1973,17 +1487,11 @@ "id": "sm10-34", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "abilities": [ { "name": "Solid Shell", @@ -1994,10 +1502,7 @@ "attacks": [ { "name": "Aqua Slash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon can't attack during your next turn." @@ -2009,18 +1514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Hiroki Asanuma", "rarity": "Uncommon", "flavorText": "When tapped, this Pokémon will pull in its head, but its tail will still stick out a little bit.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2034,14 +1534,9 @@ "id": "sm10-35", "name": "Blastoise-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2056,19 +1551,14 @@ "attacks": [ { "name": "Rocket Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60×", "text": "Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 60 damage for each card you shuffled into your deck in this way." }, { "name": "Giant Geyser-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -2080,18 +1570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "sadaji", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2105,16 +1589,10 @@ "id": "sm10-36", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "abilities": [ { "name": "Round ‘n' Round", @@ -2125,9 +1603,7 @@ "attacks": [ { "name": "Watering", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2139,17 +1615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Despite the danger, it wants to come up on land. So it does its best to waddle along, but when an enemy finds it, it rushes back to the water.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2163,22 +1635,14 @@ "id": "sm10-37", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -2190,17 +1654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Despite the danger, it wants to come up on land. So it does its best to waddle along, but when an enemy finds it, it rushes back to the water.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2214,34 +1674,22 @@ "id": "sm10-38", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Knuckle Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2253,18 +1701,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Although it has become capable of living on land, it spends its time in the water, where its prey, fish Pokémon, are plentiful.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2278,32 +1721,21 @@ "id": "sm10-39", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Swirly Rush", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If Poliwag and Poliwhirl are on your Bench, this attack does 90 more damage." @@ -2315,19 +1747,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It's quite a gifted swimmer, even among Water-type Pokémon, but it normally spends its time on land.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2341,22 +1767,14 @@ "id": "sm10-40", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Bubble Jutsu", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If you played Janine from your hand during this turn, this attack does 50 more damage." @@ -2368,17 +1786,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It drifts through the sea searching for prey. Its poisonous tentacles break off sometimes, but after a while, they grow back.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2392,31 +1806,21 @@ "id": "sm10-41", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Wicked Tentacles", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your opponent's Pokémon to another of their Pokémon. If you do, put 3 damage counters on the Pokémon you moved the Energy to." }, { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2428,17 +1832,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It fires off ultrasonic waves from its red orbs to weaken its prey, and then it wraps them up in its 80 tentacles.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2452,33 +1852,21 @@ "id": "sm10-42", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Growl", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2490,18 +1878,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "There are some places where Slowpoke is worshiped because of a long-standing belief that whenever Slowpoke yawns, it rains.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2515,31 +1898,21 @@ "id": "sm10-43", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Yawn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Three Strikes", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Flip 3 coins. This attack does 100 damage for each heads. If all of them are tails, you lose this game." @@ -2551,18 +1924,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Spacing out is basically all it does. It turns back into Slowpoke if its tail, along with Shellder, breaks off.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2576,23 +1944,14 @@ "id": "sm10-44", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2604,18 +1963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It has always been supposed that Seel live only in cold seas. Their having shown up in Alola is a mystery.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2629,32 +1983,21 @@ "id": "sm10-45", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Dual Blizzard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy from this Pokémon. This attack does 60 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2666,18 +2009,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It swims through the ocean at a speed of eight knots, searching for Pokémon that will become its prey. It's especially fond of Wishiwashi.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2691,32 +2029,21 @@ "id": "sm10-46", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vice Grip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2728,17 +2055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Sekio", "rarity": "Common", "flavorText": "If it senses danger approaching, it cloaks itself with bubbles from its mouth so it will look bigger.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2752,34 +2075,21 @@ "id": "sm10-47", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Massive Rend", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -2791,20 +2101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "47", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Its large and hard pincer has 10,000-horsepower strength. However, being so big, it is unwieldy to move.", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2818,22 +2121,14 @@ "id": "sm10-48", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Elegant Swim", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2845,17 +2140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Although known for their splendid tail fins, Goldeen apparently compete among themselves to see whose horn is thickest and sharpest.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2869,20 +2160,14 @@ "id": "sm10-49", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Enhanced Horn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads. If this Pokémon has a Pokémon Tool card attached to it, flip 6 coins instead." @@ -2894,17 +2179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Its horn spins like a drill to steadily hollow out rocks—even harder ones. The coloration of the male is more vivid.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2918,30 +2199,20 @@ "id": "sm10-50", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call Forth Cold", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Hail Prison", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Discard 2 Water Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed." @@ -2953,18 +2224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2978,22 +2244,14 @@ "id": "sm10-51", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3005,17 +2263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3029,23 +2283,15 @@ "id": "sm10-52", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "attacks": [ { "name": "Afterimage Strike", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If any damage is done to this Pokémon by attacks during your opponent's next turn, flip a coin. If heads, prevent that damage." @@ -3057,17 +2303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3081,30 +2323,20 @@ "id": "sm10-53", "name": "Pyukumuku", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Surprise Fist", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You and your opponent play Rock-Paper-Scissors. If you win, this attack does 60 more damage." @@ -3116,17 +2348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Asako Ito", "rarity": "Uncommon", "flavorText": "The tradition known as Pyukumuku chucking started from the custom of throwing Pyukumuku back into the sea after they wash onshore.", - "nationalPokedexNumbers": [ - 771 - ], + "nationalPokedexNumbers": [771], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3140,23 +2368,14 @@ "id": "sm10-54", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3174,17 +2393,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "nagimiso", "rarity": "Common", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3198,31 +2413,21 @@ "id": "sm10-55", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Never Give Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you have at least 3 more Prize cards remaining than your opponent. Attach all Lightning Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -3240,18 +2445,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "As electricity builds up inside its body, it becomes more aggressive. One theory is that the electricity buildup is actually causing stress.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3265,29 +2465,20 @@ "id": "sm10-56", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Raging Thunder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electric Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Pokémon that has any damage counters on it." @@ -3305,19 +2496,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "sowsow", "rarity": "Rare", "flavorText": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3331,14 +2516,9 @@ "id": "sm10-57", "name": "Dedenne-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3352,20 +2532,14 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Tingly Return-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Paralyzed. Put this Pokémon and all cards attached to it into your hand. (You can't use more than 1 GX attack in a game.)" @@ -3383,16 +2557,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3406,17 +2576,11 @@ "id": "sm10-58", "name": "Charjabug", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Grubbin", - "evolvesTo": [ - "Vikavolt" - ], + "evolvesTo": ["Vikavolt"], "abilities": [ { "name": "Battery", @@ -3427,11 +2591,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3449,19 +2609,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "It buries itself in fallen leaves and barely moves, munching away on humus. If you accidentally step on one, you'll get a shock!", - "nationalPokedexNumbers": [ - 737 - ], + "nationalPokedexNumbers": [737], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3475,13 +2629,9 @@ "id": "sm10-59", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "abilities": [ { @@ -3493,12 +2643,7 @@ "attacks": [ { "name": "Electricannon", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may discard all Lightning Energy from this Pokémon. If you do, this attack does 100 more damage." @@ -3516,18 +2661,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It has an organ that generates electricity in its abdomen. It concentrates energy in its strong jaws and fires off powerful jolts of electricity.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3541,30 +2681,20 @@ "id": "sm10-60", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Crushing Claw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Discharge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard all Lightning Energy from this Pokémon. This attack does 50 damage for each card you discarded in this way." @@ -3582,17 +2712,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It electrifies its claws and tears its opponents apart with them. Even if they dodge its attack, they'll be electrocuted by the flying sparks.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3606,47 +2732,30 @@ "id": "sm10-61", "name": "Muk & Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Poison Absorption", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon." }, { "name": "Nasty Goo Mix-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)" @@ -3658,19 +2767,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "61", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3684,32 +2786,21 @@ "id": "sm10-62", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Glare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tail Smack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3721,18 +2812,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Yumi", "rarity": "Common", "flavorText": "By dislocating its jaw, it can swallow prey larger than itself. After a meal, it curls up and rests.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3746,30 +2832,21 @@ "id": "sm10-63", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Heavy Choke", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon used Wrap during your last turn, this attack does 120 more damage." @@ -3781,18 +2858,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "The latest research has determined that there are over 20 possible arrangements of the patterns on its stomach.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3806,32 +2878,21 @@ "id": "sm10-64", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 50 more damage." @@ -3849,17 +2910,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Sekio", "rarity": "Common", "flavorText": "It has no eyeballs, so it can't see. It checks its surroundings via the ultrasonic waves it emits from its mouth.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3873,34 +2930,22 @@ "id": "sm10-65", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Leech Life", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -3918,17 +2963,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Every once in a while, you'll see a Golbat that's missing some fangs. This happens when hunger drives it to try biting a Steel-type Pokémon.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3942,13 +2983,9 @@ "id": "sm10-66", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "abilities": [ { @@ -3960,11 +2997,7 @@ "attacks": [ { "name": "Severe Poison", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." @@ -3986,9 +3019,7 @@ "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Its fangs are so sharp, if it bites you in the dark and sucks your blood, you won't notice any pain or realize you've been bitten.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4002,16 +3033,10 @@ "id": "sm10-67", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "abilities": [ { "name": "Swelling Spite", @@ -4022,10 +3047,7 @@ "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4043,17 +3065,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "chibi", "rarity": "Common", "flavorText": "It's said that gas emanating from a graveyard was possessed by the grievances of the deceased and thus became a Pokémon.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4067,22 +3085,14 @@ "id": "sm10-68", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Smog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -4100,17 +3110,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "MAHOU", "rarity": "Common", "flavorText": "It's said that gas emanating from a graveyard was possessed by the grievances of the deceased and thus became a Pokémon.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4124,23 +3130,15 @@ "id": "sm10-69", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Sinister Fog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 1 damage counter on each of your opponent's Benched Pokémon." @@ -4158,17 +3156,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "On moonless nights, Haunter searches for someone to curse, so it's best not to go out walking around.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4182,13 +3176,9 @@ "id": "sm10-70", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -4200,11 +3190,7 @@ "attacks": [ { "name": "Twilight Poison", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -4226,9 +3212,7 @@ "artist": "so-taro", "rarity": "Rare", "flavorText": "You can hear tales told all over the world about how Gengar will pay a visit to children who are naughty.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4242,33 +3226,21 @@ "id": "sm10-71", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4280,18 +3252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It can be spotted near recreational facilities, intending to eat the pleasant dreams of children who enjoyed themselves there that day.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4305,13 +3272,9 @@ "id": "sm10-72", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -4323,11 +3286,7 @@ "attacks": [ { "name": "Stir the Brain", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 10 more damage for each card in your opponent's hand." @@ -4339,18 +3298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "sui", "rarity": "Rare", "flavorText": "In Alola, Komala is Hypno's main target. It rarely harms people.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4364,22 +3318,14 @@ "id": "sm10-73", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Foul Odor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Confused." @@ -4391,18 +3337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Mizue", "rarity": "Common", "flavorText": "Its thin, balloon-like body is inflated by horribly toxic gases. It reeks when it is nearby.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4416,13 +3357,9 @@ "id": "sm10-74", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -4434,10 +3371,7 @@ "attacks": [ { "name": "Splattering Sludge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack does 20 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4449,19 +3383,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "OOYAMA", "rarity": "Rare", "flavorText": "If one of the twin Koffing inflates, the other one deflates. It constantly mixes its poisonous gases.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4475,13 +3403,9 @@ "id": "sm10-75", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mind Report", @@ -4492,11 +3416,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -4508,18 +3428,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It was created by a scientist after years of horrific gene-splicing and DNA-engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4533,13 +3448,9 @@ "id": "sm10-76", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Bench Barrier", @@ -4550,9 +3461,7 @@ "attacks": [ { "name": "Psypower", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -4564,17 +3473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "sui", "rarity": "Rare Holo", "flavorText": "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4588,22 +3493,14 @@ "id": "sm10-77", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Ominous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -4621,17 +3518,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "What gives meaning to its life is surprising others. If you set your ear against the red orbs around its neck, you can hear shrieking.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4645,13 +3538,9 @@ "id": "sm10-78", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "abilities": [ { @@ -4663,11 +3552,7 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep." @@ -4685,17 +3570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "sui", "rarity": "Rare", "flavorText": "Feared for its wrath and the curses it spreads, this Pokémon will also, on a whim, cast spells that help people.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -4709,33 +3590,21 @@ "id": "sm10-79", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you do, this Pokémon is now Asleep." }, { "name": "Ear Kinesis", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon for each damage counter on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4747,17 +3616,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "The organ that emits its intense psychic power is sheltered by its ears to keep power from leaking out.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4771,31 +3636,21 @@ "id": "sm10-80", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. If you do, this Pokémon is now Asleep." }, { "name": "Perplexing Eyes", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon's Weakness is now Psychic until the end of your next turn. (The amount of Weakness doesn't change.)" @@ -4807,17 +3662,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck into dust.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4831,13 +3682,9 @@ "id": "sm10-81", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Resetting Hole", @@ -4848,9 +3695,7 @@ "attacks": [ { "name": "Red Knuckles", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is an Ultra Beast, this attack does 60 more damage." @@ -4868,17 +3713,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "chibi", "rarity": "Rare Holo", "flavorText": "It slips into the shadows of others and mimics their powers and movements. As it improves, it becomes stronger than those it's imitating.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4892,47 +3733,30 @@ "id": "sm10-82", "name": "Marshadow & Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Hundred-Blows Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" }, { "name": "Acme of Heroism-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)" @@ -4944,19 +3768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 68, - 802 - ], + "nationalPokedexNumbers": [68, 802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4970,33 +3787,21 @@ "id": "sm10-83", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Rolling Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5008,17 +3813,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Sekio", "rarity": "Common", "flavorText": "It lives in areas of limited rainfall. When danger approaches, it curls up into a ball to protect its soft stomach.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5032,31 +3833,21 @@ "id": "sm10-84", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Continuous Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads." }, { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5068,17 +3859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Its claws and horns often break off. The broken claws and horns can be used to carve plows for tilling farm fields.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5092,16 +3879,10 @@ "id": "sm10-85", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "abilities": [ { "name": "Underground Work", @@ -5112,9 +3893,7 @@ "attacks": [ { "name": "Hook", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5126,17 +3905,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It travels through tunnels that it digs underground. It hates sunlight, so it comes out only after the sun goes down.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5150,20 +3925,14 @@ "id": "sm10-86", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Home Ground", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If you have any Stadium card in play, this attack does 60 more damage." @@ -5175,17 +3944,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "While the three of them normally get along splendidly, on rare occasions a huge fight will break out over which head gets to eat first.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5199,33 +3964,21 @@ "id": "sm10-87", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], - "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "subtypes": ["Basic"], + "hp": "70", + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Rock Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -5237,18 +3990,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Geodude that have lived a long life have had all their edges smoothed out until they're totally round. They also have a calm, quiet disposition.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5262,37 +4010,22 @@ "id": "sm10-88", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Rolling Rocks", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Double-Edge", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This Pokémon does 30 damage to itself." @@ -5304,20 +4037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "88", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "It climbs up cliffs as it heads toward the peak of a mountain. As soon as it reaches the summit, it rolls back down the way it came.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5331,34 +4057,21 @@ "id": "sm10-89", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Steamroller", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Heavy Slam", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180-", "text": "This attack does 20 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -5370,20 +4083,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "89", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "When Golem grow old, they stop shedding their shells. Those that have lived a long, long time have shells green with moss.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5397,31 +4103,21 @@ "id": "sm10-90", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Beat attack's base damage is 80." }, { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5433,17 +4129,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Mizue", "rarity": "Common", "flavorText": "At night, it weeps loudly for its dead mother, but those cries only attract its natural enemy—Mandibuzz.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5457,31 +4149,21 @@ "id": "sm10-91", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Bone Rush", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "Flip a coin until you get tails. This attack does 50 damage for each heads." }, { "name": "Assault Boom", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage." @@ -5493,18 +4175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It throws bones at Mandibuzz to knock it down. It's thought that Marowak is trying to avenge its parent.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5518,22 +4195,14 @@ "id": "sm10-92", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Push Down", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -5545,18 +4214,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "sowsow", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging Tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5570,35 +4234,21 @@ "id": "sm10-93", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -5610,20 +4260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "93", "artist": "otumami", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging Tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5637,36 +4280,22 @@ "id": "sm10-94", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Dirty Work", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top card of your opponent's deck. If you played Giovanni's Exile from your hand during this turn, discard the top 5 cards instead." }, { "name": "Horn Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -5678,20 +4307,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "94", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3,600 degress Fahrenheit.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5705,34 +4327,21 @@ "id": "sm10-95", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Hefty Cannon", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Break Ground", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5744,20 +4353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "kawayoo", "rarity": "Rare", "flavorText": "From holes in its palms, it fires out Geodude. Its carapace can withstand volcanic eruptions.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5771,23 +4373,14 @@ "id": "sm10-96", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Fighting"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Mud Bomb", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5799,17 +4392,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "This Pokémon lives in cold water. It will leave the water to search for food when it gets cold outside.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5823,31 +4412,21 @@ "id": "sm10-97", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -5859,18 +4438,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It has a sluggish nature. It lies at the river's bottom, waiting for prey to stray into its mouth.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5884,16 +4458,10 @@ "id": "sm10-98", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "abilities": [ { "name": "Free Flight", @@ -5904,11 +4472,7 @@ "attacks": [ { "name": "Shinobi Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If you played Janine from your hand during this turn, this attack does 90 more damage." @@ -5920,18 +4484,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It usually clings to cliffs. When it spots its prey, it spreads its wings and glides down to attack.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5945,31 +4504,21 @@ "id": "sm10-99", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Poison Jab", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -5981,17 +4530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6005,18 +4550,10 @@ "id": "sm10-100", "name": "Tyrogue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hitmonlee", - "Hitmonchan", - "Hitmontop" - ], + "types": ["Fighting"], + "evolvesTo": ["Hitmonlee", "Hitmonchan", "Hitmontop"], "abilities": [ { "name": "Bratty Kick", @@ -6028,9 +4565,7 @@ "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "It is always bursting with energy. To make itself stronger, it keeps on fighting even if it loses.", - "nationalPokedexNumbers": [ - 236 - ], + "nationalPokedexNumbers": [236], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6044,29 +4579,20 @@ "id": "sm10-101", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Finishing Combo", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if your Hitmonlee used Special Combo during your last turn. This attack does 60 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -6078,17 +4604,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It fights while spinning like a top. The centrifugal force boosts its destructive power by 10.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6102,22 +4624,14 @@ "id": "sm10-102", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Feint", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Resistance." @@ -6129,17 +4643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Mizue", "rarity": "Common", "flavorText": "It knows how people and Pokémon feel by looking at their auras. It doesn't approach dangerous opponents.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6153,29 +4663,20 @@ "id": "sm10-103", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Power Cyclone", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -6187,17 +4688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \"The Guardian of the Fields.\"", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6211,34 +4708,21 @@ "id": "sm10-104", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Knuckle Blast", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If you have more Prize cards remaining than your opponent, this attack does 60 more damage." @@ -6250,18 +4734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Its hard pincers are well suited to both offense and defense. Fights between two Crabrawler are like boxing matches.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6275,32 +4754,21 @@ "id": "sm10-105", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Crabrawler", "attacks": [ { "name": "Fight Alone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have fewer Pokémon in play than your opponent, this attack does 50 more damage for each Pokémon fewer you have in play." }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6312,20 +4780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "105", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It stores coldness in its pincers and pummels its foes. It can even smash thick walls of ice to bits!", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6339,14 +4800,9 @@ "id": "sm10-106", "name": "Stakataka", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Wall of Stone", @@ -6357,11 +4813,7 @@ "attacks": [ { "name": "Top Down", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -6373,20 +4825,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "106", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It appeared from an Ultra Wormhole. Each one appears to be made up of many life-forms stacked one on top of each other.", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6400,35 +4845,23 @@ "id": "sm10-107", "name": "Greninja & Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage times the amount of Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Union-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 in any combination of Darkness Pokémon-GX and Darkness Pokémon-EX from your discard pile onto your Bench. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), attach 2 Energy cards from your discard pile to each Pokémon that you put onto your Bench in this way. (You can't use more than 1 GX attack in a game.)" @@ -6446,18 +4879,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 571, - 658 - ], + "nationalPokedexNumbers": [571, 658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6471,22 +4898,14 @@ "id": "sm10-108", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Astonish", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -6504,17 +4923,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "0313", "rarity": "Common", "flavorText": "It has a weakness for shiny things. It's been known to sneak into the nests of Gabite—noted collectors of jewels—in search of treasure.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6528,14 +4943,9 @@ "id": "sm10-109", "name": "Honchkrow-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6550,21 +4960,14 @@ "attacks": [ { "name": "Feather Storm", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon-GX and Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Unfair-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard 2 cards from it. (You can't use more than 1 GX attack in a game.)" @@ -6582,17 +4985,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "sadaji", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6606,22 +5004,14 @@ "id": "sm10-110", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6639,17 +5029,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "They're such cowards that they won't hunt alone. When five or so of them get together, they suddenly turn ferocious!", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6663,13 +5049,9 @@ "id": "sm10-111", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "abilities": [ { @@ -6681,11 +5063,7 @@ "attacks": [ { "name": "Bad Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Darkness Energy attached to this Pokémon." @@ -6703,17 +5081,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "People believe that carrying one of its discarded fangs will prevent mishaps at sea, so the fangs are made into accessories.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6727,13 +5101,9 @@ "id": "sm10-112", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Building Spite", @@ -6744,25 +5114,19 @@ "attacks": [ { "name": "Anguish Cry", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on this Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "A Pokémon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6776,16 +5140,10 @@ "id": "sm10-113", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "abilities": [ { "name": "Intimidating Fang", @@ -6796,9 +5154,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6816,18 +5172,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Alola, where it's warm all year round, is a comfortable environment for this Pokémon. Sometimes you'll even see it outside of deserts.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6841,24 +5192,14 @@ "id": "sm10-114", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Grandiose Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon during your next turn (before applying Weakness and Resistance)." @@ -6876,18 +5217,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Alola, where it's warm all year round, is a comfortable environment for this Pokémon. Sometimes you'll even see it outside of deserts.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6901,34 +5237,22 @@ "id": "sm10-115", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Corner", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -6946,18 +5270,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Krokorok really hates it when its body gets cold. On nights when the temperature drops, it digs deep into the desert sands.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6971,34 +5290,21 @@ "id": "sm10-116", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Chomp Chomp Panic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -7016,19 +5322,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "116", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "When it spots prey, even at a distance of over 30 miles, it swims through the desert as if it were water, then jumps out and chomps them.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7042,31 +5342,21 @@ "id": "sm10-117", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Frogadier", "attacks": [ { "name": "Bring Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "The Pokémon that has the least HP remaining, except for this Pokémon, is Knocked Out. (If multiple Pokémon are tied, choose one.)" }, { "name": "Mist Slash", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -7088,9 +5378,7 @@ "artist": "Yusuke Ohmura", "rarity": "Rare Holo", "flavorText": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7104,22 +5392,14 @@ "id": "sm10-118", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Perplex", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -7137,17 +5417,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It draws prey near with its blinking lights and then wraps them up in its long tentacles and holds them in place.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7161,31 +5437,21 @@ "id": "sm10-119", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Hypnotic Reign", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. You may discard a Pokémon you find there and use one of that Pokémon's non-GX attacks as this attack." }, { "name": "Dark Pressure", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard the top card of your opponent's deck." @@ -7203,17 +5469,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Yusuke Ohmura", "rarity": "Rare Holo", "flavorText": "When it comes to strong hypnosis, there's an endless number of people who utilize Malamar for their nefarious deeds.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7227,46 +5489,30 @@ "id": "sm10-120", "name": "Lucario & Melmetal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Steel Fist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Full Metal Wall-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7284,19 +5530,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "120", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 448, - 809 - ], + "nationalPokedexNumbers": [448, 809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7310,22 +5549,14 @@ "id": "sm10-121", "name": "Alolan Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Metal"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Ram", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" @@ -7343,17 +5574,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Although it's powerful enough to dig right through volcanic rock, it doesn't allow itself to be seen very often.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7367,13 +5594,9 @@ "id": "sm10-122", "name": "Alolan Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Diglett", "abilities": [ { @@ -7385,10 +5608,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -7406,17 +5626,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "Its metallic whiskers are heavy, so it's not very fast, but it has the power to dig through bedrock.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7430,32 +5646,21 @@ "id": "sm10-123", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Rigidify", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7473,17 +5678,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7497,34 +5698,22 @@ "id": "sm10-124", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Rigidify", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Headbutt", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7542,19 +5731,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7568,34 +5751,21 @@ "id": "sm10-125", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Extra-Tight Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Giga Impact", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon can't attack during your next turn." @@ -7613,20 +5783,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "125", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "It claims an entire mountain as its own. The more wounds it has, the more it has battled, so don't take it lightly.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7640,30 +5803,21 @@ "id": "sm10-126", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Low Sweep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Rush Up", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you attached a Pokémon Tool card from your hand to this Pokémon during this turn, this attack does 70 more damage." @@ -7681,18 +5835,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "It concentrates its mental energy and fires off mysterious waves called auras, which can crush boulders of large size to dust.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7706,13 +5855,9 @@ "id": "sm10-127", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Fast-Flight Configuration", @@ -7723,11 +5868,7 @@ "attacks": [ { "name": "Splitting Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7745,18 +5886,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "This ancient bug Pokémon was altered by Team Plasma. They upgraded the cannon on its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7770,22 +5906,14 @@ "id": "sm10-128", "name": "Meltan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Melmetal" - ], + "types": ["Metal"], + "evolvesTo": ["Melmetal"], "attacks": [ { "name": "Steel Melt", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Metal Pokémon, this attack does 40 more damage." @@ -7803,17 +5931,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.", - "nationalPokedexNumbers": [ - 808 - ], + "nationalPokedexNumbers": [808], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7827,13 +5951,9 @@ "id": "sm10-129", "name": "Melmetal", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "abilities": [ { @@ -7845,12 +5965,7 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -7868,20 +5983,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "129", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7895,46 +6003,30 @@ "id": "sm10-130", "name": "Gardevoir & Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fairy Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Kaleidostorm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Magical Miracle-GX", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)" @@ -7952,18 +6044,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 282, - 700 - ], + "nationalPokedexNumbers": [282, 700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7977,16 +6063,10 @@ "id": "sm10-131", "name": "Cleffa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefairy" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefairy"], "abilities": [ { "name": "Excitable Draw", @@ -7998,9 +6078,7 @@ "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "On nights with many shooting stars, they gather in packs and dance in circles. If you should see them, something good will happen!", - "nationalPokedexNumbers": [ - 173 - ], + "nationalPokedexNumbers": [173], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8014,22 +6092,14 @@ "id": "sm10-132", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage for each heads." @@ -8047,17 +6117,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "0313", "rarity": "Common", "flavorText": "They're popular, but they're rare. Trainers who show them off recklessly may be targeted by thieves.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8071,20 +6137,14 @@ "id": "sm10-133", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Moon-Watching Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each of your Pokémon that has any Fairy Energy attached to it." @@ -8102,17 +6162,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It can't help but hear a pin drop from over half a mile away, so it lives deep in the mountains where there aren't many people or Pokémon.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8126,23 +6182,14 @@ "id": "sm10-134", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Ball Roll", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -8160,18 +6207,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "Yumi", "rarity": "Common", "flavorText": "Recordings of Jigglypuff's strange lullabies can be purchased from department stores. These CDs can be found near the bedding area.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8185,31 +6227,21 @@ "id": "sm10-135", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Orb Polish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 Energy cards from your discard pile into your hand." }, { "name": "Sleepy Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." @@ -8227,17 +6259,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "miki kudo", "rarity": "Rare", "flavorText": "Thanks to its bouncy body and fine fur, this Pokémon is sought after. Holding one in your arms while you sleep feels great.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8251,22 +6279,14 @@ "id": "sm10-136", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Fairy"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Daunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." @@ -8284,17 +6304,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "Sekio", "rarity": "Common", "flavorText": "The shell seems to be filled with joy. It is said that it will share good luck when treated kindly.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8308,33 +6324,22 @@ "id": "sm10-137", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Energy Present", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8352,17 +6357,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "sui", "rarity": "Uncommon", "flavorText": "It grows dispirited if it is not with kind people. It can float in midair without moving its wings.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8376,13 +6377,9 @@ "id": "sm10-138", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Togetic", "abilities": [ { @@ -8394,10 +6391,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -8415,17 +6409,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "138", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "As everyone knows, it visits peaceful regions, bringing them gifts of kindness and sweet blessings.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8439,22 +6429,14 @@ "id": "sm10-139", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Expand", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -8472,17 +6454,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "139", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "To protect itself, it shoots cotton from its body. When it gets wet in the rain, its cotton grows moist and heavy, and it can't move as well.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8496,14 +6474,9 @@ "id": "sm10-140", "name": "Whimsicott-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8518,18 +6491,14 @@ "attacks": [ { "name": "Energy Blow", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage times the amount of Energy attached to this Pokémon." }, { "name": "Toy Box-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -8547,16 +6516,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8570,31 +6535,21 @@ "id": "sm10-141", "name": "Spritzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Aromatisse" - ], + "types": ["Fairy"], + "evolvesTo": ["Aromatisse"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Fairy Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8612,17 +6567,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "MAHOU", "rarity": "Common", "flavorText": "It emits a scent that enraptures those who smell it. This fragrance changes depending on what it has eaten.", - "nationalPokedexNumbers": [ - 682 - ], + "nationalPokedexNumbers": [682], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8636,30 +6587,21 @@ "id": "sm10-142", "name": "Aromatisse", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Spritzee", "attacks": [ { "name": "Pungent Aroma", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there. Your opponent shuffles those cards into their deck." }, { "name": "Miraculous Cologne", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, choose a Special Condition. Your opponent's Active Pokémon is now affected by that Special Condition." @@ -8677,17 +6619,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "It devises various scents, pleasant and unpleasant, and emits scents that its enemies dislike in order to gain an edge in battle.", - "nationalPokedexNumbers": [ - 683 - ], + "nationalPokedexNumbers": [683], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8701,22 +6639,14 @@ "id": "sm10-143", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -8728,17 +6658,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "Its incisors grow continuously throughout its life. If its incisors get too long, this Pokémon becomes unable to eat, and it starves to death.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8752,21 +6678,14 @@ "id": "sm10-144", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Escaping Incisors", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, switch this Pokémon with 1 of your Benched Pokémon." @@ -8778,17 +6697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "People say that it fled from its enemies by using its small webbed hind feet to swim from island to island in Alola.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8802,32 +6717,21 @@ "id": "sm10-145", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8845,17 +6749,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "Its reckless nature leads it to stand up to others—even large Pokémon—if it has to protect its territory.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8869,21 +6769,14 @@ "id": "sm10-146", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Drill Run Double", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Flip a coin. If heads, discard 2 Energy from your opponent's Active Pokémon." @@ -8901,17 +6794,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Carrying food through Fearow's territory is dangerous. It will snatch the food away from you in a flash!", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8925,32 +6814,21 @@ "id": "sm10-147", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards. If you do, this Pokémon is now Asleep." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8962,17 +6840,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "When visiting a junkyard, you may catch sight of it having an intense fight with Murkrow over shiny objects.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8986,13 +6860,9 @@ "id": "sm10-148", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "abilities": [ { @@ -9004,11 +6874,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -9024,9 +6890,7 @@ "artist": "nagimiso", "rarity": "Rare", "flavorText": "Although the jewel on its forehead appears to be a different color than those of Alolan Persian, it's mostly made of the same material.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9040,14 +6904,9 @@ "id": "sm10-149", "name": "Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9062,22 +6921,14 @@ "attacks": [ { "name": "Vengeance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 20 more damage for each Pokémon in your discard pile. You can't add more than 180 damage in this way." }, { "name": "Slash Back-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9089,17 +6940,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9113,32 +6959,21 @@ "id": "sm10-150", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -9156,17 +6991,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "kodama", "rarity": "Common", "flavorText": "A two-headed Pokémon that was discovered as a sudden mutation. It runs at a pace of over 60 miles per hour.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9180,31 +7011,21 @@ "id": "sm10-151", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 3 coins. This attack does 60 damage for each heads." }, { "name": "Accelerating Stab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This Pokémon can't use Accelerating Stab during your next turn." @@ -9226,9 +7047,7 @@ "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "An enemy that takes its eyes off any of the three heads—even for a second—will get pecked severely.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9242,23 +7061,14 @@ "id": "sm10-152", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -9270,18 +7080,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It checks out whatever's around it by licking everything. If you don't clean off a spot where it's licked you, you'll break out in a rash!", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9295,32 +7100,21 @@ "id": "sm10-153", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Eat Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon. If you discarded a Pokémon Tool card in this way, heal all damage from this Pokémon." }, { "name": "Tonguenado", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 4 coins. This attack does 60 damage for each heads." @@ -9332,20 +7126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "153", "artist": "sui", "rarity": "Rare", "flavorText": "A contest is under way to determine which one can stick its tongue out the farthest. The current record is…more than 82 feet.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9359,31 +7146,21 @@ "id": "sm10-154", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Digicharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Sharp Point", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -9395,17 +7172,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "154", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "This Pokémon was created using the cutting-edge science of 20 years ago, so many parts of it have since become obsolete.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9419,32 +7192,21 @@ "id": "sm10-155", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -9456,17 +7218,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "This Pokémon was created using the cutting-edge science of 20 years ago, so many parts of it have since become obsolete.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9480,33 +7238,22 @@ "id": "sm10-156", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9518,18 +7265,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "AI has been installed in it. It learns various things all on its own, but it even remembers things it doesn't need to know.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9543,13 +7285,9 @@ "id": "sm10-157", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -9561,11 +7299,7 @@ "attacks": [ { "name": "Tantrum", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon is now Confused." @@ -9577,18 +7311,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "157", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "Its behavior is noticeably unstable, which is apparently due to the incompetence of the engineer who updated its programming.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9602,13 +7331,9 @@ "id": "sm10-158", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Lazy Eating", @@ -9619,11 +7344,7 @@ "attacks": [ { "name": "Big Counter", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a TAG TEAM, this attack does 120 more damage." @@ -9635,20 +7356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "158", "artist": "kanahei", "rarity": "Rare Holo", "flavorText": "It doesn't do anything other than eat and sleep. When prompted to make a serious effort, though, it apparently displays awesome power.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9662,33 +7376,21 @@ "id": "sm10-159", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you do, this Pokémon is now Asleep." }, { "name": "Boing Boing Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon-GX or Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9700,17 +7402,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "159", "artist": "sowsow", "rarity": "Common", "flavorText": "It claws if displeased and purrs when affectionate. Its fickleness is very popular among some.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9724,32 +7422,21 @@ "id": "sm10-160", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Stray Cat Dash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a random card from your opponent's hand. If this Pokémon evolved from Glameow during this turn, discard 2 cards instead of 1." }, { "name": "Lunge Out", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -9761,19 +7448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "160", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It would claim another Pokémon's nest as its own if it finds a nest sufficiently comfortable.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9787,16 +7468,10 @@ "id": "sm10-161", "name": "Happiny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Chansey" - ], + "types": ["Colorless"], + "evolvesTo": ["Chansey"], "abilities": [ { "name": "Playhouse Heal", @@ -9808,9 +7483,7 @@ "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "Usually it's a well-behaved Pokémon, but if you take its round rock away, it will cry and fuss and throw a big old tantrum.", - "nationalPokedexNumbers": [ - 440 - ], + "nationalPokedexNumbers": [440], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9824,28 +7497,20 @@ "id": "sm10-162", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Mimic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand." }, { "name": "Tone-Deaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -9863,17 +7528,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "162", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It mimics the cries of other Pokémon to trick them into thinking it's one of them. This way they won't attack it.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9887,15 +7548,9 @@ "id": "sm10-163", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9909,20 +7564,14 @@ "attacks": [ { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Discovery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)" @@ -9940,19 +7589,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "163", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9966,9 +7608,7 @@ "id": "sm10-164", "name": "Beast Bringer", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have exactly 6 Prize cards remaining, and if your opponent's Active Pokémon-GX or Pokémon-EX is Knocked Out by damage from an attack of the Ultra Beast this card is attached to, take 1 more Prize card.", @@ -9990,9 +7630,7 @@ "id": "sm10-165", "name": "Chip-Chip Ice Axe", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your opponent's deck and choose 1 of them. Your opponent shuffles the other cards back into their deck. Then, put the card you chose on top of their deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10013,9 +7651,7 @@ "id": "sm10-166", "name": "Devolution Spray Z", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Devolve 1 of your evolved Pokémon by shuffling any number of Evolution cards on it into your deck. (That Pokémon can't evolve this turn.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10036,9 +7672,7 @@ "id": "sm10-167", "name": "Dusk Stone", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Mismagius, Honchkrow, Chandelure, or Aegislash, including Pokémon-GX, that evolves from 1 of your Pokémon in play, and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10059,9 +7693,7 @@ "id": "sm10-168", "name": "Dust Island", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player switches their Poisoned Active Pokémon with 1 of their Benched Pokémon with the effect of a Trainer card, the new Active Pokémon is now affected by that Special Condition.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -10082,9 +7714,7 @@ "id": "sm10-169", "name": "Electromagnetic Radar", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for up to 2 in any combination of Lightning Pokémon-GX and Lightning Pokémon-EX, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -10106,9 +7736,7 @@ "id": "sm10-170", "name": "Energy Spinner", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, reveal it, and put it into your hand. If you go second and it's your first turn, search for up to 3 basic Energy cards instead of 1. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10129,9 +7757,7 @@ "id": "sm10-171", "name": "Fairy Charm Ability", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Pokémon-GX and Pokémon-EX that have Abilities.", @@ -10153,9 +7779,7 @@ "id": "sm10-172", "name": "Fairy Charm Lightning", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Lightning Pokémon-GX and Lightning Pokémon-EX.", @@ -10177,9 +7801,7 @@ "id": "sm10-173", "name": "Fire Crystal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 3 Fire Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10200,9 +7822,7 @@ "id": "sm10-174", "name": "Giovanni's Exile", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10223,9 +7843,7 @@ "id": "sm10-175", "name": "Green's Exploration", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have no Pokémon with Abilities in play.", "Search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -10247,9 +7865,7 @@ "id": "sm10-176", "name": "Janine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 4 cards of your deck and put 2 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10270,9 +7886,7 @@ "id": "sm10-177", "name": "Koga's Trap", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent's Active Pokémon is now Confused and Poisoned.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10293,9 +7907,7 @@ "id": "sm10-178", "name": "Lt. Surge's Strategy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have more Prize cards remaining than your opponent.", "During this turn, you can play 3 Supporter cards (including this card).", @@ -10317,9 +7929,7 @@ "id": "sm10-179", "name": "Martial Arts Dojo", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The attacks of non-Ultra Beast Pokémon that have any basic Fighting Energy attached to them (both yours and your opponent's) do 10 more damage to the opponent's Active Pokémon (before applying Weakness and Resistance). If the attacking player has more Prize cards remaining than their opponent, those attacks do 40 more damage instead.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -10340,9 +7950,7 @@ "id": "sm10-180", "name": "Metal Core Barrier", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to 1 of your Pokémon, discard it at the end of your opponent's turn.", @@ -10365,9 +7973,7 @@ "id": "sm10-181", "name": "Molayne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 Metal Energy cards from your hand.", "Shuffle a Trainer card from your discard pile into your deck.", @@ -10389,9 +7995,7 @@ "id": "sm10-182", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10413,9 +8017,7 @@ "id": "sm10-182a", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10437,9 +8039,7 @@ "id": "sm10-182b", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10461,9 +8061,7 @@ "id": "sm10-183", "name": "Power Plant", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon-GX and Pokémon-EX in play (both yours and your opponent's) have no Abilities.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -10484,9 +8082,7 @@ "id": "sm10-184", "name": "Red's Challenge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for a card and put it into your hand. Then, shuffle your deck.", @@ -10508,9 +8104,7 @@ "id": "sm10-185", "name": "Samson Oak", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If both Active Pokémon are the same type, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10531,9 +8125,7 @@ "id": "sm10-186", "name": "Stealthy Hood", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all effects of your opponent's Abilities done to the Pokémon this card is attached to. Remove any such existing effects.", @@ -10555,9 +8147,7 @@ "id": "sm10-187", "name": "Surprise Box", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a card from your opponent's discard pile into their hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10578,9 +8168,7 @@ "id": "sm10-188", "name": "Ultra Forest Kartenvoy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, damage from your Ultra Beasts' attacks isn't affected by any effects on your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10601,9 +8189,7 @@ "id": "sm10-189", "name": "Welder", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 Fire Energy cards from your hand to 1 of your Pokémon. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10624,9 +8210,7 @@ "id": "sm10-189a", "name": "Welder", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 Fire Energy cards from your hand to 1 of your Pokémon. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10647,9 +8231,7 @@ "id": "sm10-190", "name": "Triple Acceleration Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Evolution Pokémon. If this card is attached to 1 of your Pokémon, discard it at the end of the turn.", "This card provides ColorlessColorlessColorless Energy only while it is attached to an Evolution Pokémon.", @@ -10670,45 +8252,30 @@ "id": "sm10-191", "name": "Pheromosa & Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Elegant Sole", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon's Elegant Sole attack's base damage is 60." }, { "name": "Beast Game-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card. If this Pokémon has at least 7 extra Energy attached to it (in addition to this attack's cost), take 3 more Prize cards instead. (You can't use more than 1 GX attack in a game.)" @@ -10720,18 +8287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "191", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 794, - 795 - ], + "nationalPokedexNumbers": [794, 795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10745,45 +8306,30 @@ "id": "sm10-192", "name": "Pheromosa & Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Elegant Sole", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon's Elegant Sole attack's base damage is 60." }, { "name": "Beast Game-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card. If this Pokémon has at least 7 extra Energy attached to it (in addition to this attack's cost), take 3 more Prize cards instead. (You can't use more than 1 GX attack in a game.)" @@ -10795,18 +8341,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "192", "artist": "kirisAki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 794, - 795 - ], + "nationalPokedexNumbers": [794, 795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10820,14 +8360,9 @@ "id": "sm10-193", "name": "Venomoth-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10835,20 +8370,14 @@ "attacks": [ { "name": "Shinobi Mastery", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110+", "text": "If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn." }, { "name": "Ten-Card Return-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -10860,16 +8389,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "193", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10883,48 +8408,30 @@ "id": "sm10-194", "name": "Reshiram & Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Flare Strike", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Flare Strike during your next turn." }, { "name": "Double Blaze-GX", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "200+", "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -10936,19 +8443,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "194", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6, - 643 - ], + "nationalPokedexNumbers": [6, 643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10962,14 +8462,9 @@ "id": "sm10-195", "name": "Dedenne-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10983,20 +8478,14 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Tingly Return-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Paralyzed. Put this Pokémon and all cards attached to it into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11014,16 +8503,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "195", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11037,14 +8522,9 @@ "id": "sm10-195a", "name": "Dedenne-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11058,20 +8538,14 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Tingly Return-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Paralyzed. Put this Pokémon and all cards attached to it into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11089,16 +8563,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "195a", "artist": "kanahei", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11112,47 +8582,30 @@ "id": "sm10-196", "name": "Muk & Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Poison Absorption", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon." }, { "name": "Nasty Goo Mix-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)" @@ -11164,19 +8617,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "196", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11190,47 +8636,30 @@ "id": "sm10-197", "name": "Muk & Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Poison Absorption", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon." }, { "name": "Nasty Goo Mix-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)" @@ -11242,19 +8671,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "197", "artist": "Masakazu Fukuda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11268,47 +8690,30 @@ "id": "sm10-198", "name": "Marshadow & Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Hundred-Blows Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" }, { "name": "Acme of Heroism-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)" @@ -11320,19 +8725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "198", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68, - 802 - ], + "nationalPokedexNumbers": [68, 802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11346,47 +8744,30 @@ "id": "sm10-199", "name": "Marshadow & Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Hundred-Blows Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" }, { "name": "Acme of Heroism-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)" @@ -11398,19 +8779,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "199", "artist": "You Iribi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68, - 802 - ], + "nationalPokedexNumbers": [68, 802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11424,35 +8798,23 @@ "id": "sm10-200", "name": "Greninja & Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage times the amount of Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Union-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 in any combination of Darkness Pokémon-GX and Darkness Pokémon-EX from your discard pile onto your Bench. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), attach 2 Energy cards from your discard pile to each Pokémon that you put onto your Bench in this way. (You can't use more than 1 GX attack in a game.)" @@ -11470,18 +8832,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "200", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 571, - 658 - ], + "nationalPokedexNumbers": [571, 658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11495,35 +8851,23 @@ "id": "sm10-201", "name": "Greninja & Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage times the amount of Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Union-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 in any combination of Darkness Pokémon-GX and Darkness Pokémon-EX from your discard pile onto your Bench. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), attach 2 Energy cards from your discard pile to each Pokémon that you put onto your Bench in this way. (You can't use more than 1 GX attack in a game.)" @@ -11541,18 +8885,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "201", "artist": "kodama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 571, - 658 - ], + "nationalPokedexNumbers": [571, 658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11566,14 +8904,9 @@ "id": "sm10-202", "name": "Honchkrow-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11588,21 +8921,14 @@ "attacks": [ { "name": "Feather Storm", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon-GX and Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Unfair-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard 2 cards from it. (You can't use more than 1 GX attack in a game.)" @@ -11620,17 +8946,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "202", "artist": "sadaji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11644,46 +8965,30 @@ "id": "sm10-203", "name": "Lucario & Melmetal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Steel Fist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Full Metal Wall-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11701,19 +9006,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "203", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 448, - 809 - ], + "nationalPokedexNumbers": [448, 809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11727,46 +9025,30 @@ "id": "sm10-204", "name": "Gardevoir & Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fairy Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Kaleidostorm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Magical Miracle-GX", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)" @@ -11784,18 +9066,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282, - 700 - ], + "nationalPokedexNumbers": [282, 700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11809,46 +9085,30 @@ "id": "sm10-205", "name": "Gardevoir & Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fairy Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Kaleidostorm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Magical Miracle-GX", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)" @@ -11866,18 +9126,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "205", "artist": "Atsuko Nishida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282, - 700 - ], + "nationalPokedexNumbers": [282, 700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11891,14 +9145,9 @@ "id": "sm10-206", "name": "Whimsicott-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11913,18 +9162,14 @@ "attacks": [ { "name": "Energy Blow", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage times the amount of Energy attached to this Pokémon." }, { "name": "Toy Box-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -11942,16 +9187,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "206", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11965,14 +9206,9 @@ "id": "sm10-207", "name": "Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11987,22 +9223,14 @@ "attacks": [ { "name": "Vengeance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 20 more damage for each Pokémon in your discard pile. You can't add more than 180 damage in this way." }, { "name": "Slash Back-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12014,17 +9242,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "207", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12038,15 +9261,9 @@ "id": "sm10-208", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12060,20 +9277,14 @@ "attacks": [ { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Discovery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)" @@ -12091,19 +9302,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "208", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12117,9 +9321,7 @@ "id": "sm10-209", "name": "Green's Exploration", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have no Pokémon with Abilities in play.", "Search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -12141,9 +9343,7 @@ "id": "sm10-210", "name": "Janine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 4 cards of your deck and put 2 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -12164,9 +9364,7 @@ "id": "sm10-211", "name": "Koga's Trap", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent's Active Pokémon is now Confused and Poisoned.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -12187,9 +9385,7 @@ "id": "sm10-212", "name": "Molayne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 Metal Energy cards from your hand.", "Shuffle a Trainer card from your discard pile into your deck.", @@ -12211,9 +9407,7 @@ "id": "sm10-213", "name": "Red's Challenge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for a card and put it into your hand. Then, shuffle your deck.", @@ -12235,9 +9429,7 @@ "id": "sm10-214", "name": "Welder", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 Fire Energy cards from your hand to 1 of your Pokémon. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -12258,45 +9450,30 @@ "id": "sm10-215", "name": "Pheromosa & Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Elegant Sole", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon's Elegant Sole attack's base damage is 60." }, { "name": "Beast Game-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card. If this Pokémon has at least 7 extra Energy attached to it (in addition to this attack's cost), take 3 more Prize cards instead. (You can't use more than 1 GX attack in a game.)" @@ -12308,18 +9485,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "215", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 794, - 795 - ], + "nationalPokedexNumbers": [794, 795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12333,14 +9504,9 @@ "id": "sm10-216", "name": "Venomoth-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12348,20 +9514,14 @@ "attacks": [ { "name": "Shinobi Mastery", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110+", "text": "If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn." }, { "name": "Ten-Card Return-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -12373,16 +9533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "216", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12396,48 +9552,30 @@ "id": "sm10-217", "name": "Reshiram & Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Flare Strike", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Flare Strike during your next turn." }, { "name": "Double Blaze-GX", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "200+", "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12449,19 +9587,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "217", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 6, - 643 - ], + "nationalPokedexNumbers": [6, 643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12475,14 +9606,9 @@ "id": "sm10-218", "name": "Blastoise-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12497,19 +9623,14 @@ "attacks": [ { "name": "Rocket Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60×", "text": "Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 60 damage for each card you shuffled into your deck in this way." }, { "name": "Giant Geyser-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -12521,18 +9642,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "218", "artist": "sadaji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12546,14 +9661,9 @@ "id": "sm10-219", "name": "Dedenne-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12567,20 +9677,14 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Tingly Return-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Paralyzed. Put this Pokémon and all cards attached to it into your hand. (You can't use more than 1 GX attack in a game.)" @@ -12598,16 +9702,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "219", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12621,47 +9721,30 @@ "id": "sm10-220", "name": "Muk & Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 8 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Poison Absorption", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Active Pokémon is Poisoned, heal 100 damage from this Pokémon." }, { "name": "Nasty Goo Mix-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), put 15 damage counters instead of 1 on that Pokémon between turns. (You can't use more than 1 GX attack in a game.)" @@ -12673,19 +9756,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "220", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12699,47 +9775,30 @@ "id": "sm10-221", "name": "Marshadow & Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Hundred-Blows Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" }, { "name": "Acme of Heroism-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), and if it would be Knocked Out by damage from an opponent's attack during their next turn, it is not Knocked Out, and its remaining HP becomes 10. (You can't use more than 1 GX attack in a game.)" @@ -12751,19 +9810,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "221", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 68, - 802 - ], + "nationalPokedexNumbers": [68, 802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12777,35 +9829,23 @@ "id": "sm10-222", "name": "Greninja & Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage times the amount of Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Union-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 in any combination of Darkness Pokémon-GX and Darkness Pokémon-EX from your discard pile onto your Bench. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), attach 2 Energy cards from your discard pile to each Pokémon that you put onto your Bench in this way. (You can't use more than 1 GX attack in a game.)" @@ -12823,18 +9863,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "222", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 571, - 658 - ], + "nationalPokedexNumbers": [571, 658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12848,14 +9882,9 @@ "id": "sm10-223", "name": "Honchkrow-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12870,21 +9899,14 @@ "attacks": [ { "name": "Feather Storm", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon-GX and Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Unfair-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard 2 cards from it. (You can't use more than 1 GX attack in a game.)" @@ -12902,17 +9924,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "223", "artist": "sadaji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12926,46 +9943,30 @@ "id": "sm10-224", "name": "Lucario & Melmetal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Steel Fist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Full Metal Wall-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12983,19 +9984,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "224", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 448, - 809 - ], + "nationalPokedexNumbers": [448, 809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13009,46 +10003,30 @@ "id": "sm10-225", "name": "Gardevoir & Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fairy Song", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Kaleidostorm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Magical Miracle-GX", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)" @@ -13066,18 +10044,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "225", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 282, - 700 - ], + "nationalPokedexNumbers": [282, 700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13091,14 +10063,9 @@ "id": "sm10-226", "name": "Whimsicott-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13113,18 +10080,14 @@ "attacks": [ { "name": "Energy Blow", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage times the amount of Energy attached to this Pokémon." }, { "name": "Toy Box-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -13142,16 +10105,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "226", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13165,14 +10124,9 @@ "id": "sm10-227", "name": "Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13187,22 +10141,14 @@ "attacks": [ { "name": "Vengeance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 20 more damage for each Pokémon in your discard pile. You can't add more than 180 damage in this way." }, { "name": "Slash Back-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13214,17 +10160,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "227", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13238,15 +10179,9 @@ "id": "sm10-228", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13260,20 +10195,14 @@ "attacks": [ { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Discovery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)" @@ -13291,19 +10220,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "228", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13317,9 +10239,7 @@ "id": "sm10-229", "name": "Beast Bringer", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have exactly 6 Prize cards remaining, and if your opponent's Active Pokémon-GX or Pokémon-EX is Knocked Out by damage from an attack of the Ultra Beast this card is attached to, take 1 more Prize card.", @@ -13341,9 +10261,7 @@ "id": "sm10-230", "name": "Electromagnetic Radar", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for up to 2 in any combination of Lightning Pokémon-GX and Lightning Pokémon-EX, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -13365,9 +10283,7 @@ "id": "sm10-231", "name": "Fire Crystal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 3 Fire Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -13388,9 +10304,7 @@ "id": "sm10-232", "name": "Metal Core Barrier", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to 1 of your Pokémon, discard it at the end of your opponent's turn.", @@ -13413,9 +10327,7 @@ "id": "sm10-233", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -13437,9 +10349,7 @@ "id": "sm10-234", "name": "Triple Acceleration Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Evolution Pokémon. If this card is attached to 1 of your Pokémon, discard it at the end of the turn.", "This card provides ColorlessColorlessColorless Energy only while it is attached to an Evolution Pokémon.", diff --git a/cards/en/sm11.json b/cards/en/sm11.json index 2ccdae894..ccb6f3ab2 100644 --- a/cards/en/sm11.json +++ b/cards/en/sm11.json @@ -3,49 +3,31 @@ "id": "sm11-1", "name": "Rowlet & Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Calming Hurricane", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal 30 damage from this Pokémon." }, { "name": "Tropical Hour-GX", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -57,19 +39,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 103, - 722 - ], + "nationalPokedexNumbers": [103, 722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -83,32 +58,21 @@ "id": "sm11-2", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -120,17 +84,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "Its eyes can see 360 degrees without moving its head. It won't miss prey—even those behind it.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -144,32 +104,21 @@ "id": "sm11-3", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from this Pokémon." @@ -181,17 +130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "It prefers to battle by biting apart foes' heads instantly while flying by at high speed.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -205,28 +150,20 @@ "id": "sm11-4", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Time Spiral", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve 1 of your opponent's evolved Pokémon by removing the highest Stage Evolution card from it. Your opponent shuffles that card into their deck." }, { "name": "Mind Bend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." @@ -238,17 +175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -262,22 +195,14 @@ "id": "sm11-5", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -289,17 +214,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It prefers damp places. By day it remains still in the forest shade. It releases toxic powder from its head.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -313,31 +234,21 @@ "id": "sm11-6", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Multiply", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Sewaddle and put them onto your Bench. Then, shuffle your deck." }, { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -349,17 +260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "This Pokémon makes clothes for itself. It chews up leaves and sews them with sticky thread extruded from its mouth.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -373,16 +280,10 @@ "id": "sm11-7", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "abilities": [ { "name": "Swaddling Leaves", @@ -393,9 +294,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -407,17 +306,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "This Pokémon makes clothes for itself. It chews up leaves and sews them with sticky thread extruded from its mouth.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -431,17 +326,11 @@ "id": "sm11-8", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "abilities": [ { "name": "Swaddling Leaves", @@ -452,9 +341,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -466,18 +353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -491,13 +373,9 @@ "id": "sm11-9", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "abilities": [ { @@ -509,10 +387,7 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -524,17 +399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves by using the sticky silk secreted from its mouth.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -548,22 +419,14 @@ "id": "sm11-10", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Dig Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -575,18 +438,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "kawayoo", "rarity": "Common", "flavorText": "It makes a hole in a suitable rock. If that rock breaks, the Pokémon remains agitated until it locates a replacement.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -600,13 +458,9 @@ "id": "sm11-11", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dwebble", "abilities": [ { @@ -618,11 +472,7 @@ "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 40 more damage. If 2 of them are heads, this attack does 80 more damage. If all of them are heads, this attack does 150 more damage." @@ -634,19 +484,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It possesses legs of enormous strength, enabling it to carry heavy slabs for many days, even when crossing arid land.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -660,22 +504,14 @@ "id": "sm11-12", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -687,18 +523,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "These mysterious Pokémon evolve when they receive electrical stimulation while they are in the same place as Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -712,22 +543,14 @@ "id": "sm11-13", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -739,17 +562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It lures people in with its Poké Ball pattern, then releases poison spores. Why it resembles a Poké Ball is unknown.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -763,13 +582,9 @@ "id": "sm11-14", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "abilities": [ { @@ -781,10 +596,7 @@ "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 70 more damage." @@ -796,18 +608,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "They show off their Poké Ball caps to lure prey, but very few Pokémon are fooled by this.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -821,31 +628,21 @@ "id": "sm11-15", "name": "Fomantis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lurantis" - ], + "types": ["Grass"], + "evolvesTo": ["Lurantis"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." }, { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -857,17 +654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "When the sun rises, Fomantis spreads its four leaves and bathes in the sunlight. The tip of its head has a pleasant aroma.", - "nationalPokedexNumbers": [ - 753 - ], + "nationalPokedexNumbers": [753], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -881,29 +674,21 @@ "id": "sm11-16", "name": "Lurantis", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "attacks": [ { "name": "Petal Blizzard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sol Slice", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50+", "text": "If this Pokémon has any Fire Energy attached to it, this attack does 50 more damage." @@ -915,17 +700,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "For self-protection, it pretends to be a bug Pokémon. Both of its arms bear keen-edged petals.", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -939,32 +720,21 @@ "id": "sm11-17", "name": "Bounsweet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Steenee" - ], + "types": ["Grass"], + "evolvesTo": ["Steenee"], "attacks": [ { "name": "Splash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -976,17 +746,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mizue", "rarity": "Common", "flavorText": "Because of its sweet, delicious aroma, bird Pokémon are always after it, but it's not intelligent enough to care.", - "nationalPokedexNumbers": [ - 761 - ], + "nationalPokedexNumbers": [761], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1000,35 +766,22 @@ "id": "sm11-18", "name": "Steenee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bounsweet", - "evolvesTo": [ - "Tsareena" - ], + "evolvesTo": ["Tsareena"], "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." }, { "name": "Leaf Step", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1040,18 +793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It's protected by its hard sepals, so it plays with bird Pokémon without worry. They peck it relentlessly, but it doesn't care.", - "nationalPokedexNumbers": [ - 762 - ], + "nationalPokedexNumbers": [762], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1065,13 +813,9 @@ "id": "sm11-19", "name": "Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "abilities": [ { @@ -1083,11 +827,7 @@ "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1099,18 +839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "A master of grand and beautiful kicks, it can knock out even kickboxing champions with a single blow.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1124,29 +859,20 @@ "id": "sm11-20", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Sea Creeper Net", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Spinning Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1158,17 +884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "It wraps its prey in green seaweed and sucks away their vitality. It only likes to go after big prey like Wailord.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1182,22 +904,14 @@ "id": "sm11-21", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Smoke Bomb", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." @@ -1209,18 +923,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Hiroki Asanuma", "rarity": "Common", "flavorText": "Its entire body is burning. When it breathes, the temperature rises. When it sneezes, flames shoot out!", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1234,32 +943,21 @@ "id": "sm11-22", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Smoke Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -1271,19 +969,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "There are still quite a few factories that rely on the flames provided by Magmortar to process metals.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1297,34 +989,21 @@ "id": "sm11-23", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -1336,20 +1015,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "23", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "Its humped back stores intensely hot magma. In rain, the magma cools, slowing its movement.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1363,33 +1035,21 @@ "id": "sm11-24", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Strong Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy from this Pokémon." @@ -1401,20 +1061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The volcanoes on its back have a major eruption every 10 years—or whenever it becomes really angry.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1428,14 +1081,9 @@ "id": "sm11-25", "name": "Heatran-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1449,20 +1097,14 @@ "attacks": [ { "name": "Steaming Stomp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Hot Burn-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Fire Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1474,18 +1116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "PLANETA Tsuji", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1499,28 +1135,20 @@ "id": "sm11-26", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Victory Sign", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1532,17 +1160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1556,22 +1180,14 @@ "id": "sm11-27", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -1583,17 +1199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "MAHOU", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leeches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1607,22 +1219,14 @@ "id": "sm11-28", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -1634,17 +1238,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "sowsow", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leeches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1658,23 +1258,15 @@ "id": "sm11-29", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Fireworks", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard an Energy from this Pokémon." @@ -1686,17 +1278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Sachiko Adachi", "rarity": "Uncommon", "flavorText": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1710,20 +1298,14 @@ "id": "sm11-30", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "attacks": [ { "name": "Spirit Burner", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Discard the top 5 cards of your deck. This attack does 60 more damage for each Pokémon you discarded in this way. Then, put any number of Fire Pokémon you discarded in this way onto your Bench." @@ -1735,18 +1317,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "Being consumed in Chandelure's flame burns up the spirit, leaving the body behind.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1760,23 +1337,15 @@ "id": "sm11-31", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -1788,17 +1357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It scatters embers in the tall grass. Then bug Pokémon, frightened by the flames, come flying out, and Fletchinder gobbles them up.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1812,30 +1377,21 @@ "id": "sm11-32", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Heat Wave", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Flare Raid", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard an Energy from this Pokémon. This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1851,9 +1407,7 @@ "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "Its tough wings don't allow fire to pass through them. A long time ago, firefighters' outfits were made from Talonflame wings.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1867,22 +1421,14 @@ "id": "sm11-33", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1894,17 +1440,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The males will do whatever the females tell them. They give the females most of their food. Due to malnutrition, the males can't evolve.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1918,21 +1460,14 @@ "id": "sm11-34", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Fire Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1944,17 +1479,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Salazzle lives deep in caves and forces the Salandit it has attracted with its pheromones to serve it.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1968,39 +1499,24 @@ "id": "sm11-35", "name": "Slowpoke & Psyduck-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ditch and Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way." }, { "name": "Thrilling Times-GX", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -2012,18 +1528,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 54, - 79 - ], + "nationalPokedexNumbers": [54, 79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2037,13 +1547,9 @@ "id": "sm11-36", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Mermaid's Call", @@ -2054,11 +1560,7 @@ "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2070,17 +1572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It likes swimming around with people on its back. In the Alola region, it's an important means of transportation over water.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2094,23 +1592,14 @@ "id": "sm11-37", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Icicle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2122,17 +1611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It feeds mainly on ice and snow. It's only able to survive in a limited number of places in the warm Alola region.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2146,29 +1631,21 @@ "id": "sm11-38", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Spiteful Sigh", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20×", "text": "Put up to 7 damage counters on this Pokémon. This attack does 20 damage for each damage counter you placed in this way." }, { "name": "Icy Wind", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2180,17 +1657,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "It freezes hikers who have come to climb snowy mountains and carries them back to its home. It only goes after men it thinks are handsome.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2204,22 +1677,14 @@ "id": "sm11-39", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2231,17 +1696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "sui", "rarity": "Common", "flavorText": "When night falls, their pink patterns begin to shine. They're popular with divers, so there are resorts that feed them to keep them close.", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2255,21 +1716,14 @@ "id": "sm11-40", "name": "Lumineon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Finneon", "attacks": [ { "name": "Neon Trickery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon." @@ -2285,9 +1739,7 @@ "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Deep down at the bottom of the ocean, prey is scarce. Lumineon get into fierce disputes with Lanturn over food.", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2301,22 +1753,14 @@ "id": "sm11-41", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2328,20 +1772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "41", "artist": "otumami", "rarity": "Common", "flavorText": "During cold seasons, it migrates to the mountain's lower reaches. It returns to the snow-covered summit in the spring.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2355,34 +1792,21 @@ "id": "sm11-42", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "attacks": [ { "name": "Quick Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent's Active Pokémon has any Water Energy attached to it, it is now Paralyzed." }, { "name": "Wild Tackle", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon does 20 damage to itself." @@ -2394,20 +1818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "42", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It blankets wide areas in snow by whipping up blizzards. It is also known as \"The Ice Monster.\"", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2421,28 +1838,20 @@ "id": "sm11-43", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Swarming Bites", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage for each Basculin you have in play to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2454,17 +1863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Savage, violent Pokémon, red and blue Basculin are always fighting each other over territory.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2478,34 +1883,22 @@ "id": "sm11-44", "name": "Tirtouga", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Carracosta" - ], + "evolvesTo": ["Carracosta"], "attacks": [ { "name": "Shell Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2517,19 +1910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It was restored from an ancient fossil. Tirtouga lived in the sea but came up onto the land to search for prey.", - "nationalPokedexNumbers": [ - 564 - ], + "nationalPokedexNumbers": [564], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2543,13 +1930,9 @@ "id": "sm11-45", "name": "Carracosta", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tirtouga", "abilities": [ { @@ -2561,11 +1944,7 @@ "attacks": [ { "name": "Aqua Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -2577,19 +1956,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Its jaws are terrifyingly powerful. It could eat Omastar and Omanyte whole and not be bothered in the slightest by their shells.", - "nationalPokedexNumbers": [ - 565 - ], + "nationalPokedexNumbers": [565], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2603,19 +1976,13 @@ "id": "sm11-46", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Frozen Lock", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent can't play any Item cards from their hand during their next turn." @@ -2627,17 +1994,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "They are born in snow clouds. They use chains made of ice crystals to capture prey.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2651,14 +2014,9 @@ "id": "sm11-47", "name": "Keldeo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2672,22 +2030,14 @@ "attacks": [ { "name": "Sonic Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Resolute Blade-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2699,17 +2049,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2723,32 +2068,21 @@ "id": "sm11-48", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Water"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2760,17 +2094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "When two Dewpider meet, they display their water bubbles to each other. Then the one with the smaller bubble gets out of the other's way.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2784,31 +2114,21 @@ "id": "sm11-49", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Tangle Drag", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Sticky Web", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more." @@ -2820,17 +2140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "It usually passes its time in the water. When its belly is full, it stores its subdued prey in the water bubble on its head.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2844,22 +2160,14 @@ "id": "sm11-50", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Water"], + "evolvesTo": ["Golisopod"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." @@ -2871,17 +2179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It will pick up anything it finds on the ground. Sometimes it finds coins, so Murkrow and Meowth will go after it.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2895,13 +2199,9 @@ "id": "sm11-51", "name": "Golisopod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wimpod", "abilities": [ { @@ -2913,12 +2213,7 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 60 more damage." @@ -2930,20 +2225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "51", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "The shell covering its body is as hard as diamond. This Pokémon will do anything it takes to win.", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2957,29 +2245,20 @@ "id": "sm11-52", "name": "Pyukumuku", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2991,17 +2270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "The tradition known as Pyukumuku chucking started from the custom of throwing Pyukumuku back into the sea after they wash onshore.", - "nationalPokedexNumbers": [ - 771 - ], + "nationalPokedexNumbers": [771], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3015,30 +2290,20 @@ "id": "sm11-53", "name": "Tapu Fini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Nature Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If your opponent has any Ultra Beasts in play, this attack can be used for Colorless." @@ -3050,17 +2315,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Hasuno", "rarity": "Rare", "flavorText": "This guardian deity of Poni Island manipulates water. Because it lives deep within a thick fog, it came to be both feared and revered.", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3074,37 +2335,23 @@ "id": "sm11-54", "name": "Raichu & Alolan Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Tandem Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 80 more damage, and your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ride-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150+", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If this Pokémon has at least 2 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -3122,17 +2369,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3146,32 +2388,21 @@ "id": "sm11-55", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Meal Time", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, draw a card." }, { "name": "Gnaw", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3189,17 +2420,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3213,33 +2440,21 @@ "id": "sm11-56", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3257,17 +2472,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3281,31 +2492,21 @@ "id": "sm11-57", "name": "Alolan Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Electro Rain", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Discard any amount of Lightning Energy from this Pokémon. Then, for each Energy you discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. (You can choose the same Pokémon more than once.) This damage isn't affected by Weakness or Resistance." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3323,17 +2524,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It focuses psychic energy into its tail and rides it like it's surfing. Another name for this Pokémon is \"hodad.\"", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3347,22 +2544,14 @@ "id": "sm11-58", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Supersonic", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -3380,17 +2569,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "sowsow", "rarity": "Common", "flavorText": "It's frequently the cause of power outages, which is why some power plants send out electrical signals that it can't stand.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3404,34 +2589,22 @@ "id": "sm11-59", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads." @@ -3449,18 +2622,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Yumi", "rarity": "Uncommon", "flavorText": "Delicate equipment can malfunction in areas inhabited by Magneton, which send out mysterious electrical signals.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3474,13 +2642,9 @@ "id": "sm11-60", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -3492,11 +2656,7 @@ "attacks": [ { "name": "Magnetic Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put a Trainer card from your discard pile into your hand." @@ -3514,19 +2674,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It uses radar to monitor its territory. Intruders are quickly disposed of with a hyper beam.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3540,22 +2694,14 @@ "id": "sm11-61", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Jolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3573,17 +2719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Since it can't generate its own electricity, it sticks onto large-bodied Pokémon and absorbs static electricity.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3597,20 +2739,14 @@ "id": "sm11-62", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Live Wire", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. Also apply Weakness and Resistance for Benched Pokémon." @@ -3628,17 +2764,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Yumi", "rarity": "Rare", "flavorText": "They employ an electrically charged web to trap their prey. While it is immobilized by shock, they leisurely consume it.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3652,22 +2784,14 @@ "id": "sm11-63", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Wild River", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3685,17 +2809,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3709,22 +2829,14 @@ "id": "sm11-64", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Generate Electricity", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -3742,17 +2854,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3766,23 +2874,15 @@ "id": "sm11-65", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Overspark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy from this Pokémon. This attack does 30 damage for each card you discarded in this way." @@ -3800,18 +2900,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It wraps itself around its prey and paralyzes it with electricity from the round spots on its sides. Then it chomps.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3825,13 +2920,9 @@ "id": "sm11-66", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "abilities": [ { @@ -3843,12 +2934,7 @@ "attacks": [ { "name": "Hover Over", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3866,19 +2952,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "With their sucker mouths, they suck in prey. Then they use their fangs to shock the prey with electricity.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3892,19 +2972,13 @@ "id": "sm11-67", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Trap Bolt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If, before doing damage, your opponent's Active Pokémon has more remaining HP than this Pokémon, this attack does 30 more damage." @@ -3922,17 +2996,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3946,31 +3016,20 @@ "id": "sm11-68", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunderous Gale", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Tornadus is on your Bench, this attack does 50 more damage." }, { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 40 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3988,17 +3047,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4012,30 +3067,20 @@ "id": "sm11-69", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nature Dive", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is an Ultra Beast, this attack does 100 more damage, and discard 2 Energy from this Pokémon." @@ -4053,17 +3098,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Although it's called a guardian deity, if a person or Pokémon puts it in a bad mood, it will become a malevolent deity and attack.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4077,30 +3118,20 @@ "id": "sm11-70", "name": "Xurkitree", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Three Mirrors", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent has exactly 3 Prize cards remaining, this attack does 90 more damage." }, { "name": "Signal Beam", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -4118,18 +3149,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "Although it's alien to this world and a danger here, it's apparently a common organism in the world where it normally lives.", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4143,15 +3169,9 @@ "id": "sm11-71", "name": "Mewtwo & Mew-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -4165,11 +3185,7 @@ "attacks": [ { "name": "Miraculous Duo-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4181,18 +3197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 150, - 151 - ], + "nationalPokedexNumbers": [150, 151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4206,37 +3216,23 @@ "id": "sm11-72", "name": "Espeon & Deoxys-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Psychic Club", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each of your Benched Psychic Pokémon." }, { "name": "Cross Division-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), put 20 damage counters on them instead. (You can't use more than 1 GX attack in a game.)" @@ -4248,18 +3244,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 196, - 386 - ], + "nationalPokedexNumbers": [196, 386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4273,22 +3263,14 @@ "id": "sm11-73", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -4300,17 +3282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "otumami", "rarity": "Common", "flavorText": "Six of them form a single Pokémon. Should one of the six be lost, the next morning there will once more be six.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4324,31 +3302,21 @@ "id": "sm11-74", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Mind Bend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Full Clean", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard your hand." @@ -4360,19 +3328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It engages its enemies using psychic powers. Each of its three heads fires off psychokinetic energy, tripling its power.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4386,30 +3348,21 @@ "id": "sm11-75", "name": "Alolan Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Spirit Smash", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Discard the top card of your opponent's deck. If the card you discarded is a Pokémon, this attack does damage equal to that Pokémon's HP to your opponent's Active Pokémon." }, { "name": "Bone Beatdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4427,18 +3380,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The rich greenery of the Alola region is hard on Marowak. It controls fire to stay alive.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4452,13 +3400,9 @@ "id": "sm11-76", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Ominous Posture", @@ -4469,10 +3413,7 @@ "attacks": [ { "name": "Attract Smack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4484,17 +3425,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "It sways its hips to a rhythm all its own. The precise movements of Jynx living in Alola are truly wonderful.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4508,16 +3445,10 @@ "id": "sm11-77", "name": "Wynaut", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wobbuffet" - ], + "types": ["Psychic"], + "evolvesTo": ["Wobbuffet"], "abilities": [ { "name": "Peppy Pick", @@ -4529,9 +3460,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It tends to move in a pack with others. They cluster in a tight group to sleep in a cave.", - "nationalPokedexNumbers": [ - 360 - ], + "nationalPokedexNumbers": [360], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4545,14 +3474,9 @@ "id": "sm11-78", "name": "Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4566,20 +3490,14 @@ "attacks": [ { "name": "Tag Purge", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from TAG TEAM Pokémon." }, { "name": "Clear Vision-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your opponent can't use any GX attacks. (You can't use more than 1 GX attack in a game.)" @@ -4594,9 +3512,7 @@ "number": "78", "artist": "Yoshinobu Saito", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4610,14 +3526,9 @@ "id": "sm11-79", "name": "Jirachi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4631,20 +3542,14 @@ "attacks": [ { "name": "Star Search", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Psychic Pokémon. Then, shuffle your deck." }, { "name": "Star Shield-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "100", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -4656,16 +3561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4679,14 +3580,9 @@ "id": "sm11-79a", "name": "Jirachi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4700,20 +3596,14 @@ "attacks": [ { "name": "Star Search", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Psychic Pokémon. Then, shuffle your deck." }, { "name": "Star Shield-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "100", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -4725,16 +3615,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4748,22 +3634,14 @@ "id": "sm11-80", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4781,17 +3659,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "Its round body is stuffed with souls and expands each time it leads someone away.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4805,13 +3679,9 @@ "id": "sm11-81", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "abilities": [ { @@ -4823,11 +3693,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4845,17 +3711,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Mizue", "rarity": "Rare", "flavorText": "There's a rumor that if you catch a Drifblim floating on the wind at dusk, you'll be carried away to the afterlife.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4869,34 +3731,21 @@ "id": "sm11-82", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard a random card from your opponent's hand." }, { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4908,18 +3757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4933,13 +3777,9 @@ "id": "sm11-83", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Secret Territory", @@ -4950,11 +3790,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4966,17 +3802,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "Known as \"The Being of Knowledge.\" It is said that it can wipe out the memory of those who see its eyes.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4990,28 +3822,20 @@ "id": "sm11-84", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "First Contact", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Mumble", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5023,17 +3847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Known as \"The Being of Emotion.\" It taught humans the nobility of sorrow, pain, and joy.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5047,19 +3867,13 @@ "id": "sm11-85", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psypower", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -5071,17 +3885,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Known as \"The Being of Willpower.\" It sleeps at the bottom of a lake to keep the world in balance.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5095,13 +3905,9 @@ "id": "sm11-86", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Dimension Breach", @@ -5112,11 +3918,7 @@ "attacks": [ { "name": "Fade to Black", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Confused." @@ -5134,17 +3936,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "This Pokémon is said to live in a world on the reverse side of ours, where common knowledge is distorted and strange.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5158,33 +3956,20 @@ "id": "sm11-87", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Aurora Gain", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Luminous Blade", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard a Psychic Energy from this Pokémon." @@ -5196,18 +3981,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "Shiny particles are released from its wings like a veil. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5221,22 +4001,14 @@ "id": "sm11-88", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." @@ -5248,17 +4020,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "This Pokémon appears before people and Pokémon who are having nightmares and eats those dreams.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5272,29 +4040,21 @@ "id": "sm11-89", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Rest Well", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Asleep. During your next turn, this Pokémon's attacks do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Zen Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" @@ -5306,18 +4066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "The mist emanating from their foreheads is packed with the dreams of people and Pokémon.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5331,22 +4086,14 @@ "id": "sm11-90", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -5358,17 +4105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It controls tremendous psychic power. Most reports of alien sightings are actually just people mistaking Elgyem for an alien.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5382,31 +4125,21 @@ "id": "sm11-91", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Mysterious Noise", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Shuffle this Pokémon and all cards attached to it into your deck. Your opponent can't play any Item cards from their hand during their next turn." @@ -5418,17 +4151,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "With its psychic powers, it rewrites its opponents' memories. You, too, may have already had your memories rewritten.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5442,31 +4171,21 @@ "id": "sm11-92", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Psychic"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Lucky Find", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Pierce", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5484,17 +4203,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "MAHOU", "rarity": "Common", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5508,22 +4223,14 @@ "id": "sm11-93", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Psychic"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Slashing Cutter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -5541,19 +4248,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5567,23 +4268,15 @@ "id": "sm11-94", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Slashing Cutter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -5601,19 +4294,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "94", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "When Honedge evolves, it divides into two swords, which cooperate via telepathy to coordinate attacks and slash their enemies to ribbons.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5627,13 +4314,9 @@ "id": "sm11-95", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Doublade", "abilities": [ { @@ -5645,9 +4328,7 @@ "attacks": [ { "name": "Trash Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage for each Item card in your discard pile. You can't do more than 130 damage in this way." @@ -5665,19 +4346,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "Generations of kings were attended by these Pokémon, which used their spectral power to manipulate and control people and Pokémon.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5691,22 +4366,14 @@ "id": "sm11-96", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Peck", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5718,18 +4385,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "They eat Corsola branches, so Mareanie are hated by craftsmen who work with Corsola branches that have naturally fallen off.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5743,21 +4405,14 @@ "id": "sm11-97", "name": "Toxapex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mareanie", "attacks": [ { "name": "Spike Shot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5769,18 +4424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "chibi", "rarity": "Rare", "flavorText": "To attack, this Pokémon sends toxic spikes flying at its enemies. Ones that come close get mown down by the claws on its feet.", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5794,32 +4444,21 @@ "id": "sm11-98", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Psychic"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Suffocating Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gnaw", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5831,17 +4470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "The males will do whatever the females tell them. They give the females most of their food. Due to malnutrition, the males can't evolve.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5855,31 +4490,21 @@ "id": "sm11-99", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Smack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Slashing Claw", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5891,17 +4516,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Salazzle lives deep in caves and forces the Salandit it has attracted with its pheromones to serve it.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5915,22 +4536,14 @@ "id": "sm11-100", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5946,9 +4559,7 @@ "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Even though its helpless, gaseous body can be blown away by the slightest breeze, it doesn't seem to care.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5962,31 +4573,20 @@ "id": "sm11-101", "name": "Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Special Laser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached to it, this attack does 60 more damage." @@ -5998,18 +4598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It looks somehow pained as it rages around in search of light, which serves as its energy. It's apparently from another world.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6023,34 +4618,21 @@ "id": "sm11-102", "name": "Poipole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Naganadel" - ], + "types": ["Psychic"], + "evolvesTo": ["Naganadel"], "attacks": [ { "name": "Belt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Last Scene", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If each player has exactly 1 Prize card remaining, this attack does 130 more damage." @@ -6062,17 +4644,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "This Ultra Beast is well enough liked to be chosen as a first partner in its own world.", - "nationalPokedexNumbers": [ - 803 - ], + "nationalPokedexNumbers": [803], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6086,22 +4664,14 @@ "id": "sm11-103", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Bedrock Press", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." @@ -6113,20 +4683,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "103", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "Burrows at high speed in search of food. The tunnels it leaves are used as homes by Diglett.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6140,20 +4703,14 @@ "id": "sm11-104", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Onix", "attacks": [ { "name": "Ground Stream", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon." @@ -6178,20 +4735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "104", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "Tempered underground under high pressure and heat, its body is harder than any metal.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6205,32 +4755,21 @@ "id": "sm11-105", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Bonemerang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -6242,17 +4781,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "otumami", "rarity": "Common", "flavorText": "At night, it weeps loudly for its dead mother, but those cries only attract its natural enemy—Mandibuzz.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6266,14 +4801,9 @@ "id": "sm11-106", "name": "Aerodactyl-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6288,20 +4818,14 @@ "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Wild Dive-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6316,9 +4840,7 @@ "number": "106", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6332,30 +4854,20 @@ "id": "sm11-107", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Turn the Tables", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If 1 of your opponent's Pokémon used a GX attack during their last turn, your opponent shuffles their Active Pokémon and all cards attached to it into their deck." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6367,17 +4879,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It's proud of its thick horn. In Alola, its biggest rival is Vikavolt, which it's always fighting with.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6391,29 +4899,21 @@ "id": "sm11-108", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Pre-Dawn Strike", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 90 more damage." @@ -6425,18 +4925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its short arms stretch when it throws punches. Its technique is equal to that of pro boxers.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6450,22 +4945,14 @@ "id": "sm11-109", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Spirited Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "This Pokémon can't use Spirited Headbutt during your next turn." @@ -6477,17 +4964,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It always trains deep in mountains. It levitates when it heightens its spiritual power through meditation.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6501,30 +4984,21 @@ "id": "sm11-110", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Pure Power", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Master Strike", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon has a Karate Belt card attached to it, this attack does 60 more damage." @@ -6536,17 +5010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It elegantly avoids attacks with dance-like steps, then launches a devastating blow in the same motion.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6560,29 +5030,20 @@ "id": "sm11-111", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Deep Sea Boring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Water Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -6594,17 +5055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Thought to have gone extinct, Relicanth was given a name that is a variation of the name of the person who discovered it.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6618,32 +5075,21 @@ "id": "sm11-112", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Fighting"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Stampede", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt Bounce", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6655,17 +5101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It reacts to anything that moves—flies right at it and bites it. Sometimes it injures itself, but it doesn't care too much.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6679,33 +5121,22 @@ "id": "sm11-113", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Sharp Scythe", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -6717,17 +5148,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "It loves shiny things. When it finds a Sableye trying to catch a Carbink, Gabite becomes furiously angry and attacks the Sableye.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6741,13 +5168,9 @@ "id": "sm11-114", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gabite", "abilities": [ { @@ -6759,10 +5182,7 @@ "attacks": [ { "name": "Over Slice", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "80+", "text": "You may discard an Energy from this Pokémon. If you do, this attack does 40 more damage." @@ -6778,9 +5198,7 @@ "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "It flies at the speed of sound while searching for prey, and it has midair battles with Salamence as the two compete for food.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6794,22 +5212,14 @@ "id": "sm11-115", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6821,17 +5231,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "kirisAki", "rarity": "Common", "flavorText": "It knows how people and Pokémon feel by looking at their auras. It doesn't approach dangerous opponents.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6845,22 +5251,14 @@ "id": "sm11-116", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6872,17 +5270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "It knows how people and Pokémon feel by looking at their auras. It doesn't approach dangerous opponents.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6896,13 +5290,9 @@ "id": "sm11-117", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -6914,11 +5304,7 @@ "attacks": [ { "name": "Mach Cross", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6930,18 +5316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It concentrates its mental energy and fires off mysterious waves called auras, which can crush boulders of large size to dust.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6955,22 +5336,14 @@ "id": "sm11-118", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Dig Claws", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6982,18 +5355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It makes its way swiftly through the soil by putting both claws together and rotating at high speed.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7007,31 +5375,21 @@ "id": "sm11-119", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Rototiller", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 4 cards from your discard pile into your deck." }, { "name": "Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7043,18 +5401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7068,23 +5421,15 @@ "id": "sm11-120", "name": "Archen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Archeops" - ], + "evolvesTo": ["Archeops"], "attacks": [ { "name": "Endeavor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -7102,17 +5447,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "0313", "rarity": "Uncommon", "flavorText": "Once thought to be the ancestor of all bird Pokémon, some of the latest research suggests that may not be the case.", - "nationalPokedexNumbers": [ - 566 - ], + "nationalPokedexNumbers": [566], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7126,29 +5467,21 @@ "id": "sm11-121", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Archen", "attacks": [ { "name": "U-turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hyper Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "80", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -7166,17 +5499,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Hasuno", "rarity": "Rare", "flavorText": "This ancient Pokémon's plumage is delicate, so if anyone other than an experienced professional tries to restore it, they will fail.", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7190,33 +5519,20 @@ "id": "sm11-122", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cavern Counter", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If all of your Benched Pokémon have at least 1 damage counter on them, this attack does 150 more damage." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -7228,20 +5544,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "122", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7255,29 +5564,20 @@ "id": "sm11-123", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Tag Cheer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your TAG TEAM Pokémon." }, { "name": "Shooting Star Pirouette", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -7289,17 +5589,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The melodies sung by Meloetta have the power to make Pokémon that hear them happy or sad.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7313,13 +5609,9 @@ "id": "sm11-124", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Cellular Companions", @@ -7330,9 +5622,7 @@ "attacks": [ { "name": "Boost Fang", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a Fighting Energy card from your discard pile to 1 of your Benched Pokémon." @@ -7344,17 +5634,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "This is Zygarde when about 10% of its pieces have been assembled. It leaps at its opponent's chest and sinks its sharp fangs into them.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7368,35 +5654,23 @@ "id": "sm11-125", "name": "Umbreon & Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Black Lance", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon-GX or Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Moon-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any Trainer cards from their hand during their next turn. If this Pokémon has at least 5 extra Darkness Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -7414,18 +5688,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 197, - 491 - ], + "nationalPokedexNumbers": [197, 491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7439,41 +5707,23 @@ "id": "sm11-126", "name": "Mega Sableye & Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Greedy Crush", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Gigafall-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -7491,20 +5741,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "126", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 248, - 302 - ], + "nationalPokedexNumbers": [248, 302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7518,33 +5760,21 @@ "id": "sm11-127", "name": "Alolan Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw 2 cards." }, { "name": "Sludge Bomb", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -7562,18 +5792,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "kawayoo", "rarity": "Common", "flavorText": "There are a hundred or so of them living in Alola's waste-disposal site. They're all hard workers who eat a lot of trash.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7587,22 +5812,14 @@ "id": "sm11-128", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Astonish", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -7620,17 +5837,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "nagimiso", "rarity": "Common", "flavorText": "It has a weakness for shiny things. It's been known to sneak into the nests of Gabite—noted collectors of jewels—in search of treasure.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7644,22 +5857,14 @@ "id": "sm11-129", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7677,17 +5882,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It has a weakness for shiny things. It's been known to sneak into the nests of Gabite—noted collectors of jewels—in search of treasure.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7701,29 +5902,21 @@ "id": "sm11-130", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Cutter", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "60", "text": "" @@ -7741,17 +5934,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It will absolutely not forgive failure from or betrayal by its goons. It has no choice in this if it wants to maintain the order of the flock.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7765,23 +5954,14 @@ "id": "sm11-131", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7799,17 +5979,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "sui", "rarity": "Common", "flavorText": "They will cooperate to steal eggs from the nests of bird Pokémon, but fights break out to determine which one gets to eat the eggs.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7823,14 +5999,9 @@ "id": "sm11-132", "name": "Weavile-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7845,20 +6016,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Nocturnal Maneuvers-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any number of Basic Pokémon and put them onto your Bench. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -7876,16 +6041,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "aky CG Works", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7899,35 +6060,25 @@ "id": "sm11-133", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Mirror Gem", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 8 damage counters on the Attacking Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It digs through the ground with its hard claws and crunches down gems with its thick pointy teeth. Carbink is its favorite food.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7941,34 +6092,21 @@ "id": "sm11-134", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Cross Poison", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Slicing Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -7986,20 +6124,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "134", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "It takes pride in its strength. Even though it can tear foes apart, it finishes them off with powerful poison.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8013,22 +6144,14 @@ "id": "sm11-135", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Cleaning Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Pokémon Tool card from 1 of your opponent's Pokémon." @@ -8046,17 +6169,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8070,31 +6189,21 @@ "id": "sm11-136", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Scratch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Shadow Scratch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." @@ -8112,17 +6221,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "sui", "rarity": "Rare", "flavorText": "Their beautiful form comes from the muscles they have developed. They run silently in the night.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8136,33 +6241,21 @@ "id": "sm11-137", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Swagger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Whap Down", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -8180,18 +6273,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "137", "artist": "Yumi", "rarity": "Common", "flavorText": "They move in small groups, walking around lazily. Anyone who makes eye contact gets smacked with a headbutt.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8205,32 +6293,21 @@ "id": "sm11-138", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Turf Raid", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each of your remaining Prize cards." }, { "name": "Headbang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -8248,18 +6325,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "This Pokémon may be rude, but it takes very good care of its family, its friends, and its turf.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8273,30 +6345,20 @@ "id": "sm11-139", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Blow Through", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 more damage." }, { "name": "Shadow Impact", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put 3 damage counters on 1 of your Pokémon." @@ -8314,18 +6376,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "sui", "rarity": "Rare Holo", "flavorText": "When this legendary Pokémon's wings and tail feathers spread wide and glow red, it absorbs the life force of living creatures.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8339,30 +6396,20 @@ "id": "sm11-140", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Evil Admonition", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 20 more damage for each of your opponent's Pokémon that has an Ability." }, { "name": "Mind Shock", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -8380,18 +6427,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "This troublemaker sends anything and everything to faraway places using its loop, which can warp space.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8405,14 +6447,9 @@ "id": "sm11-141", "name": "Mawile-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8426,20 +6463,14 @@ "attacks": [ { "name": "Wily Bite", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Big Eater-GX", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard all Supporter cards you find there. (You can't use more than 1 GX attack in a game.)" @@ -8457,16 +6488,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8480,31 +6507,21 @@ "id": "sm11-142", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Discerning Spear", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "80", "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing." }, { "name": "Iron Lance", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -8522,19 +6539,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "142", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "Wearing the shell covering they stole from Shelmet, they defend themselves and attack with two lances.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8548,22 +6559,14 @@ "id": "sm11-143", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Dust Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -8581,17 +6584,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Asako Ito", "rarity": "Common", "flavorText": "To protect itself, it shoots cotton from its body. When it gets wet in the rain, its cotton grows moist and heavy, and it can't move as well.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8605,13 +6604,9 @@ "id": "sm11-144", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "abilities": [ { @@ -8623,9 +6618,7 @@ "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -8647,9 +6640,7 @@ "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "This nuisance sneaks into people's homes, where it hides important things and scatters cotton all over the place.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8663,19 +6654,13 @@ "id": "sm11-145", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may draw cards until you have 6 cards in your hand." @@ -8693,17 +6678,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It sneaks into people's homes and steals electricity from their outlets. When your electric bill seems off, it's the handiwork of this rascal.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8717,46 +6698,30 @@ "id": "sm11-146", "name": "Garchomp & Giratina-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Calamitous Slash", - "cost": [ - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." }, { "name": "GG End-GX", - "cost": [ - "Psychic", - "Psychic", - "Fighting" - ], + "cost": ["Psychic", "Psychic", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 1 of your opponent's Pokémon and all cards attached to it. If this Pokémon has at least 3 extra Fighting Energy attached to it (in addition to this attack's cost), discard 2 of your opponent's Pokémon instead. (You can't use more than 1 GX attack in a game.)" @@ -8768,19 +6733,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "146", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 445, - 487 - ], + "nationalPokedexNumbers": [445, 487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8794,22 +6752,14 @@ "id": "sm11-147", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Agility", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -8821,18 +6771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "147", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "It's still weak, so it lurks on the floor of bodies of water, eating whatever food sinks down and living a quiet life.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8846,16 +6791,10 @@ "id": "sm11-148", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "abilities": [ { "name": "Aqua Lift", @@ -8866,10 +6805,7 @@ "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -8881,18 +6817,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "148", "artist": "Sekio", "rarity": "Common", "flavorText": "It's still weak, so it lurks on the floor of bodies of water, eating whatever food sinks down and living a quiet life.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8906,24 +6837,15 @@ "id": "sm11-149", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Twister", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing." @@ -8935,18 +6857,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Lakes where Dragonair live are filled with offerings from people, because they believe this Pokémon is able to control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8960,35 +6877,22 @@ "id": "sm11-150", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Destructive Whirlpool", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -9000,18 +6904,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "150", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "Lakes where Dragonair live are filled with offerings from people, because they believe this Pokémon is able to control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9025,13 +6924,9 @@ "id": "sm11-151", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -9043,12 +6938,7 @@ "attacks": [ { "name": "Dragon Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Discard 3 Energy from this Pokémon." @@ -9060,18 +6950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "151", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "It flies over raging seas as if they were nothing. Observing this, a ship's captain dubbed this Pokémon \"the sea incarnate.\"", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9085,14 +6970,9 @@ "id": "sm11-152", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9100,11 +6980,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9124,9 +7000,7 @@ }, { "name": "Mach Delivery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -9138,17 +7012,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9162,30 +7031,20 @@ "id": "sm11-153", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Energy Arrow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to 1 of your opponent's Pokémon to that Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Speed Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -9197,17 +7056,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "153", "artist": "chibi", "rarity": "Rare", "flavorText": "It communicates using telepathy. Its body is covered in down that refracts light to make it invisible.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9221,16 +7076,10 @@ "id": "sm11-154", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "abilities": [ { "name": "Unnerve", @@ -9241,10 +7090,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Fire", - "Metal" - ], + "cost": ["Fire", "Metal"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -9256,17 +7102,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "154", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "They use their tusks to crush the berries they eat. Repeated regrowth makes their tusks strong and sharp.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9280,35 +7122,22 @@ "id": "sm11-155", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Guillotine", - "cost": [ - "Fire", - "Metal", - "Colorless" - ], + "cost": ["Fire", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -9320,18 +7149,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "155", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Their tusks can shatter rocks. Territory battles between Fraxure can be intensely violent.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9345,13 +7169,9 @@ "id": "sm11-156", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "abilities": [ { @@ -9363,10 +7183,7 @@ "attacks": [ { "name": "Powerful Axe", - "cost": [ - "Fire", - "Metal" - ], + "cost": ["Fire", "Metal"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 40 more damage times the amount of basic Energy attached to this Pokémon." @@ -9378,19 +7195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "156", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "They are kind but can be relentless when defending territory. They challenge foes with tusks that can cut steel.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9404,31 +7215,20 @@ "id": "sm11-157", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Dragon Tail", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Flip 2 coins. This attack does 100 damage for each heads." @@ -9440,18 +7240,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "157", "artist": "hatachu", "rarity": "Common", "flavorText": "The red skin on its face is harder than rock. In narrow caves, it squares off against its enemies and charges face-first right into them.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9465,23 +7260,14 @@ "id": "sm11-158", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Dragon"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy from this Pokémon." @@ -9493,17 +7279,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "158", "artist": "0313", "rarity": "Common", "flavorText": "Fruits are its favorite foods. This gourmet carefully picks out just the ripe ones using its sonar.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9517,31 +7299,21 @@ "id": "sm11-159", "name": "Noivern", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "attacks": [ { "name": "Boomburst", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dragon Pulse", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard the top card of your deck." @@ -9557,9 +7329,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Although it has a violent disposition, if you give it a nice ripe fruit that it loves, Noivern will suddenly become tame.", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9573,15 +7343,9 @@ "id": "sm11-160", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9596,21 +7360,14 @@ "attacks": [ { "name": "Venom Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy from this Pokémon. This attack does 170 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Injection-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Add a card from your opponent's discard pile to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -9622,16 +7379,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "PLANETA Tsuji", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9645,33 +7398,21 @@ "id": "sm11-161", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Heavy Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card for each of your Pokémon in play that has a Retreat Cost of exactly 4." }, { "name": "Tongue Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -9683,20 +7424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "161", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It checks out whatever's around it by licking everything. If you don't clean off a spot where it's licked you, you'll break out in a rash!", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9710,31 +7444,21 @@ "id": "sm11-162", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Licks Go Crazy", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a random card from your opponent's hand, discard the top card of your opponent's deck, and discard an Energy from your opponent's Active Pokémon." @@ -9746,20 +7470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "162", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "A contest is under way to determine which one can stick its tongue out the farthest. The current record is…more than 82 feet.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9773,31 +7490,20 @@ "id": "sm11-163", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Tag Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "This attack does 50 damage for each of your TAG TEAM Pokémon in play." @@ -9809,18 +7515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "Kangaskhan protects its child by keeping it in its pouch. It has zero forgiveness for those who harm its child and will beat them down.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9834,29 +7535,20 @@ "id": "sm11-164", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Berserker Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon does 10 damage to itself." @@ -9868,17 +7560,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "164", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "They live in groups. The one with the longest, thickest, and most-scarred horns is the boss of the herd.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9892,23 +7580,14 @@ "id": "sm11-165", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -9926,17 +7605,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "165", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Every day, it tilts its head in the same rhythm. A long time ago, people raised these Pokémon to serve as clocks.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9950,31 +7625,21 @@ "id": "sm11-166", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Blindside", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Slashing Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -9992,17 +7657,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "With eyes that can see in pitch-darkness, it never lets its prey escape. Some even call it \"the emperor of dark nights.\"", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10016,32 +7677,21 @@ "id": "sm11-167", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Lazy Howl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if they attach an Energy card from their hand to the Defending Pokémon, their turn ends." }, { "name": "Hang Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10053,18 +7703,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "167", "artist": "miki kudo", "rarity": "Common", "flavorText": "The way Slakoth lolls around makes anyone who watches it feel like doing the same.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10078,34 +7723,21 @@ "id": "sm11-168", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Boundless Power", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon can't attack during your next turn." @@ -10117,19 +7749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "168", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "The way Slakoth lolls around makes anyone who watches it feel like doing the same.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10143,34 +7769,22 @@ "id": "sm11-169", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -10182,17 +7796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "169", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its heartbeat is fast and its blood so agitated that it can't sit still for one second.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10206,13 +7816,9 @@ "id": "sm11-170", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -10222,14 +7828,9 @@ } ], "attacks": [ - { - "name": "Dynamic Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + { + "name": "Dynamic Swing", + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "You may do 100 more damage. If you do, during your opponent's next turn, this Pokémon takes 100 more damage from attacks (after applying Weakness and Resistance)." @@ -10241,20 +7842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "170", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "The world's laziest Pokémon. It moves to another spot when there's no food left within its reach.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10268,33 +7862,21 @@ "id": "sm11-171", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -10306,18 +7888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "171", "artist": "Sekio", "rarity": "Common", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10331,13 +7908,9 @@ "id": "sm11-172", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -10349,11 +7922,7 @@ "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -10365,18 +7934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "172", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It busily makes its nest with stacks of branches and roots it has cut up with its sharp incisors.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10390,16 +7954,10 @@ "id": "sm11-173", "name": "Munchlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Snorlax" - ], + "types": ["Colorless"], + "evolvesTo": ["Snorlax"], "abilities": [ { "name": "Snack Search", @@ -10411,9 +7969,7 @@ "artist": "sowsow", "rarity": "Uncommon", "flavorText": "It hides food under its long fur, but it sometimes forgets about it and causes a stinky disturbance.", - "nationalPokedexNumbers": [ - 446 - ], + "nationalPokedexNumbers": [446], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10427,32 +7983,21 @@ "id": "sm11-174", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10470,17 +8015,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "174", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "This very forgetful Pokémon will wait for a new order from its Trainer even though it already has one.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10494,33 +8035,22 @@ "id": "sm11-175", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard an Energy from this Pokémon." @@ -10538,17 +8068,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "175", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Many people believe that, deep in the forest where Tranquill live, there is a peaceful place where there is no war.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10562,31 +8088,21 @@ "id": "sm11-176", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Downburst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "You may have each player shuffle all cards attached to their Active Pokémon into their deck." @@ -10604,17 +8120,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "176", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Males swing their head plumage to threaten opponents. The females' flying abilities surpass those of the males.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10628,13 +8140,9 @@ "id": "sm11-177", "name": "Audino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Hearing", @@ -10645,10 +8153,7 @@ "attacks": [ { "name": "Drain Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -10660,17 +8165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "177", "artist": "sui", "rarity": "Uncommon", "flavorText": "Using the feelers on its ears, it can tell how someone is feeling or when an egg might hatch.", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10684,30 +8185,20 @@ "id": "sm11-178", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Thunderous Tornado", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If Thundurus is on your Bench, this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10725,17 +8216,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "178", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10749,22 +8236,14 @@ "id": "sm11-179", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -10782,17 +8261,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "179", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "While it's an amiable Pokémon, if you touch it unexpectedly, it will heat up its body in an instant, and you'll be burned.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10806,23 +8281,14 @@ "id": "sm11-180", "name": "Yungoos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gumshoos" - ], + "types": ["Colorless"], + "evolvesTo": ["Gumshoos"], "attacks": [ { "name": "Cavernous Chomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -10834,17 +8300,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Its stomach takes up most of its long torso. It's a big eater, so the amount Trainers have to spend on its food is no laughing matter.", - "nationalPokedexNumbers": [ - 734 - ], + "nationalPokedexNumbers": [734], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10858,21 +8320,14 @@ "id": "sm11-181", "name": "Gumshoos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "attacks": [ { "name": "Alert Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "If your opponent's Active Pokémon is a Pokémon-GX or Pokémon-EX, this attack's base damage is 30." @@ -10884,17 +8339,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "181", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Although it wasn't originally found in Alola, this Pokémon was brought over a long time ago when there was a huge Rattata outbreak.", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10908,30 +8359,20 @@ "id": "sm11-182", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sage's Riddle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Pokémon from your hand face down in front of you. Your opponent guesses the type of that Pokémon, and then you reveal it. If your opponent guessed right, they draw 4 cards. If they guessed wrong, you draw 4 cards. Return the Pokémon to your hand." }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -10943,19 +8384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "182", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It normally spends its time meditating in the treetops. It throws Poké Balls and gives other Pokémon orders as it pleases.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10969,29 +8404,20 @@ "id": "sm11-183", "name": "Type: Null", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -11003,17 +8429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "183", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "A Pokémon weapon developed for a specific mission, it went berserk during an experiment, so it was cryogenically frozen.", - "nationalPokedexNumbers": [ - 772 - ], + "nationalPokedexNumbers": [772], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11027,32 +8449,21 @@ "id": "sm11-184", "name": "Silvally", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "attacks": [ { "name": "Avenging Heart", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 50 more damage for each Prize card your opponent took on their last turn." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -11064,18 +8475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "184", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "This is its form once it has awakened and evolved. Freed from its heavy mask, its speed is greatly increased.", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11089,13 +8495,9 @@ "id": "sm11-185", "name": "Komala", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Drowsing", @@ -11106,9 +8508,7 @@ "attacks": [ { "name": "Snooze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This Pokémon is now Asleep." @@ -11120,17 +8520,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "185", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "It stays asleep from the moment it's born. When it falls into a deep sleep, it stops moving altogether.", - "nationalPokedexNumbers": [ - 775 - ], + "nationalPokedexNumbers": [775], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11144,9 +8540,7 @@ "id": "sm11-186", "name": "Blaine's Quiz Show", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put a Pokémon from your hand face down in front of you and tell your opponent the name of an attack it has. Your opponent guesses the name of that Pokémon, and then you reveal it. If your opponent guessed right, they draw 4 cards. If they guessed wrong, you draw 4 cards. Return the Pokémon to your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11167,9 +8561,7 @@ "id": "sm11-187", "name": "Blizzard Town", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon with 40 HP or less remaining (both yours and your opponent's) can't attack.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11190,9 +8582,7 @@ "id": "sm11-188", "name": "Blue's Tactics", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "At the end of this turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11213,9 +8603,7 @@ "id": "sm11-189", "name": "Bug Catcher", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. Flip a coin. If heads, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11236,9 +8624,7 @@ "id": "sm11-190", "name": "Channeler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Remove all effects of attacks on you and each of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11259,9 +8645,7 @@ "id": "sm11-191", "name": "Cherish Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon-GX, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11282,9 +8666,7 @@ "id": "sm11-191a", "name": "Cherish Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon-GX, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11305,9 +8687,7 @@ "id": "sm11-192", "name": "Coach Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your Active Pokémon is a TAG TEAM Pokémon, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11328,9 +8708,7 @@ "id": "sm11-193", "name": "Dark City", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Basic Darkness Pokémon in play (both yours and your opponent's) have no Retreat Cost.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11351,9 +8729,7 @@ "id": "sm11-194", "name": "Ear-Ringing Bell", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), the Attacking Pokémon is now Confused.", @@ -11375,9 +8751,7 @@ "id": "sm11-195", "name": "Flyinium Z: Air Slash", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has the Air Slash attack, it can use the GX attack on this card. (You still need the necessary Energy to use this attack.)", @@ -11386,12 +8760,7 @@ "attacks": [ { "name": "Speeding Skystrike-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -11413,9 +8782,7 @@ "id": "sm11-196", "name": "Giant Bomb", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to 1 of your Pokémon, discard it at the end of your opponent's turn.", @@ -11438,9 +8805,7 @@ "id": "sm11-197", "name": "Giant Hearth", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a card from their hand. If they do, that player searches their deck for up to 2 Fire Energy cards, reveals them, and puts them into their hand. Then, that player shuffles their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11461,9 +8826,7 @@ "id": "sm11-198", "name": "Great Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 50 damage from your Active Pokémon-GX.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11484,9 +8847,7 @@ "id": "sm11-199", "name": "Grimsley", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move up to 3 damage counters from 1 of your opponent's Pokémon to another of their Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11507,9 +8868,7 @@ "id": "sm11-200", "name": "Hapu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 6 cards of your deck and put 2 of them into your hand. Discard the other cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11530,9 +8889,7 @@ "id": "sm11-201", "name": "Karate Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have more Prize cards remaining than your opponent, the attacks of the Pokémon this card is attached to cost Fighting less.", @@ -11554,9 +8911,7 @@ "id": "sm11-202", "name": "Misty's Favor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Supporter cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11577,9 +8932,7 @@ "id": "sm11-203", "name": "Normalium Z: Tackle", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has the Tackle attack, it can use the GX attack on this card. (You still need the necessary Energy to use this attack.)", @@ -11588,12 +8941,7 @@ "attacks": [ { "name": "Barreling Blitz-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200+", "text": "Flip a coin until you get tails. This attack does 40 more damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -11615,9 +8963,7 @@ "id": "sm11-204", "name": "Poké Maniac", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon that have a Retreat Cost of exactly 4, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11638,9 +8984,7 @@ "id": "sm11-205", "name": "Pokémon Research Lab", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for up to 2 Pokémon that evolve from Unidentified Fossil, put those Pokémon onto their Bench, and shuffle their deck. If a player searches their deck in this way, their turn ends.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11661,9 +9005,7 @@ "id": "sm11-206", "name": "Reset Stamp", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent shuffles their hand into their deck and draws a card for each of their remaining Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11684,9 +9026,7 @@ "id": "sm11-206a", "name": "Reset Stamp", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent shuffles their hand into their deck and draws a card for each of their remaining Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11707,9 +9047,7 @@ "id": "sm11-207", "name": "Slumbering Forest", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "If a Pokémon is Asleep, its owner flips 2 coins instead of 1 for that Special Condition between turns. If either of them is tails, that Pokémon is still Asleep.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11730,9 +9068,7 @@ "id": "sm11-208", "name": "Stadium Nav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11753,9 +9089,7 @@ "id": "sm11-209", "name": "Tag Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move up to 2 Energy from 1 of your TAG TEAM Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11776,9 +9110,7 @@ "id": "sm11-210", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "60", "rules": [ "Play this card as if it were a 60-HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", @@ -11801,9 +9133,7 @@ "id": "sm11-211", "name": "U-Turn Board", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Retreat Cost of the Pokémon this card is attached to is Colorless less.", @@ -11826,9 +9156,7 @@ "id": "sm11-212", "name": "Recycle Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "If this card is discarded from play, put it into your hand instead of the discard pile." @@ -11848,9 +9176,7 @@ "id": "sm11-213", "name": "Weakness Guard Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "The Pokémon this card is attached to has no Weakness." @@ -11870,49 +9196,31 @@ "id": "sm11-214", "name": "Rowlet & Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Calming Hurricane", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal 30 damage from this Pokémon." }, { "name": "Tropical Hour-GX", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -11924,19 +9232,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "214", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 103, - 722 - ], + "nationalPokedexNumbers": [103, 722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11950,49 +9251,31 @@ "id": "sm11-215", "name": "Rowlet & Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Calming Hurricane", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal 30 damage from this Pokémon." }, { "name": "Tropical Hour-GX", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -12004,19 +9287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "215", "artist": "Naoyo Kimura", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 103, - 722 - ], + "nationalPokedexNumbers": [103, 722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12030,14 +9306,9 @@ "id": "sm11-216", "name": "Heatran-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12051,20 +9322,14 @@ "attacks": [ { "name": "Steaming Stomp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Hot Burn-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Fire Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12076,18 +9341,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "216", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12101,39 +9360,24 @@ "id": "sm11-217", "name": "Slowpoke & Psyduck-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ditch and Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way." }, { "name": "Thrilling Times-GX", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -12145,18 +9389,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "217", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 54, - 79 - ], + "nationalPokedexNumbers": [54, 79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12170,39 +9408,24 @@ "id": "sm11-218", "name": "Slowpoke & Psyduck-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ditch and Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way." }, { "name": "Thrilling Times-GX", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -12214,18 +9437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "218", "artist": "Miki Tanaka", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 54, - 79 - ], + "nationalPokedexNumbers": [54, 79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12239,14 +9456,9 @@ "id": "sm11-219", "name": "Keldeo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12260,22 +9472,14 @@ "attacks": [ { "name": "Sonic Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Resolute Blade-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12287,17 +9491,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "219", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12311,37 +9510,23 @@ "id": "sm11-220", "name": "Raichu & Alolan Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Tandem Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 80 more damage, and your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ride-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150+", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If this Pokémon has at least 2 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -12359,17 +9544,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "220", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12383,37 +9563,23 @@ "id": "sm11-221", "name": "Raichu & Alolan Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Tandem Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 80 more damage, and your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ride-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150+", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If this Pokémon has at least 2 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -12431,17 +9597,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "221", "artist": "tetsuya koizumi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12455,15 +9616,9 @@ "id": "sm11-222", "name": "Mewtwo & Mew-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -12477,11 +9632,7 @@ "attacks": [ { "name": "Miraculous Duo-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12493,18 +9644,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "222", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150, - 151 - ], + "nationalPokedexNumbers": [150, 151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12518,14 +9663,9 @@ "id": "sm11-223", "name": "Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12539,20 +9679,14 @@ "attacks": [ { "name": "Tag Purge", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from TAG TEAM Pokémon." }, { "name": "Clear Vision-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your opponent can't use any GX attacks. (You can't use more than 1 GX attack in a game.)" @@ -12567,9 +9701,7 @@ "number": "223", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12583,14 +9715,9 @@ "id": "sm11-224", "name": "Aerodactyl-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12605,20 +9732,14 @@ "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Wild Dive-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12633,9 +9754,7 @@ "number": "224", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12649,41 +9768,23 @@ "id": "sm11-225", "name": "Mega Sableye & Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Greedy Crush", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Gigafall-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -12701,20 +9802,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "225", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248, - 302 - ], + "nationalPokedexNumbers": [248, 302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12728,41 +9821,23 @@ "id": "sm11-226", "name": "Mega Sableye & Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Greedy Crush", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Gigafall-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -12780,20 +9855,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "226", "artist": "chibi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248, - 302 - ], + "nationalPokedexNumbers": [248, 302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12807,14 +9874,9 @@ "id": "sm11-227", "name": "Mawile-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12828,20 +9890,14 @@ "attacks": [ { "name": "Wily Bite", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Big Eater-GX", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard all Supporter cards you find there. (You can't use more than 1 GX attack in a game.)" @@ -12859,16 +9915,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "227", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12882,46 +9934,30 @@ "id": "sm11-228", "name": "Garchomp & Giratina-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Calamitous Slash", - "cost": [ - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." }, { "name": "GG End-GX", - "cost": [ - "Psychic", - "Psychic", - "Fighting" - ], + "cost": ["Psychic", "Psychic", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 1 of your opponent's Pokémon and all cards attached to it. If this Pokémon has at least 3 extra Fighting Energy attached to it (in addition to this attack's cost), discard 2 of your opponent's Pokémon instead. (You can't use more than 1 GX attack in a game.)" @@ -12933,19 +9969,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "228", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 445, - 487 - ], + "nationalPokedexNumbers": [445, 487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12959,14 +9988,9 @@ "id": "sm11-229", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12974,11 +9998,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -12998,9 +10018,7 @@ }, { "name": "Mach Delivery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -13012,17 +10030,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "229", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13036,15 +10049,9 @@ "id": "sm11-230", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13059,21 +10066,14 @@ "attacks": [ { "name": "Venom Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy from this Pokémon. This attack does 170 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Injection-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Add a card from your opponent's discard pile to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -13085,16 +10085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "230", "artist": "ConceptLab", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13108,9 +10104,7 @@ "id": "sm11-231", "name": "Blue's Tactics", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "At the end of this turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13131,9 +10125,7 @@ "id": "sm11-232", "name": "Channeler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Remove all effects of attacks on you and each of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13154,9 +10146,7 @@ "id": "sm11-233", "name": "Coach Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your Active Pokémon is a TAG TEAM Pokémon, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13177,9 +10167,7 @@ "id": "sm11-234", "name": "Grimsley", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move up to 3 damage counters from 1 of your opponent's Pokémon to another of their Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13200,9 +10188,7 @@ "id": "sm11-235", "name": "Misty's Favor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Supporter cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13223,9 +10209,7 @@ "id": "sm11-236", "name": "Poké Maniac", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon that have a Retreat Cost of exactly 4, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13246,49 +10230,31 @@ "id": "sm11-237", "name": "Rowlet & Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Growth", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Calming Hurricane", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal 30 damage from this Pokémon." }, { "name": "Tropical Hour-GX", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -13300,19 +10266,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "237", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 103, - 722 - ], + "nationalPokedexNumbers": [103, 722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13326,14 +10285,9 @@ "id": "sm11-238", "name": "Heatran-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13347,20 +10301,14 @@ "attacks": [ { "name": "Steaming Stomp", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Hot Burn-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Fire Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13372,18 +10320,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "238", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13397,39 +10339,24 @@ "id": "sm11-239", "name": "Slowpoke & Psyduck-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ditch and Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40×", "text": "Discard any number of Supporter cards from your hand. This attack does 40 damage for each card you discarded in this way." }, { "name": "Thrilling Times-GX", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 100 more damage. If this Pokémon has at least 6 extra Water Energy attached to it (in addition to this attack's cost), flip 10 coins instead, and this attack does 100 more damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -13441,18 +10368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "239", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 54, - 79 - ], + "nationalPokedexNumbers": [54, 79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13466,14 +10387,9 @@ "id": "sm11-240", "name": "Keldeo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13487,22 +10403,14 @@ "attacks": [ { "name": "Sonic Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Resolute Blade-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13514,17 +10422,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "240", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13538,37 +10441,23 @@ "id": "sm11-241", "name": "Raichu & Alolan Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Tandem Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 80 more damage, and your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ride-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150+", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If this Pokémon has at least 2 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -13586,17 +10475,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "241", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13610,15 +10494,9 @@ "id": "sm11-242", "name": "Mewtwo & Mew-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -13632,11 +10510,7 @@ "attacks": [ { "name": "Miraculous Duo-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13648,18 +10522,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "242", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 150, - 151 - ], + "nationalPokedexNumbers": [150, 151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13673,14 +10541,9 @@ "id": "sm11-243", "name": "Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13694,20 +10557,14 @@ "attacks": [ { "name": "Tag Purge", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from TAG TEAM Pokémon." }, { "name": "Clear Vision-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your opponent can't use any GX attacks. (You can't use more than 1 GX attack in a game.)" @@ -13722,9 +10579,7 @@ "number": "243", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13738,14 +10593,9 @@ "id": "sm11-244", "name": "Aerodactyl-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13760,20 +10610,14 @@ "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Wild Dive-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13788,9 +10632,7 @@ "number": "244", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13804,41 +10646,23 @@ "id": "sm11-245", "name": "Mega Sableye & Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Greedy Crush", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Gigafall-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -13856,20 +10680,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "245", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 248, - 302 - ], + "nationalPokedexNumbers": [248, 302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13883,14 +10699,9 @@ "id": "sm11-246", "name": "Mawile-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13904,20 +10715,14 @@ "attacks": [ { "name": "Wily Bite", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Big Eater-GX", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard all Supporter cards you find there. (You can't use more than 1 GX attack in a game.)" @@ -13935,16 +10740,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "246", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13958,46 +10759,30 @@ "id": "sm11-247", "name": "Garchomp & Giratina-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Calamitous Slash", - "cost": [ - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." }, { "name": "GG End-GX", - "cost": [ - "Psychic", - "Psychic", - "Fighting" - ], + "cost": ["Psychic", "Psychic", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 1 of your opponent's Pokémon and all cards attached to it. If this Pokémon has at least 3 extra Fighting Energy attached to it (in addition to this attack's cost), discard 2 of your opponent's Pokémon instead. (You can't use more than 1 GX attack in a game.)" @@ -14009,19 +10794,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "247", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 445, - 487 - ], + "nationalPokedexNumbers": [445, 487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14035,14 +10813,9 @@ "id": "sm11-248", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14050,11 +10823,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -14074,9 +10843,7 @@ }, { "name": "Mach Delivery-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -14088,17 +10855,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "248", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14112,15 +10874,9 @@ "id": "sm11-249", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14135,21 +10891,14 @@ "attacks": [ { "name": "Venom Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy from this Pokémon. This attack does 170 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Injection-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Add a card from your opponent's discard pile to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -14161,16 +10910,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "249", "artist": "ConceptLab", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14184,9 +10929,7 @@ "id": "sm11-250", "name": "Cherish Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon-GX, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -14207,9 +10950,7 @@ "id": "sm11-251", "name": "Giant Bomb", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to 1 of your Pokémon, discard it at the end of your opponent's turn.", @@ -14232,9 +10973,7 @@ "id": "sm11-252", "name": "Karate Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have more Prize cards remaining than your opponent, the attacks of the Pokémon this card is attached to cost Fighting less.", @@ -14256,9 +10995,7 @@ "id": "sm11-253", "name": "Reset Stamp", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent shuffles their hand into their deck and draws a card for each of their remaining Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -14279,9 +11016,7 @@ "id": "sm11-254", "name": "Tag Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move up to 2 Energy from 1 of your TAG TEAM Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -14302,9 +11037,7 @@ "id": "sm11-255", "name": "U-Turn Board", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Retreat Cost of the Pokémon this card is attached to is Colorless less.", @@ -14327,9 +11060,7 @@ "id": "sm11-256", "name": "Viridian Forest", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a card from their hand. If they do, that player searches their deck for a basic Energy card, reveals it, and puts it into their hand. Then, that player shuffles their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -14350,9 +11081,7 @@ "id": "sm11-257", "name": "Recycle Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "If this card is discarded from play, put it into your hand instead of the discard pile." @@ -14372,9 +11101,7 @@ "id": "sm11-258", "name": "Weakness Guard Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "The Pokémon this card is attached to has no Weakness." diff --git a/cards/en/sm115.json b/cards/en/sm115.json index 3e33ce288..4d342c618 100644 --- a/cards/en/sm115.json +++ b/cards/en/sm115.json @@ -3,22 +3,14 @@ "id": "sm115-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "Perhaps because it would like to grow up quickly, it has a voracious appetite, eating a hundred leaves a day.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,24 +42,15 @@ "id": "sm115-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -83,18 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Its shell is filled with a thick liquid. All of the cells throughout its body are being rebuilt in preparation for evolution.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -108,21 +82,14 @@ "id": "sm115-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "" @@ -134,17 +101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its wings are covered in toxic scales. If it finds bird Pokémon going after Caterpie, Butterfree sprinkles its scales on them to drive them off.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -158,32 +121,21 @@ "id": "sm115-4", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -195,17 +147,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "OOYAMA", "rarity": "Common", "flavorText": "Whether it's due to a lack of moisture or a lack of nutrients, in Alola the mushrooms on Paras don't grow up quite right.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -219,32 +167,21 @@ "id": "sm115-5", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Slash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Scythe", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -256,17 +193,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "Its two sharp scythes are more than just weapons. It uses them with dexterity to dress its prey before eating.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -280,36 +213,23 @@ "id": "sm115-6", "name": "Pinsir-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Superpowered Horns", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Guillotine-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "(You can't use more than 1 GX attack in a game.)" @@ -321,17 +241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -345,32 +260,21 @@ "id": "sm115-7", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -382,17 +286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -406,35 +306,22 @@ "id": "sm115-8", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -446,17 +333,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -470,14 +353,9 @@ "id": "sm115-9", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -485,24 +363,14 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" }, { "name": "Flare Blitz-GX", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "(You can't use more than 1 GX attack in a game.)" @@ -514,18 +382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "aky CG Works", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -539,23 +401,14 @@ "id": "sm115-10", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -567,18 +420,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "Its entire body is burning. When it breathes, the temperature rises. When it sneezes, flames shoot out!", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -592,22 +440,14 @@ "id": "sm115-11", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headache", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -619,17 +459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "nagimiso", "rarity": "Common", "flavorText": "Using psychokinesis gives it a headache, so it normally passes the time spacing out and doing as little as possible.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -643,23 +479,14 @@ "id": "sm115-12", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -671,18 +498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Alolan home cooking involves drying Slowpoke tails and then simmering them into a salty stew.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -696,22 +518,14 @@ "id": "sm115-13", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Numbing Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -723,17 +537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "In many places, there are folktales of stardust falling into the ocean and becoming Staryu.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -747,14 +557,9 @@ "id": "sm115-14", "name": "Starmie-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -762,29 +567,21 @@ "attacks": [ { "name": "Star Stream", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach 2 Water Energy cards from your discard pile to 1 of your Pokémon." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Hydro Pump-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage times the amount of Water Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -799,9 +596,7 @@ "number": "14", "artist": "PLANETA Otani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -815,22 +610,14 @@ "id": "sm115-15", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -842,17 +629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "In the distant past, they were fairly strong, but they have become gradually weaker over time.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -866,14 +649,9 @@ "id": "sm115-16", "name": "Gyarados-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -881,24 +659,14 @@ "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Hyper Beam-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -910,18 +678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -935,21 +697,13 @@ "id": "sm115-17", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -961,18 +715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "kodama", "rarity": "Rare", "flavorText": "It likes swimming around with people on its back. In the Alola region, it's an important means of transportation over water.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -986,32 +735,21 @@ "id": "sm115-18", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Bubble Drain", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." @@ -1023,19 +761,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Clean, clear waters are its usual habitat. When it's about to be attacked by an invading enemy, it dives into the water to hide.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1049,33 +781,21 @@ "id": "sm115-19", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1093,17 +813,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1117,14 +833,9 @@ "id": "sm115-20", "name": "Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1132,22 +843,14 @@ "attacks": [ { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Spark Ball-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "(You can't use more than 1 GX attack in a game.)" @@ -1165,16 +868,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1188,22 +887,14 @@ "id": "sm115-21", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1221,17 +912,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "It was discovered when Poké Balls were introduced. It is said that there is some connection.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1245,31 +932,21 @@ "id": "sm115-22", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Electroblast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -1287,17 +964,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "It explodes in response to even minor stimuli. It is feared, with the nickname of \"The Bomb Ball.\"", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1311,13 +984,9 @@ "id": "sm115-23", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1329,10 +998,7 @@ "attacks": [ { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard all Energy from this Pokémon." @@ -1354,9 +1020,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its lungs contain an organ that creates electricity. The crackling sound of electricity can be heard when it exhales.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1370,31 +1034,20 @@ "id": "sm115-24", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Hurricane Call", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 4 coins. For each heads, search your deck for a Lightning Energy card and attach it to 1 of your Pokémon-GX or Pokémon-EX. Then, shuffle your deck." }, { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1412,18 +1065,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon that is said to appear from clouds while dropping enormous lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1437,22 +1085,14 @@ "id": "sm115-25", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Wrap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -1464,17 +1104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "MAHOU", "rarity": "Common", "flavorText": "By dislocating its jaw, it can swallow prey larger than itself. After a meal, it curls up and rests.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1488,23 +1124,14 @@ "id": "sm115-26", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1516,17 +1143,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "By dislocating its jaw, it can swallow prey larger than itself. After a meal, it curls up and rests.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1540,13 +1163,9 @@ "id": "sm115-27", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ekans", "abilities": [ { @@ -1558,11 +1177,7 @@ "attacks": [ { "name": "Rocket Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Jessie & James is in your discard pile, this attack does 80 more damage." @@ -1574,18 +1189,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "kirisAki", "rarity": "Rare", "flavorText": "The latest research has determined that there are over 20 possible arrangements of the patterns on its stomach.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1599,22 +1209,14 @@ "id": "sm115-28", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1626,17 +1228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "Its thin, balloon-like body is inflated by horribly toxic gases. It reeks when it is nearby.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1650,13 +1248,9 @@ "id": "sm115-29", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -1668,9 +1262,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -1682,19 +1274,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "If one of the twin Koffing inflates, the other one deflates. It constantly mixes its poisonous gases.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1708,29 +1294,20 @@ "id": "sm115-30", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lovely Kiss", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1742,17 +1319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It sways its hips to a rhythm all its own. The precise movements of Jynx living in Alola are truly wonderful.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1766,36 +1339,23 @@ "id": "sm115-31", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Psycrush-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1807,17 +1367,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "aky CG Works", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1831,20 +1386,13 @@ "id": "sm115-32", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1856,17 +1404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1880,22 +1424,14 @@ "id": "sm115-33", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1907,18 +1443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Geodude that have lived a long life have had all their edges smoothed out until they're totally round. They also have a calm, quiet disposition.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1932,36 +1463,22 @@ "id": "sm115-34", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Mudslide", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Fighting Energy from this Pokémon. This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1973,19 +1490,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It climbs up cliffs as it heads toward the peak of a mountain. As soon as it reaches the summit, it rolls back down the way it came.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1999,34 +1510,21 @@ "id": "sm115-35", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 20 damage to 3 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2038,20 +1536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "35", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "When Golem grow old, they stop shedding their shells. Those that have lived a long, long time have shells green with moss.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2065,26 +1556,17 @@ "id": "sm115-36", "name": "Onix-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "200", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bind", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2122,19 +1604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "36", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2148,23 +1623,14 @@ "id": "sm115-37", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2176,18 +1642,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Hasuno", "rarity": "Common", "flavorText": "The skull it wears on its head is that of its dead mother. According to some, it will evolve when it comes to terms with the pain of her death.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2201,31 +1662,21 @@ "id": "sm115-38", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Pound", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2243,17 +1694,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "They're popular, but they're rare. Trainers who show them off recklessly may be targeted by thieves.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2267,32 +1714,21 @@ "id": "sm115-39", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Pound", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Moon Dance", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2310,17 +1746,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "kirisAki", "rarity": "Common", "flavorText": "They're popular, but they're rare. Trainers who show them off recklessly may be targeted by thieves.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2334,32 +1766,21 @@ "id": "sm115-40", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Pound", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Moon Impact", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2377,18 +1798,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "sui", "rarity": "Rare", "flavorText": "It can't help but hear a pin drop from over half a mile away, so it lives deep in the mountains where there aren't many people or Pokémon.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2402,32 +1818,21 @@ "id": "sm115-41", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Singing Voice", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2445,17 +1850,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Mizue", "rarity": "Common", "flavorText": "Recordings of Jigglypuff's strange lullabies can be purchased from department stores. These CDs can be found near the bedding area.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2469,14 +1870,9 @@ "id": "sm115-42", "name": "Wigglytuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2484,22 +1880,14 @@ "attacks": [ { "name": "Rolling Rush", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." }, { "name": "Lovely Star-GX", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2517,17 +1905,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2541,29 +1924,20 @@ "id": "sm115-43", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Happy Mime", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws a card." }, { "name": "Double Slap", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." @@ -2581,17 +1955,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "Its pantomime skills are wonderful. You may become enraptured while watching it, but next thing you know, Mr. Mime has made a real wall.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2605,36 +1975,23 @@ "id": "sm115-44", "name": "Moltres & Zapdos & Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Trinity Burn", - "cost": [ - "Fire", - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Water", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" }, { "name": "Sky Legends-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -2652,20 +2009,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 144, - 145, - 146 - ], + "nationalPokedexNumbers": [144, 145, 146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2679,23 +2028,14 @@ "id": "sm115-45", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Leek Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2713,17 +2053,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "The plant stalk it holds is its weapon. The stalk is used like a sword to cut all sorts of things.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2737,24 +2073,14 @@ "id": "sm115-46", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 20 damage to itself." @@ -2766,18 +2092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "It seems that other Pokémon's efforts to take its delicious, nutritious egg away from it caused Chansey to get faster at fleeing.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2791,20 +2112,13 @@ "id": "sm115-47", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Parental Fury", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage for each heads." @@ -2816,18 +2130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "You Iribi", "rarity": "Rare", "flavorText": "Kangaskhan protects its child by keeping it in its pouch. It has zero forgiveness for those who harm its child and will beat them down.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2841,13 +2150,9 @@ "id": "sm115-48", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2861,19 +2166,14 @@ "attacks": [ { "name": "Curiosity", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Spin Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -2885,17 +2185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "The question of why only Eevee has such unstable genes has still not been solved.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2909,13 +2205,9 @@ "id": "sm115-49", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2929,9 +2221,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2943,17 +2233,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "Current studies show it can evolve into an incredible eight different species of Pokémon.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2967,22 +2253,13 @@ "id": "sm115-50", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Incredible Snore", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -2994,19 +2271,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It doesn't do anything other than eat and sleep. When prompted to make a serious effort, though, it apparently displays awesome power.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3020,9 +2291,7 @@ "id": "sm115-51", "name": "Bill's Analysis", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal up to 2 Trainer cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3043,9 +2312,7 @@ "id": "sm115-52", "name": "Blaine's Last Stand", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Draw 2 cards for each Fire Pokémon you have in play.", @@ -3067,9 +2334,7 @@ "id": "sm115-53", "name": "Brock's Grit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3090,9 +2355,7 @@ "id": "sm115-54", "name": "Brock's Pewter City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Onix-GX (both yours and your opponent's) take 40 less damage from the opponent's attacks (after applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -3113,9 +2376,7 @@ "id": "sm115-55", "name": "Brock's Training", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach an Energy card from your hand to 1 of your Geodude, Graveler, Golem, Onix-GX, Cubone, Rhyhorn, Rhydon, or Sudowoodo.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3136,9 +2397,7 @@ "id": "sm115-56", "name": "Erika's Hospitality", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have 4 or fewer other cards in your hand.", "Draw a card for each of your opponent's Pokémon in play.", @@ -3160,9 +2419,7 @@ "id": "sm115-57", "name": "Giovanni's Exile", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3183,9 +2440,7 @@ "id": "sm115-58", "name": "Jessie & James", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player discards 2 cards from their hand. Your opponent discards first.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3206,9 +2461,7 @@ "id": "sm115-59", "name": "Koga's Trap", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent's Active Pokémon is now Confused and Poisoned.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3229,9 +2482,7 @@ "id": "sm115-60", "name": "Lt. Surge's Strategy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have more Prize cards remaining than your opponent.", "During this turn, you can play 3 Supporter cards (including this card).", @@ -3253,9 +2504,7 @@ "id": "sm115-61", "name": "Misty's Cerulean City Gym", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The attacks of Starmie-GX (both yours and your opponent's) do 40 more damage to the opponent's Active Pokémon (before applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -3276,9 +2525,7 @@ "id": "sm115-62", "name": "Misty's Determination", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3299,9 +2546,7 @@ "id": "sm115-63", "name": "Misty's Water Command", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move any number of Water Energy from your Pokémon to your Psyduck, Horsea, Staryu, Starmie-GX, Magikarp, Gyarados, or Lapras in any way you like.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3322,9 +2567,7 @@ "id": "sm115-64", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3346,9 +2589,7 @@ "id": "sm115-65", "name": "Sabrina's Suggestion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. You may choose a Supporter card you find there and use the effect of that card as the effect of this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3369,36 +2610,23 @@ "id": "sm115-66", "name": "Moltres & Zapdos & Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Trinity Burn", - "cost": [ - "Fire", - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Water", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" }, { "name": "Sky Legends-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -3416,20 +2644,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 144, - 145, - 146 - ], + "nationalPokedexNumbers": [144, 145, 146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3443,9 +2663,7 @@ "id": "sm115-67", "name": "Giovanni's Exile", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 of your Benched Pokémon that have no damage counters on them and all cards attached to them.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3466,9 +2684,7 @@ "id": "sm115-68", "name": "Jessie & James", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player discards 2 cards from their hand. Your opponent discards first.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3489,36 +2705,23 @@ "id": "sm115-69", "name": "Moltres & Zapdos & Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Trinity Burn", - "cost": [ - "Fire", - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Water", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" }, { "name": "Sky Legends-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -3536,20 +2739,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 144, - 145, - 146 - ], + "nationalPokedexNumbers": [144, 145, 146], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/sm12.json b/cards/en/sm12.json index 1f0d41f8c..7728f208d 100644 --- a/cards/en/sm12.json +++ b/cards/en/sm12.json @@ -3,18 +3,10 @@ "id": "sm12-1", "name": "Venusaur & Snivy-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -28,23 +20,14 @@ "attacks": [ { "name": "Forest Dump", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" }, { "name": "Solar Plant-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -56,19 +39,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 3, - 495 - ], + "nationalPokedexNumbers": [3, 495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -82,22 +58,14 @@ "id": "sm12-2", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." @@ -109,17 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Yumi", "rarity": "Common", "flavorText": "During the day, it stays in the cold underground to avoid the sun. It grows by bathing in moonlight.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -133,24 +97,15 @@ "id": "sm12-3", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -162,18 +117,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "sui", "rarity": "Uncommon", "flavorText": "Smells incredibly foul! However, around one out of a thousand people enjoy sniffing its nose-bending stink.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -187,14 +137,9 @@ "id": "sm12-4", "name": "Vileplume-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -209,19 +154,14 @@ "attacks": [ { "name": "Massive Bloom", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "180-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." }, { "name": "Allergic Explosion-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -233,17 +173,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kagemaru Himeno", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -257,22 +192,14 @@ "id": "sm12-5", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Toxic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." @@ -284,18 +211,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "otumami", "rarity": "Common", "flavorText": "Many writhing vines cover it, so its true identity remains unknown. The blue vines grow its whole life long.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -309,31 +231,21 @@ "id": "sm12-6", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Grass Knot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Slam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage for each heads." @@ -345,19 +257,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -371,22 +277,14 @@ "id": "sm12-7", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -398,17 +296,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "0313", "rarity": "Common", "flavorText": "It may plummet from the sky. If attacked by a Spearow, it will violently shake its leaves.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -422,32 +316,21 @@ "id": "sm12-8", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Solar Power", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your next turn, ignore all Energy in the attack costs of Grass Pokémon and Fire Pokémon. (This includes Pokémon that come into play on that turn.)" }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -459,17 +342,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Yumi", "rarity": "Rare", "flavorText": "As the hot season approaches, the petals on this Pokémon's face become more vivid and lively.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -483,30 +362,20 @@ "id": "sm12-9", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Lunge Out", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Riled Horn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If your opponent has any TAG TEAM Pokémon in play, this attack does 70 more damage." @@ -518,19 +387,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "It's proud of its thick horn. In Alola, its biggest rival is Vikavolt, which it's always fighting with.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -544,34 +407,22 @@ "id": "sm12-10", "name": "Lileep", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Cradily" - ], + "evolvesTo": ["Cradily"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -583,18 +434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "In ancient times, it lived in warm seas. It disguised itself as seaweed to ambush its prey and devoured them whole when they got close.", - "nationalPokedexNumbers": [ - 345 - ], + "nationalPokedexNumbers": [345], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -608,13 +454,9 @@ "id": "sm12-11", "name": "Cradily", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lileep", "abilities": [ { @@ -626,11 +468,7 @@ "attacks": [ { "name": "Poison Tentacles", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -642,19 +480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "otumami", "rarity": "Rare", "flavorText": "Normally, it lived on shallow sea shoals. When the tide went out, this Pokémon came up on land to search for prey.", - "nationalPokedexNumbers": [ - 346 - ], + "nationalPokedexNumbers": [346], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -668,29 +500,20 @@ "id": "sm12-12", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Leaf Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." @@ -702,18 +525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "The bunches of fruit growing around the necks of Tropius in Alola are especially sweet compared to those in other regions.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -727,31 +545,21 @@ "id": "sm12-13", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -763,17 +571,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It chats with others using the sounds of its colliding antennae. These sounds are fall hallmarks.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -787,20 +591,14 @@ "id": "sm12-14", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "Improvisational Performance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If you have exactly 1 card in your hand, this attack does 100 more damage. If you have exactly 3 cards in your hand, your opponent's Active Pokémon is now Confused. If you have exactly 6 cards in your hand, this attack does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -812,18 +610,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "It crosses its knifelike arms in front of its chest when it cries. It can compose melodies ad lib.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -837,22 +630,14 @@ "id": "sm12-15", "name": "Deerling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sawsbuck" - ], + "types": ["Grass"], + "evolvesTo": ["Sawsbuck"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -864,17 +649,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Their coloring changes according to the season and can be slightly affected by the temperature and humidity as well.", - "nationalPokedexNumbers": [ - 585 - ], + "nationalPokedexNumbers": [585], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -888,13 +669,9 @@ "id": "sm12-16", "name": "Sawsbuck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Deerling", "abilities": [ { @@ -906,10 +683,7 @@ "attacks": [ { "name": "Bounce", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." @@ -921,18 +695,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "sui", "rarity": "Rare Holo", "flavorText": "They migrate according to the seasons. People can tell the season by looking at Sawsbuck's horns.", - "nationalPokedexNumbers": [ - 586 - ], + "nationalPokedexNumbers": [586], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -946,32 +715,21 @@ "id": "sm12-17", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Hide and Seek", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -983,17 +741,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It sends its feathers, which are as sharp as blades, flying in attack. Its legs are strong, so its kicks are also formidable.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1007,22 +761,14 @@ "id": "sm12-18", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Skill Dive", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1034,17 +780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It sends its feathers, which are as sharp as blades, flying in attack. Its legs are strong, so its kicks are also formidable.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1058,33 +800,22 @@ "id": "sm12-19", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wing Flick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -1096,17 +827,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "This narcissistic Pokémon is a clean freak. If you don't groom it diligently, it will stop listening to you.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1120,30 +847,21 @@ "id": "sm12-20", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "attacks": [ { "name": "Skill Dive", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tracking Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "This attack does 80 damage to 1 of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1155,17 +873,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It nocks its arrow quills and shoots them at opponents. When it simply can't afford to miss, it tugs the vine on its head to improve its focus.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1179,14 +893,9 @@ "id": "sm12-21", "name": "Buzzwole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Beast Boost", @@ -1197,10 +906,7 @@ "attacks": [ { "name": "Touchdown", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." @@ -1212,18 +918,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Although it's alien to this world and a danger here, it's apparently a common organism in the world where it normally lives.", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1237,39 +938,24 @@ "id": "sm12-22", "name": "Charizard & Braixen-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Delphox" - ], + "types": ["Fire"], + "evolvesTo": ["Delphox"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Brilliant Flare", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Crimson Flame Pillar-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is now Burned and Confused. (You can't use more than 1 GX attack in a game.)" @@ -1281,19 +967,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 6, - 654 - ], + "nationalPokedexNumbers": [6, 654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1307,31 +986,21 @@ "id": "sm12-23", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1343,17 +1012,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Uta", "rarity": "Common", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1367,30 +1032,21 @@ "id": "sm12-24", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Overrun", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1406,9 +1062,7 @@ "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hopes of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1422,13 +1076,9 @@ "id": "sm12-25", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1440,11 +1090,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from this Pokémon." @@ -1456,18 +1102,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "If it inhales deeply, that's a sign it's about to attack. Prepare to be hit by flames of over 3,000 degrees Fahrenheit!", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1481,22 +1122,14 @@ "id": "sm12-26", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -1508,19 +1141,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A common sight in volcanic areas, it slowly slithers around in a constant search for warm places.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1534,30 +1161,21 @@ "id": "sm12-27", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Stomp Off", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -1569,19 +1187,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "Its brittle shell occasionally spouts intense flames that circulate throughout its body.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1595,31 +1207,20 @@ "id": "sm12-28", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Rally Back", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Fire Mane", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1631,18 +1232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "A Pokémon that races across the land. It is said that one is born every time a new volcano appears.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1656,30 +1252,20 @@ "id": "sm12-29", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Fling", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 Fire Energy cards from your discard pile into your hand." }, { "name": "Kindle", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -1691,18 +1277,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "0313", "rarity": "Uncommon", "flavorText": "You can tell how it's feeling by the smoke spouting from its shell. Tremendous velocity is a sign of good health.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1716,13 +1297,9 @@ "id": "sm12-30", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Heal", @@ -1733,10 +1310,7 @@ "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1748,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1772,33 +1342,21 @@ "id": "sm12-31", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1810,18 +1368,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It can deftly dodge its foe's attacks while shooting fireballs from its nose. It roasts berries before it eats them.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1835,35 +1388,22 @@ "id": "sm12-32", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Heat Crash", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1875,20 +1415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "32", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The more it eats, the more fuel it has to make the fire in its stomach stronger. This fills it with even more power.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1902,13 +1435,9 @@ "id": "sm12-33", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -1920,12 +1449,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -1937,20 +1461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It can throw a fire punch by setting its fists on fire with its fiery chin. It cares deeply about its friends.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1964,33 +1481,21 @@ "id": "sm12-34", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2002,19 +1507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "When battling opponents, it sprays fire from its five horns. The max temperature of the flames can reach nearly 5,500 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2028,14 +1527,9 @@ "id": "sm12-35", "name": "Volcarona-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2050,20 +1544,14 @@ "attacks": [ { "name": "Backfire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put 2 Fire Energy attached to this Pokémon into your hand." }, { "name": "Massive Heat Wave-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2075,18 +1563,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Hiroyuki Yamamoto", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2100,32 +1582,21 @@ "id": "sm12-36", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2137,18 +1608,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "When they're young, they live with a pride. Once they're able to hunt prey on their own, they're kicked out and have to make their own way.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2162,34 +1628,21 @@ "id": "sm12-37", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "attacks": [ { "name": "Swirling Inferno", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Pokémon Tool cards and Special Energy from each of your opponent's Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2201,18 +1654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "The males are usually lazy, but when attacked by a strong foe, a male will protect its friends with no regard for its own safety.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2226,40 +1674,24 @@ "id": "sm12-38", "name": "Blastoise & Piplup-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Splash Maker", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "You may attach up to 3 Water Energy cards from your hand to your Pokémon in any way you like. If you do, heal 50 damage from those Pokémon for each card you attached to them in this way." }, { "name": "Bubble Launcher-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Your opponent's Active Pokémon is now Paralyzed. If this Pokémon has at least 3 extra Water Energy attached to it (in addition to this attack's cost), this attack does 150 more damage. (You can't use more than 1 GX attack in a game.)" @@ -2271,19 +1703,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 9, - 393 - ], + "nationalPokedexNumbers": [9, 393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2297,16 +1722,10 @@ "id": "sm12-39", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "abilities": [ { "name": "Snowed In", @@ -2317,9 +1736,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" @@ -2331,17 +1748,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "nagimiso", "rarity": "Common", "flavorText": "If you carelessly approach it because it's cute, the boss of the pack, Ninetales, will appear and freeze you.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2355,32 +1768,21 @@ "id": "sm12-40", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confusion Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Both Active Pokémon are now Confused." @@ -2392,17 +1794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "sui", "rarity": "Common", "flavorText": "Using psychokinesis gives it a headache, so it normally passes the time spacing out and doing as little as possible.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2416,30 +1814,21 @@ "id": "sm12-41", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Energy Loop", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Put an Energy attached to this Pokémon into your hand." @@ -2451,17 +1840,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Even fast-swimming fish Pokémon can be disabled by Golduck. It brings them to a standstill and seizes them.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2475,13 +1860,9 @@ "id": "sm12-42", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2493,11 +1874,7 @@ "attacks": [ { "name": "Refreshing Rain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from each of your Pokémon." @@ -2509,18 +1886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "sui", "rarity": "Uncommon", "flavorText": "Clean, clear waters are its usual habitat. When it's about to be attacked by an invading enemy, it dives into the water to hide.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2534,22 +1906,14 @@ "id": "sm12-43", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Water"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Agility", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2561,17 +1925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "They will cooperate to steal eggs from the nests of bird Pokémon, but fights break out to determine which one gets to eat the eggs.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2585,31 +1945,21 @@ "id": "sm12-44", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Slashing Claw", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -2625,9 +1975,7 @@ "artist": "MAHOU", "rarity": "Rare", "flavorText": "One Weavile will trip a Sandshrew and flip it over, and then another Weavile will deal the finishing blow with its sharp claws.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2641,23 +1989,14 @@ "id": "sm12-45", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2669,19 +2008,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It swims along with its mouth open and swallows down seawater along with its food. It sprays excess water out of its nostrils.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2695,34 +2028,21 @@ "id": "sm12-46", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2734,20 +2054,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "46", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "They eat so many fish Pokémon that when Wailord become too numerous, fishermen have to chase them off.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2761,23 +2074,14 @@ "id": "sm12-47", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -2789,18 +2093,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "sowsow", "rarity": "Common", "flavorText": "It feeds mainly on ice and snow. It's only able to survive in a limited number of places in the warm Alola region.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2814,34 +2113,22 @@ "id": "sm12-48", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", - "evolvesTo": [ - "Froslass" - ], + "evolvesTo": ["Froslass"], "attacks": [ { "name": "Ice Fang", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed, and discard an Energy from that Pokémon." }, { "name": "Frosty Typhoon", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't use Frosty Typhoon during your next turn." @@ -2853,19 +2140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Uta", "rarity": "Rare", "flavorText": "It freezes its prey and chews them whole. However, it prefers to eat Pokémon like Vanillite that are already frozen.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2879,32 +2160,21 @@ "id": "sm12-49", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Rollout", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2916,18 +2186,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "sui", "rarity": "Common", "flavorText": "They can't swim well yet, and they move much faster by rolling. When they're happy, they clap fins.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2941,24 +2206,14 @@ "id": "sm12-50", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2970,18 +2225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "They can't swim well yet, and they move much faster by rolling. When they're happy, they clap fins.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2995,35 +2245,22 @@ "id": "sm12-51", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Rollout", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Ice Ball", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -3035,19 +2272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "It has a very sensitive nose. It touches new things with its nose to examine them.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3061,32 +2292,21 @@ "id": "sm12-52", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "attacks": [ { "name": "Cold Snap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60", "text": "Your opponent can't play any Trainer cards from their hand during their next turn. If 1 of your Pokémon used Cold Snap during your last turn, this attack can't be used." }, { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3098,20 +2318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "52", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "It shatters ice with its big tusks. Its thick blubber repels not only the cold, but also enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3125,31 +2338,20 @@ "id": "sm12-53", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "High Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 Water Energy cards from your discard pile to 1 of your Pokémon." }, { "name": "Swirling Waves", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -3161,19 +2363,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "kawayoo", "rarity": "Rare", "flavorText": "A mythical Pokémon said to have swelled the seas with rain and tidal waves. It battled with Groudon.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3187,24 +2383,14 @@ "id": "sm12-54", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Bubble Hold", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." @@ -3216,17 +2402,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It doesn't like to be taken care of. It's difficult to bond with since it won't listen to its Trainer.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3240,34 +2422,22 @@ "id": "sm12-55", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Water Drip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Direct Dive", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3279,18 +2449,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "It lives alone, away from others. Apparently, every one of them believes it is the most important.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3304,30 +2469,21 @@ "id": "sm12-56", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Recall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose an attack from 1 of this Pokémon's previous Evolutions and use it as this attack." }, { "name": "Aquafall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Discard all Energy from this Pokémon." @@ -3339,18 +2495,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It swims as fast as a jet boat. The edges of its wings are sharp and can slice apart drifting ice.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3364,13 +2515,9 @@ "id": "sm12-57", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Whirlpool Suction", @@ -3381,9 +2528,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3395,17 +2540,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "When the water warms, they inflate the flotation sac on their heads and drift languidly on the sea in packs.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3419,22 +2560,14 @@ "id": "sm12-58", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Flail Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -3446,17 +2579,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Asako Ito", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans and warns others of danger.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3470,23 +2599,14 @@ "id": "sm12-59", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3504,17 +2624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Yumi", "rarity": "Common", "flavorText": "When attacked, it uses its feathers to splash water, escaping under cover of the spray.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3528,30 +2644,21 @@ "id": "sm12-60", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Tailwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Pokémon." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Discard an Energy from this Pokémon." @@ -3569,17 +2676,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "Despite their elegant appearance, they can flap their wings strongly and fly for thousands of miles.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3593,32 +2696,20 @@ "id": "sm12-61", "name": "Black Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Frozen Wings", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Dazzling Blizzard", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "If you have any Stadium card in play, this attack does 100 more damage." @@ -3630,19 +2721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "This legendary ice Pokémon waits for a hero to fill in the missing parts of its body with truth or ideals.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3656,13 +2741,9 @@ "id": "sm12-62", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Scatter", @@ -3673,11 +2754,7 @@ "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -3689,19 +2766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Wishiwashi assemble in this formation to face off against strong foes. It boasts a strength that earned it the name \"demon of the sea.\"", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3715,33 +2786,23 @@ "id": "sm12-63", "name": "Wishiwashi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "School Storm", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Wishiwashi and Wishiwashi-GX in play." }, { "name": "Massive Catch-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 12 cards of your deck and put any number of Basic Pokémon you find there onto your Bench. Shuffle the other cards back into your deck. (You can't use more than 1 GX attack in a game.)" @@ -3753,16 +2814,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "sadaji", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3776,34 +2833,21 @@ "id": "sm12-64", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Water"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3815,17 +2859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "When two Dewpider meet, they display their water bubbles to each other. Then the one with the smaller bubble gets out of the other's way.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3839,32 +2879,21 @@ "id": "sm12-65", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Headstrike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Liquidation", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your next turn, the Defending Pokémon takes 60 more damage from attacks (after applying Weakness and Resistance)." @@ -3876,18 +2905,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It usually passes its time in the water. When its belly is full, it stores its subdued prey in the water bubble on its head.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3901,33 +2925,21 @@ "id": "sm12-66", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon does 10 damage to itself." @@ -3945,17 +2957,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3969,29 +2977,21 @@ "id": "sm12-67", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Powerful Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Lightning Energy attached to all of your Pokémon." @@ -4009,18 +3009,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "As electricity builds up inside its body, it becomes more aggressive. One theory is that the electricity buildup is actually causing stress.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4034,22 +3029,14 @@ "id": "sm12-68", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Mirror Shot", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." @@ -4067,17 +3054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It's frequently the cause of power outages, which is why some power plants send out electrical signals that it can't stand.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4091,17 +3074,11 @@ "id": "sm12-69", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "abilities": [ { "name": "Call Signal", @@ -4112,11 +3089,7 @@ "attacks": [ { "name": "Magnetic Blast", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4134,18 +3107,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "Delicate equipment can malfunction in areas inhabited by Magneton, which send out mysterious electrical signals.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4159,13 +3127,9 @@ "id": "sm12-70", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -4177,10 +3141,7 @@ "attacks": [ { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -4198,17 +3159,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Uta", "rarity": "Uncommon", "flavorText": "Its lungs contain an organ that creates electricity. The crackling sound of electricity can be heard when it exhales.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4222,31 +3179,21 @@ "id": "sm12-71", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Razor Fin", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4264,17 +3211,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Sekio", "rarity": "Common", "flavorText": "Its two antennae glow softly to lure in prey, making it a useful Pokémon for night fishing.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4288,14 +3231,10 @@ "id": "sm12-72", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "evolvesFrom": "Chinchou", "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Blinking Lights", @@ -4306,10 +3245,7 @@ "attacks": [ { "name": "Swirling Flow", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may have your opponent shuffle their deck." @@ -4327,18 +3263,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "otumami", "rarity": "Rare", "flavorText": "When the bacteria living inside its antennae absorb Lanturn's bodily fluids, a strong luminescent effect is produced.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4352,28 +3283,20 @@ "id": "sm12-73", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4391,17 +3314,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "When it's surprised or agitated, the 14 fur spikes on its back will stand up involuntarily.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4415,20 +3334,13 @@ "id": "sm12-74", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4446,17 +3358,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "When it's surprised or agitated, the 14 fur spikes on its back will stand up involuntarily.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4470,38 +3378,23 @@ "id": "sm12-75", "name": "Solgaleo & Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Cosmic Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Cosmic Burn during your next turn." }, { "name": "Light of the Protector-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -4513,18 +3406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Hideki Ishikawa", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 791, - 792 - ], + "nationalPokedexNumbers": [791, 792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4538,16 +3425,10 @@ "id": "sm12-76", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "abilities": [ { "name": "Blow-Away Bomb", @@ -4558,10 +3439,7 @@ "attacks": [ { "name": "Poison Gas", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -4573,17 +3451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its thin, balloon-like body is inflated by horribly toxic gases. It reeks when it is nearby.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4597,13 +3471,9 @@ "id": "sm12-77", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -4615,10 +3485,7 @@ "attacks": [ { "name": "Balloon Burst", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard this Pokémon and all cards attached to it." @@ -4630,18 +3497,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Motofumi Fujiwara", "rarity": "Rare", "flavorText": "If one of the twin Koffing inflates, the other one deflates. It constantly mixes its poisonous gases.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4655,22 +3517,14 @@ "id": "sm12-78", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." @@ -4688,17 +3542,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "Although it still can't fly, its jumping power is outstanding. It jumps way up into trees and plucks the buds from the branches.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4712,30 +3562,21 @@ "id": "sm12-79", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Creepy Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Life Drain", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, put damage counters on your opponent's Active Pokémon until its remaining HP is 10." @@ -4753,18 +3594,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "It's said that while this Pokémon has the power to predict the future, it's not powerful enough to change the future it sees.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4778,31 +3614,21 @@ "id": "sm12-80", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Teleport", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4814,17 +3640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4838,34 +3660,22 @@ "id": "sm12-81", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Spiral Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4877,17 +3687,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "The cheerful spirit of its Trainer gives it energy for its psychokinetic power. It spins and dances when happy.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4901,13 +3707,9 @@ "id": "sm12-82", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -4919,10 +3721,7 @@ "attacks": [ { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -4934,18 +3733,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "Because it can sense what its foe is thinking, its attacks burst out first, fast, and fierce.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4959,16 +3753,10 @@ "id": "sm12-83", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "abilities": [ { "name": "Spiritborne Evolution", @@ -4979,9 +3767,7 @@ "attacks": [ { "name": "Ominous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on 1 of your opponent's Pokémon." @@ -4999,17 +3785,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5023,23 +3805,15 @@ "id": "sm12-84", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Disable", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -5057,19 +3831,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Anyone who dares peer into its body to see its spectral ball of fire will have their spirit stolen away.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5083,13 +3851,9 @@ "id": "sm12-85", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -5101,9 +3865,7 @@ "attacks": [ { "name": "Psych Up", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "During your next turn, this Pokémon's Psych Up attack does 60 more damage (before applying Weakness and Resistance)." @@ -5121,19 +3883,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "It is said to take lost spirits into its pliant body and guide them home.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5147,28 +3903,20 @@ "id": "sm12-86", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 2 cards." }, { "name": "Energy Assist", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 basic Energy cards from your discard pile to your Benched Pokémon in any way you like." @@ -5186,17 +3934,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Research continues on this Pokémon, which could be the power source of a unique motor.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5210,31 +3954,21 @@ "id": "sm12-87", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Nasal Suction", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Air Cutter", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5252,17 +3986,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5276,29 +4006,21 @@ "id": "sm12-88", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Charming Stamp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent chooses 1 of their own Pokémon. This attack does 90 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5316,17 +4038,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It shakes its tail vigorously when it emits ultrasonic waves strong enough to reduce concrete to rubble.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5340,22 +4058,14 @@ "id": "sm12-89", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Return", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "You may draw cards until you have 5 cards in your hand." @@ -5373,19 +4083,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Its movements are powered by a mysterious energy. It has continued to move since ancient times, so its power may soon run out.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5399,30 +4103,21 @@ "id": "sm12-90", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Fist of Antiquity", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "160", "text": "If you have any Supporter cards in your discard pile, this attack does nothing." @@ -5440,20 +4135,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "90", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "Some say that ancient people invented Golurk to serve as a laborer. It follows its master's orders faithfully.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5467,22 +4155,14 @@ "id": "sm12-91", "name": "Skrelp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dragalge" - ], + "types": ["Psychic"], + "evolvesTo": ["Dragalge"], "attacks": [ { "name": "Poison Breath", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -5494,18 +4174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "sui", "rarity": "Common", "flavorText": "It vanishes into seaweed and remains perfectly still to avoid attacks from large Pokémon. Rotten seaweed is its main food source.", - "nationalPokedexNumbers": [ - 690 - ], + "nationalPokedexNumbers": [690], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5519,29 +4194,21 @@ "id": "sm12-92", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Skrelp", "attacks": [ { "name": "Poison Cultivation", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon is Poisoned, put 10 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Sharp Fin", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -5553,17 +4220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "This vicious Pokémon sprays a poisonous liquid on opponents that come near. For whatever reason, it gets along really well with Dhelmise.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5577,32 +4240,21 @@ "id": "sm12-93", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Psychic"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5620,17 +4272,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "miki kudo", "rarity": "Common", "flavorText": "By imitating the voice of a child, it causes people to get hopelessly lost deep in the forest. It's trying to make friends with them.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5644,31 +4292,21 @@ "id": "sm12-94", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Phantump", "attacks": [ { "name": "Perplexing Forest", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Shadow Impact", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put 4 damage counters on 1 of your Pokémon." @@ -5686,18 +4324,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It's feared as a ghost of the forest. Lumberjacks bring along Fire types, which Trevenant hates, when they enter the forest.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5711,14 +4344,9 @@ "id": "sm12-95", "name": "Oricorio-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5732,22 +4360,14 @@ "attacks": [ { "name": "Razor Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Strafe-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5765,16 +4385,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "aky CG Works", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5788,44 +4404,32 @@ "id": "sm12-96", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Impersonation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Supporter card from your hand. If you do, use the effect of that card as the effect of this attack." }, { "name": "Mischievous Hands", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 2 damage counters on each of them." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "Although it's a quiet, lonely Pokémon, if you try to look at what's under its rag, it will become agitated and resist violently.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5839,13 +4443,9 @@ "id": "sm12-97", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shadow Box", @@ -5856,26 +4456,19 @@ "attacks": [ { "name": "Tail Trickery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "Although it's a quiet, lonely Pokémon, if you try to look at what's under its rag, it will become agitated and resist violently.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5889,30 +4482,20 @@ "id": "sm12-98", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Seaweed Grab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Trainer card from your discard pile into your hand." }, { "name": "Buster Swing", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -5930,19 +4513,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It wraps its prey in green seaweed and sucks away their vitality. It only likes to go after big prey like Wailord.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5956,22 +4533,14 @@ "id": "sm12-99", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Ascension", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -5983,17 +4552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Mizue", "rarity": "Common", "flavorText": "Even though its helpless, gaseous body can be blown away by the slightest breeze, it doesn't seem to care.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6007,16 +4572,10 @@ "id": "sm12-100", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "abilities": [ { "name": "Unaware", @@ -6027,9 +4586,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." @@ -6041,17 +4598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Even though its helpless, gaseous body can be blown away by the slightest breeze, it doesn't seem to care.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6065,24 +4618,15 @@ "id": "sm12-101", "name": "Cosmoem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmog", - "evolvesTo": [ - "Solgaleo", - "Lunala" - ], + "evolvesTo": ["Solgaleo", "Lunala"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance)." @@ -6094,19 +4638,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "The king who ruled Alola in times of antiquity called it the \"cocoon of the stars\" and built an altar to worship it.", - "nationalPokedexNumbers": [ - 790 - ], + "nationalPokedexNumbers": [790], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6120,13 +4658,9 @@ "id": "sm12-102", "name": "Lunala", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "abilities": [ { @@ -6138,11 +4672,7 @@ "attacks": [ { "name": "Lunar Blast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -6160,18 +4690,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Records of it exist in writings from long, long ago, where it was known by the name \"the beast that calls the moon.\"", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6185,21 +4710,13 @@ "id": "sm12-103", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shadow Imitation", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's non-GX attacks and use it as this attack." @@ -6217,17 +4734,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "0313", "rarity": "Rare", "flavorText": "It slips into the shadows of others and mimics their powers and movements. As it improves, it becomes stronger than those it's imitating.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6241,21 +4754,13 @@ "id": "sm12-104", "name": "Blacephalon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Fireworks Bomb", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. If your opponent has exactly 3 Prize cards remaining, put 12 damage counters on them instead." @@ -6273,18 +4778,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It slithers toward people. Then, without warning, it triggers the explosion of its own head. It's apparently one kind of Ultra Beast.", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6298,33 +4798,21 @@ "id": "sm12-105", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Dig Deep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put an Energy card from your discard pile into your hand." }, { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -6336,20 +4824,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "105", "artist": "otumami", "rarity": "Common", "flavorText": "Burrows at high speed in search of food. The tunnels it leaves are used as homes by Diglett.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6363,34 +4844,21 @@ "id": "sm12-106", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Draw Toward", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Zap Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -6402,19 +4870,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "It moves less than an inch a year, but when it's in a jam, it will spin and drill down into the ground in a split second.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6428,31 +4890,21 @@ "id": "sm12-107", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Nest Building", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Sand Spray", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6464,17 +4916,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "sowsow", "rarity": "Common", "flavorText": "Its jaws are strong enough to crush rocks but so heavy that it can't get up if it flips over. Sandile seize those moments as their chance.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6488,23 +4936,14 @@ "id": "sm12-108", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Dig", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -6516,17 +4955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its jaws are strong enough to crush rocks but so heavy that it can't get up if it flips over. Sandile seize those moments as their chance.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6540,17 +4975,11 @@ "id": "sm12-109", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "abilities": [ { "name": "Obnoxious Whirring", @@ -6561,10 +4990,7 @@ "attacks": [ { "name": "Flap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -6576,17 +5002,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "It vibrates its wings to generate ultrasonic waves, causing its prey to faint. Then it buries the prey alive in the sand to preserve it.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6600,14 +5022,9 @@ "id": "sm12-110", "name": "Flygon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6622,22 +5039,14 @@ "attacks": [ { "name": "Desert Hurricane", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120+", "text": "If there is any Stadium card in play, this attack does 120 more damage. Then, discard that Stadium card." }, { "name": "Sonic Edge-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6649,17 +5058,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6673,35 +5077,22 @@ "id": "sm12-111", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6713,17 +5104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "When restored Anorith are released into the ocean, they don't thrive, because the water composition has changed since their era.", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6737,32 +5124,21 @@ "id": "sm12-112", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "attacks": [ { "name": "Ancient Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 50 more damage for each Unidentified Fossil card in your discard pile." }, { "name": "Mach Claw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -6774,18 +5150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "It lived on land and went out into the sea to hunt for prey. Its sharp claws were its greatest weapon.", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6799,30 +5170,20 @@ "id": "sm12-113", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Drought", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Fighting Energy cards from your hand to 1 of your Pokémon." }, { "name": "Trembling Ground", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Trembling Ground during your next turn." @@ -6834,19 +5195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Said to have expanded the lands by evaporating water with raging heat. It battled titanically with Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6860,31 +5215,21 @@ "id": "sm12-114", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Rototiller", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle a card from your discard pile into your deck." }, { "name": "Mud-Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6896,18 +5241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It makes its way swiftly through the soil by putting both claws together and rotating at high speed.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6921,29 +5261,21 @@ "id": "sm12-115", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Eleventh Hour Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If there are 3 or fewer cards in your deck, this attack does 150 more damage." }, { "name": "Drill Bazooka", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "120", "text": "Discard the top 4 cards of your deck." @@ -6955,20 +5287,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "115", "artist": "SATOSHI NAKAI", "rarity": "Rare Holo", "flavorText": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6982,23 +5307,15 @@ "id": "sm12-116", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Mini Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7010,18 +5327,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When they vibrate the bumps on their heads, they can make waves in water or earthquake-like vibrations on land.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7035,13 +5347,9 @@ "id": "sm12-117", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Palpitoad", "abilities": [ { @@ -7053,12 +5361,7 @@ "attacks": [ { "name": "Tremulous Fist", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "This attack does 30 more damage for each of your Benched Pokémon that has any damage counters on it." @@ -7070,19 +5373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "117", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It increases the power of its punches by vibrating the bumps on its fists. It can turn a boulder to rubble with one punch.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7096,20 +5393,13 @@ "id": "sm12-118", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Reverse Shoulder Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage." @@ -7121,18 +5411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "When it tightens its belt, it becomes stronger. Wild Throh use vines to weave their own belts.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7146,22 +5431,14 @@ "id": "sm12-119", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7173,18 +5450,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "It follows Pangoro around like a henchman. When Pancham makes a big mistake, its leaf gets taken away.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7198,31 +5470,21 @@ "id": "sm12-120", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Magnum Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7234,18 +5496,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "This rowdy Pokémon boasts great physical strength. Many Trainers are also smitten by its lively character.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7259,32 +5516,21 @@ "id": "sm12-121", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Jab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confront", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7296,18 +5542,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its hard pincers are well suited to both offense and defense. Fights between two Crabrawler are like boxing matches.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7321,13 +5562,9 @@ "id": "sm12-122", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Crabrawler", "abilities": [ { @@ -7339,11 +5576,7 @@ "attacks": [ { "name": "Freezing Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Water Energy attached to it, this attack does 80 more damage." @@ -7355,20 +5588,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "122", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "It stores coldness in its pincers and pummels its foes. It can even smash thick walls of ice to bits!", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7382,33 +5608,21 @@ "id": "sm12-123", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -7420,17 +5634,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As they develop, their disposition grows more violent and aggressive. Many Trainers find them too much to handle and abandon them.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7444,13 +5654,9 @@ "id": "sm12-124", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "abilities": [ { @@ -7462,11 +5668,7 @@ "attacks": [ { "name": "Voltage Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 70 more damage." @@ -7478,18 +5680,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "It has no problem ignoring orders it doesn't like. It doesn't seem to mind getting hurt at all—as long as it can finish off its opponent.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7503,30 +5700,20 @@ "id": "sm12-125", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Spike Draw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7538,17 +5725,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They use their saliva to stick leaves to their shoulders. You can tell what troop they belong to from the position of the leaves.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7562,32 +5745,21 @@ "id": "sm12-126", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Fighting"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Astonish", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." }, { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7599,18 +5771,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It likes the shovel on its head, so Sandygast will get serious and fight any children who come to take it back.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7624,34 +5791,21 @@ "id": "sm12-127", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandygast", "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7663,20 +5817,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "127", "artist": "OOYAMA", "rarity": "Rare", "flavorText": "Each of its grains of sand has its own will. Palossand eats small Pokémon and siphons away their vital essence while they're still alive.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7690,32 +5837,21 @@ "id": "sm12-128", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Swagger", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7733,17 +5869,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Sekio", "rarity": "Common", "flavorText": "It's impulsive, selfish, and fickle. It's very popular with some Trainers who like giving it the attention it needs.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7757,14 +5889,9 @@ "id": "sm12-129", "name": "Alolan Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7779,22 +5906,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Stalking Claws-GX", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7812,17 +5931,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7836,32 +5950,21 @@ "id": "sm12-130", "name": "Alolan Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Melt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Nasty Goo", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -7879,18 +5982,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "Sekio", "rarity": "Common", "flavorText": "There are a hundred or so of them living in Alola's waste-disposal site. They're all hard workers who eat a lot of trash.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7904,32 +6002,21 @@ "id": "sm12-131", "name": "Alolan Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Grimer", "attacks": [ { "name": "Panic Poison", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Sludge Bomb", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -7947,20 +6034,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "131", "artist": "MAHOU", "rarity": "Rare", "flavorText": "There are over a hundred kinds of poison inside its body. Chemical reactions between different poisons are the source of its vitality.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7974,22 +6054,14 @@ "id": "sm12-132", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Agility", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -8007,17 +6079,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Hasuno", "rarity": "Common", "flavorText": "They're such cowards that they won't hunt alone. When five or so of them get together, they suddenly turn ferocious!", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8031,29 +6099,20 @@ "id": "sm12-133", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Ominous News", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Special Energy from 1 of your opponent's Pokémon." }, { "name": "Dirty Throw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Discard a card from your hand. If you can't discard a card, this attack does nothing." @@ -8071,17 +6130,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "The only thing unlucky about Absol is its appearance. It protects fields and warns people of disaster, so one ought to be grateful for it.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8095,32 +6150,21 @@ "id": "sm12-134", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Darkness"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Bag Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Discard an Item card you find there." }, { "name": "Sting", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8138,17 +6182,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "After shredding its prey, it sharpens its blades on a stone by the river. Each Pawniard has its own favorite sharpening stone.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8162,30 +6202,21 @@ "id": "sm12-135", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Corner", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Slashing Strike", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -8203,17 +6234,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "No matter how strong the Bisharp, it's said that if the blade on its head is chipped, it will retire from its position as the boss.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8227,32 +6254,20 @@ "id": "sm12-136", "name": "Guzzlord", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Mountain Munch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Red Banquet", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card." @@ -8270,20 +6285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "136", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Although it's alien to this world and a danger here, it's apparently a common organism in the world where it normally lives.", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8297,32 +6305,21 @@ "id": "sm12-137", "name": "Alolan Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Metal"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Run Around", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Metal Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8340,17 +6337,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "After fleeing a volcanic eruption, it ended up moving to an area of snowy mountains. Its ice shell is as hard as steel.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8364,31 +6357,21 @@ "id": "sm12-138", "name": "Alolan Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Sandshrew", "attacks": [ { "name": "Curve Strike", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Reinforced Needle", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." @@ -8406,17 +6389,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "138", "artist": "Hasuno", "rarity": "Rare", "flavorText": "It runs across snow-covered plains at high speeds. It developed thick, sharp claws to plow through the snow.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8430,33 +6409,21 @@ "id": "sm12-139", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Thumping Fall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Discard any number of Pokémon with a Retreat Cost of exactly 4 from your hand. This attack does 50 damage for each card you discarded in this way." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Flip a coin until you get tails. This attack does 100 damage for each heads." @@ -8474,20 +6441,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "139", "artist": "KEIICHIRO ITO", "rarity": "Rare Holo", "flavorText": "Tempered underground under high pressure and heat, its body is harder than any metal.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8501,28 +6461,20 @@ "id": "sm12-140", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Dual Calling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 TAG TEAM cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Dark Clamp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -8540,17 +6492,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "kodama", "rarity": "Uncommon", "flavorText": "A cunning and terrifying Pokémon, its cuteness makes opponents let down their guard—and then it swallows them whole with its huge jaws.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8564,34 +6512,21 @@ "id": "sm12-141", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Hard Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Triple Nose", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip 3 coins. This attack does 40 more damage for each heads." @@ -8609,19 +6544,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "141", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Although it can control its units known as Mini-Noses, they sometimes get lost and don't come back.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8635,13 +6564,9 @@ "id": "sm12-142", "name": "Solgaleo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "abilities": [ { @@ -8653,12 +6578,7 @@ "attacks": [ { "name": "Sol Fangs", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." @@ -8676,19 +6596,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "142", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "Sometimes the result of its opening an Ultra Wormhole is that energy and life-forms from other worlds are called here to this world.", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8702,39 +6616,24 @@ "id": "sm12-143", "name": "Togepi & Cleffa & Igglybuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Fairy"], + "evolvesTo": ["Togetic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Rolling Panic", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." }, { "name": "Supreme Puff-GX", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "", "text": "Take another turn after this one. (Skip the between-turns step.) If this Pokémon has at least 14 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles all of their Benched Pokémon and all cards attached to them into their deck. (You can't use more than 1 GX attack in a game.)" @@ -8752,19 +6651,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "143", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 173, - 174, - 175 - ], + "nationalPokedexNumbers": [173, 174, 175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8778,39 +6670,24 @@ "id": "sm12-143a", "name": "Togepi & Cleffa & Igglybuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Fairy"], + "evolvesTo": ["Togetic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Rolling Panic", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." }, { "name": "Supreme Puff-GX", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "", "text": "Take another turn after this one. (Skip the between-turns step.) If this Pokémon has at least 14 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles all of their Benched Pokémon and all cards attached to them into their deck. (You can't use more than 1 GX attack in a game.)" @@ -8828,19 +6705,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "143a", "artist": "0313", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 173, - 174, - 175 - ], + "nationalPokedexNumbers": [173, 174, 175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8854,24 +6724,14 @@ "id": "sm12-144", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Doll Swap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Put this Pokémon and all cards attached to it into your hand. If you do, you may play Lillie's Poké Doll from your hand as your new Active Pokémon." @@ -8889,17 +6749,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "They're popular, but they're rare. Trainers who show them off recklessly may be targeted by thieves.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8913,20 +6769,14 @@ "id": "sm12-145", "name": "Alolan Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Alolan Vulpix", "attacks": [ { "name": "Rubbish Blizzard", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "This attack does 10 damage for each Pokémon Tool card in your discard pile." @@ -8944,17 +6794,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Eri Yamaki", "rarity": "Rare Holo", "flavorText": "The reason it guides people all the way down to the mountain's base is that it wants them to hurry up and leave.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8968,16 +6814,10 @@ "id": "sm12-146", "name": "Azurill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Marill" - ], + "types": ["Fairy"], + "evolvesTo": ["Marill"], "abilities": [ { "name": "Growing Up", @@ -8989,9 +6829,7 @@ "artist": "Asako Ito", "rarity": "Common", "flavorText": "A Pokémon that lives by water. It moves quickly on land by bouncing on its big tail.", - "nationalPokedexNumbers": [ - 298 - ], + "nationalPokedexNumbers": [298], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9005,23 +6843,14 @@ "id": "sm12-147", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Lost March", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon, except p (Prism Star) Pokémon, in the Lost Zone." @@ -9039,17 +6868,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "To protect itself, it shoots cotton from its body. When it gets wet in the rain, its cotton grows moist and heavy, and it can't move as well.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9063,30 +6888,21 @@ "id": "sm12-148", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Sneaky Pocket", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your hand in the Lost Zone. If you do, draw 3 cards." }, { "name": "Lost March", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon, except p (Prism Star) Pokémon, in the Lost Zone." @@ -9108,9 +6924,7 @@ "artist": "Yumi", "rarity": "Rare", "flavorText": "This nuisance sneaks into people's homes, where it hides important things and scatters cotton all over the place.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9124,22 +6938,14 @@ "id": "sm12-149", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Floral Invitation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fairy Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." @@ -9157,17 +6963,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "149", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It's not safe without the power of a flower, but it will keep traveling around until it finds one with the color and shape it wants.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9181,22 +6983,14 @@ "id": "sm12-150", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Petal Blizzard", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9214,17 +7008,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It's not safe without the power of a flower, but it will keep traveling around until it finds one with the color and shape it wants.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9238,17 +7028,11 @@ "id": "sm12-151", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "abilities": [ { "name": "Flower Picking", @@ -9259,10 +7043,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9280,17 +7061,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "151", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "It raises flowers and uses them as weapons. The more gorgeous the blossom, the more power it contains.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9304,13 +7081,9 @@ "id": "sm12-152", "name": "Florges", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Floette", "abilities": [ { @@ -9322,10 +7095,7 @@ "attacks": [ { "name": "Petal Dance", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 3 coins. This attack does 60 damage for each heads. This Pokémon is now Confused." @@ -9343,18 +7113,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "It controls the flowers it grows. The petal blizzards that Florges triggers are overwhelming in their beauty and power.", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9368,22 +7133,14 @@ "id": "sm12-153", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -9401,17 +7158,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "153", "artist": "MAHOU", "rarity": "Common", "flavorText": "To entangle its opponents in battle, it extrudes white threads as sweet and sticky as cotton candy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9425,29 +7178,21 @@ "id": "sm12-154", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Swirlix", "attacks": [ { "name": "Olfactory Enchantment", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Sweet Panic", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "110", "text": "If your opponent's Active Pokémon isn't Confused, this attack does nothing." @@ -9465,18 +7210,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9490,31 +7230,21 @@ "id": "sm12-155", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Moonblast", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Beloved Pulse", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you played a TAG TEAM Supporter card from your hand during this turn, this attack does 80 more damage." @@ -9532,18 +7262,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "155", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Once a fight breaks out, it will unflinchingly charge at dragon Pokémon that are many times larger than itself.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9557,35 +7282,23 @@ "id": "sm12-156", "name": "Arceus & Dialga & Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ultimate Ray", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Altered Creation-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). If this Pokémon has at least 1 extra Water Energy attached to it (in addition to this attack's cost), when your opponent's Active Pokémon is Knocked Out by damage from those attacks, take 1 more Prize card. (You can't use more than 1 GX attack in a game.)" @@ -9597,20 +7310,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "156", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 483, - 484, - 493 - ], + "nationalPokedexNumbers": [483, 484, 493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9624,37 +7329,23 @@ "id": "sm12-157", "name": "Reshiram & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fabled Flarebolts", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Cross Break-GX", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -9666,19 +7357,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "157", "artist": "Naoki Saito", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 643, - 644 - ], + "nationalPokedexNumbers": [643, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9692,16 +7376,9 @@ "id": "sm12-158", "name": "Naganadel & Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -9715,20 +7392,14 @@ "attacks": [ { "name": "Jet Pierce", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" }, { "name": "Chaotic Order-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -9740,19 +7411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "158", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 799, - 804 - ], + "nationalPokedexNumbers": [799, 804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9766,30 +7430,20 @@ "id": "sm12-159", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dragon Arcana", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If this Pokémon has 2 or more different types of basic Energy attached to it, this attack does 70 more damage." @@ -9801,17 +7455,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "159", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "If a child it has made friends with is bullied, Drampa will find the bully's house and burn it to the ground.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9825,23 +7475,14 @@ "id": "sm12-160", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "attacks": [ { "name": "Raging Claws", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -9853,17 +7494,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "It smacks the scales on its head against rocks or against the ground to frighten its opponents. It can also contact its friends with these noises.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9877,33 +7514,21 @@ "id": "sm12-161", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dragon Headbutt", - "cost": [ - "Lightning", - "Fighting", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -9915,18 +7540,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "161", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It smacks the scales on its head against rocks or against the ground to frighten its opponents. It can also contact its friends with these noises.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9940,17 +7560,11 @@ "id": "sm12-162", "name": "Hakamo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Jangmo-o", - "evolvesTo": [ - "Kommo-o" - ], + "evolvesTo": ["Kommo-o"], "abilities": [ { "name": "Fighter's Roar", @@ -9961,10 +7575,7 @@ "attacks": [ { "name": "Dragonslice", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9976,18 +7587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "162", "artist": "Ryuta Fuse", "rarity": "Uncommon", "flavorText": "It makes noise by clanging its scales together. When the rhythm has reached its peak, Hakamo-o attacks.", - "nationalPokedexNumbers": [ - 783 - ], + "nationalPokedexNumbers": [783], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10001,30 +7607,21 @@ "id": "sm12-163", "name": "Kommo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "attacks": [ { "name": "Shout of Power", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Scaly Uppercut", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "90+", "text": "You may discard a Pokémon Tool card from this Pokémon. If you do, this attack does 90 more damage." @@ -10036,18 +7633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "When it howls after finishing off its prey, the metallic sounds of its celebrating comrades can be heard from all around.", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10061,14 +7653,9 @@ "id": "sm12-164", "name": "Ultra Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Ultra Burst", @@ -10079,10 +7666,7 @@ "attacks": [ { "name": "Luster of Downfall", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "170", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -10094,18 +7678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "164", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "This is its form when it has absorbed overwhelming light energy. It fires laser beams from all over its body.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10119,38 +7698,24 @@ "id": "sm12-165", "name": "Mega Lopunny & Jigglypuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jumping Balloon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 60 more damage for each of your opponent's Pokémon-GX and Pokémon-EX in play." }, { "name": "Puffy Smashers-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), this attack does 200 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -10162,17 +7727,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "165", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 39, - 428 - ], + "nationalPokedexNumbers": [39, 428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10186,13 +7746,9 @@ "id": "sm12-166", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -10206,19 +7762,14 @@ "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10230,17 +7781,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "The question of why only Eevee has such unstable genes has still not been solved.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10254,13 +7801,9 @@ "id": "sm12-167", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -10274,18 +7817,14 @@ "attacks": [ { "name": "Follow My Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for any number of Eevee and Eevee-GX and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -10297,17 +7836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "167", "artist": "Hasuno", "rarity": "Common", "flavorText": "The question of why only Eevee has such unstable genes has still not been solved.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10321,16 +7856,10 @@ "id": "sm12-168", "name": "Igglybuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Jigglypuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Jigglypuff"], "abilities": [ { "name": "Sleepy Voice", @@ -10342,9 +7871,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It's always practicing its singing because it wants to improve. Even when it's asleep, it keeps singing in its dreams!", - "nationalPokedexNumbers": [ - 174 - ], + "nationalPokedexNumbers": [174], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10358,16 +7885,10 @@ "id": "sm12-169", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "abilities": [ { "name": "Scampering Tail", @@ -10378,10 +7899,7 @@ "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10393,17 +7911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "169", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "As it did more and more with its tail, its hands became clumsy. It makes its nest high in the treetops.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10417,30 +7931,21 @@ "id": "sm12-170", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Nice-Nice Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Bye-Bye Throw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard up to 2 cards from your hand. This attack does 60 damage for each card you discarded in this way." @@ -10452,17 +7957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "In their search for comfortable trees, they get into territorial disputes with groups of Passimian. They win about half the time.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10476,32 +7977,21 @@ "id": "sm12-171", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10513,17 +8003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "171", "artist": "kodama", "rarity": "Common", "flavorText": "If it finds honey, its crescent mark glows. It always licks its paws because they are soaked with honey.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10537,33 +8023,21 @@ "id": "sm12-172", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Heavy Hold", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't attack during your opponent's next turn." @@ -10575,19 +8049,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "172", "artist": "Hiroki Asanuma", "rarity": "Rare", "flavorText": "With its ability to distinguish any aroma, it unfailingly finds all food buried deep underground.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10601,29 +8069,20 @@ "id": "sm12-173", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Brutal Edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -10635,17 +8094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "173", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It has feuded with Seviper for many generations. Its sharp claws are its biggest weapons.", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10659,33 +8114,21 @@ "id": "sm12-174", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Baby-Doll Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -10697,17 +8140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "174", "artist": "Sekio", "rarity": "Common", "flavorText": "This Pokémon has excellent judgment. If it decides it can't defeat an opponent, it immediately turns tail and vamooses.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10721,34 +8160,22 @@ "id": "sm12-175", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Work Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -10760,18 +8187,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "175", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "The longer its black fur grows, the harder and more impervious it gets. Claws and fangs can't easily penetrate it.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10785,13 +8207,9 @@ "id": "sm12-176", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "abilities": [ { @@ -10803,11 +8221,7 @@ "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10819,19 +8233,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "176", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It pays no mind to the cold, thanks to its long warm coat. Stoutland in Alola look a little uncomfortable.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10845,22 +8253,14 @@ "id": "sm12-177", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -10878,17 +8278,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "177", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "With its powerful legs and sturdy claws, it can crack even the hard shells of Shellder and pluck out their insides.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10902,32 +8298,21 @@ "id": "sm12-178", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Aero Fall", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Discard 2 Energy from this Pokémon." @@ -10945,17 +8330,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "178", "artist": "chibi", "rarity": "Rare", "flavorText": "The more scars it has on its front, the more heroic it's considered to be. Those with many scars on their back are mocked by the flock.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10969,33 +8350,21 @@ "id": "sm12-179", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Colorless"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -11007,17 +8376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "179", "artist": "Sekio", "rarity": "Common", "flavorText": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11031,31 +8396,21 @@ "id": "sm12-180", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Parabolic Counter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent has any Lightning Pokémon in play, this attack does 90 more damage." }, { "name": "Zap Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -11067,17 +8422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11091,23 +8442,14 @@ "id": "sm12-181", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Colorless"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -11119,18 +8461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "181", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It boasts power enough to split large trees in half. The organ on its rear releases an odor that it uses to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11144,13 +8481,9 @@ "id": "sm12-182", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "abilities": [ { @@ -11162,11 +8495,7 @@ "attacks": [ { "name": "Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this attack does nothing." @@ -11178,18 +8507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "182", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It waves its hands wildly in intimidation and warning. Life is over for anyone who doesn't run away as fast as possible.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11203,20 +8527,13 @@ "id": "sm12-183", "name": "Type: Null", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy from this Pokémon." @@ -11228,18 +8545,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "183", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "A Pokémon weapon developed for a specific mission, it went berserk during an experiment, so it was cryogenically frozen.", - "nationalPokedexNumbers": [ - 772 - ], + "nationalPokedexNumbers": [772], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11253,14 +8565,9 @@ "id": "sm12-184", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11275,20 +8582,14 @@ "attacks": [ { "name": "Brave Buddies", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." }, { "name": "Silver Knight-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -11300,17 +8601,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "184", "artist": "Megumi Mizutani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11324,9 +8620,7 @@ "id": "sm12-185", "name": "Beastite", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Ultra Beast this card is attached to do 10 more damage to your opponent's Active Pokémon for each Prize card you have taken (before applying Weakness and Resistance).", @@ -11348,10 +8642,7 @@ "id": "sm12-186", "name": "Bellelba & Brycen-Man", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Discard 3 cards from the top of each player's deck.", "When you play this card, you may discard 3 other cards from your hand. If you do, each player discards their Benched Pokémon until they have 3 Benched Pokémon. Your opponent discards first.", @@ -11373,9 +8664,7 @@ "id": "sm12-187", "name": "Chaotic Swell", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player plays a Stadium card from their hand, discard that Stadium card after discarding this one. (The new Stadium card has no effect.)", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -11396,9 +8685,7 @@ "id": "sm12-188", "name": "Clay", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 7 cards of your deck. If any of those cards are Item cards, put them into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11419,10 +8706,7 @@ "id": "sm12-189", "name": "Cynthia & Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Put a Supporter card from your discard pile into your hand. You can't choose Cynthia & Caitlin or a card you discarded with the effect of this card.", "When you play this card, you may discard another card from your hand. If you do, draw 3 cards.", @@ -11444,9 +8728,7 @@ "id": "sm12-190", "name": "Dragonium Z: Dragon Claw", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has the Dragon Claw attack, it can use the GX attack on this card. (You still need the necessary Energy to use this attack.)", @@ -11455,11 +8737,7 @@ "attacks": [ { "name": "Destructive Drake-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Discard all basic Energy from this Pokémon. This attack does 80 damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)" @@ -11481,9 +8759,7 @@ "id": "sm12-191", "name": "Erika", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player may draw up to 3 cards. You draw first.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11504,9 +8780,7 @@ "id": "sm12-192", "name": "Great Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Switch 1 of your opponent's Benched Pokémon-GX or Pokémon-EX with their Active Pokémon.", @@ -11528,10 +8802,7 @@ "id": "sm12-193", "name": "Guzma & Hala", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck.", "When you play this card, you may discard 2 other cards from your hand. If you do, you may also search for a Pokémon Tool card and a Special Energy card in this way.", @@ -11553,9 +8824,7 @@ "id": "sm12-194", "name": "Island Challenge Amulet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon-GX or Pokémon-EX this card is attached to gets -100 HP, and when it is Knocked Out by damage from an opponent's attack, that player takes 1 fewer Prize card.", @@ -11577,9 +8846,7 @@ "id": "sm12-195", "name": "Lana's Fishing Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle a Pokémon and a Pokémon Tool card from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11600,9 +8867,7 @@ "id": "sm12-196", "name": "Lillie's Full Force", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 4 cards.", "At the end of this turn, if you have 3 or more cards in your hand, shuffle cards from your hand into your deck until you have 2 cards in your hand.", @@ -11624,9 +8889,7 @@ "id": "sm12-197", "name": "Lillie's Poké Doll", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "30", "rules": [ "Play this card as if it were a 30-HP Colorless Basic Pokémon. At any time during your turn (before your attack), if this Pokémon is your Active Pokémon, you may discard all cards from it and put it on the bottom of your deck.", @@ -11649,10 +8912,7 @@ "id": "sm12-198", "name": "Mallow & Lana", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "When you play this card, you may discard 2 other cards from your hand. If you do, heal 120 damage from the Pokémon you moved to your Bench.", @@ -11674,10 +8934,7 @@ "id": "sm12-199", "name": "Misty & Lorelei", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "When you play this card, you may discard 5 other cards from your hand. If you do, during this turn, your Water Pokémon can use their GX attacks even if you have used your GX attack.", @@ -11699,9 +8956,7 @@ "id": "sm12-200", "name": "N's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 6 cards of your deck. If any of those cards are basic Energy cards, attach them to 1 of your Benched Dragon Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11722,9 +8977,7 @@ "id": "sm12-201", "name": "Professor Oak's Setup", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Basic Pokémon of different types and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11745,10 +8998,7 @@ "id": "sm12-202", "name": "Red & Blue", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for a Pokémon-GX that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use this card during your first turn or on a Pokémon that was put into play this turn.)", "When you play this card, you may discard 2 other cards from your hand. If you do, search your deck for up to 2 basic Energy cards and attach them to the Pokémon you evolved in this way.", @@ -11770,9 +9020,7 @@ "id": "sm12-203", "name": "Roller Skater", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, draw 2 cards. If you discarded an Energy card in this way, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11793,9 +9041,7 @@ "id": "sm12-204", "name": "Rosa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Search your deck for a Pokémon, a Trainer card, and a basic Energy card, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -11817,9 +9063,7 @@ "id": "sm12-205", "name": "Roxie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 Pokémon that aren't Pokémon-GX or Pokémon-EX from your hand. Draw 3 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11840,9 +9084,7 @@ "id": "sm12-206", "name": "Tag Call", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 TAG TEAM cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -11863,9 +9105,7 @@ "id": "sm12-207", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "60", "rules": [ "Play this card as if it were a 60-HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", @@ -11888,9 +9128,7 @@ "id": "sm12-208", "name": "Will", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "The next time you flip any number of coins for the effect of an attack, Ability, or Trainer card this turn, choose heads or tails for the first coin flip.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11911,9 +9149,7 @@ "id": "sm12-209", "name": "Draw Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "When you attach this card from your hand to a Pokémon, draw a card." @@ -11933,18 +9169,10 @@ "id": "sm12-210", "name": "Venusaur & Snivy-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -11958,23 +9186,14 @@ "attacks": [ { "name": "Forest Dump", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" }, { "name": "Solar Plant-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -11986,19 +9205,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "210", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 3, - 495 - ], + "nationalPokedexNumbers": [3, 495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12012,14 +9224,9 @@ "id": "sm12-211", "name": "Vileplume-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12034,19 +9241,14 @@ "attacks": [ { "name": "Massive Bloom", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "180-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." }, { "name": "Allergic Explosion-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -12058,17 +9260,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "211", "artist": "Kagemaru Himeno", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12082,39 +9279,24 @@ "id": "sm12-212", "name": "Charizard & Braixen-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Delphox" - ], + "types": ["Fire"], + "evolvesTo": ["Delphox"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Brilliant Flare", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Crimson Flame Pillar-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is now Burned and Confused. (You can't use more than 1 GX attack in a game.)" @@ -12126,19 +9308,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "212", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6, - 654 - ], + "nationalPokedexNumbers": [6, 654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12152,14 +9327,9 @@ "id": "sm12-213", "name": "Volcarona-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12174,20 +9344,14 @@ "attacks": [ { "name": "Backfire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put 2 Fire Energy attached to this Pokémon into your hand." }, { "name": "Massive Heat Wave-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12199,18 +9363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "213", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12224,40 +9382,24 @@ "id": "sm12-214", "name": "Blastoise & Piplup-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Splash Maker", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "You may attach up to 3 Water Energy cards from your hand to your Pokémon in any way you like. If you do, heal 50 damage from those Pokémon for each card you attached to them in this way." }, { "name": "Bubble Launcher-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Your opponent's Active Pokémon is now Paralyzed. If this Pokémon has at least 3 extra Water Energy attached to it (in addition to this attack's cost), this attack does 150 more damage. (You can't use more than 1 GX attack in a game.)" @@ -12269,19 +9411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "214", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 9, - 393 - ], + "nationalPokedexNumbers": [9, 393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12295,40 +9430,24 @@ "id": "sm12-215", "name": "Blastoise & Piplup-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Splash Maker", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "You may attach up to 3 Water Energy cards from your hand to your Pokémon in any way you like. If you do, heal 50 damage from those Pokémon for each card you attached to them in this way." }, { "name": "Bubble Launcher-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Your opponent's Active Pokémon is now Paralyzed. If this Pokémon has at least 3 extra Water Energy attached to it (in addition to this attack's cost), this attack does 150 more damage. (You can't use more than 1 GX attack in a game.)" @@ -12340,19 +9459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "215", "artist": "Akira Komayama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 9, - 393 - ], + "nationalPokedexNumbers": [9, 393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12366,38 +9478,23 @@ "id": "sm12-216", "name": "Solgaleo & Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Cosmic Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Cosmic Burn during your next turn." }, { "name": "Light of the Protector-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -12409,18 +9506,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "216", "artist": "Hideki Ishikawa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 791, - 792 - ], + "nationalPokedexNumbers": [791, 792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12434,14 +9525,9 @@ "id": "sm12-217", "name": "Oricorio-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12455,22 +9541,14 @@ "attacks": [ { "name": "Razor Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Strafe-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12488,16 +9566,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "217", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12511,14 +9585,9 @@ "id": "sm12-218", "name": "Flygon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12533,22 +9602,14 @@ "attacks": [ { "name": "Desert Hurricane", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120+", "text": "If there is any Stadium card in play, this attack does 120 more damage. Then, discard that Stadium card." }, { "name": "Sonic Edge-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12560,17 +9621,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "218", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12584,14 +9640,9 @@ "id": "sm12-219", "name": "Alolan Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12606,22 +9657,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Stalking Claws-GX", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12639,17 +9682,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "219", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12663,35 +9701,23 @@ "id": "sm12-220", "name": "Arceus & Dialga & Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ultimate Ray", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Altered Creation-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). If this Pokémon has at least 1 extra Water Energy attached to it (in addition to this attack's cost), when your opponent's Active Pokémon is Knocked Out by damage from those attacks, take 1 more Prize card. (You can't use more than 1 GX attack in a game.)" @@ -12703,20 +9729,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "220", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483, - 484, - 493 - ], + "nationalPokedexNumbers": [483, 484, 493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12730,35 +9748,23 @@ "id": "sm12-221", "name": "Arceus & Dialga & Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ultimate Ray", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Altered Creation-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). If this Pokémon has at least 1 extra Water Energy attached to it (in addition to this attack's cost), when your opponent's Active Pokémon is Knocked Out by damage from those attacks, take 1 more Prize card. (You can't use more than 1 GX attack in a game.)" @@ -12770,20 +9776,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "221", "artist": "Kouki Saitou", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483, - 484, - 493 - ], + "nationalPokedexNumbers": [483, 484, 493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12797,37 +9795,23 @@ "id": "sm12-222", "name": "Reshiram & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fabled Flarebolts", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Cross Break-GX", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -12839,19 +9823,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "222", "artist": "Naoki Saito", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 643, - 644 - ], + "nationalPokedexNumbers": [643, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12865,16 +9842,9 @@ "id": "sm12-223", "name": "Naganadel & Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -12888,20 +9858,14 @@ "attacks": [ { "name": "Jet Pierce", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" }, { "name": "Chaotic Order-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -12913,19 +9877,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "223", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 799, - 804 - ], + "nationalPokedexNumbers": [799, 804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12939,16 +9896,9 @@ "id": "sm12-224", "name": "Naganadel & Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -12962,20 +9912,14 @@ "attacks": [ { "name": "Jet Pierce", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" }, { "name": "Chaotic Order-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -12987,19 +9931,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "224", "artist": "Aya Kusube", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 799, - 804 - ], + "nationalPokedexNumbers": [799, 804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13013,38 +9950,24 @@ "id": "sm12-225", "name": "Mega Lopunny & Jigglypuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jumping Balloon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 60 more damage for each of your opponent's Pokémon-GX and Pokémon-EX in play." }, { "name": "Puffy Smashers-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), this attack does 200 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -13056,17 +9979,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "225", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 39, - 428 - ], + "nationalPokedexNumbers": [39, 428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13080,38 +9998,24 @@ "id": "sm12-226", "name": "Mega Lopunny & Jigglypuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jumping Balloon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 60 more damage for each of your opponent's Pokémon-GX and Pokémon-EX in play." }, { "name": "Puffy Smashers-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), this attack does 200 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -13123,17 +10027,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "226", "artist": "Shibuzoh.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 39, - 428 - ], + "nationalPokedexNumbers": [39, 428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13147,14 +10046,9 @@ "id": "sm12-227", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13169,20 +10063,14 @@ "attacks": [ { "name": "Brave Buddies", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." }, { "name": "Silver Knight-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -13194,17 +10082,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "227", "artist": "Megumi Mizutani", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13218,10 +10101,7 @@ "id": "sm12-228", "name": "Cynthia & Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Put a Supporter card from your discard pile into your hand. You can't choose Cynthia & Caitlin or a card you discarded with the effect of this card.", "When you play this card, you may discard another card from your hand. If you do, draw 3 cards.", @@ -13243,10 +10123,7 @@ "id": "sm12-229", "name": "Guzma & Hala", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck.", "When you play this card, you may discard 2 other cards from your hand. If you do, you may also search for a Pokémon Tool card and a Special Energy card in this way.", @@ -13268,9 +10145,7 @@ "id": "sm12-230", "name": "Lillie's Full Force", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 4 cards.", "At the end of this turn, if you have 3 or more cards in your hand, shuffle cards from your hand into your deck until you have 2 cards in your hand.", @@ -13292,10 +10167,7 @@ "id": "sm12-231", "name": "Mallow & Lana", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "When you play this card, you may discard 2 other cards from your hand. If you do, heal 120 damage from the Pokémon you moved to your Bench.", @@ -13317,9 +10189,7 @@ "id": "sm12-232", "name": "N's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 6 cards of your deck. If any of those cards are basic Energy cards, attach them to 1 of your Benched Dragon Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13340,9 +10210,7 @@ "id": "sm12-233", "name": "Professor Oak's Setup", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Basic Pokémon of different types and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13363,10 +10231,7 @@ "id": "sm12-234", "name": "Red & Blue", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for a Pokémon-GX that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use this card during your first turn or on a Pokémon that was put into play this turn.)", "When you play this card, you may discard 2 other cards from your hand. If you do, search your deck for up to 2 basic Energy cards and attach them to the Pokémon you evolved in this way.", @@ -13388,9 +10253,7 @@ "id": "sm12-235", "name": "Roller Skater", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, draw 2 cards. If you discarded an Energy card in this way, draw 2 more cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -13411,9 +10274,7 @@ "id": "sm12-236", "name": "Rosa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Search your deck for a Pokémon, a Trainer card, and a basic Energy card, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -13435,30 +10296,20 @@ "id": "sm12-237", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Fling", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 Fire Energy cards from your discard pile into your hand." }, { "name": "Kindle", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -13470,18 +10321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "237", "artist": "Ryota Murayama", "rarity": "Rare Secret", "flavorText": "You can tell how it's feeling by the smoke spouting from its shell. Tremendous velocity is a sign of good health.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13495,31 +10341,21 @@ "id": "sm12-238", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Slashing Claw", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -13535,9 +10371,7 @@ "artist": "nagimiso", "rarity": "Rare Secret", "flavorText": "One Weavile will trip a Sandshrew and flip it over, and then another Weavile will deal the finishing blow with its sharp claws.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13551,24 +10385,14 @@ "id": "sm12-239", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Bubble Hold", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." @@ -13580,17 +10404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "239", "artist": "Tomomi Kaneko", "rarity": "Rare Secret", "flavorText": "It doesn't like to be taken care of. It's difficult to bond with since it won't listen to its Trainer.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13604,13 +10424,9 @@ "id": "sm12-240", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Scatter", @@ -13621,11 +10437,7 @@ "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -13637,19 +10449,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "240", "artist": "Misaki Hashimoto", "rarity": "Rare Secret", "flavorText": "Wishiwashi assemble in this formation to face off against strong foes. It boasts a strength that earned it the name \"demon of the sea.\"", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13663,33 +10469,21 @@ "id": "sm12-241", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon does 10 damage to itself." @@ -13707,17 +10501,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "241", "artist": "Hitoshi Ariga", "rarity": "Rare Secret", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13731,22 +10521,14 @@ "id": "sm12-242", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Mirror Shot", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." @@ -13764,17 +10546,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "242", "artist": "Fumie Kittaka", "rarity": "Rare Secret", "flavorText": "It's frequently the cause of power outages, which is why some power plants send out electrical signals that it can't stand.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13788,16 +10566,10 @@ "id": "sm12-243", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "abilities": [ { "name": "Blow-Away Bomb", @@ -13808,10 +10580,7 @@ "attacks": [ { "name": "Poison Gas", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -13823,17 +10592,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "243", "artist": "HYOGONOSUKE", "rarity": "Rare Secret", "flavorText": "Its thin, balloon-like body is inflated by horribly toxic gases. It reeks when it is nearby.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13847,13 +10612,9 @@ "id": "sm12-244", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -13865,10 +10626,7 @@ "attacks": [ { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -13880,18 +10638,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "244", "artist": "Huang Tzu En", "rarity": "Rare Secret", "flavorText": "Because it can sense what its foe is thinking, its attacks burst out first, fast, and fierce.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13905,44 +10658,32 @@ "id": "sm12-245", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Impersonation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Supporter card from your hand. If you do, use the effect of that card as the effect of this attack." }, { "name": "Mischievous Hands", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 2 damage counters on each of them." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "245", "artist": "You Iribi", "rarity": "Rare Secret", "flavorText": "Although it's a quiet, lonely Pokémon, if you try to look at what's under its rag, it will become agitated and resist violently.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13956,29 +10697,21 @@ "id": "sm12-246", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Eleventh Hour Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If there are 3 or fewer cards in your deck, this attack does 150 more damage." }, { "name": "Drill Bazooka", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "120", "text": "Discard the top 4 cards of your deck." @@ -13990,20 +10723,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "246", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", "flavorText": "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14017,33 +10743,21 @@ "id": "sm12-247", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Thumping Fall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Discard any number of Pokémon with a Retreat Cost of exactly 4 from your hand. This attack does 50 damage for each card you discarded in this way." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Flip a coin until you get tails. This attack does 100 damage for each heads." @@ -14061,20 +10775,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "247", "artist": "Avec Yoko", "rarity": "Rare Secret", "flavorText": "Tempered underground under high pressure and heat, its body is harder than any metal.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14088,13 +10795,9 @@ "id": "sm12-248", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "abilities": [ { @@ -14106,11 +10809,7 @@ "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -14122,19 +10821,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "248", "artist": "Mizue", "rarity": "Rare Secret", "flavorText": "It pays no mind to the cold, thanks to its long warm coat. Stoutland in Alola look a little uncomfortable.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14148,18 +10841,10 @@ "id": "sm12-249", "name": "Venusaur & Snivy-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -14173,23 +10858,14 @@ "attacks": [ { "name": "Forest Dump", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" }, { "name": "Solar Plant-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -14201,19 +10877,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "249", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 3, - 495 - ], + "nationalPokedexNumbers": [3, 495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14227,14 +10896,9 @@ "id": "sm12-250", "name": "Vileplume-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14249,19 +10913,14 @@ "attacks": [ { "name": "Massive Bloom", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "180-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." }, { "name": "Allergic Explosion-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -14273,17 +10932,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "250", "artist": "Kagemaru Himeno", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14297,39 +10951,24 @@ "id": "sm12-251", "name": "Charizard & Braixen-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Delphox" - ], + "types": ["Fire"], + "evolvesTo": ["Delphox"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Brilliant Flare", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Crimson Flame Pillar-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is now Burned and Confused. (You can't use more than 1 GX attack in a game.)" @@ -14341,19 +10980,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "251", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 6, - 654 - ], + "nationalPokedexNumbers": [6, 654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14367,14 +10999,9 @@ "id": "sm12-252", "name": "Volcarona-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14389,20 +11016,14 @@ "attacks": [ { "name": "Backfire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put 2 Fire Energy attached to this Pokémon into your hand." }, { "name": "Massive Heat Wave-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -14414,18 +11035,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "252", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14439,40 +11054,24 @@ "id": "sm12-253", "name": "Blastoise & Piplup-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Splash Maker", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "You may attach up to 3 Water Energy cards from your hand to your Pokémon in any way you like. If you do, heal 50 damage from those Pokémon for each card you attached to them in this way." }, { "name": "Bubble Launcher-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Your opponent's Active Pokémon is now Paralyzed. If this Pokémon has at least 3 extra Water Energy attached to it (in addition to this attack's cost), this attack does 150 more damage. (You can't use more than 1 GX attack in a game.)" @@ -14484,19 +11083,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "253", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 9, - 393 - ], + "nationalPokedexNumbers": [9, 393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14510,38 +11102,23 @@ "id": "sm12-254", "name": "Solgaleo & Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Cosmic Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Cosmic Burn during your next turn." }, { "name": "Light of the Protector-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If you played Lillie's Full Force from your hand during this turn, prevent all effects of attacks, including damage, done to each of your Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -14553,18 +11130,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "254", "artist": "Hideki Ishikawa", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 791, - 792 - ], + "nationalPokedexNumbers": [791, 792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14578,14 +11149,9 @@ "id": "sm12-255", "name": "Oricorio-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -14599,22 +11165,14 @@ "attacks": [ { "name": "Razor Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Strafe-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -14632,16 +11190,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "255", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14655,14 +11209,9 @@ "id": "sm12-256", "name": "Flygon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14677,22 +11226,14 @@ "attacks": [ { "name": "Desert Hurricane", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120+", "text": "If there is any Stadium card in play, this attack does 120 more damage. Then, discard that Stadium card." }, { "name": "Sonic Edge-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -14704,17 +11245,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "256", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14728,14 +11264,9 @@ "id": "sm12-257", "name": "Alolan Persian-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Meowth", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14750,22 +11281,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Stalking Claws-GX", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -14783,17 +11306,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "257", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14807,35 +11325,23 @@ "id": "sm12-258", "name": "Arceus & Dialga & Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Ultimate Ray", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Altered Creation-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). If this Pokémon has at least 1 extra Water Energy attached to it (in addition to this attack's cost), when your opponent's Active Pokémon is Knocked Out by damage from those attacks, take 1 more Prize card. (You can't use more than 1 GX attack in a game.)" @@ -14847,20 +11353,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "258", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 483, - 484, - 493 - ], + "nationalPokedexNumbers": [483, 484, 493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14874,37 +11372,23 @@ "id": "sm12-259", "name": "Reshiram & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Fabled Flarebolts", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 in any combination of basic Fire and basic Lightning Energy cards from your Benched Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Cross Break-GX", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Lightning" - ], + "cost": ["Fire", "Fire", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 170 damage to 1 of your opponent's Benched Pokémon. If you played N's Resolve from your hand during this turn, this attack also does 170 damage to 1 of your opponent's other Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -14916,19 +11400,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "259", "artist": "Naoki Saito", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 643, - 644 - ], + "nationalPokedexNumbers": [643, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14942,16 +11419,9 @@ "id": "sm12-260", "name": "Naganadel & Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "TAG TEAM", "GX", "Ultra Beast"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -14965,20 +11435,14 @@ "attacks": [ { "name": "Jet Pierce", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" }, { "name": "Chaotic Order-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) If this Pokémon has at least 1 extra Psychic Energy and 1 extra Darkness Energy attached to it (in addition to this attack's cost), take 2 Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -14990,19 +11454,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "260", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 799, - 804 - ], + "nationalPokedexNumbers": [799, 804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15016,38 +11473,24 @@ "id": "sm12-261", "name": "Mega Lopunny & Jigglypuff-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Colorless"], + "evolvesTo": ["Wigglytuff"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Jumping Balloon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 60 more damage for each of your opponent's Pokémon-GX and Pokémon-EX in play." }, { "name": "Puffy Smashers-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. If this Pokémon has at least 4 extra Energy attached to it (in addition to this attack's cost), this attack does 200 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -15059,17 +11502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "261", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 39, - 428 - ], + "nationalPokedexNumbers": [39, 428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15083,14 +11521,9 @@ "id": "sm12-262", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -15105,20 +11538,14 @@ "attacks": [ { "name": "Brave Buddies", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." }, { "name": "Silver Knight-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -15130,17 +11557,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "262", "artist": "Megumi Mizutani", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15154,9 +11576,7 @@ "id": "sm12-263", "name": "Giant Hearth", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a card from their hand. If they do, that player searches their deck for up to 2 Fire Energy cards, reveals them, and puts them into their hand. Then, that player shuffles their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -15177,9 +11597,7 @@ "id": "sm12-264", "name": "Great Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Switch 1 of your opponent's Benched Pokémon-GX or Pokémon-EX with their Active Pokémon.", @@ -15201,9 +11619,7 @@ "id": "sm12-265", "name": "Island Challenge Amulet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon-GX or Pokémon-EX this card is attached to gets -100 HP, and when it is Knocked Out by damage from an opponent's attack, that player takes 1 fewer Prize card.", @@ -15225,9 +11641,7 @@ "id": "sm12-266", "name": "Lana's Fishing Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle a Pokémon and a Pokémon Tool card from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -15248,9 +11662,7 @@ "id": "sm12-267", "name": "Lillie's Poké Doll", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "30", "rules": [ "Play this card as if it were a 30-HP Colorless Basic Pokémon. At any time during your turn (before your attack), if this Pokémon is your Active Pokémon, you may discard all cards from it and put it on the bottom of your deck.", @@ -15273,9 +11685,7 @@ "id": "sm12-268", "name": "Martial Arts Dojo", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The attacks of non-Ultra Beast Pokémon that have any basic Fighting Energy attached to them (both yours and your opponent's) do 10 more damage to the opponent's Active Pokémon (before applying Weakness and Resistance). If the attacking player has more Prize cards remaining than their opponent, those attacks do 40 more damage instead.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -15296,9 +11706,7 @@ "id": "sm12-269", "name": "Power Plant", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon-GX and Pokémon-EX in play (both yours and your opponent's) have no Abilities.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -15319,9 +11727,7 @@ "id": "sm12-270", "name": "Tag Call", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 TAG TEAM cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -15342,9 +11748,7 @@ "id": "sm12-271", "name": "Draw Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "When you attach this card from your hand to a Pokémon, draw a card." @@ -15360,4 +11764,4 @@ "large": "https://images.pokemontcg.io/sm12/271_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/sm2.json b/cards/en/sm2.json index fd43cd517..117358e4a 100644 --- a/cards/en/sm2.json +++ b/cards/en/sm2.json @@ -3,23 +3,14 @@ "id": "sm2-1", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Even though its body is extremely skinny, it is blindingly fast when catching its prey.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,24 +42,15 @@ "id": "sm2-2", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Muddy Acid", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -84,18 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "The leafy parts act as cutters for slashing foes. It spits a fluid that dissolves everything.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -109,31 +82,21 @@ "id": "sm2-3", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Stick and Absorb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage from this Pokémon. The Defending Pokémon can't retreat during your opponent's next turn." @@ -145,18 +108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -170,22 +128,14 @@ "id": "sm2-4", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Blot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -197,17 +147,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Although the leaves on its head are bitter enough to cause dizziness, they provide relief from weariness—even more so when boiled.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -221,30 +167,21 @@ "id": "sm2-5", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Petal Blizzard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Petal Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads. This Pokémon is now Confused." @@ -256,17 +193,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "You Iribi", "rarity": "Rare", "flavorText": "No matter how much time and money is spent raising it, its flowers are the most beautiful when they bloom in the wild.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -280,32 +213,21 @@ "id": "sm2-6", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Grass"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -317,18 +239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "These Pokémon are stumps possessed by the spirits of children who died in the forest. Their cries sound like eerie screams.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -342,32 +259,21 @@ "id": "sm2-7", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Phantump", "attacks": [ { "name": "Poltergeist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Your opponent reveals their hand. This attack does 30 damage for each Trainer card you find there." }, { "name": "Horn Leech", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -379,18 +285,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Hiroyuki Yamamoto", "rarity": "Rare", "flavorText": "This Pokémon is said to devour anyone daring to ravage the forest. To the creatures dwelling in the forest, it offers great kindness.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -404,31 +305,21 @@ "id": "sm2-8", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Grass"], + "evolvesTo": ["Golisopod"], "attacks": [ { "name": "Scamper Away", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -440,18 +331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "match", "rarity": "Common", "flavorText": "This Pokémon is a coward. As it desperately dashes off, the flailing of its many legs leaves a sparkling clean path in its wake.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -465,13 +351,9 @@ "id": "sm2-9", "name": "Golisopod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "abilities": [ { @@ -483,11 +365,7 @@ "attacks": [ { "name": "Resolute Claws", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 70 more damage (before applying Weakness and Resistance)." @@ -499,18 +377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "With a flashing slash of its giant sharp claws, it cleaves seawater—or even air—right in two.", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -524,13 +397,9 @@ "id": "sm2-10", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Victory Star", @@ -541,10 +410,7 @@ "attacks": [ { "name": "V-Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -556,17 +422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -580,22 +442,14 @@ "id": "sm2-11", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." @@ -607,17 +461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leeches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -631,23 +481,15 @@ "id": "sm2-12", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -659,17 +501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "0313", "rarity": "Uncommon", "flavorText": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -683,13 +521,9 @@ "id": "sm2-13", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "abilities": [ { @@ -701,9 +535,7 @@ "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned." @@ -715,17 +547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Being consumed in Chandelure's flame burns up the spirit, leaving the body behind.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -739,29 +567,20 @@ "id": "sm2-14", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Passionate Dance", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Fire Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Kindle", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -773,17 +592,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It beats its wings together to create fire. As it moves in the steps of its beautiful dance, it bathes opponents in intense flames.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -797,32 +612,21 @@ "id": "sm2-15", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 40 more damage." @@ -834,17 +638,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It burns its bodily fluids to create a poisonous gas. When its enemies become disoriented from inhaling the gas, it attacks them.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -858,13 +658,9 @@ "id": "sm2-16", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "abilities": [ { @@ -876,11 +672,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from this Pokémon." @@ -892,17 +684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "For some reason, only females have been found. It creates a reverse harem of male Salandit that it lives with.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -916,31 +704,20 @@ "id": "sm2-17", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -952,19 +729,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "The shell on its back is chemically unstable and explodes violently if struck. The hole in its stomach is its weak point.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -978,44 +749,30 @@ "id": "sm2-18", "name": "Turtonator-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shell Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Nitro Tank-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 Fire Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -1027,18 +784,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1052,33 +803,21 @@ "id": "sm2-19", "name": "Alolan Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Water"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Defense Curl", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Ice Ball", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1090,17 +829,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Mizue", "rarity": "Common", "flavorText": "It lives on snowy mountains. Its steel shell is very hard—so much so, it can't roll its body up into a ball.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1114,33 +849,21 @@ "id": "sm2-19a", "name": "Alolan Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Water"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Defense Curl", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Ice Ball", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1152,17 +875,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19a", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "It lives on snowy mountains. Its steel shell is very hard—so much so, it can't roll its body up into a ball.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1176,13 +895,9 @@ "id": "sm2-20", "name": "Alolan Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Sandshrew", "abilities": [ { @@ -1194,11 +909,7 @@ "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -1210,18 +921,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "Fleeing a volcanic eruption, it settled on a snowy mountain. As it races through the snowfields, it sends up a spray of snow.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1235,32 +941,21 @@ "id": "sm2-21", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Beacon", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1272,17 +967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "You Iribi", "rarity": "Common", "flavorText": "It exhales air colder than -58 degrees Fahrenheit. Elderly people in Alola call this Pokémon by an older name—Keokeo.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1296,32 +987,21 @@ "id": "sm2-21a", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Beacon", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1333,17 +1013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21a", "artist": "kirisAki", "rarity": "Common", "flavorText": "It exhales air colder than -58 degrees Fahrenheit. Elderly people in Alola call this Pokémon by an older name—Keokeo.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1357,14 +1033,9 @@ "id": "sm2-22", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1372,31 +1043,21 @@ "attacks": [ { "name": "Ice Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Ice Path-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from this Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1408,16 +1069,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1431,22 +1088,14 @@ "id": "sm2-23", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Sludge Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't be healed during your opponent's next turn." @@ -1458,17 +1107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "They can be found lying dehydrated on beaches, but they are often still alive. When soaked in water, they will revive.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1482,32 +1127,21 @@ "id": "sm2-24", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Seething Tentacles", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." @@ -1519,18 +1153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Normally, it has 80 poisonous tentacles. The longer one has been alive, the fewer tentacles it will have.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1544,31 +1173,21 @@ "id": "sm2-25", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Roll Call", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Poliwag, a Poliwhirl, and a Poliwrath, and put them onto your Bench. Then, shuffle your deck." }, { "name": "Hyper Jump", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." @@ -1580,17 +1199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "They gather on moonlit nights to form a large chorus. Their cries sound angry and not at all pleasant, but they are certainly distinctive.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1604,28 +1219,20 @@ "id": "sm2-26", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "All the Presents", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, you may search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Surprise Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -1637,17 +1244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "sui", "rarity": "Common", "flavorText": "Although it naturally prefers colder locales, Delibird in Alola seem able to withstand the heat to a certain extent.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1661,22 +1264,14 @@ "id": "sm2-27", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Bite", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1688,17 +1283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "Each school has its own territory. Any intruders are mercilessly attacked with fangs bared.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1712,21 +1303,14 @@ "id": "sm2-28", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Jet Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1742,9 +1326,7 @@ "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It pursues its prey at speeds of 75 mph and finishes them off with fangs that can crush iron. It is known as the bully of the sea.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1758,35 +1340,21 @@ "id": "sm2-29", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1798,19 +1366,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It loves to startle people. It fills itself up with seawater and plays by bouncing around like a ball.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1824,34 +1386,21 @@ "id": "sm2-30", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Dive", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Open Sea", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Heal 30 damage from each of your Water Pokémon." @@ -1863,20 +1412,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "OOYAMA", "rarity": "Rare", "flavorText": "Wailord pursue their prey in pods. With their large mouths, they can swallow entire schools of Wishiwashi whole.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1890,33 +1432,21 @@ "id": "sm2-31", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Chilly", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Frost Breath", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1928,18 +1458,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Their numbers seem to have rapidly increased in Alola. Custom has it that houses where Snorunt live will be prosperous for generations to come.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1953,35 +1478,22 @@ "id": "sm2-32", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", - "evolvesTo": [ - "Froslass" - ], + "evolvesTo": ["Froslass"], "attacks": [ { "name": "Crunch", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Raging Floe", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "70+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -1993,19 +1505,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "so-taro", "rarity": "Uncommon", "flavorText": "Legend says a boulder on an icy mountain absorbed the distress and regrets of a stranded mountaineer, giving rise to Glalie.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2019,22 +1525,14 @@ "id": "sm2-33", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Triple Spin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -2046,17 +1544,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "OOYAMA", "rarity": "Common", "flavorText": "Born of an icicle, this Pokémon uses its frosty breath to make ice crystals, causing snow to fall.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2070,23 +1564,15 @@ "id": "sm2-34", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Ice Shard", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is a Fighting Pokémon, this attack does 30 more damage." @@ -2098,18 +1584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Hot days cause its body to melt. It can be restored by refreezing it, but the process leaves its body slightly warped.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2123,31 +1604,21 @@ "id": "sm2-35", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "attacks": [ { "name": "Hail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frozen Breath", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "80", "text": "You may discard 2 Water Energy from this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed." @@ -2159,18 +1630,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Each of its two heads has a brain, and when they are in agreement, it attacks its enemies by exhaling a violent blizzard.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2184,30 +1650,20 @@ "id": "sm2-36", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Borne Ashore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from either player's discard pile onto its owner's Bench." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2219,18 +1675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It uses its special mucus to close the wounds of injured Pokémon. The reason for this behavior remains unknown.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2244,13 +1695,9 @@ "id": "sm2-37", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Schooling", @@ -2261,9 +1708,7 @@ "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2279,9 +1724,7 @@ "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "When it's in trouble, its eyes moisten and begin to shine. The shining light attracts its comrades, and they stand together against their enemies.", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2295,49 +1738,30 @@ "id": "sm2-38", "name": "Wishiwashi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Torrential Vortex", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "120", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Blue Surge-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -2349,18 +1773,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2374,31 +1792,21 @@ "id": "sm2-39", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Water"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Bail Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Pokémon from your discard pile into your hand." }, { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2410,17 +1818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It plunges the poison spike on its head into its prey. When the prey has weakened, Mareanie deals the finishing blow with its 10 tentacles.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2434,33 +1838,21 @@ "id": "sm2-40", "name": "Alolan Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Lightning"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rock Polish", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, this Pokémon has no Retreat Cost." }, { "name": "Rollout", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2478,18 +1870,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "Its body is a magnetic stone. Iron sand attaches firmly to the portions of its body that are particularly magnetic.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2503,37 +1890,22 @@ "id": "sm2-41", "name": "Alolan Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Thunder Punch", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." }, { "name": "Electrobullet", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2551,20 +1923,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "41", "artist": "match", "rarity": "Uncommon", "flavorText": "Its preferred food is dravite. After it has eaten this mineral, crystals form inside the Pokémon, rising to the surface of part of its body.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2578,34 +1943,21 @@ "id": "sm2-42", "name": "Alolan Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Graveler", "attacks": [ { "name": "Electromagnetic Rock Wrecker", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin for each Lightning Energy attached to this Pokémon. This attack does 80 damage for each heads." }, { "name": "Heavy Slam", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200-", "text": "This attack does 30 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -2623,20 +1975,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "42", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It fires rocks charged with electricity. Even if the rock isn't fired that accurately, just grazing an opponent will cause numbness and fainting.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2650,22 +1995,14 @@ "id": "sm2-43", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2683,17 +2020,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2707,31 +2040,21 @@ "id": "sm2-44", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2749,17 +2072,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2773,14 +2092,9 @@ "id": "sm2-45", "name": "Vikavolt-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2788,33 +2102,21 @@ "attacks": [ { "name": "Charge Beam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Super Zap Cannon", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Gigatron-GX", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 60 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -2832,16 +2134,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2855,28 +2153,20 @@ "id": "sm2-46", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Feather Dance", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Pom-Pom Punch attack's base damage is 100." }, { "name": "Pom-Pom Punch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2894,17 +2184,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "This Oricorio has sipped bright yellow nectar. Its bright, cheerful dance melts the hearts of its enemies.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2918,14 +2204,9 @@ "id": "sm2-47", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2939,38 +2220,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2984,34 +2252,21 @@ "id": "sm2-48", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Whimsy Tackle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -3023,19 +2278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Its long tail often breaks off. It doesn't really feel any pain, though, and the tail grows back, so Slowpoke isn't particularly bothered.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3049,31 +2298,21 @@ "id": "sm2-49", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Facade", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon is Burned or Poisoned, this attack does 80 more damage." @@ -3085,19 +2324,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "It spaces out while gazing at the sea. With Shellder's poison flowing through its body, it becomes even spacier.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3111,33 +2344,21 @@ "id": "sm2-50", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Stomp Off", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Drool", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3149,18 +2370,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Unsanitary places are what they like best. They can be spotted in Alola, often with Grimer in hot pursuit.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3174,31 +2390,21 @@ "id": "sm2-51", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Trashalanche", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each Item card in your opponent's discard pile." }, { "name": "Acid Spray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3210,19 +2416,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Beware the poisonous liquid it shoots from its right arm. If even a little of it gets on you, you'll experience the effects of the unidentified toxin.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3236,31 +2436,21 @@ "id": "sm2-51a", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Trashalanche", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each Item card in your opponent's discard pile." }, { "name": "Acid Spray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3272,19 +2462,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51a", "artist": "nagimiso", "rarity": "Rare", "flavorText": "Beware the poisonous liquid it shoots from its right arm. If even a little of it gets on you, you'll experience the effects of the unidentified toxin.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3298,22 +2482,14 @@ "id": "sm2-52", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Blown Kiss", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -3325,17 +2501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Their ribbonlike feelers increase their psychic power. They are always staring at something.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3349,33 +2521,22 @@ "id": "sm2-53", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -3387,18 +2548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Starlight is the source of their power. At night, they mark star positions by using psychic power to float stones.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3412,30 +2568,21 @@ "id": "sm2-54", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "attacks": [ { "name": "Tractorbeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Link Blast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 80 more damage." @@ -3447,18 +2594,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3472,13 +2614,9 @@ "id": "sm2-55", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Vital Dance", @@ -3489,10 +2627,7 @@ "attacks": [ { "name": "Casual Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3504,17 +2639,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "This Oricorio relaxes by swaying gently. This increases its psychic energy, which it then fires at its enemies.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3528,28 +2659,20 @@ "id": "sm2-56", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Supernatural Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each Pokémon in your opponent's discard pile, put 1 damage counter on your opponent's Pokémon in any way you like." }, { "name": "Revelation Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "If there is no Stadium card in play, this attack does nothing." @@ -3567,17 +2690,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "This Oricorio has sipped purple nectar. Its elegant, attractive dance will send the minds and hearts of its enemies to another world.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3591,14 +2710,9 @@ "id": "sm2-57", "name": "Toxapex-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mareanie", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3606,31 +2720,21 @@ "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads." }, { "name": "Super Intense Poison", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 10 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Total Shelter-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "150", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -3642,18 +2746,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3667,45 +2765,32 @@ "id": "sm2-58", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Copycat", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "Its actual appearance is unknown. A scholar who saw what was under its rag was overwhelmed by horror and died of the shock.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3719,13 +2804,9 @@ "id": "sm2-59", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Steelworker", @@ -3736,11 +2817,7 @@ "attacks": [ { "name": "Anchor Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3758,18 +2835,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Swinging its massive anchor, it can KO Wailord in a single blow. What appears to be green seaweed is actually its body.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3783,14 +2855,9 @@ "id": "sm2-60", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3804,34 +2871,25 @@ "attacks": [ { "name": "Energy Drive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Tapu Cure-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3845,14 +2903,9 @@ "id": "sm2-60a", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3866,34 +2919,25 @@ "attacks": [ { "name": "Energy Drive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Tapu Cure-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60a", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3907,31 +2951,21 @@ "id": "sm2-61", "name": "Lunala", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "attacks": [ { "name": "Shatter Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "This attack does 40 damage times the amount of Psychic Energy attached to this Pokémon." }, { "name": "Wings of the Moone", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like." @@ -3949,18 +2983,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It is said to be a female evolution of Cosmog. When its third eye activates, away it flies to another world.", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3974,23 +3003,14 @@ "id": "sm2-62", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -4002,18 +3022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It loves working out. As it gazes at its muscles, which continue to swell day by day, it becomes more and more dedicated to its training.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4027,23 +3042,14 @@ "id": "sm2-63", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Dynamic Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4055,18 +3061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It loves working out. As it gazes at its muscles, which continue to swell day by day, it becomes more and more dedicated to its training.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4080,17 +3081,11 @@ "id": "sm2-64", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "abilities": [ { "name": "Daunting Pose", @@ -4101,10 +3096,7 @@ "attacks": [ { "name": "Cross Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4116,19 +3108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "64", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "As a result of its continual workouts, it has developed tremendous power. It uses that power to help people with their work.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4142,32 +3128,21 @@ "id": "sm2-65", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Settle the Score", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 80 more damage for each Prize card your opponent took on their last turn." }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon does 30 damage to itself." @@ -4179,19 +3154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It unleashes megaton-level punches that send opponents flying clear over the horizon.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4205,13 +3174,9 @@ "id": "sm2-66", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Roadblock", @@ -4222,10 +3187,7 @@ "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4237,18 +3199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "To avoid attack, it mimics a tree. It will run off if splashed with water, which it hates.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4262,22 +3219,14 @@ "id": "sm2-67", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Double Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4289,17 +3238,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It usually clings to cliffs. When it spots its prey, it spreads its wings and glides down to attack.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4313,31 +3258,21 @@ "id": "sm2-68", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Finishing Stinger", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "70", "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing." }, { "name": "Guillotine", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4349,17 +3284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Yoshinobu Saito", "rarity": "Uncommon", "flavorText": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4373,34 +3304,21 @@ "id": "sm2-69", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4412,19 +3330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The magnet in Nosepass's nose provides an unerring compass, making it an excellent partner for Trainers going on a journey.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4438,32 +3350,21 @@ "id": "sm2-70", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Fighting"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Hook", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4475,18 +3376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "sui", "rarity": "Common", "flavorText": "Its two whiskers provide a sensitive radar. Even in muddy waters, it can detect its prey's location.", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4500,34 +3396,21 @@ "id": "sm2-71", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Water Pulse", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Landslip", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Discard the top 3 cards of your deck. This attack does 100 damage for each Energy card you discarded in this way." @@ -4539,19 +3422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "A glutton that devours anything that moves, it quietly lurks at the bottom of swamps, lying in wait for prey.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4565,23 +3442,14 @@ "id": "sm2-72", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -4593,18 +3461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It grows up imitating the behavior of Pangoro, which it looks up to as a leader.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4618,32 +3481,21 @@ "id": "sm2-73", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Corner", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Wild Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4655,17 +3507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It's considered to be a good Pokémon for beginners because of its friendliness, but its disposition grows rougher as it grows up.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4679,14 +3527,9 @@ "id": "sm2-74", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4701,21 +3544,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Dangerous Rogue-GX", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4727,17 +3563,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4751,23 +3582,14 @@ "id": "sm2-75", "name": "Mudbray", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mudsdale" - ], + "types": ["Fighting"], + "evolvesTo": ["Mudsdale"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -4779,18 +3601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The mud stuck to Mudbray's hooves enhances its grip and its powerful running gait.", - "nationalPokedexNumbers": [ - 749 - ], + "nationalPokedexNumbers": [749], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4804,34 +3621,21 @@ "id": "sm2-76", "name": "Mudsdale", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudbray", "attacks": [ { "name": "Enhanced Stomp", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." }, { "name": "High Horsepower", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon does 40 damage to itself." @@ -4843,20 +3647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "76", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It spits a mud that provides resistance to both wind and rain, so the walls of old houses were often coated with it.", - "nationalPokedexNumbers": [ - 750 - ], + "nationalPokedexNumbers": [750], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4870,30 +3667,20 @@ "id": "sm2-77", "name": "Minior", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Swift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." }, { "name": "Cosmicsplosion", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon is Knocked Out." @@ -4911,17 +3698,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It eats dust in the atmosphere. The composition of the dust determines the color of its core.", - "nationalPokedexNumbers": [ - 774 - ], + "nationalPokedexNumbers": [774], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4935,22 +3718,14 @@ "id": "sm2-78", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -4968,17 +3743,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Sekio", "rarity": "Common", "flavorText": "They awaken at dusk and take wing in the twilight, leading to the expression, \"Get home before the Murkrow fly.\"", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4992,30 +3763,21 @@ "id": "sm2-79", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Feint Attack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon." }, { "name": "Raven's Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on all of your opponent's Pokémon." @@ -5033,17 +3795,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "A single cry from this nocturnal Pokémon, and more than a hundred of its Murkrow cronies will assemble.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5057,44 +3815,32 @@ "id": "sm2-80", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Limitation", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any Supporter cards from their hand during their next turn." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It's a fiend for gemstones, so it stalks Carbink. Unfortunately, Gabite almost always grabs them first.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5108,29 +3854,20 @@ "id": "sm2-81", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." }, { "name": "Doom News", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put all Energy attached to this Pokémon into your hand. At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." @@ -5148,17 +3885,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Long ago, superstitions were spread about it, saying it brought disaster. This fed a hatred of it, and it was driven deep into the mountains.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5172,34 +3905,21 @@ "id": "sm2-82", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Sky Uppercut", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Magnum Punch", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -5217,19 +3937,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "kodama", "rarity": "Rare", "flavorText": "It boasts superb physical strength. Those who wish to become Pangoro's Trainer have no choice but to converse with their fists.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5243,22 +3957,14 @@ "id": "sm2-83", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Core Beam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Metal Energy from this Pokémon." @@ -5276,17 +3982,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its cells are all magnets. It uses magnetism to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5300,34 +4002,22 @@ "id": "sm2-84", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Core Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Metal Energy from this Pokémon." @@ -5345,19 +4035,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When two Beldum link together, their psychic power is doubled. Their intelligence, however, remains unchanged.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5371,14 +4055,9 @@ "id": "sm2-85", "name": "Metagross-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5393,20 +4072,14 @@ "attacks": [ { "name": "Giga Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon can't use Giga Hammer during your next turn." }, { "name": "Algorithm-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -5424,18 +4097,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5449,32 +4116,21 @@ "id": "sm2-86", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Energy Link", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Power Gem", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -5492,20 +4148,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "86", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "It radiates such a powerful magnetic field that nearby electrical appliances become unusable.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5519,32 +4168,21 @@ "id": "sm2-87", "name": "Solgaleo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "attacks": [ { "name": "Shining Arrow", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Fangs of the Sunne", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "This Pokémon can't use Fangs of the Sunne during your next turn." @@ -5562,19 +4200,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It is said to live in another world. The intense light it radiates from the surface of its body can make the darkest of nights light up like midday.", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5588,32 +4220,21 @@ "id": "sm2-88", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Slap", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Follow Me", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." @@ -5631,17 +4252,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Its adorable behavior and appearance make it popular with men and women, young and old. Its numbers are few, however.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5655,31 +4272,21 @@ "id": "sm2-89", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Lullaby", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Meteor Mash", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, this Pokémon's Meteor Mash attack does 60 more damage (before applying Weakness and Resistance)." @@ -5697,17 +4304,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "They don't like to reveal themselves in front of people. They live quietly in packs deep in the mountains.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5721,22 +4324,14 @@ "id": "sm2-90", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage for each heads." @@ -5754,17 +4349,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "When it finds others of its kind, they all stick together. When enough of them have collected, the mass resembles a cumulonimbus cloud.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5778,29 +4369,21 @@ "id": "sm2-91", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "The Wages of Fluff", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon is Knocked Out during your next turn, take 2 more Prize cards." }, { "name": "Fairy Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -5822,9 +4405,7 @@ "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It rides on the wind and slips into people's homes. After it has turned a room into a cotton-filled mess, it giggles to itself and takes off.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5838,14 +4419,9 @@ "id": "sm2-92", "name": "Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5853,31 +4429,21 @@ "attacks": [ { "name": "Magical Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Plea-GX", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -5895,17 +4461,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5919,14 +4480,9 @@ "id": "sm2-92a", "name": "Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5934,31 +4490,21 @@ "attacks": [ { "name": "Magical Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Plea-GX", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -5976,17 +4522,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92a", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6000,13 +4541,9 @@ "id": "sm2-93", "name": "Comfey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Flower Shield", @@ -6017,10 +4554,7 @@ "attacks": [ { "name": "Sweet Kiss", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent draws a card." @@ -6038,17 +4572,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "It attaches flowers to its highly nutritious vine. This revitalizes the flowers, and they give off an aromatic scent.", - "nationalPokedexNumbers": [ - 764 - ], + "nationalPokedexNumbers": [764], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6062,32 +4592,21 @@ "id": "sm2-94", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If head, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Water", - "Fairy" - ], + "cost": ["Water", "Fairy"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6099,17 +4618,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Asako Ito", "rarity": "Common", "flavorText": "The weakest of all Dragon-type Pokémon, it's unable to breathe if its skin dries out, so it sticks to shady places.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6123,33 +4638,22 @@ "id": "sm2-95", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Division", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Sliggoo and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Water", - "Fairy" - ], + "cost": ["Water", "Fairy"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6161,19 +4665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It has trouble drawing a line between friends and food. It will calmly try to melt and eat even those it gets along well with.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6187,31 +4685,21 @@ "id": "sm2-96", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "attacks": [ { "name": "Power Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Beat Slider", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -6223,19 +4711,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "An amazingly friendly Pokémon, but if left to itself, loneliness overcomes it, and it oozes gooey tears.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6249,30 +4731,20 @@ "id": "sm2-97", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Amass", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -6284,18 +4756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "match", "rarity": "Rare Holo", "flavorText": "It has a compassionate personality, but if it is angered, it will completely destroy its surroundings with its intense breath.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6309,16 +4776,10 @@ "id": "sm2-98", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "abilities": [ { "name": "Bulletproof", @@ -6329,10 +4790,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6344,18 +4802,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "match", "rarity": "Common", "flavorText": "It expresses its feelings by smacking its scales. Metallic sounds echo through the tall mountains where Jangmo-o lives.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6369,34 +4822,22 @@ "id": "sm2-99", "name": "Hakamo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Jangmo-o", - "evolvesTo": [ - "Kommo-o" - ], + "evolvesTo": ["Kommo-o"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Dragon Claw", - "cost": [ - "Lightning", - "Fighting", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6408,18 +4849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It leaps at its prey with a courageous shout. Its scaly punches tear its opponents to shreds.", - "nationalPokedexNumbers": [ - 783 - ], + "nationalPokedexNumbers": [783], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6433,14 +4869,9 @@ "id": "sm2-100", "name": "Kommo-o-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6448,33 +4879,21 @@ "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Shred", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Ultra Uppercut-GX", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -6486,17 +4905,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6510,35 +4924,21 @@ "id": "sm2-101", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, heal 30 damage from 1 of your Pokémon." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -6550,18 +4950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "The eggs laid by Chansey are rich in nutrients and a favorite food of many Pokémon.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6575,13 +4970,9 @@ "id": "sm2-102", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -6593,12 +4984,7 @@ "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon does 80 damage to itself." @@ -6610,20 +4996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "102", "artist": "Hideki Ishikawa", "rarity": "Rare Holo", "flavorText": "Even the most ferocious Pokémon become calm when they eat Blissey's egg, which is said to be filled with happiness.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6637,22 +5016,14 @@ "id": "sm2-103", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -6670,17 +5041,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "It has a gutsy spirit that makes it bravely take on tough foes. It flies in search of warm climates.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6694,29 +5061,21 @@ "id": "sm2-104", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Swallow Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "If this Pokémon used Agility during your last turn, this attack does 80 more damage." @@ -6734,17 +5093,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "If its two tail feathers are standing at attention, it is proof of good health. It soars elegantly in the sky.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6758,29 +5113,20 @@ "id": "sm2-105", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Weather Teller", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Stadium cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Water Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -6792,17 +5138,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "sui", "rarity": "Common", "flavorText": "It changes its form depending on the weather. Changes in the temperature or humidity appear to affect its cellular structure.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6816,31 +5158,20 @@ "id": "sm2-106", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Turbo Storm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6858,17 +5189,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6882,32 +5209,21 @@ "id": "sm2-107", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Glance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6919,17 +5235,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6943,31 +5255,21 @@ "id": "sm2-108", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Scrutinize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 2 cards of your opponent's deck, discard 1 of them, and put the other card back." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage for each heads." @@ -6979,17 +5281,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7003,32 +5301,21 @@ "id": "sm2-109", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7046,17 +5333,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "You Iribi", "rarity": "Common", "flavorText": "This amiable Pokémon is easy to train. But when battle is joined, it shows its ferocious side.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7070,33 +5353,22 @@ "id": "sm2-110", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -7114,17 +5386,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "From its beak, it fires embers at its prey. Once it has caught them, it grills them at high heat before feasting upon them.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7138,30 +5406,21 @@ "id": "sm2-111", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Loop-the-Loop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Put all Energy attached to this Pokémon into your hand." @@ -7183,9 +5442,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its favorite foods are Wingull and Pikipek. It attacks with a powerful kick and grasps them firmly in its talons.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7199,33 +5456,21 @@ "id": "sm2-112", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Colorless"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -7237,18 +5482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Despite its adorable appearance, when it gets angry and flails about, its arms and legs could knock a pro wrestler sprawling.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7262,13 +5502,9 @@ "id": "sm2-113", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "abilities": [ { @@ -7280,11 +5516,7 @@ "attacks": [ { "name": "Dangerous Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 60 more damage." @@ -7296,18 +5528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "This immensely dangerous Pokémon possesses overwhelming physical strength. Its habitat is generally off-limits.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7321,13 +5548,9 @@ "id": "sm2-114", "name": "Komala", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Comatose", @@ -7338,11 +5561,7 @@ "attacks": [ { "name": "Hypno Roll", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack can be used if this Pokémon is Asleep. If it is not Asleep, this attack does nothing." @@ -7354,18 +5573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It is born asleep, and it dies asleep. All its movements are apparently no more than the results of it tossing and turning in its dreams.", - "nationalPokedexNumbers": [ - 775 - ], + "nationalPokedexNumbers": [775], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7379,43 +5593,30 @@ "id": "sm2-115", "name": "Drampa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Berserk", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 70 more damage." }, { "name": "Big Wheel-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -7427,17 +5628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7451,9 +5647,7 @@ "id": "sm2-116", "name": "Aether Paradise Conservation Area", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Basic Grass and Basic Lightning Pokémon (both yours and your opponent's) take 30 less damage from the opponent's attacks (after applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7474,9 +5668,7 @@ "id": "sm2-117", "name": "Altar of the Moone", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The Retreat Cost of each Pokémon (both yours and your opponent's) that has any Psychic or Darkness Energy attached to it is ColorlessColorless less.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7497,9 +5689,7 @@ "id": "sm2-118", "name": "Altar of the Sunne", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Fire Pokémon and Metal Pokémon (both yours and your opponent's) have no Weakness.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7520,9 +5710,7 @@ "id": "sm2-119", "name": "Aqua Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Benched Water Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7543,9 +5731,7 @@ "id": "sm2-120", "name": "Brooklet Hill", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for a Basic Water Pokémon or Basic Fighting Pokémon and, put it onto their Bench, and shuffle their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7566,9 +5752,7 @@ "id": "sm2-121", "name": "Choice Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Pokémon-GX or Active Pokémon-EX (before applying Weakness and Resistance).", @@ -7590,9 +5774,7 @@ "id": "sm2-121a", "name": "Choice Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Pokémon-GX or Active Pokémon-EX (before applying Weakness and Resistance).", @@ -7614,9 +5796,7 @@ "id": "sm2-122", "name": "Energy Loto", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal an Energy card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7637,9 +5817,7 @@ "id": "sm2-123", "name": "Energy Recycler", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 5 basic Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7661,9 +5839,7 @@ "id": "sm2-124", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7684,9 +5860,7 @@ "id": "sm2-124a", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7707,9 +5881,7 @@ "id": "sm2-125", "name": "Field Blower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 in any combination of Pokémon Tool cards and Stadium cards in play (yours or your opponent's) and discard them.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7730,9 +5902,7 @@ "id": "sm2-125a", "name": "Field Blower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 in any combination of Pokémon Tool cards and Stadium cards in play (yours or your opponent's) and discard them.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7753,9 +5923,7 @@ "id": "sm2-126", "name": "Hala", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. If you have used your GX attack, draw 7 cards. If not, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7776,9 +5944,7 @@ "id": "sm2-127", "name": "Mallow", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for 2 cards, shuffle your deck, and put those cards on top of your deck in any order.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7799,9 +5965,7 @@ "id": "sm2-128", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. If you do, discard all Energy from that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7822,9 +5986,7 @@ "id": "sm2-128a", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. If you do, discard all Energy from that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7845,9 +6007,7 @@ "id": "sm2-129", "name": "Multi Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7868,9 +6028,7 @@ "id": "sm2-130", "name": "Rescue Stretcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Put a Pokémon from your discard pile into your hand, or shuffle 3 Pokémon from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7891,9 +6049,7 @@ "id": "sm2-130a", "name": "Rescue Stretcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Put a Pokémon from your discard pile into your hand, or shuffle 3 Pokémon from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7914,44 +6070,30 @@ "id": "sm2-131", "name": "Turtonator-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shell Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Nitro Tank-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 Fire Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -7963,18 +6105,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "131", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7988,14 +6124,9 @@ "id": "sm2-132", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8003,31 +6134,21 @@ "attacks": [ { "name": "Ice Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Ice Path-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from this Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8039,16 +6160,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8062,49 +6179,30 @@ "id": "sm2-133", "name": "Wishiwashi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Torrential Vortex", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "120", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Blue Surge-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -8116,18 +6214,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "133", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8141,14 +6233,9 @@ "id": "sm2-134", "name": "Vikavolt-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8156,33 +6243,21 @@ "attacks": [ { "name": "Charge Beam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Super Zap Cannon", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Gigatron-GX", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 60 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -8200,16 +6275,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8223,14 +6294,9 @@ "id": "sm2-135", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8244,38 +6310,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "135", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8289,14 +6342,9 @@ "id": "sm2-136", "name": "Toxapex-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mareanie", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8304,31 +6352,21 @@ "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads." }, { "name": "Super Intense Poison", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 10 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Total Shelter-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "150", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -8340,18 +6378,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8365,14 +6397,9 @@ "id": "sm2-137", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8386,34 +6413,25 @@ "attacks": [ { "name": "Energy Drive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Tapu Cure-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8427,14 +6445,9 @@ "id": "sm2-138", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8449,21 +6462,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Dangerous Rogue-GX", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8475,17 +6481,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8499,14 +6500,9 @@ "id": "sm2-139", "name": "Metagross-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8521,20 +6517,14 @@ "attacks": [ { "name": "Giga Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon can't use Giga Hammer during your next turn." }, { "name": "Algorithm-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -8552,18 +6542,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "139", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8577,14 +6561,9 @@ "id": "sm2-140", "name": "Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8592,31 +6571,21 @@ "attacks": [ { "name": "Magical Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Plea-GX", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -8634,17 +6603,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8658,14 +6622,9 @@ "id": "sm2-141", "name": "Kommo-o-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8673,33 +6632,21 @@ "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Shred", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Ultra Uppercut-GX", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -8711,17 +6658,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "141", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8735,43 +6677,30 @@ "id": "sm2-142", "name": "Drampa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Berserk", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 70 more damage." }, { "name": "Big Wheel-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -8783,17 +6712,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "142", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8807,9 +6731,7 @@ "id": "sm2-143", "name": "Hala", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. If you have used your GX attack, draw 7 cards. If not, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8830,9 +6752,7 @@ "id": "sm2-144", "name": "Hau", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8853,9 +6773,7 @@ "id": "sm2-145", "name": "Mallow", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for 2 cards, shuffle your deck, then put those cards on top of it in any order.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8876,14 +6794,9 @@ "id": "sm2-146", "name": "Decidueye-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8898,20 +6811,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Hollow Hunt-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -8923,17 +6830,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "146", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8947,14 +6849,9 @@ "id": "sm2-147", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8962,31 +6859,21 @@ "attacks": [ { "name": "Hustling Strike", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 20 more damage for each of your Benched Fire Pokémon." }, { "name": "Tiger Swing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 50 more damage for each heads." }, { "name": "Burning Slam-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned. (You can't use more than 1 GX attack in a game.)" @@ -8998,18 +6885,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "147", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9023,44 +6904,30 @@ "id": "sm2-148", "name": "Turtonator-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shell Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Nitro Tank-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 Fire Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -9072,18 +6939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "148", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9097,14 +6958,9 @@ "id": "sm2-149", "name": "Primarina-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Brionne", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9112,32 +6968,21 @@ "attacks": [ { "name": "Bubble Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage times the amount of Water Energy attached to your Pokémon." }, { "name": "Roaring Seas", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Grand Echo-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9149,17 +6994,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 730 - ], + "nationalPokedexNumbers": [730], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9173,14 +7013,9 @@ "id": "sm2-150", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9188,31 +7023,21 @@ "attacks": [ { "name": "Ice Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Ice Path-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from this Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9224,16 +7049,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9247,49 +7068,30 @@ "id": "sm2-151", "name": "Wishiwashi-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Torrential Vortex", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "120", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Blue Surge-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -9301,18 +7103,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "151", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9326,14 +7122,9 @@ "id": "sm2-152", "name": "Vikavolt-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9341,33 +7132,21 @@ "attacks": [ { "name": "Charge Beam", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Super Zap Cannon", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Gigatron-GX", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 60 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -9385,16 +7164,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9408,14 +7183,9 @@ "id": "sm2-153", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9429,38 +7199,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9474,14 +7231,9 @@ "id": "sm2-154", "name": "Toxapex-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mareanie", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9489,31 +7241,21 @@ "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads." }, { "name": "Super Intense Poison", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 10 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Total Shelter-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "150", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -9525,18 +7267,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9550,14 +7286,9 @@ "id": "sm2-155", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9571,34 +7302,25 @@ "attacks": [ { "name": "Energy Drive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Tapu Cure-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9612,14 +7334,9 @@ "id": "sm2-156", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9634,21 +7351,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Dangerous Rogue-GX", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9660,17 +7370,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9684,14 +7389,9 @@ "id": "sm2-157", "name": "Metagross-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9706,20 +7406,14 @@ "attacks": [ { "name": "Giga Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon can't use Giga Hammer during your next turn." }, { "name": "Algorithm-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -9737,18 +7431,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9762,14 +7450,9 @@ "id": "sm2-157a", "name": "Metagross-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9784,20 +7467,14 @@ "attacks": [ { "name": "Giga Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon can't use Giga Hammer during your next turn." }, { "name": "Algorithm-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -9815,18 +7492,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "157a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9840,14 +7511,9 @@ "id": "sm2-158", "name": "Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9855,31 +7521,21 @@ "attacks": [ { "name": "Magical Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Plea-GX", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -9897,17 +7553,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "158", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9921,14 +7572,9 @@ "id": "sm2-159", "name": "Kommo-o-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9936,33 +7582,21 @@ "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Shred", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Ultra Uppercut-GX", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -9974,17 +7608,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9998,43 +7627,30 @@ "id": "sm2-160", "name": "Drampa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Berserk", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 70 more damage." }, { "name": "Big Wheel-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -10046,17 +7662,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "160", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10070,9 +7681,7 @@ "id": "sm2-161", "name": "Aqua Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Benched Water Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10093,9 +7702,7 @@ "id": "sm2-162", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10116,9 +7723,7 @@ "id": "sm2-163", "name": "Field Blower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 in any combination of Pokémon Tool cards and Stadium cards in play (yours or your opponent's) and discard them.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10139,9 +7744,7 @@ "id": "sm2-164", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. If you do, discard all Energy from that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10162,9 +7765,7 @@ "id": "sm2-165", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10186,12 +7787,8 @@ "id": "sm2-166", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "166", "rarity": "Rare Secret", "legalities": { @@ -10207,9 +7804,7 @@ "id": "sm2-167", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "167", "rarity": "Rare Secret", "legalities": { @@ -10226,9 +7821,7 @@ "id": "sm2-168", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "168", "rarity": "Rare Secret", "legalities": { @@ -10245,9 +7838,7 @@ "id": "sm2-169", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "169", "rarity": "Rare Secret", "legalities": { diff --git a/cards/en/sm3.json b/cards/en/sm3.json index 931ca8eb0..a75e7a166 100644 --- a/cards/en/sm3.json +++ b/cards/en/sm3.json @@ -3,22 +3,14 @@ "id": "sm3-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sekio", "rarity": "Common", "flavorText": "When attacked by bird Pokémon, it resists by releasing a terrifically strong odor from its antennae, but it often becomes their prey.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,33 +42,22 @@ "id": "sm3-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Shed Skin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 40 damage from this Pokémon." @@ -92,18 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Its shell is filled with its soft innards. It doesn't move much because of the risk it might carelessly spill its innards out.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -117,31 +89,21 @@ "id": "sm3-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Bye-Bye Heal", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from all of your Pokémon. Shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -153,17 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Close examination of its large eyes reveals that each eye is composed of a myriad of tiny eyes.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -177,22 +135,14 @@ "id": "sm3-4", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -204,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "During the day, it stays in the cold underground to avoid the sun. It grows by bathing in moonlight.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -228,34 +174,22 @@ "id": "sm3-5", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Stinky Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -267,18 +201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Smells incredibly foul! However, around one out of a thousand people enjoy sniffing its nose-bending stink.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -292,13 +221,9 @@ "id": "sm3-6", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -310,11 +235,7 @@ "attacks": [ { "name": "Downer Shock", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If tails, your opponent's Active Pokémon is now Confused." @@ -326,19 +247,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "chibi", "rarity": "Rare Holo", "flavorText": "The larger its petals, the more toxic pollen it contains. Its big head is heavy and hard to hold up.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -352,22 +267,14 @@ "id": "sm3-7", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Bind Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -379,18 +286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Many writhing vines cover it, so its true identity remains unknown. The blue vines grow its whole life long.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -404,32 +306,21 @@ "id": "sm3-8", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Crosswise Whip", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage for each heads." @@ -441,20 +332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "8", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "It ensnares prey by extending arms made of vines. Losing arms to predators does not trouble it.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -468,22 +352,14 @@ "id": "sm3-9", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Agility", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -495,17 +371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "They are timid and grow uneasy when not in a swarm with others of their kind. The pattern on their backs differs slightly from one to another.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -519,31 +391,21 @@ "id": "sm3-10", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Swift", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." }, { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage for each heads." @@ -555,17 +417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "While it's believed that starlight provides it with energy, this Pokémon also loves to eat berries. In the daytime, it curls up in the grass to sleep.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -579,13 +437,9 @@ "id": "sm3-11", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Guts", @@ -596,10 +450,7 @@ "attacks": [ { "name": "Pitch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -611,18 +462,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This powerful Pokémon thrusts its prized horn under its enemies' bellies, then lifts and throws them.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -636,22 +482,14 @@ "id": "sm3-12", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -663,17 +501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are known to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -687,30 +521,21 @@ "id": "sm3-13", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Leaf Supply", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may attach a Grass Energy card from your hand to 1 of your Pokémon." @@ -722,17 +547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It attacks enemies with strikes of its thorn-covered tail. This Pokémon is wild tempered.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -746,22 +567,14 @@ "id": "sm3-14", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Grass"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Ambush", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -773,17 +586,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It crawls onto the land in search of food. Its water bubble allows it to breathe and protects its soft head.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -797,32 +606,21 @@ "id": "sm3-15", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Bubble Net", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Energy can't be attached to the Defending Pokémon from your opponent's hand during their next turn." }, { "name": "Sharp Fang", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -834,17 +632,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It delivers headbutts with the water bubble on its head. Small Pokémon get sucked into the bubble, where they drown.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -858,16 +652,10 @@ "id": "sm3-16", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Grass"], + "evolvesTo": ["Golisopod"], "abilities": [ { "name": "Wimp Out", @@ -878,11 +666,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -894,19 +678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "This Pokémon is a coward. As it desperately dashes off, the flailing of its many legs leaves a sparkling clean path in its wake.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -920,14 +698,9 @@ "id": "sm3-17", "name": "Golisopod-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -935,31 +708,21 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage." }, { "name": "Armor Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Crossing Cut-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -971,18 +734,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -996,32 +753,21 @@ "id": "sm3-18", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1033,17 +779,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1057,32 +799,21 @@ "id": "sm3-18a", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1094,17 +825,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18a", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1118,35 +845,22 @@ "id": "sm3-19", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1158,18 +872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1183,14 +892,9 @@ "id": "sm3-20", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1198,35 +902,21 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Crimson Storm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 3 Fire Energy from this Pokémon." }, { "name": "Raging Out-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -1238,17 +928,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1262,48 +947,30 @@ "id": "sm3-21", "name": "Ho-Oh-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sacred Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Phoenix Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon can't use Phoenix Burn during your next turn." }, { "name": "Eternal Flame-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -1321,17 +988,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1345,22 +1007,14 @@ "id": "sm3-22", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1372,17 +1026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Very intelligent, it roasts berries before eating them. It likes to help people.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1396,30 +1046,21 @@ "id": "sm3-23", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flare Recharge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon." @@ -1431,17 +1072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "A flame burns inside its body. It scatters embers from its head and tail to sear its opponents.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1455,31 +1092,20 @@ "id": "sm3-24", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Odor Sleuth", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, put a card from your discard pile into your hand." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Burned." @@ -1491,18 +1117,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Using their very hot, flame-covered tongues, they burn through Durant's steel bodies and consume their insides.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1516,14 +1137,9 @@ "id": "sm3-25", "name": "Salazzle-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1531,30 +1147,21 @@ "attacks": [ { "name": "Diabolical Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card you have taken." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "110", "text": "" }, { "name": "Queen's Haze-GX", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1566,17 +1173,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1590,31 +1192,20 @@ "id": "sm3-26", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1626,19 +1217,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The shell on its back is chemically unstable and explodes violently if struck. The hole in its stomach is its weak point.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1652,32 +1237,21 @@ "id": "sm3-27", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Powder Snow", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep." }, { "name": "Icy Snow", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1689,17 +1263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It exhales air colder than -58 degrees Fahrenheit. Elderly people in Alola call this Pokémon by an older name—Keokeo.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1713,13 +1283,9 @@ "id": "sm3-28", "name": "Alolan Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix", "abilities": [ { @@ -1731,11 +1297,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1747,17 +1309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It creates drops of ice in its coat and showers them over its enemies. Anyone who angers it will be frozen stiff in an instant.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1771,22 +1329,14 @@ "id": "sm3-29", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1798,17 +1348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "Known to shoot down flying bugs with precision blasts of ink from the surface of the water.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1822,23 +1368,15 @@ "id": "sm3-30", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1850,17 +1388,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Its body bristles with sharp spikes. Carelessly trying to touch it could cause fainting from the spikes.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1874,29 +1408,21 @@ "id": "sm3-31", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Brine", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 90 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tornado Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "90", "text": "Discard a Water Energy from this Pokémon. This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1908,17 +1434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is said that it usually hides in underwater caves. It can create whirlpools by yawning.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1932,22 +1454,14 @@ "id": "sm3-32", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Splashing Dodge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -1959,17 +1473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Although weak and helpless, this Pokémon is incredibly fertile. They exist in such multitudes, you'll soon grow tired of seeing them.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1983,33 +1493,21 @@ "id": "sm3-33", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Venting Anger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Magikarp in your discard pile." }, { "name": "Splash Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This attack does 30 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2021,20 +1519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "A tale is told of a town that angered Gyarados. Before the sun rose the next day, flames utterly consumed the town, leaving not a trace behind.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2048,32 +1539,21 @@ "id": "sm3-34", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2085,17 +1565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Asako Ito", "rarity": "Common", "flavorText": "The fur on its body naturally repels water. It can stay dry, even when it plays in the water.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2109,13 +1585,9 @@ "id": "sm3-35", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "abilities": [ { @@ -2127,11 +1599,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -2143,19 +1611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "miki kudo", "rarity": "Rare", "flavorText": "Its long ears are superb sensors. It can distinguish the movements of living things on riverbeds.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2169,22 +1631,14 @@ "id": "sm3-36", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2196,17 +1650,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. It waters plants with it using its tail.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2220,30 +1670,21 @@ "id": "sm3-37", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Aqua Reflect", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Move a Water Energy from this Pokémon to 1 of your Benched Pokémon." @@ -2255,17 +1696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "The high-pressure water expelled from its tail is so powerful, it can destroy a concrete wall.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2279,30 +1716,20 @@ "id": "sm3-38", "name": "Bruxish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Gnash Teeth", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Synchronoise", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 20 damage to each of your opponent's Benched Pokémon that shares a type with your opponent's Active Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2314,17 +1741,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "When it unleashes its psychic power from the protuberance on its head, the grating sound of grinding teeth echoes through the area.", - "nationalPokedexNumbers": [ - 779 - ], + "nationalPokedexNumbers": [779], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2338,58 +1761,41 @@ "id": "sm3-39", "name": "Tapu Fini-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tapu Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2403,58 +1809,41 @@ "id": "sm3-39a", "name": "Tapu Fini-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Tapu Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39a", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2468,32 +1857,21 @@ "id": "sm3-40", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2511,17 +1889,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2535,13 +1909,9 @@ "id": "sm3-41", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "abilities": [ { @@ -2553,11 +1923,7 @@ "attacks": [ { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon does 30 damage to itself." @@ -2575,17 +1941,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It unleashes electric shocks that can reach 100,000 volts. When agitated, it can knock out even an Indian elephant.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2599,34 +1961,21 @@ "id": "sm3-42", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2644,18 +1993,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "match", "rarity": "Uncommon", "flavorText": "Half of all sudden blackouts are caused by Electabuzz gathering at electric power plants and gobbling up electricity.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2669,34 +2013,21 @@ "id": "sm3-43", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Thunder Punch", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 60 more damage. If tails, this Pokémon does 20 damage to itself." }, { "name": "Giga Impact", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon can't attack during your next turn." @@ -2714,20 +2045,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "43", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It pushes the tips of its tails against its foes and then lets loose a high-voltage current. Its foes are burned to a crisp in an instant.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2741,22 +2065,14 @@ "id": "sm3-44", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Aqua Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon has any Water Energy attached to it, this attack does 30 more damage." @@ -2774,17 +2090,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Asako Ito", "rarity": "Common", "flavorText": "While one alone doesn't have much power, a chain of many Tynamo can be as powerful as lightning.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2798,24 +2110,15 @@ "id": "sm3-45", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Small Appetite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If your opponent's Active Pokémon's maximum HP is 100 or more, this attack does nothing." @@ -2833,18 +2136,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "It wraps itself around its prey and paralyzes it with electricity from the round spots on its sides. Then it chomps.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2858,32 +2156,21 @@ "id": "sm3-46", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Vacuum Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may do 80 more damage. If you do, this attack does 80 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2901,19 +2188,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "hatachu", "rarity": "Rare", "flavorText": "With their sucker mouths, they suck in prey. Then they use their fangs to shock the prey with electricity.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2927,29 +2208,20 @@ "id": "sm3-47", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Rollout", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Electrosmash", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2967,17 +2239,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The spiny fur on its back is normally at rest. When this Pokémon becomes agitated, its fur stands on end and stabs into its attackers.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2991,31 +2259,21 @@ "id": "sm3-48", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Drift Ashore", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Unarmed", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "110", "text": "If you have no cards in your hand, ignore all Energy in this attack's cost." @@ -3027,18 +2285,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "A poisonous bite reacted with its system, blessing it with the enhanced intellect of a genius. It has full control of its psychic powers.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3052,21 +2305,13 @@ "id": "sm3-49", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shadowy Knot", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -3078,19 +2323,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "It hates light and shock. If attacked, it inflates its body to build up its counterstrike.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3104,13 +2343,9 @@ "id": "sm3-50", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "More Poison", @@ -3121,11 +2356,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -3137,18 +2368,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "In battle, it uses its bladed tail to counter any Zangoose. It secretes a deadly venom in its tail.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3162,32 +2388,21 @@ "id": "sm3-51", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Dark Guidance", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from your discard pile onto your Bench." }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3205,17 +2420,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3229,34 +2440,22 @@ "id": "sm3-52", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Night Roam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on each Pokémon (both yours and your opponent's)." }, { "name": "Ambush", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3274,19 +2473,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Anyone who dares peer into its body to see its spectral ball of fire will have their spirit stolen away.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3300,13 +2493,9 @@ "id": "sm3-53", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -3318,11 +2507,7 @@ "attacks": [ { "name": "Mind Jack", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." @@ -3340,19 +2525,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It is said to take lost spirits into its pliant body and guide them home.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3366,32 +2545,21 @@ "id": "sm3-54", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Frog Hop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3403,17 +2571,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3427,32 +2591,21 @@ "id": "sm3-55", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Poison Boost", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon is Poisoned, this attack does 80 more damage. Then, remove that Special Condition from this Pokémon." @@ -3464,18 +2617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It has a poison sac at its throat. When it croaks, the stored poison is churned for greater potency.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3489,32 +2637,21 @@ "id": "sm3-56", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Psychic"], + "evolvesTo": ["Whirlipede"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 40 more damage." @@ -3526,18 +2663,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It discovers what is going on around it by using the feelers on its head and tail. It is brutally aggressive.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3551,35 +2683,22 @@ "id": "sm3-57", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "attacks": [ { "name": "Spin Turn", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Rollout", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3591,19 +2710,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Protected by a hard shell, it spins its body like a wheel and crashes furiously into its enemies.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3617,34 +2730,21 @@ "id": "sm3-58", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whirlipede", "attacks": [ { "name": "Poison Horn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Steamroller", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This attack's damage isn't affected by Resistance." @@ -3656,20 +2756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "58", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "It clasps its prey with the claws on its neck until it stops moving. Then it finishes it off with deadly poison.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3683,22 +2776,14 @@ "id": "sm3-59", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Perplexing Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon's Weakness is now Psychic until the end of your next turn. (The amount of Weakness doesn't change.)" @@ -3710,17 +2795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "The organ that emits its intense psychic power is sheltered by its ears to keep power from leaking out.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3734,30 +2815,21 @@ "id": "sm3-60", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Allure", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Hand Kinesis", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each card in your hand." @@ -3769,17 +2841,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck to dust.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3793,22 +2861,14 @@ "id": "sm3-61", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Psychic"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Absorb Life", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -3826,19 +2886,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Born from a sand mound playfully built by a child, this Pokémon embodies the grudges of the departed.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3852,34 +2906,21 @@ "id": "sm3-62", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sandygast", "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Dust Storm", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard all cards from both Active Pokémon." @@ -3897,20 +2938,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "62", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Possessed people controlled by this Pokémon transformed its sand mound into a castle. As it evolved, its power to curse grew ever stronger.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3924,14 +2958,9 @@ "id": "sm3-63", "name": "Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3945,22 +2974,14 @@ "attacks": [ { "name": "Prismatic Burst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Discard all Psychic Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." }, { "name": "Black Ray-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon-GX and Pokémon-EX. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -3972,17 +2993,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3996,14 +3012,9 @@ "id": "sm3-64", "name": "Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4011,32 +3022,21 @@ "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." }, { "name": "Bedrock Breaker", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard any Stadium card in play." }, { "name": "Muscle Punch-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -4048,18 +3048,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "64", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4073,34 +3067,21 @@ "id": "sm3-65", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Lunge Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4112,19 +3093,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "miki kudo", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging Tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4138,37 +3113,22 @@ "id": "sm3-66", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Megahorn", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Flip a coin. If tails, this attack does nothing." @@ -4180,20 +3140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "66", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3,600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4207,13 +3160,9 @@ "id": "sm3-67", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "abilities": [ { @@ -4225,12 +3174,7 @@ "attacks": [ { "name": "Rock Wrecker", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This attack's damage isn't affected by Weakness or Resistance. This Pokémon can't attack during your next turn." @@ -4242,20 +3186,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "From holes in its palms, it fires out Geodude. Its carapace can withstand volcanic eruptions.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4269,13 +3206,9 @@ "id": "sm3-68", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Heal Block", @@ -4286,10 +3219,7 @@ "attacks": [ { "name": "Lunar Blast", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4301,18 +3231,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Because it turns active on nights of the full moon, it is said to have some link to the lunar phases.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4326,28 +3251,20 @@ "id": "sm3-69", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Solar Heat", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 more damage." @@ -4359,17 +3276,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Solar energy is the source of its power, so it is strong during the daytime. When it spins, its body shines.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4383,32 +3296,21 @@ "id": "sm3-70", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4420,17 +3322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It can discern the physical and emotional states of people, Pokémon, and other natural things from the shape of their aura waves.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4444,13 +3342,9 @@ "id": "sm3-71", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -4462,11 +3356,7 @@ "attacks": [ { "name": "Submarine Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -4478,17 +3368,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "Not only does it perceive auras, but it has also gained the power to control them. It employs them in battle.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4502,29 +3388,20 @@ "id": "sm3-72", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Quick Guard", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn. This Pokémon can't use Quick Guard during your next turn." }, { "name": "Brick Break", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance or any effects on your opponent's Active Pokémon." @@ -4536,18 +3413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Desiring the strongest karate chop, they seclude themselves in mountains and train without sleeping.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4561,23 +3433,14 @@ "id": "sm3-73", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4589,18 +3452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "kirisAki", "rarity": "Common", "flavorText": "While guarding its weak points with its pincers, it looks for an opening and unleashes punches. When it loses, it foams at the mouth and faints.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4614,31 +3472,21 @@ "id": "sm3-74", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Crabrawler", "attacks": [ { "name": "Gutsy Hammer", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "80", "text": "This Pokémon does 10 damage to itself for each damage counter on it." }, { "name": "Double Stomp", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -4650,20 +3498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "74", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It aimed for the top but got lost and ended up on a snowy mountain. Being forced to endure the cold, this Pokémon evolved and grew fur.", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4677,31 +3518,21 @@ "id": "sm3-75", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Dangerous Claws", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 30 more damage." }, { "name": "Corner", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4713,18 +3544,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "The more intimidating the opponent it faces, the more this Pokémon's blood boils. It will attack with no regard for its own safety.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4738,32 +3564,21 @@ "id": "sm3-76", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -4775,18 +3590,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its quick movements confuse its enemies. Well equipped with claws and fangs, it also uses the sharp rocks in its mane as weapons.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4800,23 +3610,14 @@ "id": "sm3-77", "name": "Mudbray", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mudsdale" - ], + "types": ["Fighting"], + "evolvesTo": ["Mudsdale"], "attacks": [ { "name": "Stomp", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4828,18 +3629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "The mud stuck to Mudbray's hooves enhances its grip and its powerful running gait.", - "nationalPokedexNumbers": [ - 749 - ], + "nationalPokedexNumbers": [749], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4853,34 +3649,21 @@ "id": "sm3-78", "name": "Mudsdale", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudbray", "attacks": [ { "name": "Kick Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Vigorous Dash", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon does 30 damage to itself. This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4892,19 +3675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It spits a mud that provides resistance to both wind and rain, so the walls of old houses were often coated with it.", - "nationalPokedexNumbers": [ - 750 - ], + "nationalPokedexNumbers": [750], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4918,30 +3695,20 @@ "id": "sm3-79", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Intentional Grounding", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "90", "text": "Discard a Pokémon Tool card from your hand. If you don't, this attack does nothing." @@ -4953,17 +3720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "They form groups of roughly 20 individuals. Their mutual bond is remarkable—they will never let down a comrade.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4977,14 +3740,9 @@ "id": "sm3-80", "name": "Marshadow-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4998,20 +3756,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Peerless Hundred Blows-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5023,16 +3775,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5046,31 +3794,21 @@ "id": "sm3-81", "name": "Alolan Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Darkness"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Focus Energy", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your next turn, this Pokémon's Bite attack's base damage is 60." }, { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5088,17 +3826,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "nagimiso", "rarity": "Common", "flavorText": "With its incisors, it gnaws through doors and infiltrates people's homes. Then, with a twitch of its whiskers, it steals whatever food it finds.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5112,29 +3846,21 @@ "id": "sm3-82", "name": "Alolan Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Rattata", "attacks": [ { "name": "Enhanced Fang", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 50 more damage." }, { "name": "Hyper Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -5152,19 +3878,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It forms a group of Rattata, which it assumes command of. Each group has its own territory, and disputes over food happen often.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5178,32 +3898,21 @@ "id": "sm3-83", "name": "Alolan Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Division", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for Alolan Grimer and put it onto your Bench. Then, shuffle your deck." }, { "name": "Slippery Sludge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -5221,19 +3930,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A Grimer, which had been brought in to solve a problem with garbage, developed over time into this form.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5247,14 +3950,9 @@ "id": "sm3-84", "name": "Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Grimer", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5262,32 +3960,21 @@ "attacks": [ { "name": "Chemical Breath", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 70 more damage for each Special Condition affecting your opponent's Active Pokémon." }, { "name": "Crunch", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Tri Hazard-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -5305,19 +3992,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5331,32 +4011,21 @@ "id": "sm3-85", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Hone Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Slash attack's base damage is 80." }, { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5374,17 +4043,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Hasuno", "rarity": "Common", "flavorText": "It has a cunning yet savage disposition. It waits for parents to leave their nests, and then it sneaks in to steal their eggs.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5398,30 +4063,21 @@ "id": "sm3-86", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Rule of Evil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to each Pokémon that has an Ability (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5443,9 +4099,7 @@ "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "They travel in groups of four or five, leaving signs for one another on trees and rocks. They bring down their prey with coordinated attacks.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5459,31 +4113,20 @@ "id": "sm3-87", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Dark Raid", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent has already used their GX attack, this attack does 80 more damage." @@ -5501,18 +4144,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It chases people and Pokémon from its territory by causing them to experience deep, nightmarish slumbers.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5526,14 +4164,9 @@ "id": "sm3-88", "name": "Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5547,22 +4180,14 @@ "attacks": [ { "name": "Dark Cleave", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dead End-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -5580,17 +4205,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5604,14 +4224,9 @@ "id": "sm3-88a", "name": "Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5625,22 +4240,14 @@ "attacks": [ { "name": "Dark Cleave", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dead End-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -5658,17 +4265,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88a", "artist": "PLANETA", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5682,32 +4284,21 @@ "id": "sm3-89", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Constrict", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5725,17 +4316,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "OOYAMA", "rarity": "Common", "flavorText": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5749,31 +4336,21 @@ "id": "sm3-90", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Psybeam", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Energy Slosh", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may move all Energy attached to this Pokémon to 1 of your Benched Pokémon." @@ -5791,17 +4368,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It wields the most compelling hypnotic powers of any Pokémon, and it forces others to do whatever it wants.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5815,22 +4388,14 @@ "id": "sm3-91", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fairy"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -5848,17 +4413,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Yumi", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5872,34 +4433,22 @@ "id": "sm3-92", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5917,17 +4466,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "The cheerful spirit of its Trainer gives it energy for its psychokinetic power. It spins and dances when happy.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5941,34 +4486,22 @@ "id": "sm3-92a", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5986,16 +4519,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92a", "artist": "Anesaki Dynamic", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6009,14 +4538,9 @@ "id": "sm3-93", "name": "Gardevoir-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6031,18 +4555,14 @@ "attacks": [ { "name": "Infinite Force", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Twilight-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -6060,17 +4580,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6084,29 +4599,20 @@ "id": "sm3-94", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Sparkling Wish", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Diamond Storm", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from each of your Fairy Pokémon." @@ -6124,17 +4630,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "A sudden transformation of Carbink, its pink, glimmering body is said to be the loveliest sight in the whole world.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6148,22 +4650,14 @@ "id": "sm3-95", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Fairy"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6185,9 +4679,7 @@ "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It feeds on the nectar and pollen of flowers. Because it's able to sense auras, it can identify which flowers are about to bloom.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6201,13 +4693,9 @@ "id": "sm3-96", "name": "Ribombee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cutiefly", "abilities": [ { @@ -6219,9 +4707,7 @@ "attacks": [ { "name": "Pollen Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6239,17 +4725,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "It rolls up pollen into puffs. It makes many different varieties, some used as food and others used in battle.", - "nationalPokedexNumbers": [ - 743 - ], + "nationalPokedexNumbers": [743], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6263,22 +4745,14 @@ "id": "sm3-97", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Fairy"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6296,17 +4770,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "It scatters spores that flicker and glow. Anyone seeing these lights falls into a deep slumber.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6320,32 +4790,21 @@ "id": "sm3-98", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Morelull", "attacks": [ { "name": "Strength Sap", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon 30 damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Sleep Pulse", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -6363,18 +4822,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Forests where Shiinotic live are treacherous to enter at night. People confused by its strange lights can never find their way home again.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6388,14 +4842,9 @@ "id": "sm3-99", "name": "Noivern-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6403,32 +4852,21 @@ "attacks": [ { "name": "Distort", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent can't play any Item cards from their hand during their next turn." }, { "name": "Sonic Volume", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent can't play any Special Energy cards from their hand during their next turn." }, { "name": "Boomburst-GX", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -6443,9 +4881,7 @@ "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6459,33 +4895,20 @@ "id": "sm3-100", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Land Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Core Enforcer", - "cost": [ - "Darkness", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard a Darkness Energy and a Fairy Energy attached to this Pokémon." @@ -6497,20 +4920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "This is Zygarde's form at times when it uses its overwhelming power to suppress those who endanger the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6524,22 +4940,14 @@ "id": "sm3-101", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6551,17 +4959,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It lies around all day, becoming active near dusk. At night, it wanders the city in search of loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6575,29 +4979,21 @@ "id": "sm3-102", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, the Defending Pokémon takes 60 more damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -6609,17 +5005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Sekio", "rarity": "Rare", "flavorText": "It has a violent temperament. It will attack anything that looks it in the eye. Its sharp claws inflict deep wounds.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6633,31 +5025,21 @@ "id": "sm3-103", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Code Check", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at 1 of your opponent's face-down Prize cards." }, { "name": "Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6669,17 +5051,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Roughly 20 years ago, it was artificially created, utilizing the latest technology of the time.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6693,34 +5071,22 @@ "id": "sm3-104", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Calculate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 6 cards of your deck and put them back in any order." }, { "name": "Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -6732,17 +5098,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "For the purposes of planetary development, Porygon was updated with the most cutting-edge technology available.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6756,13 +5118,9 @@ "id": "sm3-105", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -6774,11 +5132,7 @@ "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -6790,18 +5144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "MAHOU", "rarity": "Rare Holo", "flavorText": "In order to create a more advanced Pokémon, an additional program was installed, but apparently it contained a defect that makes it move oddly.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6815,13 +5164,9 @@ "id": "sm3-105a", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -6833,11 +5178,7 @@ "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -6849,18 +5190,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105a", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "In order to create a more advanced Pokémon, an additional program was installed, but apparently it contained a defect that makes it move oddly.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6874,32 +5210,21 @@ "id": "sm3-106", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "See Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6917,17 +5242,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "MAHOU", "rarity": "Common", "flavorText": "It has a perfect sense of time. Whatever happens, it keeps rhythm by precisely tilting its head in time.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6941,31 +5262,21 @@ "id": "sm3-107", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Night Raid", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent reveals their hand. Discard a Pokémon from it." @@ -6983,17 +5294,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Its eyes are specially adapted. They concentrate even faint light and enable it to see in the dark.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7007,31 +5314,20 @@ "id": "sm3-108", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Bouffant Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Knock Over", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "You may discard any Stadium card in play." @@ -7043,18 +5339,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "They charge wildly and headbutt everything. Their headbutts have enough destructive force to derail a train.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7068,22 +5359,14 @@ "id": "sm3-109", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -7101,17 +5384,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Yumi", "rarity": "Common", "flavorText": "They live in pitch black caves. Their enormous ears can emit ultrasonic waves of 200,000 hertz.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7125,32 +5404,21 @@ "id": "sm3-110", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Colorless"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Baby-Doll Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7162,18 +5430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Sekio", "rarity": "Common", "flavorText": "Despite its adorable appearance, when it gets angry and flails about, its arms and legs could knock a pro wrestler sprawling.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7187,32 +5450,21 @@ "id": "sm3-111", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Mix-Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, discard the top 3 cards of your opponent's deck." }, { "name": "Tantrum", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon is now Confused." @@ -7224,18 +5476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "This immensely dangerous Pokémon possesses overwhelming physical strength. Its habitat is generally off-limits.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7249,9 +5496,7 @@ "id": "sm3-112", "name": "Acerola", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Pokémon that has any damage counters on it and all cards attached to it into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7272,9 +5517,7 @@ "id": "sm3-112a", "name": "Acerola", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Pokémon that has any damage counters on it and all cards attached to it into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7295,9 +5538,7 @@ "id": "sm3-113", "name": "Bodybuilding Dumbbells", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Stage 1 Pokémon this card is attached to gets +40 HP.", @@ -7319,9 +5560,7 @@ "id": "sm3-114", "name": "Escape Rope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player switches their Active Pokémon with 1 of their Benched Pokémon. Your opponent switches first. (If a player does not have a Benched Pokémon, that player doesn't switch Pokémon.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7343,9 +5582,7 @@ "id": "sm3-115", "name": "Guzma", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7366,9 +5603,7 @@ "id": "sm3-115a", "name": "Guzma", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7389,9 +5624,7 @@ "id": "sm3-116", "name": "Kiawe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 Fire Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7412,9 +5645,7 @@ "id": "sm3-116a", "name": "Kiawe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 Fire Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7435,9 +5666,7 @@ "id": "sm3-117", "name": "Lana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 50 damage from each of your Pokémon that has any Water Energy attached to it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7458,9 +5687,7 @@ "id": "sm3-118", "name": "Mount Lanakila", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The Retreat Cost of each Basic Pokémon in play (both yours and your opponent's) is Colorless more.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7481,9 +5708,7 @@ "id": "sm3-119", "name": "Olivia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Pokémon-GX, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7504,9 +5729,7 @@ "id": "sm3-120", "name": "Plumeria", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 cards from your hand. If you do, discard an Energy from 1 of your opponent's Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7527,9 +5750,7 @@ "id": "sm3-121", "name": "Po Town", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever any player plays a Pokémon from their hand to evolve 1 of their Pokémon, put 3 damage counters on that Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7550,9 +5771,7 @@ "id": "sm3-122", "name": "Rotom Dex Poké Finder Mode", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 4 cards of your deck and put them back in any order or shuffle them into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7573,9 +5792,7 @@ "id": "sm3-123", "name": "Sophocles", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 cards from your hand. If you do, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7596,9 +5813,7 @@ "id": "sm3-124", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7619,9 +5834,7 @@ "id": "sm3-125", "name": "Tormenting Spray", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose a random card from your opponent's hand. Your opponent reveals that card. If it's a Supporter card, discard it.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7642,9 +5855,7 @@ "id": "sm3-126", "name": "Weakness Policy", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to has no Weakness.", @@ -7666,9 +5877,7 @@ "id": "sm3-127", "name": "Wicke", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player counts the cards in their hand, shuffles those cards into their deck, then draws that many cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7689,9 +5898,7 @@ "id": "sm3-128", "name": "Wishful Baton", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is Knocked Out by damage from an opponent's attack, move up to 3 basic Energy cards from that Pokémon to 1 of your Benched Pokémon.", @@ -7713,14 +5920,9 @@ "id": "sm3-129", "name": "Golisopod-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7728,31 +5930,21 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage." }, { "name": "Armor Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Crossing Cut-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7764,18 +5956,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "129", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7789,62 +5975,41 @@ "id": "sm3-130", "name": "Tapu Bulu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nature's Judgment", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage." }, { "name": "Tapu Wilderness-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "130", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7858,48 +6023,30 @@ "id": "sm3-131", "name": "Ho-Oh-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sacred Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Phoenix Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon can't use Phoenix Burn during your next turn." }, { "name": "Eternal Flame-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -7917,17 +6064,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7941,14 +6083,9 @@ "id": "sm3-132", "name": "Salazzle-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7956,30 +6093,21 @@ "attacks": [ { "name": "Diabolical Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card you have taken." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "110", "text": "" }, { "name": "Queen's Haze-GX", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7991,17 +6119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8015,58 +6138,41 @@ "id": "sm3-133", "name": "Tapu Fini-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" }, { "name": "Tapu Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8080,14 +6186,9 @@ "id": "sm3-134", "name": "Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8101,22 +6202,14 @@ "attacks": [ { "name": "Prismatic Burst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Discard all Psychic Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." }, { "name": "Black Ray-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon-GX and Pokémon-EX. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -8128,17 +6221,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8152,14 +6240,9 @@ "id": "sm3-135", "name": "Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8167,32 +6250,21 @@ "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." }, { "name": "Bedrock Breaker", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard any Stadium card in play." }, { "name": "Muscle Punch-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -8204,18 +6276,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8229,14 +6295,9 @@ "id": "sm3-136", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8244,32 +6305,21 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Lycanfang-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8281,16 +6331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8304,14 +6350,9 @@ "id": "sm3-137", "name": "Marshadow-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8325,20 +6366,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Peerless Hundred Blows-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the amount of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8350,16 +6385,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8373,14 +6404,9 @@ "id": "sm3-138", "name": "Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Grimer", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8388,32 +6414,21 @@ "attacks": [ { "name": "Chemical Breath", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 70 more damage for each Special Condition affecting your opponent's Active Pokémon." }, { "name": "Crunch", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Tri Hazard-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -8431,19 +6446,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "138", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8457,14 +6465,9 @@ "id": "sm3-139", "name": "Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8478,22 +6481,14 @@ "attacks": [ { "name": "Dark Cleave", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dead End-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -8511,17 +6506,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8535,14 +6525,9 @@ "id": "sm3-140", "name": "Gardevoir-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8557,18 +6542,14 @@ "attacks": [ { "name": "Infinite Force", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Twilight-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -8586,17 +6567,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8610,14 +6586,9 @@ "id": "sm3-141", "name": "Noivern-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8625,32 +6596,21 @@ "attacks": [ { "name": "Distort", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent can't play any Item cards from their hand during their next turn." }, { "name": "Sonic Volume", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent can't play any Special Energy cards from their hand during their next turn." }, { "name": "Boomburst-GX", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -8665,9 +6625,7 @@ "number": "141", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8681,9 +6639,7 @@ "id": "sm3-142", "name": "Acerola", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Pokémon that has any damage counters on it and all cards attached to it into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8704,9 +6660,7 @@ "id": "sm3-143", "name": "Guzma", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8727,9 +6681,7 @@ "id": "sm3-144", "name": "Kiawe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 Fire Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8750,9 +6702,7 @@ "id": "sm3-145", "name": "Plumeria", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 cards from your hand. If you do, discard an Energy attached to 1 of your opponent's Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8773,9 +6723,7 @@ "id": "sm3-146", "name": "Sophocles", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 cards from your hand. If you do, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8796,9 +6744,7 @@ "id": "sm3-147", "name": "Wicke", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player counts the cards in their hand, shuffles those cards into their deck, then draws that many cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8819,14 +6765,9 @@ "id": "sm3-148", "name": "Golisopod-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8834,31 +6775,21 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage." }, { "name": "Armor Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Crossing Cut-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8870,18 +6801,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "148", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8895,62 +6820,41 @@ "id": "sm3-149", "name": "Tapu Bulu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nature's Judgment", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage." }, { "name": "Tapu Wilderness-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "149", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8964,14 +6868,9 @@ "id": "sm3-150", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8979,35 +6878,21 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Crimson Storm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 3 Fire Energy from this Pokémon." }, { "name": "Raging Out-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -9019,17 +6904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "150", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9043,14 +6923,9 @@ "id": "sm3-151", "name": "Salazzle-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9058,30 +6933,21 @@ "attacks": [ { "name": "Diabolical Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card you have taken." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "110", "text": "" }, { "name": "Queen's Haze-GX", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9093,17 +6959,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "151", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9117,58 +6978,41 @@ "id": "sm3-152", "name": "Tapu Fini-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" }, { "name": "Tapu Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9182,14 +7026,9 @@ "id": "sm3-153", "name": "Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9203,22 +7042,14 @@ "attacks": [ { "name": "Prismatic Burst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Discard all Psychic Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." }, { "name": "Black Ray-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon-GX and Pokémon-EX. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -9230,17 +7061,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9254,14 +7080,9 @@ "id": "sm3-154", "name": "Machamp-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9269,32 +7090,21 @@ "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." }, { "name": "Bedrock Breaker", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard any Stadium card in play." }, { "name": "Muscle Punch-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -9306,18 +7116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9331,14 +7135,9 @@ "id": "sm3-155", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9346,32 +7145,21 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Lycanfang-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9383,16 +7171,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9406,14 +7190,9 @@ "id": "sm3-156", "name": "Marshadow-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9427,20 +7206,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Peerless Hundred Blows-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the number of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9452,16 +7225,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9475,14 +7244,9 @@ "id": "sm3-157", "name": "Alolan Muk-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Grimer", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9490,32 +7254,21 @@ "attacks": [ { "name": "Chemical Breath", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 70 more damage for each Special Condition affecting your opponent's Active Pokémon." }, { "name": "Crunch", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Tri Hazard-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Burned, Paralyzed, and Poisoned. (You can't use more than 1 GX attack in a game.)" @@ -9533,19 +7286,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9559,14 +7305,9 @@ "id": "sm3-158", "name": "Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9580,22 +7321,14 @@ "attacks": [ { "name": "Dark Cleave", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dead End-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -9613,17 +7346,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "158", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9637,14 +7365,9 @@ "id": "sm3-159", "name": "Gardevoir-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9659,18 +7382,14 @@ "attacks": [ { "name": "Infinite Force", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Twilight-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -9688,17 +7407,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9712,14 +7426,9 @@ "id": "sm3-160", "name": "Noivern-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9727,32 +7436,21 @@ "attacks": [ { "name": "Distort", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent can't play any Item cards from their hand during their next turn." }, { "name": "Sonic Volume", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent can't play any Special Energy cards from their hand during their next turn." }, { "name": "Boomburst-GX", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -9767,9 +7465,7 @@ "number": "160", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9783,9 +7479,7 @@ "id": "sm3-161", "name": "Bodybuilding Dumbbells", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Stage 1 Pokémon this card is attached to gets +40 HP.", @@ -9807,9 +7501,7 @@ "id": "sm3-162", "name": "Choice Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Pokémon-GX or Active Pokémon-EX (before applying Weakness and Resistance).", @@ -9831,9 +7523,7 @@ "id": "sm3-163", "name": "Escape Rope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player switches their Active Pokémon with 1 of their Benched Pokémon. Your opponent switches first. (If a player does not have a Benched Pokémon, that player doesn't switch Pokémon.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9854,9 +7544,7 @@ "id": "sm3-164", "name": "Multi Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9877,9 +7565,7 @@ "id": "sm3-165", "name": "Rescue Stretcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Put a Pokémon from your discard pile into your hand, or shuffle 3 Pokémon from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9900,9 +7586,7 @@ "id": "sm3-166", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9923,9 +7607,7 @@ "id": "sm3-167", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "167", "rarity": "Rare Secret", "legalities": { @@ -9942,9 +7624,7 @@ "id": "sm3-168", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "168", "rarity": "Rare Secret", "legalities": { @@ -9961,9 +7641,7 @@ "id": "sm3-169", "name": "Fairy Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "169", "rarity": "Rare Secret", "legalities": { diff --git a/cards/en/sm35.json b/cards/en/sm35.json index b1bba058e..7ab0dd384 100644 --- a/cards/en/sm35.json +++ b/cards/en/sm35.json @@ -3,23 +3,14 @@ "id": "sm35-1", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -31,18 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Mizue", "rarity": "Common", "flavorText": "A strange seed was planted on its back at birth. The plant sprouts and grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -56,36 +42,22 @@ "id": "sm35-2", "name": "Ivysaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bulbasaur", - "evolvesTo": [ - "Venusaur" - ], + "evolvesTo": ["Venusaur"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Toxic Whip", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -97,20 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "There is a plant bulb on its back. When it absorbs nutrients, the bulb is said to blossom into a large flower.", - "nationalPokedexNumbers": [ - 2 - ], + "nationalPokedexNumbers": [2], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -124,13 +89,9 @@ "id": "sm35-3", "name": "Venusaur", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ivysaur", "abilities": [ { @@ -142,12 +103,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -159,20 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "3", "artist": "Eske Yoshinob", "rarity": "Uncommon", "flavorText": "By spreading the broad petals of its flower and catching the sun's rays, it fills its body with power.", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -186,23 +135,14 @@ "id": "sm35-4", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Absorb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." @@ -214,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "kawayoo", "rarity": "Common", "flavorText": "It prefers damp places. By day it remains still in the forest shade. It releases toxic powder from its head.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -238,31 +174,21 @@ "id": "sm35-5", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Hibernation Spore", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, that Pokémon is still Asleep." }, { "name": "Magnum Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -274,18 +200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Mizue", "rarity": "Common", "flavorText": "Its short arms stretch when it throws punches. Its technique is equal to that of pro boxers.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -299,29 +220,20 @@ "id": "sm35-6", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Flick Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Poisoned." }, { "name": "Crunch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -333,18 +245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -358,29 +265,20 @@ "id": "sm35-7", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Flippity Flap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Rally Back", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." @@ -392,17 +290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "It can dissolve toxins in the air to instantly transform ruined land into a lush field of flowers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -416,30 +310,20 @@ "id": "sm35-8", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Wrapped in Wind", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a basic Energy card from your hand to this Pokémon." }, { "name": "Pike", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -451,17 +335,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Its head sprouts horns as sharp as blades. Using whirlwind-like movements, it confounds and swiftly cuts opponents.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -475,13 +355,9 @@ "id": "sm35-9", "name": "Shining Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Energy Reload", @@ -492,11 +368,7 @@ "attacks": [ { "name": "Gaia Blaster", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage times the amount of Grass Energy attached to this Pokémon." @@ -508,18 +380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Hitoshi Ariga", "rarity": "Rare Shining", "flavorText": "This ancient bug Pokémon was altered by Team Plasma. They upgraded the cannon on its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -533,46 +400,30 @@ "id": "sm35-10", "name": "Entei-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Brave Burn-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -584,17 +435,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -608,46 +454,30 @@ "id": "sm35-10a", "name": "Entei-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Brave Burn-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -659,17 +489,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10a", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -683,31 +508,20 @@ "id": "sm35-11", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "High-Pressure Heat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, this Pokémon's High-Pressure Heat attack does 50 more damage (before applying Weakness and Resistance)." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from this Pokémon." @@ -719,19 +533,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Coal is the source of Torkoal's energy. Large amounts of coal can be found in the mountains where they live.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -745,23 +553,14 @@ "id": "sm35-12", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -773,19 +572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "kawayoo", "rarity": "Common", "flavorText": "Said to have been born from the sun, it spews fire from its horns and encases itself in a cocoon of fire when it evolves.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -799,13 +592,9 @@ "id": "sm35-13", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "abilities": [ { @@ -817,10 +606,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -832,17 +618,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "A sea of fire engulfs the surroundings of their battles, since they use their six wings to scatter their ember scales.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -856,31 +638,20 @@ "id": "sm35-14", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Scorching Breath", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -892,19 +663,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon can scorch the world with fire. It helps those who want to build a world of truth.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -918,22 +683,14 @@ "id": "sm35-15", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -945,17 +702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -969,33 +722,22 @@ "id": "sm35-16", "name": "Torracat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litten", - "evolvesTo": [ - "Incineroar" - ], + "evolvesTo": ["Incineroar"], "attacks": [ { "name": "Swagger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Fire Claws", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1007,17 +749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "At its throat, it bears a bell of fire. The bell rings brightly whenever this Pokémon spits fire.", - "nationalPokedexNumbers": [ - 726 - ], + "nationalPokedexNumbers": [726], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1031,32 +769,21 @@ "id": "sm35-17", "name": "Incineroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "attacks": [ { "name": "Profane Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 80 more damage." }, { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard all Fire Energy from this Pokémon." @@ -1068,18 +795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Emi Ando", "rarity": "Uncommon", "flavorText": "This Pokémon has a violent, selfish disposition. If it's not in the mood to listen, it will ignore its Trainer's orders with complete nonchalance.", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1093,32 +815,21 @@ "id": "sm35-18", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1130,17 +841,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1154,17 +861,11 @@ "id": "sm35-19", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "abilities": [ { "name": "Plunge", @@ -1175,11 +876,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1191,19 +888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1217,34 +908,21 @@ "id": "sm35-20", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Crunch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -1256,19 +934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "It usually moves slowly, but it goes at blinding speed when it attacks and bites prey.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1282,29 +954,20 @@ "id": "sm35-21", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Shocking Sting", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 50 more damage." @@ -1316,17 +979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "To fire its poison spikes, it must inflate its body by drinking over 2.6 gallons of water all at once.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1340,33 +999,21 @@ "id": "sm35-22", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1378,17 +1025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Sekio", "rarity": "Common", "flavorText": "It swims by rotating its two tails like a screw. When it dives, its flotation sac collapses.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1402,31 +1045,21 @@ "id": "sm35-23", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Razor Fin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aqua Bomb", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -1438,17 +1071,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It floats using its well-developed flotation sac. It assists in the rescues of drowning people.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1462,31 +1091,20 @@ "id": "sm35-24", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Aqua Blade", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1498,18 +1116,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Eske Yoshinob", "rarity": "Rare Holo", "flavorText": "It is said to live in a gap in the spatial dimension parallel to ours. It appears in mythology.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1523,13 +1136,9 @@ "id": "sm35-25", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Blessings of the Deep", @@ -1540,10 +1149,7 @@ "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1555,17 +1161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It is born with a wondrous power that lets it bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1579,29 +1181,20 @@ "id": "sm35-26", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Bail Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Water Pokémon from your discard pile into your hand." }, { "name": "Resolute Blade", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." @@ -1613,18 +1206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "It crosses the world, running over the surfaces of oceans and rivers. It appears at scenic waterfronts.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1638,33 +1226,20 @@ "id": "sm35-27", "name": "Shining Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dual Pump", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Quad Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage for each heads." @@ -1676,19 +1251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Hitoshi Ariga", "rarity": "Rare Shining", "flavorText": "It lets out billows of steam and disappears into the dense fog. It's said to live in mountains where humans do not tread.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1702,22 +1271,14 @@ "id": "sm35-28", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -1735,17 +1296,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1759,14 +1316,9 @@ "id": "sm35-29", "name": "Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1774,32 +1326,21 @@ "attacks": [ { "name": "Powerful Spark", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Lightning Energy attached to your Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon does 30 damage to itself." }, { "name": "Voltail-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -1817,16 +1358,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1840,22 +1377,14 @@ "id": "sm35-30", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1873,17 +1402,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "match", "rarity": "Common", "flavorText": "It was discovered when Poké Balls were introduced. It is said that there is some connection.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1897,20 +1422,14 @@ "id": "sm35-31", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Swift", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -1932,9 +1451,7 @@ "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It explodes in response to even minor stimuli. It is feared, with the nickname of \"The Bomb Ball.\"", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1948,30 +1465,20 @@ "id": "sm35-32", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Booming Thunder", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1989,18 +1496,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The rain clouds it carries let it fire thunderbolts at will. They say that it descended with lightning.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2014,19 +1516,13 @@ "id": "sm35-33", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Tag Team Boost", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Minun is on your Bench, this attack does 50 more damage." @@ -2044,17 +1540,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2068,28 +1560,20 @@ "id": "sm35-34", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2107,17 +1591,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "nagimiso", "rarity": "Common", "flavorText": "Exposure to electricity from Minun and Plusle promotes blood circulation and relaxes muscles.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2131,31 +1611,20 @@ "id": "sm35-35", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Storm Blade", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -2173,19 +1642,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon can scorch the world with lightning. It assists those who want to build an ideal world.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2199,22 +1662,14 @@ "id": "sm35-36", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -2226,18 +1681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "DemizuPosuka", "rarity": "Common", "flavorText": "The older it gets, the longer it grows. At night, it wraps its long body around tree branches to rest.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2251,13 +1701,9 @@ "id": "sm35-37", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ekans", "abilities": [ { @@ -2269,11 +1715,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -2285,19 +1727,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "kodama", "rarity": "Uncommon", "flavorText": "The pattern on its belly appears to be a frightening face. Weak foes will flee just at the sight of the pattern.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2311,29 +1747,20 @@ "id": "sm35-38", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Whiny Voice", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." }, { "name": "Feverish Kiss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -2345,17 +1772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It wiggles its hips as it walks. It can cause people to dance in unison with it.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2369,44 +1792,30 @@ "id": "sm35-39", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Full Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psystrike-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2418,17 +1827,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2442,28 +1846,20 @@ "id": "sm35-40", "name": "Shining Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Legendary Guidance", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Beam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2479,9 +1875,7 @@ "artist": "Sanosuke Sakuma", "rarity": "Rare Shining", "flavorText": "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2495,31 +1889,20 @@ "id": "sm35-41", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Break Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lagoon Flight", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2531,17 +1914,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2555,19 +1934,13 @@ "id": "sm35-42", "name": "Shining Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Stellar Reign", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting all of the Evolution cards on it into your opponent's hand." @@ -2579,17 +1952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Shigenori Negishi", "rarity": "Rare Shining", "flavorText": "Generations have believed that any wish written on a note on its head will come true when it awakens.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2603,24 +1972,14 @@ "id": "sm35-43", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Mega Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2638,19 +1997,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The energy that burns inside it enables it to move, but no one has yet been able to identify this energy.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2664,34 +2017,21 @@ "id": "sm35-44", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Triple Smash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Flip 3 coins. This attack does 60 more damage for each heads." }, { "name": "Golurk Hammer", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -2709,20 +2049,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It is said that Golurk were ordered to protect people and Pokémon by the ancient people who made them.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2736,13 +2069,9 @@ "id": "sm35-45", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Let Loose", @@ -2753,10 +2082,7 @@ "attacks": [ { "name": "Shadow Punch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -2774,17 +2100,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Emi Ando", "rarity": "Rare Holo", "flavorText": "Able to conceal itself in shadows, it never appears before humans, so its very existence was the stuff of myth.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -2798,31 +2120,20 @@ "id": "sm35-46", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2834,19 +2145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its skin is very hard, so it is unhurt even if stepped on by sumo wrestlers. It smiles when transmitting electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2860,13 +2165,9 @@ "id": "sm35-47", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Cursed Whirlpool", @@ -2877,27 +2178,19 @@ "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A Pokémon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2911,32 +2204,21 @@ "id": "sm35-48", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Rap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -2954,17 +2236,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2978,30 +2256,21 @@ "id": "sm35-49", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Torment", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -3019,17 +2288,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Their beautiful form comes from the muscles they have developed. They run silently in the night.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3043,32 +2308,21 @@ "id": "sm35-50", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3086,17 +2340,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sekio", "rarity": "Common", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3110,32 +2360,21 @@ "id": "sm35-51", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Dangerous Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 50 more damage." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3153,18 +2392,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It pulls up its shed skin to protect itself while it kicks. The bigger the crest, the more respected it is.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3178,32 +2412,21 @@ "id": "sm35-52", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Stampede", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3221,17 +2444,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "kodama", "rarity": "Common", "flavorText": "It changes so it looks like its foe, tricks it, and then uses that opportunity to flee.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3245,14 +2464,9 @@ "id": "sm35-53", "name": "Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3267,20 +2481,14 @@ "attacks": [ { "name": "Riotous Beating", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play." }, { "name": "Trickster-GX", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)" @@ -3298,17 +2506,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3322,31 +2525,20 @@ "id": "sm35-54", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Strafe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Oblivion Wing", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon." @@ -3364,18 +2556,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "When this legendary Pokémon's wings and tail feathers spread wide and glow red, it absorbs the life force of living creatures.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3389,13 +2576,9 @@ "id": "sm35-55", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Scoundrel Guard", @@ -3406,11 +2589,7 @@ "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3428,18 +2607,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "In its true form, it possess a huge amount of power. Legends of its avarice tell how it once carried off an entire castle to gain the treasure hidden within.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3453,31 +2627,20 @@ "id": "sm35-56", "name": "Shining Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Sky Judgment", - "cost": [ - "Fire", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "Discard 3 Energy from this Pokémon." @@ -3489,19 +2652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Naoki Saito", "rarity": "Rare Shining", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3515,13 +2672,9 @@ "id": "sm35-57", "name": "Shining Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Fabled Defense", @@ -3532,12 +2685,7 @@ "attacks": [ { "name": "Ultimate Arrow", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3549,18 +2697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Kouki Saitou", "rarity": "Rare Shining", "flavorText": "According to the legends of Sinnoh, this Pokémon emerged from an egg and shaped all there is in this world.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3574,9 +2717,7 @@ "id": "sm35-58", "name": "Damage Mover", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move 3 damage counters from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3597,9 +2738,7 @@ "id": "sm35-59", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3621,9 +2760,7 @@ "id": "sm35-60", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3645,9 +2782,7 @@ "id": "sm35-61", "name": "Hau", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3668,9 +2803,7 @@ "id": "sm35-62", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3691,9 +2824,7 @@ "id": "sm35-63", "name": "Pokémon Breeder", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards and heal 20 damage from your Active Pokémon. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3714,9 +2845,7 @@ "id": "sm35-64", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3738,9 +2867,7 @@ "id": "sm35-65", "name": "Sophocles", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 cards from your hand. If you do, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -3761,9 +2888,7 @@ "id": "sm35-66", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3784,9 +2909,7 @@ "id": "sm35-67", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3808,9 +2931,7 @@ "id": "sm35-68", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3831,9 +2952,7 @@ "id": "sm35-68a", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3854,12 +2973,8 @@ "id": "sm35-69", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "69", "rarity": "Uncommon", "legalities": { @@ -3875,9 +2990,7 @@ "id": "sm35-70", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "When you attach this card from your hand to your Active Pokémon, switch that Pokémon with 1 of your Benched Pokémon." @@ -3897,46 +3010,30 @@ "id": "sm35-71", "name": "Entei-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Brave Burn-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -3948,17 +3045,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3972,44 +3064,30 @@ "id": "sm35-72", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Full Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psystrike-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4021,17 +3099,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4045,9 +3118,7 @@ "id": "sm35-73", "name": "Pokémon Breeder", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards and heal 20 damage from your Active Pokémon. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4068,46 +3139,30 @@ "id": "sm35-74", "name": "Entei-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Brave Burn-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 150 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -4119,17 +3174,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4143,14 +3193,9 @@ "id": "sm35-75", "name": "Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4158,32 +3203,21 @@ "attacks": [ { "name": "Powerful Spark", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Lightning Energy attached to your Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon does 30 damage to itself." }, { "name": "Voltail-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -4201,16 +3235,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4224,44 +3254,30 @@ "id": "sm35-76", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Full Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psystrike-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4273,17 +3289,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4297,14 +3308,9 @@ "id": "sm35-77", "name": "Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4319,20 +3325,14 @@ "attacks": [ { "name": "Riotous Beating", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play." }, { "name": "Trickster-GX", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)" @@ -4350,17 +3350,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4374,14 +3369,9 @@ "id": "sm35-77a", "name": "Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4396,20 +3386,14 @@ "attacks": [ { "name": "Riotous Beating", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play." }, { "name": "Trickster-GX", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)" @@ -4427,17 +3411,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4451,44 +3430,30 @@ "id": "sm35-78", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Full Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psystrike-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4500,17 +3465,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/sm4.json b/cards/en/sm4.json index 0b9982355..f7e612326 100644 --- a/cards/en/sm4.json +++ b/cards/en/sm4.json @@ -3,22 +3,14 @@ "id": "sm4-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,23 +42,15 @@ "id": "sm4-2", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Multiply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Kakuna and put them onto your Bench. Then, shuffle your deck." @@ -82,18 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -107,29 +82,21 @@ "id": "sm4-3", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Sudden Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon evolved from Kakuna during this turn, your opponent's Active Pokémon is now Paralyzed and Poisoned." }, { "name": "Sharp Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "" @@ -145,9 +112,7 @@ "artist": "kirisAki", "rarity": "Rare", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -161,31 +126,21 @@ "id": "sm4-4", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -197,17 +152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its six eggs use telepathy to communicate among themselves. It is believed to carry plant genes and the genes of other species.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -221,22 +172,14 @@ "id": "sm4-5", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Sucker Punch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 30 more damage." @@ -248,17 +191,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "It lives in arid locations. Its yellow flowers bloom once a year.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -272,30 +211,21 @@ "id": "sm4-6", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Spike Rend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage." }, { "name": "Hunt", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 40 damage to the new Active Pokémon." @@ -307,18 +237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Mina Nakai", "rarity": "Rare", "flavorText": "It becomes active at night, seeking prey that is exhausted from the day's desert heat.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -332,16 +257,10 @@ "id": "sm4-7", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "abilities": [ { "name": "Shell On", @@ -352,11 +271,7 @@ "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -368,18 +283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "OOYAMA", "rarity": "Common", "flavorText": "These mysterious Pokémon evolve when they receive electrical stimulation while they are in the same place as Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -393,22 +303,14 @@ "id": "sm4-8", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -420,19 +322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "OOYAMA", "rarity": "Common", "flavorText": "When it and Karrablast are together, and both receive electrical stimulation, they both evolve.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -446,30 +342,21 @@ "id": "sm4-9", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from this Pokémon and heal all damage from it." }, { "name": "Speed Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -481,17 +368,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Having removed its heavy shell, it becomes very light and can fight with ninja-like movements.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -505,23 +388,14 @@ "id": "sm4-10", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -533,17 +407,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Thought to be one of the first Pokémon to live in harmony with humans, it has a placid disposition.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -557,13 +427,9 @@ "id": "sm4-11", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "abilities": [ { @@ -575,11 +441,7 @@ "attacks": [ { "name": "Horn Leech", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage from this Pokémon." @@ -591,18 +453,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "You Iribi", "rarity": "Rare Holo", "flavorText": "It can tell how its trainer is feeling by subtle shifts in the grip on its horns. This empathetic sense lets them run as if one being.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -616,31 +473,21 @@ "id": "sm4-12", "name": "Alolan Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Dance of Flames", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "For each Energy attached to your opponent's Pokémon, attach a Fire Energy card from your discard pile to your Pokémon in any way you like." }, { "name": "Burning Bonemerang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage for each heads. If either of them is heads, your opponent's Active Pokémon is now Burned." @@ -652,18 +499,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The bones it possesses were once its mother's. Its mother's regrets have become like a vengeful spirit protecting this Pokémon.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -677,23 +519,14 @@ "id": "sm4-13", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." @@ -705,19 +538,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "sui", "rarity": "Common", "flavorText": "Its humped back stores intensely hot magma. In rain, the magma cools, slowing its movement.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -731,34 +558,21 @@ "id": "sm4-14", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin until you get tails. This attack does 80 damage for each heads." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Burned." @@ -770,20 +584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "The volcanoes on its back have a major eruption every 10 years—or whenever it becomes really angry.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -797,22 +604,14 @@ "id": "sm4-15", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -824,17 +623,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Large numbers of these Pokémon make their home at the seaside. At night, a strange red glow radiates from the center of their bodies.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -848,13 +643,9 @@ "id": "sm4-16", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "abilities": [ { @@ -866,9 +657,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -880,17 +669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "Its shining core is thought to receive and transmit enigmatic signals. It has been known to cause headaches in those who approach it.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -904,16 +689,10 @@ "id": "sm4-17", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "abilities": [ { "name": "Submerge", @@ -924,11 +703,7 @@ "attacks": [ { "name": "Waterfall Evolution", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -940,17 +715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Although weak and helpless, this Pokémon is incredibly fertile. They exist in such multitudes, you'll soon grow tired of seeing them.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -964,14 +735,9 @@ "id": "sm4-18", "name": "Gyarados-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -979,33 +745,21 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Draconic Disaster", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Then, discard that Stadium card." }, { "name": "Dread Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1017,19 +771,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1043,23 +790,14 @@ "id": "sm4-19", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1071,19 +809,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1097,35 +829,22 @@ "id": "sm4-20", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Stampede", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rest", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This Pokémon is now Asleep. Heal 90 damage from it." @@ -1137,20 +856,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Although its legs are short, its rugged hooves prevent it from slipping, even on icy ground.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1164,34 +876,21 @@ "id": "sm4-21", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Double Stomp", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." }, { "name": "Forceful Tackle", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "You may put up to 9 damage counters on this Pokémon. This attack does 10 more damage for each damage counter you placed in this way." @@ -1203,20 +902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "21", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A frozen Mamoswine was dug from ice dating back 10,000 years. This Pokémon has been around a long, long, long time.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1230,23 +922,14 @@ "id": "sm4-22", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1258,17 +941,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It has superb accuracy. The water it shoots out can strike even moving prey from more than 300 feet.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1282,30 +961,21 @@ "id": "sm4-23", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "attacks": [ { "name": "Ink Spit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Special Artillery", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "You may discard a Special Energy from this Pokémon. If you do, this attack does 80 more damage." @@ -1317,18 +987,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "It has a tendency to want to be in holes. It prefers rock crags or pots and sprays ink from them before attacking.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1342,23 +1007,14 @@ "id": "sm4-24", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Crabhammer", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1370,18 +1026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "No matter how dirty the water in the river, it will adapt and thrive. It has a strong will to survive.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1395,23 +1046,14 @@ "id": "sm4-25", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "attacks": [ { "name": "Double Claws", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Discard 2 Energy from your opponent's Active Pokémon." @@ -1423,18 +1065,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "It is a ruffian that uses its pincers to pick up and toss out other Pokémon from its pond.", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1448,22 +1085,14 @@ "id": "sm4-26", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Splashing Dodge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -1475,17 +1104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "A tough Pokémon that is perfectly fine even in dirty water. However, due to its ragged, shabby appearance, it isn't popular.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1499,32 +1124,21 @@ "id": "sm4-27", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "TLC", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 1 of your opponent's Benched Pokémon that has any damage counters on it and all cards attached to it into their deck." }, { "name": "Ocean Cyclone", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1536,18 +1150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Milotic has provided inspiration to many artists. It has even been referred to as the most beautiful Pokémon of all.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1561,13 +1170,9 @@ "id": "sm4-28", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Iceberg Shield", @@ -1578,11 +1183,7 @@ "attacks": [ { "name": "Frost Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1594,19 +1195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It is said to have slept in a glacier for thousands of years. Its body can't be melted, even by magma.", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1620,31 +1215,21 @@ "id": "sm4-29", "name": "Shellos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Regeneration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Mud-Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1656,17 +1241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "For the most part, it makes its home along the seashore. Its color and form differ according to its habitat and the quality of its food.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1680,32 +1261,21 @@ "id": "sm4-30", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1723,17 +1293,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1747,13 +1313,9 @@ "id": "sm4-31", "name": "Alolan Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "abilities": [ { @@ -1765,11 +1327,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -1787,18 +1345,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "It only evolves to this form in the Alola region. According to researchers, its diet is one of the causes of this change.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1812,32 +1365,21 @@ "id": "sm4-32", "name": "Alolan Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Lightning"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Defense Curl", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1855,18 +1397,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its body is a magnetic stone. Iron sand attaches firmly to the portions of its body that are particularly magnetic.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1880,35 +1417,22 @@ "id": "sm4-33", "name": "Alolan Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Self-Destruct", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon does 100 damage to itself." @@ -1926,19 +1450,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Its preferred food is dravite. After it has eaten this mineral, crystals form inside the Pokémon, rising to the surface of part of its body.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1952,14 +1470,9 @@ "id": "sm4-34", "name": "Alolan Golem-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Graveler", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1967,35 +1480,21 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Super Electromagnetic Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon does 50 damage to itself." }, { "name": "Heavy Rock-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent can't play any cards from their hand during their next turn. (You can't use more than 1 GX attack in a game.)" @@ -2013,19 +1512,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "34", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2039,28 +1531,20 @@ "id": "sm4-35", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Energy Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 basic Energy cards from your discard pile into your hand." }, { "name": "Volt Switch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Lightning Pokémon." @@ -2078,17 +1562,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It glides using its cape-like membrane. Electrical energy scatters from it, shocking its friends and foes alike.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2102,22 +1582,14 @@ "id": "sm4-36", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Ominous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -2135,17 +1607,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Should a strange light be seen flickering in an abandoned building, Gastly is lurking there.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2159,23 +1627,15 @@ "id": "sm4-37", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Pain Amplifier", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on each of your opponent's Pokémon that has any damage counters on it." @@ -2193,17 +1653,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "It strikes at humans from total darkness. Those licked by its cold tongue grow weaker with each passing day until they die.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2217,13 +1673,9 @@ "id": "sm4-38", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -2235,11 +1687,7 @@ "attacks": [ { "name": "Fade to Black", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Confused." @@ -2261,9 +1709,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Should you feel yourself attacked by a sudden chill, it is evidence of an approaching Gengar. There is no escaping it. Give up.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2277,22 +1723,14 @@ "id": "sm4-39", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -2310,17 +1748,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "so-taro", "rarity": "Common", "flavorText": "It will use any means necessary to frighten people and absorb their life energy. It practices constantly to hone its skill in causing fear.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2334,31 +1768,21 @@ "id": "sm4-40", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Chaos Wheel", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from their hand during their next turn." }, { "name": "Dark Arts", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each card in your opponent's hand." @@ -2376,17 +1800,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "chibi", "rarity": "Rare", "flavorText": "It appears as if from nowhere—muttering incantations, placing curses, and giving people terrifying visions.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2400,22 +1820,14 @@ "id": "sm4-41", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2427,17 +1839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Sekio", "rarity": "Common", "flavorText": "It bounces constantly, using its tail like a spring. The shock of bouncing keeps its heart beating.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2451,13 +1859,9 @@ "id": "sm4-42", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "abilities": [ { @@ -2469,11 +1873,7 @@ "attacks": [ { "name": "Psych Up", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, this Pokémon's Psych Up attack does 60 more damage (before applying Weakness and Resistance)." @@ -2485,18 +1885,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It uses black pearls to amplify its psychic power. It does a strange dance to control foes' minds.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2510,19 +1905,13 @@ "id": "sm4-43", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Bell of Silence", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent can't play any Pokémon that has an Ability from their hand during their next turn." @@ -2534,17 +1923,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It uses the sucker on its head to hang from a tree or from eaves. It can produce seven different tones.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2558,22 +1943,14 @@ "id": "sm4-44", "name": "Pumpkaboo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gourgeist" - ], + "types": ["Psychic"], + "evolvesTo": ["Gourgeist"], "attacks": [ { "name": "Astonish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -2591,18 +1968,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "The pumpkin body is inhabited by a spirit trapped in this world. As the sun sets, it becomes restless and active.", - "nationalPokedexNumbers": [ - 710 - ], + "nationalPokedexNumbers": [710], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2616,30 +1988,21 @@ "id": "sm4-45", "name": "Gourgeist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Pumpkaboo", "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Pumpkin Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Before doing damage, you may discard any number of Pokémon Tool cards from your Pokémon. This attack does 40 more damage for each card you discarded in this way." @@ -2657,19 +2020,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Singing in eerie voices, they wander town streets on the night of the new moon. Anyone who hears their song is cursed.", - "nationalPokedexNumbers": [ - 711 - ], + "nationalPokedexNumbers": [711], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2683,22 +2040,14 @@ "id": "sm4-46", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Psychic"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Singe", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -2710,17 +2059,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It burns its bodily fluids to create a poisonous gas. When its enemies become disoriented from inhaling the gas, it attacks them.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2734,29 +2079,21 @@ "id": "sm4-47", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Severe Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." @@ -2768,17 +2105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "For some reason, only females have been found. It creates a reverse harem of male Salandit that it lives with.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2792,30 +2125,20 @@ "id": "sm4-48", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Fixer of the Forest", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 Pokémon Tool cards from your discard pile into your hand." }, { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2827,18 +2150,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "Known for its extreme intelligence, this Pokémon will look down on inexperienced Trainers, so it's best suited to veteran Trainers.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2852,15 +2170,9 @@ "id": "sm4-49", "name": "Nihilego-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2874,22 +2186,14 @@ "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Symbiont-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Add the top 2 cards of your opponent's deck to their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -2901,17 +2205,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 793 - ], + "nationalPokedexNumbers": [793], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2925,22 +2224,14 @@ "id": "sm4-50", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Three-Step Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -2952,17 +2243,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It can spontaneously become enraged. Everyone near it clears out as it rampages and the resulting loneliness makes it angrier still.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2976,31 +2263,21 @@ "id": "sm4-51", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Lucha Fight", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 more damage (before applying Weakness and Resistance)." @@ -3012,17 +2289,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "It has been known to become so angry that it dies as a result. Its face looks peaceful in death, however.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3036,32 +2309,21 @@ "id": "sm4-52", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3073,18 +2335,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "sui", "rarity": "Common", "flavorText": "When it thinks of its deceased mother, it weeps loudly. Mandibuzz that hear its cries will attack it from the air.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3098,13 +2355,9 @@ "id": "sm4-53", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Rock Peak Growl", @@ -3115,11 +2368,7 @@ "attacks": [ { "name": "Tough Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Resistance." @@ -3131,19 +2380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its entire body is made of rock. If any part chips off in battle, it attaches rocks to repair itself.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3157,32 +2400,21 @@ "id": "sm4-54", "name": "Gastrodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shellos", "attacks": [ { "name": "Eerie Fluid", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3194,19 +2426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "It has strong regenerative capabilities. Even if parts of it are bitten off by fish Pokémon, it will return to normal within a few hours.", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3220,23 +2446,14 @@ "id": "sm4-55", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Fighting"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3248,18 +2465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Despite its adorable appearance, when it gets angry and flails about, its arms and legs could knock a pro wrestler sprawling.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3273,13 +2485,9 @@ "id": "sm4-56", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Stufful", "abilities": [ { @@ -3291,11 +2499,7 @@ "attacks": [ { "name": "Cross-Cut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." @@ -3307,19 +2511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "This immensely dangerous Pokémon possesses overwhelming physical strength. Its habitat is generally off-limits.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3333,46 +2531,30 @@ "id": "sm4-57", "name": "Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Knuckle Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Absorption-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each of your remaining Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -3384,17 +2566,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3408,32 +2585,21 @@ "id": "sm4-58", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3451,17 +2617,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Around dawn, its ominous howl echoes through the area to announce that this is its territory.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3475,32 +2637,21 @@ "id": "sm4-59", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Fire Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Puncturing Fangs", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by Resistance." @@ -3518,17 +2669,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Long ago, people imagined its eerie howls to be the call of the grim reaper.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3542,34 +2689,21 @@ "id": "sm4-60", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Darkness"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Surprise Attack", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -3587,18 +2721,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "miki kudo", "rarity": "Common", "flavorText": "They cannot see, so they tackle and bite to learn about their surroundings. Their bodies are covered in wounds.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3612,35 +2741,22 @@ "id": "sm4-61", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double Hit", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage for each heads." @@ -3658,18 +2774,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "kodama", "rarity": "Uncommon", "flavorText": "The two heads do not get along. Whichever head eats more than the other gets to be the leader.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3683,13 +2794,9 @@ "id": "sm4-62", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -3701,11 +2808,7 @@ "attacks": [ { "name": "Dark Destruction", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -3723,18 +2826,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "The heads on their arms do not have brains. They use all three heads to consume and destroy everything.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3748,50 +2846,30 @@ "id": "sm4-63", "name": "Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eat Sloppily", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Glutton-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "100", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -3809,19 +2887,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "63", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3835,50 +2906,30 @@ "id": "sm4-63a", "name": "Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eat Sloppily", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Glutton-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "100", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -3896,19 +2947,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "63a", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3922,29 +2966,20 @@ "id": "sm4-64", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3962,17 +2997,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It uses its docile-looking face to lull foes into complacency, then bites with its huge, relentless jaws.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3986,33 +3017,21 @@ "id": "sm4-65", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -4030,17 +3049,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It usually lives deep in mountains. However, hunger may drive it to eat railroad tracks and cars.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4054,35 +3069,22 @@ "id": "sm4-66", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Hammer In", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -4100,19 +3102,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4126,34 +3122,21 @@ "id": "sm4-67", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Revenge Cannon", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on all of your Benched Pokémon." }, { "name": "Buster Swing", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack's damage isn't affected by Resistance." @@ -4171,20 +3154,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "67", "artist": "Yoshinobu Saito", "rarity": "Rare Holo", "flavorText": "It claims an entire mountain as its own. The more wounds it has, the more it has battled, so don't take it lightly.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4198,30 +3174,20 @@ "id": "sm4-68", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Turbo Arm", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Iron Hand", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If Regice is on your Bench, heal 30 damage from this Pokémon." @@ -4239,19 +3205,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Tempered by pressure underground over tens of thousands of years, its body cannot be scratched.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4265,31 +3225,21 @@ "id": "sm4-69", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Fury Attack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage for each heads." }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon does 30 damage to itself." @@ -4307,18 +3257,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Wearing the shell covering they stole from Shelmet, they defend themselves and attack with two lances.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4332,15 +3277,9 @@ "id": "sm4-70", "name": "Kartana-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4354,20 +3293,14 @@ "attacks": [ { "name": "Gale Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Blade-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Take a Prize card. (You can't use more than 1 GX attack in a game.)" @@ -4385,16 +3318,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4408,32 +3337,21 @@ "id": "sm4-71", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Slap", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -4451,17 +3369,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "You Iribi", "rarity": "Common", "flavorText": "It hugely inflates its stomach and sings a mysterious melody. If you hear this melody, you'll become sleepy right away.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4475,32 +3389,21 @@ "id": "sm4-72", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Punishing Slap", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If any of your opponent's Pokémon have any Darkness Energy attached to them, this attack does 60 more damage." @@ -4518,18 +3421,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "0313", "rarity": "Rare", "flavorText": "It sheds its fine fur when the seasons change. The fur is gathered and spun into a luxurious yarn.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4543,30 +3441,20 @@ "id": "sm4-73", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Bright Horns", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Bright Horns during your next turn." @@ -4584,18 +3472,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "sui", "rarity": "Rare Holo", "flavorText": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4609,14 +3492,9 @@ "id": "sm4-74", "name": "Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4624,33 +3502,21 @@ "attacks": [ { "name": "Tropical Head", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dragon Hammer", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Tower-Go-Round-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -4662,18 +3528,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4687,32 +3547,21 @@ "id": "sm4-75", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gentle Slap", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4724,17 +3573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It expresses its feelings by smacking its scales. Metallic sounds echo through the tall mountains where Jangmo-o lives.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4748,33 +3593,22 @@ "id": "sm4-76", "name": "Hakamo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Jangmo-o", - "evolvesTo": [ - "Kommo-o" - ], + "evolvesTo": ["Kommo-o"], "attacks": [ { "name": "Noble Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Dragon Claw", - "cost": [ - "Lightning", - "Fighting" - ], + "cost": ["Lightning", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4786,17 +3620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It leaps at its prey with a courageous shout. Its scaly punches tear its opponents to shreds.", - "nationalPokedexNumbers": [ - 783 - ], + "nationalPokedexNumbers": [783], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4810,32 +3640,21 @@ "id": "sm4-77", "name": "Kommo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "attacks": [ { "name": "War Cry", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have fewer Pokémon in play than your opponent, this attack does 90 more damage." }, { "name": "Clanging Scales", - "cost": [ - "Lightning", - "Fighting", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your opponent's next turn, this Pokémon takes 30 more damage from attacks (after applying Weakness and Resistance)." @@ -4847,18 +3666,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When it spots enemies, it threatens them by jingling the scales on its tail. Weak opponents will crack and flee in panic.", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4872,13 +3686,9 @@ "id": "sm4-78", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Moomoo Malt", @@ -4889,11 +3699,7 @@ "attacks": [ { "name": "Sitdown Splash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4905,18 +3711,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Its milk is high in calories and packed with nutrients. Therefore, if you drink too much of it, you may wind up with a body like Miltank's.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4930,22 +3731,14 @@ "id": "sm4-79", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4963,17 +3756,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "For some reason, it likes to land on people's heads softly and act like it's a hat.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4987,29 +3776,21 @@ "id": "sm4-80", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Draco Melody", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Dragon Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Cotton Guard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -5027,17 +3808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "sui", "rarity": "Rare", "flavorText": "It flies gracefully through the sky. Its melodic humming makes you feel like you're in a dream.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5051,32 +3828,21 @@ "id": "sm4-81", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Bug Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5094,17 +3860,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "miki kudo", "rarity": "Common", "flavorText": "They flock in great numbers. Though small, they flap their wings with great power.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5118,34 +3880,22 @@ "id": "sm4-82", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5163,17 +3913,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "They maintain huge flocks, although fierce scuffles break out between various flocks.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5187,33 +3933,21 @@ "id": "sm4-83", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Sky Hunting", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If your opponent's Pokémon is Knocked Out by the damage from this attack, switch this Pokémon with 1 of your Benched Pokémon." @@ -5231,17 +3965,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Sekio", "rarity": "Rare", "flavorText": "The muscles in its wings and legs are strong. It can easily fly while gripping a small Pokémon.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5255,13 +3985,9 @@ "id": "sm4-84", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Seal of Antiquity", @@ -5290,20 +4016,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It is said to have made Pokémon that look like itself from a special ice mountain, rocks, and magma.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5317,13 +4036,9 @@ "id": "sm4-84a", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Seal of Antiquity", @@ -5352,20 +4067,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84a", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It is said to have made Pokémon that look like itself from a special ice mountain, rocks, and magma.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5379,22 +4087,14 @@ "id": "sm4-85", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Tickle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -5406,17 +4106,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "kodama", "rarity": "Common", "flavorText": "Minccino greet each other by grooming one another thoroughly with their tails.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5430,20 +4126,14 @@ "id": "sm4-86", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Amazing Plea", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 cards from your discard pile. Then, ask your opponent if you may put them into your hand. If yes, put those cards into your hand. If no, this attack does 80 damage to your opponent's Active Pokémon." @@ -5455,17 +4145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "0313", "rarity": "Uncommon", "flavorText": "Their white fur feels amazing to touch. Their fur repels dust and prevents static electricity from building up.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5479,23 +4165,14 @@ "id": "sm4-87", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5507,18 +4184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "kirisAki", "rarity": "Common", "flavorText": "They use their large ears to dig burrows. They will dig the whole night through.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5532,34 +4204,21 @@ "id": "sm4-88", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Dig", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, - "damage": "60", - "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." - }, - { - "name": "Hammer Arm", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "damage": "60", + "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." + }, + { + "name": "Hammer Arm", + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard the top card of your opponent's deck." @@ -5571,19 +4230,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "With their powerful ears, they can heft boulders of a ton or more with ease. They can be a big help at construction sites.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5597,31 +4250,20 @@ "id": "sm4-89", "name": "Type: Null", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Armor Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slashing Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5633,18 +4275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "The heavy control mask it wears suppresses its intrinsic capabilities. This Pokémon has some hidden special power.", - "nationalPokedexNumbers": [ - 772 - ], + "nationalPokedexNumbers": [772], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5658,14 +4295,9 @@ "id": "sm4-90", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5680,22 +4312,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5707,17 +4331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5731,9 +4350,7 @@ "id": "sm4-91", "name": "Counter Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you have more Prize cards remaining than your opponent.", "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", @@ -5755,9 +4372,7 @@ "id": "sm4-92", "name": "Dashing Pouch", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to discards Energy for its Retreat Cost, put that Energy into your hand instead of the discard pile.", @@ -5779,9 +4394,7 @@ "id": "sm4-93", "name": "Devoured Field", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The attacks of Darkness Pokémon and Dragon Pokémon (both yours and your opponent's) do 10 more damage to the opponent's Active Pokémon (before applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5802,9 +4415,7 @@ "id": "sm4-94", "name": "Fighting Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Fighting Pokémon.", @@ -5826,9 +4437,7 @@ "id": "sm4-95", "name": "Gladion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at your face-down Prize cards and put 1 of them into your hand. Then, shuffle this Gladion into your remaining Prize cards and put them back face down. If you didn't play this Gladion from your hand, it does nothing.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5849,9 +4458,7 @@ "id": "sm4-96", "name": "Lusamine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 2 in any combination of Supporter and Stadium cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5872,9 +4479,7 @@ "id": "sm4-97", "name": "Peeking Red Card", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent reveals their hand. You may have your opponent count the cards in their hand, shuffle those cards into their deck, then draw that many cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5895,9 +4500,7 @@ "id": "sm4-98", "name": "Psychic Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Psychic Pokémon.", @@ -5919,9 +4522,7 @@ "id": "sm4-99", "name": "Sea of Nothingness", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Special Conditions are not removed when Pokémon (both yours and your opponent's) evolve or devolve.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5942,9 +4543,7 @@ "id": "sm4-100", "name": "Counter Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "If you have more Prize cards remaining than your opponent, and if this card is attached to a Pokémon that isn't a Pokémon-GX or Pokémon-EX, this card provides every type of Energy but provides only 2 Energy at a time." @@ -5964,14 +4563,9 @@ "id": "sm4-101", "name": "Gyarados-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5979,33 +4573,21 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Draconic Disaster", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Then, discard that Stadium card." }, { "name": "Dread Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6017,19 +4599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "101", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6043,14 +4618,9 @@ "id": "sm4-102", "name": "Alolan Golem-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Graveler", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6058,35 +4628,21 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Super Electromagnetic Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon does 50 damage to itself." }, { "name": "Heavy Rock-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent can't play any cards from their hand during their next turn. (You can't use more than 1 GX attack in a game.)" @@ -6104,19 +4660,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6130,15 +4679,9 @@ "id": "sm4-103", "name": "Nihilego-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6152,22 +4695,14 @@ "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Symbiont-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Add the top 2 cards of your opponent's deck to their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6179,17 +4714,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 793 - ], + "nationalPokedexNumbers": [793], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6203,46 +4733,30 @@ "id": "sm4-104", "name": "Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Knuckle Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Absorption-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each of your remaining Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6254,17 +4768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6278,50 +4787,30 @@ "id": "sm4-105", "name": "Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eat Sloppily", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Glutton-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "100", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6339,19 +4828,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "105", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6365,15 +4847,9 @@ "id": "sm4-106", "name": "Kartana-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6387,20 +4863,14 @@ "attacks": [ { "name": "Gale Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Blade-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Take a Prize card. (You can't use more than 1 GX attack in a game.)" @@ -6418,16 +4888,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6441,14 +4907,9 @@ "id": "sm4-107", "name": "Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6456,33 +4917,21 @@ "attacks": [ { "name": "Tropical Head", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dragon Hammer", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Tower-Go-Round-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -6494,18 +4943,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6519,14 +4962,9 @@ "id": "sm4-108", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6541,22 +4979,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6568,17 +4998,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6592,9 +5017,7 @@ "id": "sm4-109", "name": "Gladion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at your face-down Prize cards and put 1 of them into your hand. Then, shuffle this Gladion into your remaining Prize cards and put them back face down. If you didn't play this Gladion from your hand, it does nothing.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6615,9 +5038,7 @@ "id": "sm4-110", "name": "Lusamine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 2 in any combination of Supporter and Stadium cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6638,9 +5059,7 @@ "id": "sm4-111", "name": "Olivia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Pokémon-GX, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6661,14 +5080,9 @@ "id": "sm4-112", "name": "Gyarados-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6676,33 +5090,21 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Draconic Disaster", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Then, discard that Stadium card." }, { "name": "Dread Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6714,19 +5116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "112", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6740,14 +5135,9 @@ "id": "sm4-113", "name": "Alolan Golem-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Graveler", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6755,35 +5145,21 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Super Electromagnetic Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon does 50 damage to itself." }, { "name": "Heavy Rock-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent can't play any cards from their hand during their next turn. (You can't use more than 1 GX attack in a game.)" @@ -6801,19 +5177,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "113", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6827,15 +5196,9 @@ "id": "sm4-114", "name": "Nihilego-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6849,22 +5212,14 @@ "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Symbiont-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Add the top 2 cards of your opponent's deck to their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6876,17 +5231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 793 - ], + "nationalPokedexNumbers": [793], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6900,46 +5250,30 @@ "id": "sm4-115", "name": "Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Knuckle Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Absorption-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each of your remaining Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6951,17 +5285,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6975,50 +5304,30 @@ "id": "sm4-116", "name": "Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eat Sloppily", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Glutton-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "100", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -7036,19 +5345,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "116", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7062,15 +5364,9 @@ "id": "sm4-117", "name": "Kartana-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7084,20 +5380,14 @@ "attacks": [ { "name": "Gale Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Blade-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Take a Prize card. (You can't use more than 1 GX attack in a game.)" @@ -7115,16 +5405,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7138,14 +5424,9 @@ "id": "sm4-118", "name": "Alolan Exeggutor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7153,33 +5434,21 @@ "attacks": [ { "name": "Tropical Head", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dragon Hammer", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Tower-Go-Round-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Move any number of Energy from your Pokémon to your other Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -7191,18 +5460,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "118", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7216,14 +5479,9 @@ "id": "sm4-119", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7238,22 +5496,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7265,17 +5515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7289,9 +5534,7 @@ "id": "sm4-120", "name": "Counter Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you have more Prize cards remaining than your opponent.", "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", @@ -7313,9 +5556,7 @@ "id": "sm4-121", "name": "Wishful Baton", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is your Active Pokémon and is Knocked Out by damage from an opponent's attack, move up to 3 basic Energy cards from that Pokémon to 1 of your Benched Pokémon.", @@ -7337,9 +5578,7 @@ "id": "sm4-122", "name": "Counter Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "If you have more Prize cards remaining than your opponent, and if this card is attached to a Pokémon that isn't a Pokémon-GX or Pokémon-EX, this card provides every type of Energy but provides only 2 Energy at a time." @@ -7359,9 +5598,7 @@ "id": "sm4-123", "name": "Warp Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "When you attach this card from your hand to your Active Pokémon, switch that Pokémon with 1 of your Benched Pokémon." @@ -7381,9 +5618,7 @@ "id": "sm4-124", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "124", "rarity": "Rare Secret", "legalities": { diff --git a/cards/en/sm5.json b/cards/en/sm5.json index 15f2df9ce..395cb45dc 100644 --- a/cards/en/sm5.json +++ b/cards/en/sm5.json @@ -3,22 +3,14 @@ "id": "sm5-1", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Continuous Eggsplosion", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "kawayoo", "rarity": "Common", "flavorText": "Its six eggs use telepathy to communicate among themselves. It is believed to carry plant genes and the genes of other species.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,23 +42,14 @@ "id": "sm5-2", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Super Speed", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -88,17 +67,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -112,32 +87,21 @@ "id": "sm5-3", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Supersonic", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -155,17 +119,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -179,23 +139,14 @@ "id": "sm5-4", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Petal Dance", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage for each heads. This Pokémon is now Confused." @@ -207,17 +158,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Roselia that drink nutritionally rich springwater are said to reveal rare coloration when they bloom.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -231,31 +178,21 @@ "id": "sm5-5", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Inviting Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Poisoned." }, { "name": "Flower Tornado", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Move any number of Grass Energy from your Pokémon to your other Pokémon in any way you like." @@ -267,17 +204,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "With the movements of a dancer, it strikes with whips that are densely lined with poison thorns.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -291,32 +224,21 @@ "id": "sm5-6", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Headbutt Bounce", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -328,18 +250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -353,34 +270,21 @@ "id": "sm5-7", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -392,18 +296,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "OOYAMA", "rarity": "Common", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -417,36 +316,22 @@ "id": "sm5-8", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -458,20 +343,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "8", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It knows where pure water wells up. It carries fellow Pokémon there on its back.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -485,34 +363,21 @@ "id": "sm5-9", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Earthquake", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -524,20 +389,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "9", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Small Pokémon occasionally gather on its unmoving back to begin building their nests.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -551,22 +409,14 @@ "id": "sm5-10", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -578,17 +428,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It evolves by sucking the energy out of the small ball where it had been storing nutrients.", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -602,13 +448,9 @@ "id": "sm5-11", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -620,9 +462,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -634,17 +474,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "If it senses strong sunlight, it opens its folded petals to absorb the sun's rays with its whole body.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -658,30 +494,20 @@ "id": "sm5-12", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Chomp Chomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Loom Over", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "90-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -693,17 +519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -717,14 +539,9 @@ "id": "sm5-13", "name": "Leafeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -739,20 +556,14 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Grand Bloom-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -764,17 +575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -788,13 +594,9 @@ "id": "sm5-14", "name": "Mow Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Roto Motor", @@ -805,11 +607,7 @@ "attacks": [ { "name": "Special Mow", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -821,17 +619,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -845,29 +639,20 @@ "id": "sm5-15", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Coax", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon of different types and put them onto your Bench. Then, shuffle your deck." }, { "name": "Soothing Scent", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -879,17 +664,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -903,22 +684,14 @@ "id": "sm5-16", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Grass"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Bubble", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -930,17 +703,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It crawls onto the land in search of food. Its water bubble allows it to breathe and protects its soft head.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -954,13 +723,9 @@ "id": "sm5-17", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dewpider", "abilities": [ { @@ -972,11 +737,7 @@ "attacks": [ { "name": "Aqua Edge", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -988,18 +749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It delivers headbutts with the water bubble on its head. Small Pokémon get sucked into the bubble, where they drown.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1013,33 +769,21 @@ "id": "sm5-18", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Controlled Burn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -1051,18 +795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Yumi", "rarity": "Common", "flavorText": "When angered, it spouts brilliant fire from all over its body. It doesn't calm down until its opponent has burned to ash.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1076,13 +815,9 @@ "id": "sm5-19", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "abilities": [ { @@ -1094,11 +829,7 @@ "attacks": [ { "name": "Fire Blaster", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard 2 Energy from this Pokémon. If you do, this attack does 80 more damage." @@ -1110,19 +841,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "From its arm, it launches fireballs hotter than 3,500 degrees Fahrenheit. Its arm starts to melt when it fires a whole barrage.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1136,22 +861,14 @@ "id": "sm5-20", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1167,9 +884,7 @@ "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1183,22 +898,14 @@ "id": "sm5-21", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -1210,17 +917,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1234,23 +937,15 @@ "id": "sm5-22", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -1262,17 +957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It uses ceilings and walls to launch aerial attacks. Its fiery tail is but one weapon.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1286,13 +977,9 @@ "id": "sm5-23", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "abilities": [ { @@ -1304,10 +991,7 @@ "attacks": [ { "name": "Burst Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned." @@ -1319,17 +1003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It tosses its enemies around with agility. It uses all its limbs to fight in its own unique style.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1343,13 +1023,9 @@ "id": "sm5-24", "name": "Heat Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Roto Motor", @@ -1360,11 +1036,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1376,17 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1400,32 +1068,21 @@ "id": "sm5-25", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1437,17 +1094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Volcanoes or dry, craggy places are its home. It emanates a sweet-smelling poisonous gas that attracts bug Pokémon, then attacks them.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1461,30 +1114,21 @@ "id": "sm5-26", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Panic Poison", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Hunter's Nails", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage." @@ -1496,17 +1140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Filled with pheromones, its poisonous gas can be diluted to use in the production of luscious perfumes.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1520,31 +1160,20 @@ "id": "sm5-27", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Steam Artillery", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -1556,20 +1185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "27", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "It gushes fire and poisonous gases from its nostrils. Its dung is an explosive substance and can be put to various uses.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1583,22 +1205,14 @@ "id": "sm5-28", "name": "Alolan Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Water"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -1610,17 +1224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "An ancient tradition of Alolan festivals, still carried on to this day, is a competition to slide Sandshrew across ice as far as one can.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1634,31 +1244,21 @@ "id": "sm5-29", "name": "Alolan Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Sandshrew", "attacks": [ { "name": "Spike Armor", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 6 damage counters on the Attacking Pokémon." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1670,17 +1270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "This Pokémon's steel spikes are sheathed in ice. Stabs from these spikes cause deep wounds and severe frostbite as well.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1694,31 +1290,21 @@ "id": "sm5-30", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Roar", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Icy Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1730,17 +1316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It exhales air colder than -58 degrees Fahrenheit. Elderly people in Alola call this Pokémon by an older name—Keokeo.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1754,22 +1336,14 @@ "id": "sm5-31", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1781,17 +1355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1805,32 +1375,21 @@ "id": "sm5-32", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1842,17 +1401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1866,33 +1421,22 @@ "id": "sm5-33", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1904,18 +1448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It lives a solitary life. Its wings deliver wicked blows that can snap even the thickest of trees.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1929,32 +1468,21 @@ "id": "sm5-34", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Total Command", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Benched Pokémon (both yours and your opponent's)." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -1966,18 +1494,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "nagimiso", "rarity": "Rare", "flavorText": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1991,23 +1514,14 @@ "id": "sm5-35", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2019,17 +1533,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "so-taro", "rarity": "Common", "flavorText": "It inflates the flotation sac around its neck and pokes its head out of the water to see what is going on.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2043,30 +1553,21 @@ "id": "sm5-36", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Agility", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Aqua Blast", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard a Water Energy from this Pokémon." @@ -2078,17 +1579,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its flotation sac developed as a result of pursuing aquatic prey. It can double as a rubber raft.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2102,23 +1599,14 @@ "id": "sm5-37", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Ice Shard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is a Fighting Pokémon, this attack does 40 more damage." @@ -2130,19 +1618,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "match", "rarity": "Common", "flavorText": "In the spring, it grows berries with the texture of frozen treats around its belly.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2156,13 +1638,9 @@ "id": "sm5-38", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "abilities": [ { @@ -2174,12 +1652,7 @@ "attacks": [ { "name": "Hypno Hammer", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2191,19 +1664,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2217,14 +1684,9 @@ "id": "sm5-39", "name": "Glaceon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2239,22 +1701,14 @@ "attacks": [ { "name": "Frost Bullet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Polar Spear-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each damage counter on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2266,17 +1720,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2290,13 +1739,9 @@ "id": "sm5-40", "name": "Wash Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Roto Motor", @@ -2307,11 +1752,7 @@ "attacks": [ { "name": "Wash Arrow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2323,17 +1764,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2347,13 +1784,9 @@ "id": "sm5-41", "name": "Frost Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Roto Motor", @@ -2364,10 +1797,7 @@ "attacks": [ { "name": "Frost Crush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage times the amount of Energy attached to all of your opponent's Pokémon." @@ -2379,17 +1809,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "MAHOU", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2403,28 +1829,20 @@ "id": "sm5-42", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Deep Currents", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 5 Water Energy cards from your discard pile into your deck." }, { "name": "Water Pulse", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2436,17 +1854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2460,34 +1874,21 @@ "id": "sm5-43", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 30 damage to itself." @@ -2505,18 +1906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Electricity leaks from it in amounts far greater than the amount of electricity it eats.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2530,34 +1926,21 @@ "id": "sm5-44", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Steel Short", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If your opponent's Active Pokémon is a Metal Pokémon, it is now Paralyzed." }, { "name": "Volt Knuckle", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -2575,20 +1958,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "44", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "When it gets excited, it thumps its chest. With every thud, thunder roars and electric sparks shower all around.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2602,16 +1978,10 @@ "id": "sm5-45", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "abilities": [ { "name": "Evolutionary Advantage", @@ -2622,9 +1992,7 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2642,17 +2010,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2666,22 +2030,14 @@ "id": "sm5-46", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -2699,17 +2055,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2723,23 +2075,15 @@ "id": "sm5-47", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Disconnect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent can't play any Item cards from their hand during their next turn." @@ -2757,17 +2101,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2781,13 +2121,9 @@ "id": "sm5-48", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "abilities": [ { @@ -2799,11 +2135,7 @@ "attacks": [ { "name": "Volt Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Lightning Energy from this Pokémon. This attack does 150 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2825,9 +2157,7 @@ "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2841,28 +2171,20 @@ "id": "sm5-49", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Snuggly Generator", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Pokémon that has the Nuzzle attack, search your deck for a Lightning Energy card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2880,17 +2202,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "OOYAMA", "rarity": "Common", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2904,13 +2222,9 @@ "id": "sm5-50", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Roto Motor", @@ -2921,11 +2235,7 @@ "attacks": [ { "name": "Plasma Slice", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't attack during your next turn." @@ -2943,17 +2253,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2967,31 +2273,21 @@ "id": "sm5-51", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Creepy Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Hang Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3009,17 +2305,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Asako Ito", "rarity": "Common", "flavorText": "If for some reason its body bursts, its soul spills out with a screaming sound.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3033,32 +2325,21 @@ "id": "sm5-52", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Damage Transport", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move 4 damage counters from each of your Pokémon to your opponent's Active Pokémon." }, { "name": "Wind Wheel", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -3076,17 +2357,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Yumi", "rarity": "Uncommon", "flavorText": "Even while under careful observation, large flocks of Drifblim flying at dusk will inexplicably disappear from view.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3100,44 +2377,32 @@ "id": "sm5-53", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Lightless World", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Supporter cards from your discard pile into your hand." }, { "name": "Terrify", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It was bound to a fissure in an Odd Keystone as punishment for misdeeds 500 years ago.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3151,32 +2416,21 @@ "id": "sm5-54", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Hone Claws", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Pierce attack's base damage is 90." }, { "name": "Pierce", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3188,18 +2442,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It burrows under the sand to lie in wait for prey. Its tail claws can inject its prey with a savage poison.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3213,23 +2462,14 @@ "id": "sm5-55", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Dangerous Stinger", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -3241,19 +2481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "55", "artist": "Studio Bora Inc.", "rarity": "Rare", "flavorText": "It has the power in its clawed arms to make scrap of a car. The tips of its claws release poison.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3267,22 +2501,14 @@ "id": "sm5-56", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Swagger", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3294,17 +2520,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3318,30 +2540,21 @@ "id": "sm5-57", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Exact Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If any of your Fighting Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 70 more damage." @@ -3353,18 +2566,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3378,14 +2586,9 @@ "id": "sm5-58", "name": "Giratina ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -3399,12 +2602,7 @@ "attacks": [ { "name": "Crisis Dive", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "160", "text": "Discard 2 Energy from this Pokémon." @@ -3422,18 +2620,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Rare Prism Star", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3447,30 +2640,20 @@ "id": "sm5-59", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Lunar Payback", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from this Pokémon. If you do, switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -3482,17 +2665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "chibi", "rarity": "Rare Holo", "flavorText": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3506,22 +2685,14 @@ "id": "sm5-60", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Teleport", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3533,17 +2704,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its body is gaseous and frail. It slowly grows as it collects dust from the atmosphere.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3557,24 +2724,15 @@ "id": "sm5-61", "name": "Cosmoem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmog", - "evolvesTo": [ - "Solgaleo", - "Lunala" - ], + "evolvesTo": ["Solgaleo", "Lunala"], "attacks": [ { "name": "Teleport", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3586,19 +2744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "There's something accumulating around the black core within its hard shell. People think this Pokémon may come from another world.", - "nationalPokedexNumbers": [ - 790 - ], + "nationalPokedexNumbers": [790], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3612,35 +2764,23 @@ "id": "sm5-62", "name": "Lunala ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Full Moon Star", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your opponent's Pokémon in play, attach a Psychic Energy card from your discard pile to your Pokémon in any way you like." }, { "name": "Psystorm", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all Pokémon." @@ -3658,19 +2798,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Hitoshi Ariga", "rarity": "Rare Prism Star", "flavorText": "Said to live in another world, this Pokémon devours light, drawing the moonless dark veil of night over the brightness of day.", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3684,15 +2818,9 @@ "id": "sm5-63", "name": "Dawn Wings Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3706,22 +2834,14 @@ "attacks": [ { "name": "Dark Flash", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Moon's Eclipse-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "180", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -3739,17 +2859,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3763,33 +2878,22 @@ "id": "sm5-64", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Headstrike", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -3801,17 +2905,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "In rock layers where Cranidos fossils are found, the fossilized trunks of trees snapped in two are also often found.", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3825,31 +2925,21 @@ "id": "sm5-65", "name": "Rampardos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cranidos", "attacks": [ { "name": "Clean Hit", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." }, { "name": "Wild Crash", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out." @@ -3861,18 +2951,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Yoshinobu Saito", "rarity": "Rare Holo", "flavorText": "Records exist of a revived fossil that evolved into Rampardos. It proceeded to escape and then destroy a skyscraper with a headbutt.", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3886,31 +2971,21 @@ "id": "sm5-66", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3922,17 +2997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It's tough enough to run right through the night, and it's also a hard worker, but it's still just a youngster.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3946,13 +3017,9 @@ "id": "sm5-67", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -3964,10 +3031,7 @@ "attacks": [ { "name": "Missile Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -3979,17 +3043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "They can detect the species of a living being—and its emotions—from over half a mile away. They control auras and hunt their prey in packs.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4003,24 +3063,14 @@ "id": "sm5-68", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Eleventh Hour Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If there are 3 or fewer cards in your deck, this attack does 130 more damage." @@ -4032,19 +3082,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Yumi", "rarity": "Common", "flavorText": "It enshrouds itself with sand to protect itself from germs. It does not enjoy getting wet.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4058,34 +3102,21 @@ "id": "sm5-69", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Dust Cannon", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "This attack does 10 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -4097,20 +3128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "69", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It blasts internally stored sand from ports on its body to create a towering twister for attack.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4124,13 +3148,9 @@ "id": "sm5-70", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Power Huddle", @@ -4141,10 +3161,7 @@ "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -4156,17 +3173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "kawayoo", "rarity": "Common", "flavorText": "They battle with hard berries for weapons. Their techniques are passed from the boss to the group, generation upon generation.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4180,22 +3193,14 @@ "id": "sm5-71", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4213,17 +3218,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "match", "rarity": "Common", "flavorText": "Seen as a symbol of bad luck, it's generally disliked. Yet it gives presents—objects that sparkle or shine—to Trainers it's close to.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4237,31 +3238,21 @@ "id": "sm5-72", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Rip and Run", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a random card from your opponent's hand. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Speed Dive", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4279,17 +3270,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "If its Murkrow cronies fail to catch food for it, or if it feels they have betrayed it, it will hunt them down wherever they are and punish them.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4303,31 +3290,21 @@ "id": "sm5-73", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Sneaky Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only on your first turn. Discard an Energy from 1 of your opponent's Pokémon." }, { "name": "Ambush", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4345,17 +3322,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It uses its claws to poke holes in eggs so it can slurp out the insides. Breeders consider it a scourge and will drive it away or eradicate it.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4369,29 +3342,21 @@ "id": "sm5-74", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Evil Admonition", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Pokémon that has an Ability." @@ -4409,17 +3374,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "They dwell in cold places. This Pokémon's main food source in Alola is Vulpix and Sandshrew, which they carefully divide among their group.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4433,22 +3394,14 @@ "id": "sm5-75", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Gas Bond", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Both Active Pokémon are now Confused." @@ -4466,18 +3419,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It protects itself by spraying a noxious fluid from its rear. The stench lingers for 24 hours.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4491,32 +3439,21 @@ "id": "sm5-76", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Sticky Smokescreen", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips 2 coins. If either of them is tails, that attack does nothing." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -4534,19 +3471,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "Studio Bora Inc.", "rarity": "Uncommon", "flavorText": "It sprays a stinky fluid from its tail. The fluid smells worse the longer it is allowed to fester.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4560,14 +3491,9 @@ "id": "sm5-77", "name": "Darkrai ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -4581,12 +3507,7 @@ "attacks": [ { "name": "Abyssal Sleep", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, that Pokémon is still Asleep." @@ -4604,18 +3525,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Naoki Saito", "rarity": "Rare Prism Star", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4629,22 +3545,14 @@ "id": "sm5-78", "name": "Alolan Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Metal"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Iron Head", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage for each heads." @@ -4662,17 +3570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its golden hairs function as sensors. It pokes them out of its burrow to monitor its surroundings.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4686,20 +3590,14 @@ "id": "sm5-79", "name": "Alolan Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Diglett", "attacks": [ { "name": "Gold Rush", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30×", "text": "Discard any number of Metal Energy cards from your hand. This attack does 30 damage for each card you discarded in this way." @@ -4717,17 +3615,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "These Pokémon are cherished in the Alola region, where they are thought to be feminine deities of the land incarnate.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4741,31 +3635,21 @@ "id": "sm5-80", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Searching Magnet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4783,17 +3667,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "MAHOU", "rarity": "Common", "flavorText": "It sends out electromagnetic waves, which let it float through the air. Touching it while it's eating electricity will give you a full-body shock.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4807,16 +3687,10 @@ "id": "sm5-81", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "abilities": [ { "name": "Solid Unit", @@ -4827,10 +3701,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4848,17 +3719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It sends out electromagnetic waves, which let it float through the air. Touching it while it's eating electricity will give you a full-body shock.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4872,34 +3739,22 @@ "id": "sm5-82", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Zap Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -4917,18 +3772,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It has about three times the electrical power of Magnemite. For some reason, outbreaks of this Pokémon happen when lots of sunspots appear.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4942,13 +3792,9 @@ "id": "sm5-83", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -4960,12 +3806,7 @@ "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -4983,18 +3824,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Yoshinobu Saito", "rarity": "Rare Holo", "flavorText": "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin, while transmitting signals of unknown purpose.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5008,35 +3844,22 @@ "id": "sm5-84", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This Pokémon does 10 damage to itself." }, { "name": "Confront", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -5054,18 +3877,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "so-taro", "rarity": "Uncommon", "flavorText": "This Pokémon lived in primeval jungles. Few enemies would have been willing to square off against its heavily armored face, so it's thought.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5079,13 +3897,9 @@ "id": "sm5-85", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "abilities": [ { @@ -5097,11 +3911,7 @@ "attacks": [ { "name": "Push Down", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon." @@ -5119,19 +3929,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It lived in the same environments as Rampardos. Their fossils have been found together—seemingly from after they'd fought to the finish.", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5145,32 +3949,21 @@ "id": "sm5-86", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5188,18 +3981,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5213,31 +4001,21 @@ "id": "sm5-87", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Psychic Resonance", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent has any Psychic Pokémon in play, this attack does 60 more damage." @@ -5255,19 +4033,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5281,31 +4053,20 @@ "id": "sm5-88", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Boiling Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -5323,19 +4084,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "tetsuya koizumi", "rarity": "Rare Holo", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5349,35 +4104,23 @@ "id": "sm5-89", "name": "Solgaleo ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Radiant Star", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your opponent's Pokémon in play, attach a Metal Energy card from your discard pile to your Pokémon in any way you like." }, { "name": "Corona Impact", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal", "Metal"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon can't attack during your next turn." @@ -5395,19 +4138,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Shin Nagasawa", "rarity": "Rare Prism Star", "flavorText": "This Pokémon is said to be a male evolution of Cosmog. At the activation of its third eye, it departs for another world.", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5421,49 +4158,30 @@ "id": "sm5-90", "name": "Dusk Mane Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Meteor Tempest", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Sun's Eclipse-GX", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "250", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)" @@ -5481,18 +4199,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5506,13 +4218,9 @@ "id": "sm5-91", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Change Clothes", @@ -5523,11 +4231,7 @@ "attacks": [ { "name": "Rolling Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5545,17 +4249,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "kawayoo", "rarity": "Rare", "flavorText": "This artificial Pokémon, constructed more than 500 years ago, can understand human speech but cannot itself speak.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5569,31 +4269,21 @@ "id": "sm5-92", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Fairy"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Flickering Spores", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Ram", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5611,17 +4301,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It scatters spores that flicker and glow. Anyone seeing these lights falls into a deep slumber.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5635,13 +4321,9 @@ "id": "sm5-93", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Morelull", "abilities": [ { @@ -5653,10 +4335,7 @@ "attacks": [ { "name": "Flickering Spores", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -5674,18 +4353,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Forests where Shiinotic live are treacherous to enter at night. People confused by its strange lights can never find their way home again.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5699,29 +4373,20 @@ "id": "sm5-94", "name": "Tapu Lele", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Psywave", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Magical Swap", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move any number of damage counters on your opponent's Pokémon to their other Pokémon in any way you like." @@ -5739,17 +4404,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This guardian deity of Akala is guilelessly cruel. The fragrant aroma of flowers is the source of its energy.", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5763,31 +4424,21 @@ "id": "sm5-95", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Exeggutor's Paradise", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "For each of your Benched Exeggcute, search your deck for an Alolan Exeggutor or Alolan Exeggutor-GX and put it onto that Exeggcute to evolve it. Then, shuffle your deck." }, { "name": "Draco Meteor Barrage", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin for each Grass Energy attached to this Pokémon. This attack does 80 damage for each heads." @@ -5799,19 +4450,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Alola is the best environment for this Pokémon. Local people take pride in its appearance, saying this is how Exeggutor ought to look.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5825,22 +4470,14 @@ "id": "sm5-96", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -5852,17 +4489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5876,16 +4509,10 @@ "id": "sm5-97", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "abilities": [ { "name": "Rock Hiding", @@ -5896,10 +4523,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5911,17 +4535,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5935,33 +4555,22 @@ "id": "sm5-98", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5973,17 +4582,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Shiny objects are its passion. It can be found in its cave, scarcely moving, its gaze fixed on the jewels it's amassed or Carbink it has caught.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5997,32 +4602,21 @@ "id": "sm5-99", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Quick Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Royal Blades", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If you played Cynthia from your hand during this turn, this attack does 100 more damage." @@ -6038,9 +4632,7 @@ "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "The protuberances on its head serve as sensors. It can even detect distant prey.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6054,47 +4646,30 @@ "id": "sm5-100", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -6106,18 +4681,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6131,47 +4700,30 @@ "id": "sm5-101", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -6183,18 +4735,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6208,34 +4754,21 @@ "id": "sm5-102", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lap Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw 3 cards." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage for each heads." @@ -6247,18 +4780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Mizue", "rarity": "Common", "flavorText": "Its tongue is twice the length of its body. It can be moved like an arm for grabbing food and attacking.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6272,34 +4800,21 @@ "id": "sm5-103", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Dangerous Lick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin until you get tails. This attack does 50 more damage for each heads. If the first flip is tails, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -6311,19 +4826,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Yumi", "rarity": "Rare", "flavorText": "Their saliva contains lots of components that can dissolve anything. The numbness caused by their lick does not dissipate.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6337,13 +4846,9 @@ "id": "sm5-104", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6357,9 +4862,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6371,17 +4874,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Current studies show it can evolve into an incredible eight different species of Pokémon.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6395,13 +4894,9 @@ "id": "sm5-105", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6415,10 +4910,7 @@ "attacks": [ { "name": "Palette of Friends", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each different type of Pokémon on your Bench." @@ -6430,17 +4922,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "Possessing an unbalanced and unstable genetic makeup, it conceals many possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6454,31 +4942,21 @@ "id": "sm5-106", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Weak Kneed", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Skip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6490,17 +4968,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "When it senses danger, it perks up its ears. On cold nights, it sleeps with its head tucked into its fur.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6514,30 +4988,21 @@ "id": "sm5-107", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Stompy Stomp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." }, { "name": "Happy Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." @@ -6549,17 +5014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The ears appear to be delicate. If they are touched roughly, it kicks with its graceful legs.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6573,22 +5034,14 @@ "id": "sm5-108", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Gentle Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 40 less damage (before applying Weakness and Resistance)." @@ -6600,17 +5053,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "When it's happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6624,31 +5073,21 @@ "id": "sm5-109", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Own the Place", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent has a Stadium card in play, discard it. If you do, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Toss Aside", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard random cards from your opponent's hand until they have 3 cards in their hand." @@ -6660,18 +5099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6685,13 +5119,9 @@ "id": "sm5-110", "name": "Fan Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Roto Motor", @@ -6702,11 +5132,7 @@ "attacks": [ { "name": "Spinning Fan", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6728,9 +5154,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6744,28 +5168,20 @@ "id": "sm5-111", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6783,17 +5199,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "kirisAki", "rarity": "Rare", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6807,32 +5219,21 @@ "id": "sm5-112", "name": "Yungoos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gumshoos" - ], + "types": ["Colorless"], + "evolvesTo": ["Gumshoos"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -6844,17 +5245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It wanders around in a never-ending search for food. At dusk, it collapses from exhaustion and falls asleep on the spot.", - "nationalPokedexNumbers": [ - 734 - ], + "nationalPokedexNumbers": [734], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6868,32 +5265,21 @@ "id": "sm5-113", "name": "Gumshoos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "attacks": [ { "name": "Identify", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Your opponent reveals their hand. If you find a Pokémon there, this attack does 80 more damage." }, { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6905,18 +5291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "It adores having Rattata and Raticate for dinner, but as it's diurnal, it never encounters them. This Pokémon boasts incredible patience.", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6930,30 +5311,20 @@ "id": "sm5-114", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Resource Management", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile on the bottom of your deck in any order." }, { "name": "Profound Knowledge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -6965,18 +5336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Deep in the jungle, high in the lofty canopy, this Pokémon abides. On rare occasions, it shows up at the beach to match wits with Slowking.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -6990,31 +5356,20 @@ "id": "sm5-115", "name": "Type: Null", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Merciless Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 30 more damage." }, { "name": "Headbang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7026,18 +5381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "match", "rarity": "Rare", "flavorText": "The heavy control mask it wears suppresses its intrinsic capabilities. This Pokémon has some hidden special power.", - "nationalPokedexNumbers": [ - 772 - ], + "nationalPokedexNumbers": [772], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7051,14 +5401,9 @@ "id": "sm5-116", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7073,22 +5418,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7100,17 +5437,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7124,31 +5456,20 @@ "id": "sm5-117", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Dragon Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top 2 cards of your deck." @@ -7160,19 +5481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "117", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "This Pokémon is friendly to people and loves children most of all. It comes from deep in the mountains to play with children it likes in town.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7186,9 +5501,7 @@ "id": "sm5-118", "name": "Ancient Crystal", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Regirock, Regice, Registeel, or Regigigas this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance).", @@ -7210,9 +5523,7 @@ "id": "sm5-119", "name": "Cynthia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 6 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7233,9 +5544,7 @@ "id": "sm5-119a", "name": "Cynthia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 6 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7256,10 +5565,7 @@ "id": "sm5-120", "name": "Cyrus ◇", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Prism Star" - ], + "subtypes": ["Supporter", "Prism Star"], "rules": [ "You can play this card only if your Active Pokémon is a Water or Metal Pokémon.", "Your opponent chooses 2 Benched Pokémon and shuffles the others, and all cards attached to them, into their deck.", @@ -7282,9 +5588,7 @@ "id": "sm5-121", "name": "Electric Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Lightning Pokémon.", @@ -7306,9 +5610,7 @@ "id": "sm5-122", "name": "Escape Board", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Retreat Cost of the Pokémon this card is attached to is Colorless less, and it can retreat even if it's Asleep or Paralyzed.", @@ -7330,9 +5632,7 @@ "id": "sm5-122a", "name": "Escape Board", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Retreat Cost of the Pokémon this card is attached to is Colorless less, and it can retreat even if it's Asleep or Paralyzed.", @@ -7354,9 +5654,7 @@ "id": "sm5-123", "name": "Fire Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Fire Pokémon.", @@ -7378,9 +5676,7 @@ "id": "sm5-124", "name": "Gardenia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 80 damage from 1 of your Pokémon that has any Grass Energy attached to it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7401,9 +5697,7 @@ "id": "sm5-125", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7424,9 +5718,7 @@ "id": "sm5-125a", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7447,9 +5739,7 @@ "id": "sm5-126", "name": "Looker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards from the bottom of your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7470,9 +5760,7 @@ "id": "sm5-127", "name": "Looker Whistle", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 cards named Looker, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7493,9 +5781,7 @@ "id": "sm5-128", "name": "Mars", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you do, discard a random card from your opponent's hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7516,9 +5802,7 @@ "id": "sm5-129", "name": "Missing Clover", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 4 Missing Clover cards at once. • If you played 1 card, look at the top card of your deck. • If you played 4 cards, take a Prize card. (This effect works one time for 4 cards.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7539,9 +5823,7 @@ "id": "sm5-130", "name": "Mt. Coronet", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may put 2 Metal Energy cards from their discard pile into their hand.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7562,9 +5844,7 @@ "id": "sm5-131", "name": "Order Pad", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7585,9 +5865,7 @@ "id": "sm5-132", "name": "Pal Pad", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 Supporter cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7609,9 +5887,7 @@ "id": "sm5-133", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7632,9 +5908,7 @@ "id": "sm5-134", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "60", "rules": [ "Play this card as if it were a 60-HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", @@ -7657,9 +5931,7 @@ "id": "sm5-135", "name": "Volkner", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Item card and a Lightning Energy card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7680,9 +5952,7 @@ "id": "sm5-135a", "name": "Volkner", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Item card and a Lightning Energy card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7703,10 +5973,7 @@ "id": "sm5-136", "name": "Super Boost Energy ◇", "supertype": "Energy", - "subtypes": [ - "Special", - "Prism Star" - ], + "subtypes": ["Special", "Prism Star"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Stage 2 Pokémon, it provides every type of Energy but provides only 1 Energy at a time. If you have 3 or more Stage 2 Pokémon in play, it provides every type of Energy but provides 4 Energy at a time.", @@ -7727,9 +5994,7 @@ "id": "sm5-137", "name": "Unit Energy GrassFireWater", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Grass, Fire, and Water Energy but provides only 1 Energy at a time." @@ -7749,9 +6014,7 @@ "id": "sm5-138", "name": "Unit Energy LightningPsychicMetal", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Lightning, Psychic, and Metal Energy but provides only 1 Energy at a time." @@ -7771,14 +6034,9 @@ "id": "sm5-139", "name": "Leafeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7793,20 +6051,14 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Grand Bloom-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -7818,17 +6070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7842,44 +6089,30 @@ "id": "sm5-140", "name": "Pheromosa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Cruel Spike", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Beauty-GX", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card your opponent has taken. (You can't use more than 1 GX attack in a game.)" @@ -7891,16 +6124,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7914,14 +6143,9 @@ "id": "sm5-141", "name": "Glaceon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7936,22 +6160,14 @@ "attacks": [ { "name": "Frost Bullet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Polar Spear-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each damage counter on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7963,17 +6179,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "141", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7987,15 +6198,9 @@ "id": "sm5-142", "name": "Xurkitree-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8009,20 +6214,14 @@ "attacks": [ { "name": "Rumbling Wires", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top card of your opponent's deck." }, { "name": "Lighting-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Add a card you find there to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -8040,17 +6239,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "142", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8064,15 +6258,9 @@ "id": "sm5-143", "name": "Dawn Wings Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8086,22 +6274,14 @@ "attacks": [ { "name": "Dark Flash", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Moon's Eclipse-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "180", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -8119,17 +6299,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "143", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8143,50 +6318,30 @@ "id": "sm5-144", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rocket Fall", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Moon Press", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Blaster-GX", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) (You can't use more than 1 GX attack in a game.)" @@ -8204,19 +6359,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "144", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8230,49 +6378,30 @@ "id": "sm5-145", "name": "Dusk Mane Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Meteor Tempest", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Sun's Eclipse-GX", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "250", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)" @@ -8290,18 +6419,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "145", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8315,47 +6438,30 @@ "id": "sm5-146", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -8367,18 +6473,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "146", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8392,47 +6492,30 @@ "id": "sm5-147", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -8444,18 +6527,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "147", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8469,9 +6546,7 @@ "id": "sm5-148", "name": "Cynthia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 6 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8492,9 +6567,7 @@ "id": "sm5-149", "name": "Gardenia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 80 damage from 1 of your Pokémon that has any Grass Energy attached to it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8515,9 +6588,7 @@ "id": "sm5-150", "name": "Lana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 50 damage from each of your Pokémon that has any Water Energy attached to it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8538,9 +6609,7 @@ "id": "sm5-151", "name": "Lillie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 6 cards in your hand. If it's your first turn, draw cards until you have 8 cards in your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8561,9 +6630,7 @@ "id": "sm5-152", "name": "Looker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards from the bottom of your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8584,9 +6651,7 @@ "id": "sm5-153", "name": "Lusamine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 2 in any combination of Supporter and Stadium cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8607,9 +6672,7 @@ "id": "sm5-153a", "name": "Lusamine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 2 in any combination of Supporter and Stadium cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8630,9 +6693,7 @@ "id": "sm5-154", "name": "Mars", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you do, discard a random card from your opponent's hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8653,9 +6714,7 @@ "id": "sm5-155", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8676,9 +6735,7 @@ "id": "sm5-156", "name": "Volkner", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Item card and a Lightning Energy card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8699,14 +6756,9 @@ "id": "sm5-157", "name": "Leafeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8721,20 +6773,14 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Grand Bloom-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -8746,17 +6792,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8770,44 +6811,30 @@ "id": "sm5-158", "name": "Pheromosa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Cruel Spike", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Beauty-GX", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card your opponent has taken. (You can't use more than 1 GX attack in a game.)" @@ -8819,16 +6846,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "158", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8842,14 +6865,9 @@ "id": "sm5-159", "name": "Glaceon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8864,22 +6882,14 @@ "attacks": [ { "name": "Frost Bullet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Polar Spear-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each damage counter on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8891,17 +6901,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8915,15 +6920,9 @@ "id": "sm5-160", "name": "Xurkitree-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8937,20 +6936,14 @@ "attacks": [ { "name": "Rumbling Wires", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top card of your opponent's deck." }, { "name": "Lighting-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Add a card you find there to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -8968,17 +6961,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "160", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8992,15 +6980,9 @@ "id": "sm5-161", "name": "Dawn Wings Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9014,22 +6996,14 @@ "attacks": [ { "name": "Dark Flash", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Moon's Eclipse-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "180", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -9047,17 +7021,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "161", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9071,50 +7040,30 @@ "id": "sm5-162", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rocket Fall", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Moon Press", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Blaster-GX", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) (You can't use more than 1 GX attack in a game.)" @@ -9132,19 +7081,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "162", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9158,49 +7100,30 @@ "id": "sm5-163", "name": "Dusk Mane Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Meteor Tempest", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Sun's Eclipse-GX", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "250", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)" @@ -9218,18 +7141,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "163", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9243,47 +7160,30 @@ "id": "sm5-164", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -9295,18 +7195,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "164", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9320,47 +7214,30 @@ "id": "sm5-165", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -9372,18 +7249,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "165", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9397,9 +7268,7 @@ "id": "sm5-166", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9421,9 +7290,7 @@ "id": "sm5-167", "name": "Escape Board", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Retreat Cost of the Pokémon this card is attached to is Colorless less, and it can retreat even if it's Asleep or Paralyzed.", @@ -9445,9 +7312,7 @@ "id": "sm5-168", "name": "Missing Clover", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 4 Missing Clover cards at once. • If you played 1 card, look at the top card of your deck. • If you played 4 cards, take a Prize card. (This effect works one time for 4 cards.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9468,9 +7333,7 @@ "id": "sm5-169", "name": "Peeking Red Card", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent reveals their hand. You may have your opponent count the cards in their hand, shuffle those cards into their deck, then draw that many cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9491,9 +7354,7 @@ "id": "sm5-170", "name": "Unit Energy GrassFireWater", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Grass, Fire, and Water Energy but provides only 1 Energy at a time." @@ -9513,9 +7374,7 @@ "id": "sm5-171", "name": "Unit Energy LightningPsychicMetal", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Lightning, Psychic, and Metal Energy but provides only 1 Energy at a time." @@ -9535,14 +7394,9 @@ "id": "sm5-172", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9557,23 +7411,14 @@ "attacks": [ { "name": "Moongeist Beam", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't be healed during your opponent's next turn." }, { "name": "Lunar Fall-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Knock Out 1 of your opponent's Basic Pokémon that isn't a Pokémon-GX. (You can't use more than 1 GX attack in a game.)" @@ -9591,17 +7436,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "172", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9615,14 +7455,9 @@ "id": "sm5-173", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9637,20 +7472,14 @@ "attacks": [ { "name": "Sunsteel Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "Discard all Energy from this Pokémon." }, { "name": "Sol Burst-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -9668,18 +7497,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/sm6.json b/cards/en/sm6.json index 41520be4d..68a0add08 100644 --- a/cards/en/sm6.json +++ b/cards/en/sm6.json @@ -3,22 +3,14 @@ "id": "sm6-1", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Multiply", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Exeggcute and put it onto your Bench. Then, shuffle your deck." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Six of them together form a full-fledged Pokémon. It's often hunted by Crabrawler, but uses psychokinesis to drive it off.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,20 +42,14 @@ "id": "sm6-2", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Tropical Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way." @@ -79,19 +61,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "As it grew taller and taller, it outgrew its reliance on psychic powers, while within it awakened the power of the sleeping dragon.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -105,20 +81,14 @@ "id": "sm6-2a", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Tropical Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way." @@ -130,19 +100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2a", "artist": "kawayoo", "rarity": "Rare", "flavorText": "As it grew taller and taller, it outgrew its reliance on psychic powers, while within it awakened the power of the sleeping dragon.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -156,23 +120,14 @@ "id": "sm6-3", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Grass"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Ice Shard", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is a Fighting Pokémon, this attack does 40 more damage." @@ -184,19 +139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "match", "rarity": "Common", "flavorText": "In the spring, it grows berries with the texture of frozen treats around its belly.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -210,13 +159,9 @@ "id": "sm6-4", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snover", "abilities": [ { @@ -228,12 +173,7 @@ "attacks": [ { "name": "Hypno Hammer", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." @@ -245,19 +185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -271,16 +205,10 @@ "id": "sm6-5", "name": "Scatterbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Spewpa" - ], + "types": ["Grass"], + "evolvesTo": ["Spewpa"], "abilities": [ { "name": "Abnormal Outbreak", @@ -291,10 +219,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" @@ -306,17 +231,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "kirisAki", "rarity": "Common", "flavorText": "The powder that covers its body regulates its temperature, so it can live in any region or climate.", - "nationalPokedexNumbers": [ - 664 - ], + "nationalPokedexNumbers": [664], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -330,22 +251,14 @@ "id": "sm6-6", "name": "Scatterbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Spewpa" - ], + "types": ["Grass"], + "evolvesTo": ["Spewpa"], "attacks": [ { "name": "Ultra Evolution", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for Vivillon and put it onto this Scatterbug to evolve it. Then, shuffle your deck." @@ -357,17 +270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The powder that covers its body regulates its temperature, so it can live in any region or climate.", - "nationalPokedexNumbers": [ - 664 - ], + "nationalPokedexNumbers": [664], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -381,23 +290,15 @@ "id": "sm6-7", "name": "Spewpa", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Scatterbug", - "evolvesTo": [ - "Vivillon" - ], + "evolvesTo": ["Vivillon"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -409,18 +310,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "The beaks of birds can't begin to scratch its stalwart body. To defend itself, it spews powder.", - "nationalPokedexNumbers": [ - 665 - ], + "nationalPokedexNumbers": [665], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -434,20 +330,14 @@ "id": "sm6-8", "name": "Vivillon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spewpa", "attacks": [ { "name": "Vivid Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -465,17 +355,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "The patterns on this Pokémon's wings depend on the climate and topography of its habitat. It scatters colorful scales.", - "nationalPokedexNumbers": [ - 666 - ], + "nationalPokedexNumbers": [666], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -489,33 +375,21 @@ "id": "sm6-9", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Growth", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Grass Energy card from your hand to this Pokémon." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -527,18 +401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "If it has sunshine and water, it doesn't need to eat, because it can generate energy from the leaves on its back.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -552,31 +421,21 @@ "id": "sm6-10", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Milk Drink", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. For each heads, heal 40 damage from this Pokémon." }, { "name": "Double-Edge", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -588,18 +447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "They inhabit mountainous regions. The leader of the herd is decided by a battle of clashing horns.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -613,31 +467,20 @@ "id": "sm6-11", "name": "Pheromosa", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "White Ray", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have only 1 Prize card remaining, this attack does 90 more damage." @@ -653,9 +496,7 @@ "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "One of the Ultra Beasts. It refuses to touch anything, perhaps because it senses some uncleanness in this world.", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -669,30 +510,21 @@ "id": "sm6-12", "name": "Alolan Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Limbo Limbo", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Alolan Club", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play that has Alolan in its name." @@ -704,18 +536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its custom is to mourn its lost companions. Mounds of dirt by the side of the road mark the graves of the Marowak.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -729,31 +556,20 @@ "id": "sm6-13", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Boiling Impact", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -765,19 +581,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -791,22 +601,14 @@ "id": "sm6-14", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -818,17 +620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -842,32 +640,21 @@ "id": "sm6-15", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -879,17 +666,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -903,34 +686,22 @@ "id": "sm6-16", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -942,18 +713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -967,13 +733,9 @@ "id": "sm6-17", "name": "Delphox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Braixen", "abilities": [ { @@ -985,12 +747,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy from this Pokémon." @@ -1002,18 +759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Using psychic power, it generates a fiery vortex of 5,400 degree Fahrenheit, incinerating foes swept into this whirl of flame.", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1027,23 +779,14 @@ "id": "sm6-18", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1055,18 +798,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "They set off on their own from their pride and live by themselves to become stronger. These hot-blooded Pokémon are quick to fight.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1080,13 +818,9 @@ "id": "sm6-19", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "abilities": [ { @@ -1098,11 +832,7 @@ "attacks": [ { "name": "Dominating Fangs", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If Lysandre Labs is in play, this attack does 60 more damage." @@ -1114,18 +844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "With fiery breath of more than 10,000 degrees Fahrenheit, they viciously threaten any challenger. The females protect the pride's cubs.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1139,47 +864,30 @@ "id": "sm6-20", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -1191,18 +899,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1216,16 +918,10 @@ "id": "sm6-21", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "abilities": [ { "name": "Frubbles", @@ -1236,10 +932,7 @@ "attacks": [ { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1251,17 +944,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1275,32 +964,21 @@ "id": "sm6-22", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1312,17 +990,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1336,17 +1010,11 @@ "id": "sm6-23", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "abilities": [ { "name": "Gale Shuriken", @@ -1357,9 +1025,7 @@ "attacks": [ { "name": "Water Drip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1371,17 +1037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Its swiftness is unparalleled. It can scale a tower of more than 2,000 feet in a minute's time.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1395,14 +1057,9 @@ "id": "sm6-24", "name": "Greninja-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1417,22 +1074,14 @@ "attacks": [ { "name": "Haze Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Shadowy Hunter-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 130 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -1444,17 +1093,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1468,22 +1112,14 @@ "id": "sm6-25", "name": "Clauncher", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Clawitzer" - ], + "types": ["Water"], + "evolvesTo": ["Clawitzer"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1495,17 +1131,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Through controlled expulsions of internal gas, it can expel water like a pistol shot. At close distances, it can shatter rock.", - "nationalPokedexNumbers": [ - 692 - ], + "nationalPokedexNumbers": [692], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1519,29 +1151,21 @@ "id": "sm6-26", "name": "Clawitzer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clauncher", "attacks": [ { "name": "Standing By", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Sharpshooting attack does 120 damage instead of 40." }, { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1553,18 +1177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "otumami", "rarity": "Rare", "flavorText": "By expelling water from the nozzle in the back of its claw, it can move at a speed of 60 knots.", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1578,35 +1197,22 @@ "id": "sm6-27", "name": "Amaura", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Aurorus" - ], + "evolvesTo": ["Aurorus"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1618,19 +1224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "This calm Pokémon lived in a cold land where there were no violent predators like Tyrantrum.", - "nationalPokedexNumbers": [ - 698 - ], + "nationalPokedexNumbers": [698], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1644,34 +1244,21 @@ "id": "sm6-28", "name": "Aurorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Amaura", "attacks": [ { "name": "Frost Wall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon." }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -1683,20 +1270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "28", "artist": "Suwama Chiaki", "rarity": "Rare Holo", "flavorText": "Using its diamond-shaped crystals, it can instantly create a wall of ice to block an opponent's attack.", - "nationalPokedexNumbers": [ - 699 - ], + "nationalPokedexNumbers": [699], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1710,22 +1290,14 @@ "id": "sm6-29", "name": "Bergmite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Avalugg" - ], + "types": ["Water"], + "evolvesTo": ["Avalugg"], "attacks": [ { "name": "Break Open", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If your opponent has a Stadium card in play, discard it. If you do, your opponent's Active Pokémon is now Paralyzed." @@ -1737,18 +1309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Using air of -150 degrees Fahrenheit, they freeze opponents solid. They live in herds above the snow line on mountains.", - "nationalPokedexNumbers": [ - 712 - ], + "nationalPokedexNumbers": [712], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1762,34 +1329,21 @@ "id": "sm6-30", "name": "Avalugg", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bergmite", "attacks": [ { "name": "Frozen Ground", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent can't play any Stadium cards from their hand during their next turn." }, { "name": "Skull Bash", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -1801,20 +1355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "sowsow", "rarity": "Rare", "flavorText": "The way several Bergmite huddle on its back makes it look like an aircraft carrier made of ice.", - "nationalPokedexNumbers": [ - 713 - ], + "nationalPokedexNumbers": [713], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1828,14 +1375,9 @@ "id": "sm6-31", "name": "Volcanion ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -1849,11 +1391,7 @@ "attacks": [ { "name": "Sauna Blast", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1865,19 +1403,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Naoki Saito", "rarity": "Rare Prism Star", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1891,31 +1423,21 @@ "id": "sm6-32", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Water"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spider Web", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1927,17 +1449,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "sui", "rarity": "Common", "flavorText": "When it comes across enemies or potential prey, this Pokémon smashes its water-bubble-covered head into them.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1951,30 +1469,21 @@ "id": "sm6-33", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Bubble Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If 1 of your Pokémon used Bubble during your last turn, this attack does 80 more damage." @@ -1986,17 +1495,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "kodama", "rarity": "Uncommon", "flavorText": "Despite what its appearance suggests, it cares for others. If it finds vulnerable, weak Pokémon, it protectively brings them into its water bubble.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2010,31 +1515,21 @@ "id": "sm6-34", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Searching Magnet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Lightning Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2052,17 +1547,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "MAHOU", "rarity": "Common", "flavorText": "It sends out electromagnetic waves, which let it float through the air. Touching it while it's eating electricity will give you a full-body shock.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2076,34 +1567,22 @@ "id": "sm6-35", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Ram", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Zap Cannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -2121,18 +1600,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It has about three times the electrical power of Magnemite. For some reason, outbreaks of this Pokémon happen when lots of sunspots appear.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2146,13 +1620,9 @@ "id": "sm6-36", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -2164,12 +1634,7 @@ "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -2187,18 +1652,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin, while transmitting signals of unknown purpose.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2212,32 +1672,21 @@ "id": "sm6-37", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2255,17 +1704,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "The frills on either side of its head have cells that generate electricity when exposed to sunlight.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2279,31 +1724,21 @@ "id": "sm6-38", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Volt Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2321,17 +1756,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It stimulates its muscles with electricity, boosting the strength in its legs and enabling it to run 100 yards in five seconds.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2345,31 +1776,20 @@ "id": "sm6-39", "name": "Xurkitree", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Cablegram", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If you have exactly 3 Prize cards remaining, your opponent's Active Pokémon is now Paralyzed." @@ -2387,17 +1807,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It appeared from the Ultra Wormhole. It raided a power plant, so people think it energizes itself with electricity.", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2411,13 +1827,9 @@ "id": "sm6-40", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Roto Motor", @@ -2428,11 +1840,7 @@ "attacks": [ { "name": "Plasma Slice", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't attack during your next turn." @@ -2450,17 +1858,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2474,19 +1878,13 @@ "id": "sm6-41", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Memory Skip", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." @@ -2498,17 +1896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It is said that its emergence gave humans the intelligence to improve their quality of life.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2522,13 +1916,9 @@ "id": "sm6-42", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Silent Waves", @@ -2539,10 +1929,7 @@ "attacks": [ { "name": "Mind Splash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If Uxie is on your Bench, this attack does 50 more damage." @@ -2554,17 +1941,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "kodama", "rarity": "Uncommon", "flavorText": "It sleeps at the bottom of a lake. Its spirit is said to leave its body to fly on the lake's surface.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2578,28 +1961,20 @@ "id": "sm6-43", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic Abduction", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only on your first turn. Shuffle 1 of your opponent's Benched Pokémon and all cards attached to it into their deck." }, { "name": "Hypnoblast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2611,17 +1986,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "sui", "rarity": "Uncommon", "flavorText": "It is thought that Uxie, Mesprit and Azelf all came from the same egg.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2635,22 +2006,14 @@ "id": "sm6-44", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Energy Teaser", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your opponent's Benched Pokémon to another of their Pokémon." @@ -2662,17 +2025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "0313", "rarity": "Common", "flavorText": "It has enough psychic energy to blast everything within 300 feet of itself, but it has no control over its power.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2686,30 +2045,21 @@ "id": "sm6-45", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -2721,17 +2071,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "0313", "rarity": "Rare", "flavorText": "The eyeball patterns on the interior of its ears emit psychic energy. It keeps the patterns tightly covered because that power is too immense.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2745,16 +2091,10 @@ "id": "sm6-46", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Psychic"], + "evolvesTo": ["Doublade"], "abilities": [ { "name": "Final Hour", @@ -2765,11 +2105,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2787,18 +2123,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2812,22 +2143,14 @@ "id": "sm6-47", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Psychic"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -2845,18 +2168,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Midori Harada", "rarity": "Common", "flavorText": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2870,23 +2188,15 @@ "id": "sm6-48", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Curse of the Blade", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has a Pokémon Tool card attached to it." @@ -2904,18 +2214,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "The complex attack patterns of its two swords are unstoppable, even for an opponent greatly accomplished at swordplay.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2929,31 +2234,21 @@ "id": "sm6-49", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Doublade", "attacks": [ { "name": "Ticking Knock Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, if the Defending Pokémon is damaged by an attack, it will be Knocked Out." }, { "name": "Draining Blade", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -2971,18 +2266,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Apparently, it can detect the innate qualities of leadership. According to legend, whoever it recognizes is destined to become king.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2996,22 +2286,14 @@ "id": "sm6-50", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Psychic"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3023,17 +2305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "sowsow", "rarity": "Common", "flavorText": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3047,13 +2325,9 @@ "id": "sm6-51", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "abilities": [ { @@ -3065,11 +2339,7 @@ "attacks": [ { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3081,18 +2351,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "You Iribi", "rarity": "Rare", "flavorText": "It lures prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3106,22 +2371,14 @@ "id": "sm6-52", "name": "Skrelp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dragalge" - ], + "types": ["Psychic"], + "evolvesTo": ["Dragalge"], "attacks": [ { "name": "Hook", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3133,17 +2390,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It looks just like rotten kelp. It hides from foes while storing up power for its evolution.", - "nationalPokedexNumbers": [ - 690 - ], + "nationalPokedexNumbers": [690], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3157,13 +2410,9 @@ "id": "sm6-53", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Skrelp", "abilities": [ { @@ -3175,10 +2424,7 @@ "attacks": [ { "name": "Twister", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing." @@ -3190,17 +2436,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "Tales are told of ships that wander into seas where Dragalge live, never to return.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3214,28 +2456,20 @@ "id": "sm6-54", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hyperspace Ring", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3247,17 +2481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It gathers things it likes and passes them through its loop to teleport them to a secret place.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3271,33 +2501,21 @@ "id": "sm6-55", "name": "Poipole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Naganadel" - ], + "types": ["Psychic"], + "evolvesTo": ["Naganadel"], "attacks": [ { "name": "Spit Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Knockout Reviver", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon is Knocked Out, your opponent can't take any Prize cards for it." @@ -3309,17 +2527,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "This Ultra Beast is well enough liked to be chosen as a first partner in its own world.", - "nationalPokedexNumbers": [ - 803 - ], + "nationalPokedexNumbers": [803], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3333,15 +2547,9 @@ "id": "sm6-56", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3349,31 +2557,21 @@ "attacks": [ { "name": "Beast Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Ultra Beasts in play." }, { "name": "Jet Needle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Stinger-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -3385,16 +2583,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3408,23 +2602,14 @@ "id": "sm6-57", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Burdensome Bone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon can't attack during your next turn." @@ -3436,18 +2621,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "sowsow", "rarity": "Common", "flavorText": "The skull it wears on its head is that of its dead mother. According to some, it will evolve when it comes to terms with the pain of her death.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3461,34 +2641,21 @@ "id": "sm6-58", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3500,20 +2667,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "58", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Small Pokémon occasionally gather on its unmoving back to begin building their nests.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3527,13 +2687,9 @@ "id": "sm6-59", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Monferno", "abilities": [ { @@ -3545,10 +2701,7 @@ "attacks": [ { "name": "Burst Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned." @@ -3560,17 +2713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It tosses its enemies around with agility. It uses all its limbs to fight in its own unique style.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3584,22 +2733,14 @@ "id": "sm6-60", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Fighting"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -3611,17 +2752,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3635,33 +2772,22 @@ "id": "sm6-61", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3673,17 +2799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Shiny objects are its passion. It can be found in its cave, scarcely moving, its gaze fixed on the jewels it's amassed or Carbink it has caught.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3697,32 +2819,21 @@ "id": "sm6-62", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Quick Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Royal Blades", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If you played Cynthia from your hand during this turn, this attack does 100 more damage." @@ -3738,9 +2849,7 @@ "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "The protuberances on its head serve as sensors. It can even detect distant prey.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3754,22 +2863,14 @@ "id": "sm6-63", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Fighting"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Swagger", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -3781,17 +2882,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3805,30 +2902,21 @@ "id": "sm6-64", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Exact Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If any of your Psychic Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 70 more damage." @@ -3840,18 +2928,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3865,22 +2948,14 @@ "id": "sm6-65", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Act Tough", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 30 more damage." @@ -3892,18 +2967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Midori Harada", "rarity": "Common", "flavorText": "There's no point to the leaf in its mouth, aside from an effort to look cool. It's mischievous, so it's not well suited to inexperienced Trainers.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3917,22 +2987,14 @@ "id": "sm6-66", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Fighting"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Allotment", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." @@ -3944,19 +3006,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "They stretch and then contract, yanking their rocks along with them in bold hops. They eat seaweed that washes up on the shoreline.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3970,32 +3026,21 @@ "id": "sm6-67", "name": "Barbaracle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Binacle", "attacks": [ { "name": "Seven Shock", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If you have exactly 7 cards in your hand, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4007,19 +3052,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "67", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Barbaracle's legs and hands have minds of their own, and they will move independently. But they usually follow the head's orders.", - "nationalPokedexNumbers": [ - 689 - ], + "nationalPokedexNumbers": [689], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4033,33 +3072,22 @@ "id": "sm6-68", "name": "Tyrunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Tyrantrum" - ], + "evolvesTo": ["Tyrantrum"], "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4071,18 +3099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Its immense jaws have enough destructive force that it can chew up an automobile. It lived 100 million years ago.", - "nationalPokedexNumbers": [ - 696 - ], + "nationalPokedexNumbers": [696], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4096,13 +3119,9 @@ "id": "sm6-69", "name": "Tyrantrum", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Tyrunt", "abilities": [ { @@ -4114,11 +3133,7 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -4130,19 +3145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "Nothing could stop this Pokémon 100 million years ago, so it behaved like a king.", - "nationalPokedexNumbers": [ - 697 - ], + "nationalPokedexNumbers": [697], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4156,30 +3165,20 @@ "id": "sm6-70", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Sky Drop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80-", "text": "This attack does 20 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -4197,17 +3196,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "With its wings, it controls its position in the air. It likes to attack from above, a maneuver that is difficult to defend against.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4221,13 +3216,9 @@ "id": "sm6-71", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Earthen Aura", @@ -4238,9 +3229,7 @@ "attacks": [ { "name": "Peace Maker", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent has an Ultra Beast in play, this attack does 30 more damage." @@ -4252,17 +3241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "This is Zygarde's form when about 10% of its cells have been gathered. It runs across the land at speeds greater than 60 mph.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4276,31 +3261,20 @@ "id": "sm6-72", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Glare", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Calm Strike", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have used your GX attack, this attack does 60 more damage." @@ -4312,18 +3286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It's thought to be monitoring the ecosystem. There are rumors that even greater power lies hidden within it.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4337,48 +3306,30 @@ "id": "sm6-73", "name": "Zygarde-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cell Connector", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Verdict-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -4390,18 +3341,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4415,14 +3360,9 @@ "id": "sm6-74", "name": "Diancie ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -4436,11 +3376,7 @@ "attacks": [ { "name": "Diamond Rain", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from each of your Benched Pokémon." @@ -4452,18 +3388,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "kawayoo", "rarity": "Rare Prism Star", "flavorText": "It can instantly create many diamonds by compressing the carbon in the air between its hands.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4477,23 +3408,14 @@ "id": "sm6-75", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4505,17 +3427,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "This Pokémon has lived with people since times long ago. It can sense when its Trainer is in the dumps and will stick close by its Trainer's side.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4529,32 +3447,21 @@ "id": "sm6-76", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Dangerous Rogue", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -4566,18 +3473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "Bathed in the setting sun of evening, Lycanroc has undergone a special kind of evolution. An intense fighting spirit underlies its calmness.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4591,31 +3493,20 @@ "id": "sm6-77", "name": "Buzzwole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Sledgehammer", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent has exactly 4 Prize cards remaining, this attack does 90 more damage." }, { "name": "Swing Around", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -4627,18 +3518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "A mysterious life-form called an Ultra Beast. Witnesses saw it pulverize a dump truck with a single punch.", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4652,32 +3538,21 @@ "id": "sm6-78", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Untamed Punch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon has any damage counters on it, this attack does 50 more damage, and both Active Pokémon are now Confused." }, { "name": "Double Stomp", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -4695,19 +3570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "From the slight twitches of its bamboo leaf, it deduces its opponent's movements. It's eager to tussle but kindhearted toward its companions.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4721,43 +3590,30 @@ "id": "sm6-79", "name": "Yveltal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Absorb Vitality", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Sonic Evil", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Doom Count-GX", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has exactly 4 damage counters on it, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -4775,17 +3631,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4799,23 +3650,13 @@ "id": "sm6-80", "name": "Guzzlord", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Lord's Valley", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "160", "text": "If you have exactly 2, 4, or 6 Prize cards remaining, discard the top 10 cards of your deck." @@ -4833,20 +3674,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "A dangerous Ultra Beast, it appears to be eating constantly, but for some reason its droppings have never been found.", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4860,32 +3694,21 @@ "id": "sm6-81", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Prinplup", "attacks": [ { "name": "Total Command", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Benched Pokémon (both yours and your opponent's)." }, { "name": "Whirlpool", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -4903,18 +3726,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4928,47 +3746,30 @@ "id": "sm6-82", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -4986,18 +3787,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5011,16 +3806,10 @@ "id": "sm6-83", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "abilities": [ { "name": "Evolutionary Advantage", @@ -5031,9 +3820,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5051,17 +3838,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "kirisAki", "rarity": "Common", "flavorText": "When it finds a flower it likes, it dwells on that flower its whole life long. It floats in the wind's embrace with an untroubled heart.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -5075,22 +3858,14 @@ "id": "sm6-84", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Secret Blessings", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile into your deck." @@ -5108,17 +3883,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When it finds a flower it likes, it dwells on that flower its whole life long. It floats in the wind's embrace with an untroubled heart.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5132,23 +3903,15 @@ "id": "sm6-85", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Swirling Petals", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch this Pokémon with 1 of your Benched Pokémon." @@ -5166,17 +3929,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "When the flowers of a well-tended flower bed bloom, it appears and celebrates with an elegant dance.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5190,13 +3949,9 @@ "id": "sm6-86", "name": "Florges", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Floette", "abilities": [ { @@ -5208,11 +3963,7 @@ "attacks": [ { "name": "Mist Guard", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Prevent all damage done to this Pokémon by attacks from Dragon Pokémon during your opponent's next turn." @@ -5230,18 +3981,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "In times long past, governors of castles would invite Florges to create flower gardens to embellish the castle domains.", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5255,30 +4001,21 @@ "id": "sm6-87", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Wink Wink", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. You may discard a Supporter card you find there and use the effect of that card as the effect of this attack." }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5296,17 +4033,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "0313", "rarity": "Rare", "flavorText": "When this Pokémon sights its prey, it swirls its ribbonlike feelers as a distraction. A moment later, it pounces.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5320,29 +4053,20 @@ "id": "sm6-88", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Electrichain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Lightning Pokémon on your Bench, this attack does 30 more damage." @@ -5360,17 +4084,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It uses its tail to absorb electricity from power plants or from outlets in houses, and then it fires the electricity from its whiskers.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5384,28 +4104,20 @@ "id": "sm6-89", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Fairy Lock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5423,17 +4135,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It inserts its horn into chinks in metal, absorbing metal ions. For some reason, it collects keys.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5447,45 +4155,30 @@ "id": "sm6-90", "name": "Xerneas-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aurora Horns", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sanctuary-GX", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Move all damage counters from each of your Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5503,17 +4196,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5527,16 +4215,10 @@ "id": "sm6-91", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "abilities": [ { "name": "Sticky Membrane", @@ -5547,9 +4229,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5561,17 +4241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its source of protection is its slimy, germ-laden mucous membrane. Anyone who touches it needs some thorough hand-washing.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5585,32 +4261,21 @@ "id": "sm6-92", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each damage counter on this Pokémon." @@ -5622,18 +4287,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its source of protection is its slimy, germ-laden mucous membrane. Anyone who touches it needs some thorough hand-washing.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5647,35 +4307,22 @@ "id": "sm6-93", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Absorb", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Hammer In", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5687,18 +4334,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "This Pokémon's mucous can dissolve anything. Toothless, it sprays mucous on its prey. Once they're nicely dissolved, it slurps them up.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5712,13 +4354,9 @@ "id": "sm6-94", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "abilities": [ { @@ -5730,11 +4368,7 @@ "attacks": [ { "name": "Soaking Horn", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." @@ -5746,19 +4380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "94", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It gets picked on because it's meek. But then, whoever teased it gets to feel the full force of its horns and a good swatting from its thick tail.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5772,35 +4400,23 @@ "id": "sm6-95", "name": "Ultra Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Geyser", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." }, { "name": "Sky-Scorching Light-GX", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5812,17 +4428,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "PLANETA Otani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5836,14 +4447,9 @@ "id": "sm6-96", "name": "Arceus ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -5857,9 +4463,7 @@ "attacks": [ { "name": "Trinity Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You can use this attack only if you have Grass, Water, and Lightning Pokémon on your Bench. Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." @@ -5871,17 +4475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Masakazu Fukuda", "rarity": "Rare Prism Star", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5895,32 +4495,21 @@ "id": "sm6-97", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5932,18 +4521,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It has ears like shovels. Digging holes strengthens its ears so much that they can sever thick roots effortlessly.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5957,34 +4541,21 @@ "id": "sm6-98", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Mountaintop Mining", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 40 more damage. If you do, discard the top 2 cards of your deck." }, { "name": "Rock Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80×", "text": "Flip a coin until you get tails. This attack does 80 damage for each heads." @@ -5996,19 +4567,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "As powerful as an excavator, its ears can reduce dense bedrock to rubble. When it's finished digging, it lounges lazily.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6022,19 +4587,13 @@ "id": "sm6-99", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may draw cards until you have 5 cards in your hand." @@ -6046,17 +4605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Historically, in the Kalos region, these Pokémon were the designated guardians of the king.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6070,32 +4625,21 @@ "id": "sm6-100", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Destructive Sound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Discard all Item cards you find there." @@ -6113,17 +4657,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "Even a robust wrestler will become dizzy and unable to stand when exposed to its 200,000-hertz ultrasonic waves.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6137,31 +4677,21 @@ "id": "sm6-101", "name": "Noivern", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Noibat", "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Resonance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If your opponent's Active Pokémon is Confused, this attack does 70 more damage." @@ -6179,17 +4709,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "You Iribi", "rarity": "Rare", "flavorText": "The ultrasonic waves it emits from its ears can reduce a large boulder to pebbles. It swoops out of the dark to attack.", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6203,9 +4729,7 @@ "id": "sm6-102", "name": "Beast Ring", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if your opponent has exactly 3 or 4 Prize cards remaining.", "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Ultra Beasts. Then, shuffle your deck.", @@ -6227,9 +4751,7 @@ "id": "sm6-102a", "name": "Beast Ring", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if your opponent has exactly 3 or 4 Prize cards remaining.", "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Ultra Beasts. Then, shuffle your deck.", @@ -6251,9 +4773,7 @@ "id": "sm6-103", "name": "Bonnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if there is any Stadium card in play.", "Discard that Stadium card. During this turn, your Zygarde-GX can use its GX attack even if you have used your GX attack.", @@ -6275,9 +4795,7 @@ "id": "sm6-104", "name": "Crasher Wake", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 Water Energy cards from your hand. If you do, search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6298,9 +4816,7 @@ "id": "sm6-105", "name": "Diantha", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Fairy Pokémon was Knocked Out during your opponent's last turn.", "Put 2 cards from your discard pile into your hand.", @@ -6322,9 +4838,7 @@ "id": "sm6-106", "name": "Eneporter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a Special Energy from 1 of your opponent's Pokémon to another of their Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6345,9 +4859,7 @@ "id": "sm6-107", "name": "Fossil Excavation Map", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Search your deck for an Unidentified Fossil card, reveal it, and put it into your hand. Then, shuffle your deck. Or put an Unidentified Fossil card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6368,9 +4880,7 @@ "id": "sm6-108", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and draws 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6391,9 +4901,7 @@ "id": "sm6-109", "name": "Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6414,10 +4922,7 @@ "id": "sm6-110", "name": "Lysandre ◇", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Prism Star" - ], + "subtypes": ["Supporter", "Prism Star"], "rules": [ "For each of your Fire Pokémon in play, put a card from your opponent's discard pile in the Lost Zone.", "You may play only 1 Supporter card during your turn (before your attack).", @@ -6439,9 +4944,7 @@ "id": "sm6-111", "name": "Lysandre Labs", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon Tool cards in play (both yours and your opponent's) have no effect.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -6462,9 +4965,7 @@ "id": "sm6-112", "name": "Metal Frying Pan", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Metal Pokémon this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance) and has no Weakness.", @@ -6486,9 +4987,7 @@ "id": "sm6-112a", "name": "Metal Frying Pan", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Metal Pokémon this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance) and has no Weakness.", @@ -6510,9 +5009,7 @@ "id": "sm6-113", "name": "Mysterious Treasure", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a card from your hand. If you do, search your deck for a Psychic or Dragon Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6533,9 +5030,7 @@ "id": "sm6-113a", "name": "Mysterious Treasure", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a card from your hand. If you do, search your deck for a Psychic or Dragon Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6556,9 +5051,7 @@ "id": "sm6-114", "name": "Ultra Recon Squad", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 Ultra Beast cards from your hand. Draw 3 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6579,9 +5072,7 @@ "id": "sm6-115", "name": "Ultra Space", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for an Ultra Beast card, reveal it, put it into their hand, and shuffle their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -6602,9 +5093,7 @@ "id": "sm6-116", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "60", "rules": [ "Play this card as if it were a 60-HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", @@ -6627,10 +5116,7 @@ "id": "sm6-117", "name": "Beast Energy ◇", "supertype": "Energy", - "subtypes": [ - "Special", - "Prism Star" - ], + "subtypes": ["Special", "Prism Star"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to an Ultra Beast, it provides every type of Energy but provides only 1 Energy at a time. The attacks of the Ultra Beast this card is attached to do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -6651,9 +5137,7 @@ "id": "sm6-118", "name": "Unit Energy FightingDarknessFairy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Fighting, Darkness, and Fairy Energy but provides only 1 Energy at a time." @@ -6673,47 +5157,30 @@ "id": "sm6-119", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -6725,18 +5192,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "119", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6750,14 +5211,9 @@ "id": "sm6-120", "name": "Greninja-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6772,22 +5228,14 @@ "attacks": [ { "name": "Haze Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Shadowy Hunter-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 130 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -6799,17 +5247,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6823,15 +5266,9 @@ "id": "sm6-121", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6839,31 +5276,21 @@ "attacks": [ { "name": "Beast Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Ultra Beasts in play." }, { "name": "Jet Needle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Stinger-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -6875,16 +5302,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6898,14 +5321,9 @@ "id": "sm6-122", "name": "Lucario-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6913,30 +5331,21 @@ "attacks": [ { "name": "Aura Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cantankerous Beatdown-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6948,17 +5357,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6972,48 +5376,30 @@ "id": "sm6-123", "name": "Zygarde-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cell Connector", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Verdict-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -7025,18 +5411,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7050,43 +5430,30 @@ "id": "sm6-124", "name": "Yveltal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Absorb Vitality", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Sonic Evil", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Doom Count-GX", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has exactly 4 damage counters on it, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -7104,17 +5471,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7128,47 +5490,30 @@ "id": "sm6-125", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -7186,18 +5531,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "125", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7211,45 +5550,30 @@ "id": "sm6-126", "name": "Xerneas-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aurora Horns", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sanctuary-GX", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Move all damage counters from each of your Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7267,17 +5591,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7291,35 +5610,23 @@ "id": "sm6-127", "name": "Ultra Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Geyser", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." }, { "name": "Sky-Scorching Light-GX", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7331,17 +5638,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7355,9 +5657,7 @@ "id": "sm6-128", "name": "Bonnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if there is any Stadium card in play.", "Discard that Stadium card. During this turn, your Zygarde-GX can use its GX attack even if you have used your GX attack.", @@ -7379,9 +5679,7 @@ "id": "sm6-129", "name": "Crasher Wake", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 2 Water Energy cards from your hand. If you do, search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7402,9 +5700,7 @@ "id": "sm6-130", "name": "Diantha", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Fairy Pokémon was Knocked Out during your opponent's last turn.", "Put 2 cards from your discard pile into your hand.", @@ -7426,9 +5722,7 @@ "id": "sm6-131", "name": "Ultra Recon Squad", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 Ultra Beast cards from your hand. Draw 3 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7449,47 +5743,30 @@ "id": "sm6-132", "name": "Palkia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spatial Control", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Move any number of Energy from your Benched Pokémon to this Pokémon." }, { "name": "Hydro Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Zero Vanish-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Shuffle all Energy from each of your opponent's Pokémon into their deck. (You can't use more than 1 GX attack in a game.)" @@ -7501,18 +5778,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "132", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7526,14 +5797,9 @@ "id": "sm6-133", "name": "Greninja-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7548,22 +5814,14 @@ "attacks": [ { "name": "Haze Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Shadowy Hunter-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 130 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -7575,17 +5833,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7599,15 +5852,9 @@ "id": "sm6-134", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7615,31 +5862,21 @@ "attacks": [ { "name": "Beast Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Ultra Beasts in play." }, { "name": "Jet Needle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Stinger-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -7651,16 +5888,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7674,14 +5907,9 @@ "id": "sm6-135", "name": "Lucario-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7689,30 +5917,21 @@ "attacks": [ { "name": "Aura Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cantankerous Beatdown-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7724,17 +5943,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "135", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7748,48 +5962,30 @@ "id": "sm6-136", "name": "Zygarde-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cell Connector", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Verdict-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -7801,18 +5997,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7826,43 +6016,30 @@ "id": "sm6-137", "name": "Yveltal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Absorb Vitality", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Sonic Evil", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Doom Count-GX", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has exactly 4 damage counters on it, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -7880,17 +6057,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "137", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7904,47 +6076,30 @@ "id": "sm6-138", "name": "Dialga-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overclock", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Shred", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Timeless-GX", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "Take another turn after this one. (Skip the between-turns step.) (You can't use more than 1 GX attack in a game.)" @@ -7962,18 +6117,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "138", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7987,45 +6136,30 @@ "id": "sm6-139", "name": "Xerneas-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aurora Horns", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sanctuary-GX", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Move all damage counters from each of your Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8043,17 +6177,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8067,35 +6196,23 @@ "id": "sm6-140", "name": "Ultra Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Geyser", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." }, { "name": "Sky-Scorching Light-GX", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8107,17 +6224,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "PLANETA Igarashi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8131,9 +6243,7 @@ "id": "sm6-141", "name": "Beast Ring", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if your opponent has exactly 3 or 4 Prize cards remaining.", "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Ultra Beasts. Then, shuffle your deck.", @@ -8155,9 +6265,7 @@ "id": "sm6-142", "name": "Eneporter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a Special Energy from 1 of your opponent's Pokémon to another of their Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8178,9 +6286,7 @@ "id": "sm6-143", "name": "Energy Recycler", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 5 basic Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8202,9 +6308,7 @@ "id": "sm6-144", "name": "Metal Frying Pan", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Metal Pokémon this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance) and has no Weakness.", @@ -8226,9 +6330,7 @@ "id": "sm6-145", "name": "Mysterious Treasure", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a card from your hand. If you do, search your deck for a Psychic or Dragon Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8249,9 +6351,7 @@ "id": "sm6-146", "name": "Unit Energy FightingDarknessFairy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "While this card is attached to a Pokémon, it provides Fighting, Darkness, and Fairy Energy but provides only 1 Energy at a time." diff --git a/cards/en/sm7.json b/cards/en/sm7.json index c3d1007e7..7163d3744 100644 --- a/cards/en/sm7.json +++ b/cards/en/sm7.json @@ -3,23 +3,14 @@ "id": "sm7-1", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Masako Yamashita", "rarity": "Common", "flavorText": "Its bud looks like a human face. Because of the bud, it is rumored to be a type of legendary mandrake plant.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,33 +42,22 @@ "id": "sm7-2", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Growth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Grass Energy cards from your hand to this Pokémon." }, { "name": "Double Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -93,17 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "It spits out Poison Powder to immobilize the enemy and then finishes it with a spray of Acid.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -117,13 +89,9 @@ "id": "sm7-3", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -135,11 +103,7 @@ "attacks": [ { "name": "Corrosive Acid", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -151,18 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Miki Tanaka", "rarity": "Rare Holo", "flavorText": "Once ingested into this Pokémon's body, even the hardest object will melt into nothing.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -176,32 +135,21 @@ "id": "sm7-4", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Twin Play", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Scyther and put them onto your Bench. Then, shuffle your deck." }, { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -213,17 +161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "While young, they live together deep in the mountains, training themselves in how to fight with their scythes and move at high speeds.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -237,32 +181,21 @@ "id": "sm7-5", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Stun Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -274,17 +207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Sachiko Adachi", "rarity": "Common", "flavorText": "Some fishermen weave its sturdy thread into nets to catch fish Pokémon.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -298,29 +227,21 @@ "id": "sm7-6", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Reactive Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 50 more damage for each Special Condition affecting your opponent's Active Pokémon." }, { "name": "Spider Trap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "You may switch 1 of your opponent's Benched Pokémon with their Active Pokémon. Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -332,17 +253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It spins thread from both its rear and its mouth. Then it wraps its prey up in thread and sips their bodily fluids at its leisure.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -356,22 +273,14 @@ "id": "sm7-7", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -383,17 +292,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Sekio", "rarity": "Common", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -407,32 +312,21 @@ "id": "sm7-8", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Smack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -444,17 +338,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -468,23 +358,15 @@ "id": "sm7-9", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -496,17 +378,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -520,13 +398,9 @@ "id": "sm7-10", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -538,9 +412,7 @@ "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all of your Pokémon." @@ -552,17 +424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It agilely leaps about the jungle and uses the sharp leaves on its arms to strike its prey.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -576,13 +444,9 @@ "id": "sm7-10a", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -594,9 +458,7 @@ "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all of your Pokémon." @@ -608,17 +470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10a", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It agilely leaps about the jungle and uses the sharp leaves on its arms to strike its prey.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -632,31 +490,21 @@ "id": "sm7-11", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks if that damage is 40 or less." @@ -668,17 +516,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "miki kudo", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -692,23 +536,14 @@ "id": "sm7-12", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -720,18 +555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -745,33 +575,22 @@ "id": "sm7-13", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Pound", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Clear the Room", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent reveals their hand. Choose a Supporter card you find there. Your opponent shuffles that card into their deck." @@ -783,18 +602,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It lives deep in forests. With the leaf on its head, it makes a flute whose song makes listeners uneasy.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -808,14 +622,9 @@ "id": "sm7-14", "name": "Shiftry-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -823,31 +632,21 @@ "attacks": [ { "name": "Perplex", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Extrasensory", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 90 more damage." }, { "name": "Den of Iniquity-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" @@ -859,17 +658,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -883,22 +677,14 @@ "id": "sm7-15", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -910,17 +696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When this Pokémon senses danger, a sweet fluid oozes from the tip of its head. The taste of it disgusts bird Pokémon.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -934,31 +716,21 @@ "id": "sm7-16", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Surprising Pattern", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Special Energy from each of your opponent's Pokémon." }, { "name": "Hurricane Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage for each heads." @@ -970,17 +742,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Its wings and antennae don't cope well with moisture. After a rain, it faces sunward to dry off.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -994,19 +762,13 @@ "id": "sm7-17", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pheromone Catch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your Illumise used Pheromone Signals during your last turn, this attack does 100 more damage." @@ -1018,17 +780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It lives around clean ponds. At night, its rear lights up. It converses with others by flashing its light.", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1042,19 +800,13 @@ "id": "sm7-18", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pheromone Signals", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." @@ -1066,17 +818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "With its sweet aroma, it guides Volbeat to draw signs with light in the night sky.", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1090,16 +838,10 @@ "id": "sm7-19", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "abilities": [ { "name": "Poison Payback", @@ -1110,9 +852,7 @@ "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1124,17 +864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It prefers harsh environments such as deserts. It can survive for 30 days on water stored in its body.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1148,13 +884,9 @@ "id": "sm7-20", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "abilities": [ { @@ -1166,11 +898,7 @@ "attacks": [ { "name": "Feint Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness, Resistance, or any other effects on that Pokémon." @@ -1182,17 +910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Packs of them follow travelers through the desert until the travelers can no longer move.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1206,30 +930,20 @@ "id": "sm7-21", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1241,17 +955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The bunch of fruit around its neck ripens twice a year and is delicious. It's a highly favored tropical snack.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1265,31 +975,20 @@ "id": "sm7-22", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Giga Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Powerful Spin", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -1301,19 +1000,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "The soul of seaweed adrift in the waves became reborn as this Pokémon. It maintains itself with new infusions of seabed detritus and seaweed.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1327,32 +1020,21 @@ "id": "sm7-23", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Magma Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1364,18 +1046,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1389,13 +1066,9 @@ "id": "sm7-24", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "abilities": [ { @@ -1407,11 +1080,7 @@ "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1423,19 +1092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1449,22 +1112,14 @@ "id": "sm7-25", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -1476,17 +1131,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1500,32 +1151,21 @@ "id": "sm7-26", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Peck", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1537,17 +1177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "MAHOU", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1561,35 +1197,22 @@ "id": "sm7-27", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -1601,17 +1224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "During a battle, the hot flame in its body increases. Its kicks have outstanding destructive power.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1625,14 +1244,9 @@ "id": "sm7-28", "name": "Blaziken-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1640,30 +1254,21 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Explosive Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Blaze Out-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1675,16 +1280,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1698,31 +1299,20 @@ "id": "sm7-29", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flaming Honk", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard the top 4 cards of your deck. If any of those cards are Fire Energy cards, attach them to your Pokémon in any way you like." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Burned." @@ -1734,19 +1324,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "If the fire burning within its shell goes out, it will die. Those who wish to raise one in their home must always keep something flammable at hand.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1760,30 +1344,20 @@ "id": "sm7-30", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Captivating Salsa", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Burned and Confused." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1801,17 +1375,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "This Oricorio has sipped red nectar. Its passionate dance moves cause its enemies to combust in both body and mind.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1825,14 +1395,9 @@ "id": "sm7-31", "name": "Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1846,20 +1411,14 @@ "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cold Crush-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Energy from both Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -1871,17 +1430,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1895,22 +1449,14 @@ "id": "sm7-32", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Water Reserve", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." @@ -1922,17 +1468,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1946,32 +1488,21 @@ "id": "sm7-33", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1983,17 +1514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2007,35 +1534,22 @@ "id": "sm7-34", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Muddy Water", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2047,19 +1561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Living on muddy ground that provides poor footing has made its legs sturdy.", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2073,13 +1581,9 @@ "id": "sm7-35", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -2091,11 +1595,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." @@ -2107,19 +1607,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms.", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2133,22 +1627,14 @@ "id": "sm7-36", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Surprise", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -2160,17 +1646,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It searches about for clean water. If it does not drink water for too long, the leaf on its head wilts.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2184,17 +1666,11 @@ "id": "sm7-37", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "abilities": [ { "name": "Aqua Lift", @@ -2205,10 +1681,7 @@ "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2220,17 +1693,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It has a mischievous spirit. If it spots an angler, it will tug on the fishing line to interfere.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2244,13 +1713,9 @@ "id": "sm7-38", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -2262,11 +1727,7 @@ "attacks": [ { "name": "Circular Steps", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 10 more damage for each other Pokémon in play (both yours and your opponent's)." @@ -2278,18 +1739,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "The rhythm of bright, festive music activates Ludicolo's cells, making it more powerful.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2303,24 +1759,14 @@ "id": "sm7-39", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Wave Swallower", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin until you get tails. For each heads, heal 50 damage from this Pokémon." @@ -2332,19 +1778,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It shows off by spraying jets of seawater from the nostrils above its eyes. It eats a solid ton of Wishiwashi every day.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2358,23 +1798,14 @@ "id": "sm7-40", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Dwindling Wave", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "200-", "text": "This attack does 40 less damage for each damage counter on this Pokémon." @@ -2386,20 +1817,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "40", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Its immense size is the reason for its popularity. Wailord watching is a favorite sightseeing activity in various parts of the world.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2413,17 +1837,10 @@ "id": "sm7-41", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "abilities": [ { "name": "Evolutionary Advantage", @@ -2434,9 +1851,7 @@ "attacks": [ { "name": "Sparkling Pearl", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2448,19 +1863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "41", "artist": "sui", "rarity": "Common", "flavorText": "It is protected by a sturdy shell. Once in a lifetime, it makes a magnificent pearl.", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2474,31 +1883,21 @@ "id": "sm7-42", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Big Bite", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Dangerous Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 80 more damage." @@ -2510,17 +1909,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It lives deep in the sea. With a tail shaped like a small fish, it attracts unsuspecting prey.", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2534,20 +1929,14 @@ "id": "sm7-43", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Deflecting Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon." @@ -2563,9 +1952,7 @@ "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Its swimming form is exquisitely elegant. With its thin mouth, it feeds on seaweed that grows between rocks.", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2579,29 +1966,20 @@ "id": "sm7-44", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Even Game", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a number of Basic Pokémon up to the number of your opponent's Benched Pokémon and put those Pokémon onto your Bench. Then, shuffle your deck." }, { "name": "Water Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2613,17 +1991,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Loving couples have a soft spot for this Pokémon, so honeymoon hotels often release this Pokémon into their pools.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2637,13 +2011,9 @@ "id": "sm7-45", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Icy Barrier", @@ -2654,11 +2024,7 @@ "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2670,19 +2036,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "kodama", "rarity": "Rare", "flavorText": "Its body is made of ice from the ice age. It controls frigid air of -328 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2696,31 +2056,20 @@ "id": "sm7-46", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dual Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Grand Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't use Grand Wave during your next turn." @@ -2732,20 +2081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "46", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2759,16 +2101,10 @@ "id": "sm7-47", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "abilities": [ { "name": "Floating Electrons", @@ -2779,10 +2115,7 @@ "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2800,17 +2133,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2824,14 +2153,9 @@ "id": "sm7-48", "name": "Electrode-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2846,20 +2170,14 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Crush and Burn-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)" @@ -2877,16 +2195,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2900,32 +2214,21 @@ "id": "sm7-49", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "This attack does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2943,17 +2246,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It lives in the depths beyond the reach of sunlight. It flashes lights on its antennae to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2967,13 +2266,9 @@ "id": "sm7-50", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "abilities": [ { @@ -2985,11 +2280,7 @@ "attacks": [ { "name": "Lightning Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "You may discard all Lightning Energy from this Pokémon. If you do, this attack does 70 more damage." @@ -3007,18 +2298,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "This Pokémon flashes a bright light that blinds its prey. This creates an opening for it to deliver an electrical attack.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3032,22 +2318,14 @@ "id": "sm7-51", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3065,17 +2343,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3089,13 +2363,9 @@ "id": "sm7-52", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "abilities": [ { @@ -3107,9 +2377,7 @@ "attacks": [ { "name": "Double Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "You may attach up to 2 basic Energy cards from your hand to 1 of your Benched Pokémon." @@ -3131,9 +2399,7 @@ "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3147,29 +2413,20 @@ "id": "sm7-53", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Draw for Everybody", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a card for each Benched Pokémon (both yours and your opponent's)." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3187,17 +2444,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "It absorbs electricity from telephone poles. It shorts out its body to create crackling noises.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3211,29 +2464,20 @@ "id": "sm7-54", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Ditch and Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You may discard any number of cards from your hand. Then, draw cards until you have 5 cards in your hand." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3251,17 +2495,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3275,30 +2515,20 @@ "id": "sm7-55", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Zappy Pom-Poms", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to each Pokémon-GX and Pokémon-EX (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3316,17 +2546,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "It creates an electric charge by rubbing its feathers together. It dances over to its enemies and delivers shocking electrical punches.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3340,14 +2566,9 @@ "id": "sm7-56", "name": "Mr. Mime-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3361,35 +2582,25 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each card in your opponent's hand, put 1 damage counter on their Active Pokémon." }, { "name": "Life Trick-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3403,31 +2614,21 @@ "id": "sm7-57", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Spit Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -3439,17 +2640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "There is nothing its stomach can't digest. While it is digesting, vile, overpowering gases are expelled.", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3463,31 +2660,21 @@ "id": "sm7-58", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Swallow Up", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If, before doing damage, your opponent's Active Pokémon has less remaining HP than this Pokémon, this attack does 80 more damage." @@ -3499,18 +2686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It gulps anything that fits in its mouth. Its special enzymes can dissolve anything.", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3524,22 +2706,14 @@ "id": "sm7-59", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3551,17 +2725,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "MAHOU", "rarity": "Common", "flavorText": "It bounces around on its tail to keep its heart pumping. It carries a pearl from Clamperl on its head.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3575,20 +2745,14 @@ "id": "sm7-60", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Mirror Step", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If 1 of your opponent's Pokémon in play has the same name as 1 of your Pokémon in play, this attack does 70 more damage." @@ -3600,18 +2764,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It uses black pearls to amplify its psychic power. It does an odd dance to gain control over foes.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3625,13 +2784,9 @@ "id": "sm7-61", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sol Shade", @@ -3642,9 +2797,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3656,17 +2809,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Hisao Nakamura", "rarity": "Rare Holo", "flavorText": "It was discovered at the site of a meteor strike 40 years ago. Its stare can lull its foes to sleep.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3680,13 +2829,9 @@ "id": "sm7-62", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sunbeam", @@ -3697,9 +2842,7 @@ "attacks": [ { "name": "Scorching Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Burned." @@ -3711,17 +2854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It absorbs solar energy during the day. Always expressionless, it can sense what its foe is thinking.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3735,32 +2874,21 @@ "id": "sm7-63", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Will-O-Wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3778,17 +2906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3802,22 +2926,14 @@ "id": "sm7-64", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Perplex", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -3835,17 +2951,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3859,13 +2971,9 @@ "id": "sm7-65", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -3877,10 +2985,7 @@ "attacks": [ { "name": "Enemy Show", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each of your opponent's Pokémon in play, put 1 damage counter on your opponent's Pokémon in any way you like." @@ -3898,17 +3003,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "Strong feelings of hatred turned a puppet into a Pokémon. If it opens its mouth, its cursed energy escapes.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3922,14 +3023,9 @@ "id": "sm7-66", "name": "Banette-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3944,18 +3040,14 @@ "attacks": [ { "name": "Shadow Chant", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way." }, { "name": "Tomb Hunt-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -3973,16 +3065,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3996,31 +3084,20 @@ "id": "sm7-67", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Power Blast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -4032,17 +3109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4056,30 +3129,20 @@ "id": "sm7-68", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Reflect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Psychic Corkscrew", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -4091,19 +3154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4117,30 +3174,20 @@ "id": "sm7-69", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Spear Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance." @@ -4152,17 +3199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4176,13 +3219,9 @@ "id": "sm7-70", "name": "Lunala", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "abilities": [ { @@ -4194,11 +3233,7 @@ "attacks": [ { "name": "Full Moon Ray", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "80+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -4216,18 +3251,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It is said to be a female evolution of Cosmog. When its third eye activates, away it flies to another world.", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4241,32 +3271,21 @@ "id": "sm7-71", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, the Defending Pokémon takes 20 more damage from attacks (after applying Weakness and Resistance)." }, { "name": "Rage", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -4278,18 +3297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It usually lives underground. It searches for food while boring its way through the ground at 50 miles per hour.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4303,31 +3317,21 @@ "id": "sm7-72", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Endure", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent's next turn, it is not Knocked Out, and its remaining HP becomes 10." @@ -4339,17 +3343,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4363,31 +3363,21 @@ "id": "sm7-73", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Flail", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage for each damage counter on this Pokémon." }, { "name": "Rapid Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -4399,19 +3389,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "The longer and bigger its tusks, the higher its rank in its herd. The tusks take long to grow.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4425,32 +3409,21 @@ "id": "sm7-74", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4462,17 +3435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4486,34 +3455,22 @@ "id": "sm7-75", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Skull Bash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Dust Devil", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each non-Fighting Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4525,17 +3482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Hironobu Yoshida", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4549,32 +3502,21 @@ "id": "sm7-76", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Bide", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent's next turn, it is not Knocked Out, and its remaining HP becomes 10." }, { "name": "Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4586,17 +3528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4610,31 +3548,21 @@ "id": "sm7-77", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Strike of Enlightenment", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "If this Pokémon's remaining HP is 30 or less, this attack does 160 more damage." }, { "name": "Spinning Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "90", "text": "This Pokémon does 30 damage to itself." @@ -4646,17 +3574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4670,23 +3594,14 @@ "id": "sm7-78", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4698,17 +3613,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It moves by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4722,31 +3633,21 @@ "id": "sm7-79", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Miraculous Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each Steven's Resolve card in your discard pile." @@ -4758,18 +3659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Yumi", "rarity": "Rare", "flavorText": "It is said that it originates from clay dolls made by an ancient civilization.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4783,30 +3679,20 @@ "id": "sm7-80", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Enhanced Stomp", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 20 more damage." }, { "name": "Hammer Arm", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top card of your opponent's deck." @@ -4818,19 +3704,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "The same rocks that form its body have been found in ground layers around the world.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4844,33 +3724,20 @@ "id": "sm7-81", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Wreck", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If there is any Stadium card in play, this attack does 50 more damage. Then, discard that Stadium card." }, { "name": "Ground Slash", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -4882,20 +3749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "81", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "This legendary Pokémon is said to represent the land. It went to sleep after dueling Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4909,14 +3769,9 @@ "id": "sm7-82", "name": "Palossand-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandygast", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4924,35 +3779,21 @@ "attacks": [ { "name": "Eerie Light", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Absorb Life", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Heal 20 damage from this Pokémon." }, { "name": "Sandy Fear-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60×", "text": "Look at the top 13 cards of your opponent's deck and discard any number of Pokémon you find there. This attack does 60 damage for each card you discarded in this way. Your opponent shuffles the other cards back into their deck. (You can't use more than 1 GX attack in a game.)" @@ -4964,19 +3805,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4990,13 +3824,9 @@ "id": "sm7-83", "name": "Minior", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Falling Star", @@ -5007,9 +3837,7 @@ "attacks": [ { "name": "Swift", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -5021,18 +3849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "sui", "rarity": "Uncommon", "flavorText": "Strong impacts can knock it out of its shell. This Pokémon was born from mutated nanoparticles.", - "nationalPokedexNumbers": [ - 774 - ], + "nationalPokedexNumbers": [774], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5046,32 +3869,21 @@ "id": "sm7-84", "name": "Alolan Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Darkness"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Call for the Boss", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for Alolan Raticate or Alolan Raticate-GX, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5089,17 +3901,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "When the sun goes down, it becomes active. It runs around town on a chase for good food for the boss of its nest—Raticate.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5113,14 +3921,9 @@ "id": "sm7-85", "name": "Alolan Raticate-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Rattata", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5128,29 +3931,21 @@ "attacks": [ { "name": "Chuck Away", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "40×", "text": "Discard up to 2 cards from your hand. This attack does 40 damage for each card you discarded in this way." }, { "name": "Hyper Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Item Maniac-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 6 Item cards, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -5168,18 +3963,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5193,32 +3982,21 @@ "id": "sm7-86", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." }, { "name": "Beat Up", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin for each Pokémon you have in play. This attack does 30 damage for each heads." @@ -5236,17 +4014,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It uses its claws to poke holes in eggs so it can slurp out the insides. Breeders consider it a scourge and will drive it away or eradicate it.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5260,34 +4034,21 @@ "id": "sm7-87", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage for each heads." }, { "name": "Trample", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "For each Benched Pokémon (both yours and your opponent's), flip a coin. If heads, this attack does 60 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -5305,19 +4066,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Hironobu Yoshida", "rarity": "Rare Holo", "flavorText": "If it rampages, it knocks down mountains and buries rivers. Maps must be redrawn afterward.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5331,13 +4086,9 @@ "id": "sm7-88", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Excavate", @@ -5348,25 +4099,19 @@ "attacks": [ { "name": "Disable", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "This Pokémon is feared. When its gemstone eyes begin to glow with a sinister shine, it's believed that Sableye will steal people's spirits away.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5380,32 +4125,21 @@ "id": "sm7-89", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Tail Crush", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -5423,20 +4157,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "89", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It chews its way through boulders with its sturdy jaws. Its eyes can see in the darkness underground.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5450,14 +4177,9 @@ "id": "sm7-90", "name": "Scizor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5472,21 +4194,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cross-Cut-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -5504,16 +4219,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5527,29 +4238,20 @@ "id": "sm7-91", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Mining", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck. If that card is a Pokémon Tool card, instead of putting it into your hand, you may attach it to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it." }, { "name": "Bite Off", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 30 more damage (before applying Weakness and Resistance)." @@ -5567,17 +4269,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Attached to its head is a huge set of jaws formed by horns. It can chew through iron beams.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5591,16 +4289,10 @@ "id": "sm7-92", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], - "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "subtypes": ["Basic"], + "hp": "60", + "types": ["Metal"], + "evolvesTo": ["Metang"], "abilities": [ { "name": "Conductive Body", @@ -5611,9 +4303,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5631,18 +4321,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "With magnetic traction, it pulls its opponents in close. When they're in range, it slashes them with its rear claws.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5656,23 +4341,14 @@ "id": "sm7-93", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Single Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -5690,19 +4366,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "Hasuno", "rarity": "Common", "flavorText": "With magnetic traction, it pulls its opponents in close. When they're in range, it slashes them with its rear claws.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5716,23 +4386,15 @@ "id": "sm7-94", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -5750,19 +4412,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "94", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "It adores magnetic minerals, so it pursues Nosepass at speeds exceeding 60 mph.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5776,13 +4432,9 @@ "id": "sm7-95", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -5794,9 +4446,7 @@ "attacks": [ { "name": "Meteor Mash", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "60", "text": "During your next turn, this Pokémon's Meteor Mash attack does 60 more damage (before applying Weakness and Resistance)." @@ -5814,20 +4464,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "A linkage of two Metang, this Pokémon can perform any calculation in a flash by utilizing parallel processing in its four brains.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5841,13 +4484,9 @@ "id": "sm7-96", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Exoskeleton", @@ -5858,11 +4497,7 @@ "attacks": [ { "name": "Silver Fist", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon has an Ability, this attack does 60 more damage." @@ -5880,19 +4515,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its body is said to be harder than any kind of metal. A study has revealed that its body is hollow.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5906,14 +4535,9 @@ "id": "sm7-97", "name": "Jirachi ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -5927,11 +4551,7 @@ "attacks": [ { "name": "Perish Dream", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10", "text": "This Pokémon is now Asleep. At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." @@ -5949,17 +4569,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Kouki Saitou", "rarity": "Rare Prism Star", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5973,31 +4589,20 @@ "id": "sm7-98", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steelworks", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and attach any number of Metal Energy cards you find there to 1 of your Pokémon. Shuffle the other cards back into your deck." }, { "name": "Steel Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -6015,19 +4620,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6041,13 +4640,9 @@ "id": "sm7-99", "name": "Solgaleo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "abilities": [ { @@ -6059,11 +4654,7 @@ "attacks": [ { "name": "Rising Dash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -6081,19 +4672,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It is said to live in another world. The intense light it radiates from the surface of its body can make the darkest of nights light up like midday.", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6107,24 +4692,13 @@ "id": "sm7-100", "name": "Celesteela", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Moon Raker", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "If the total of both players' remaining Prize cards is exactly 6, this attack can be used for Metal." @@ -6142,20 +4716,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "One kind of Ultra Beast. Witnesses have seen it burn down a forest by expelling gas from its two arms.", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6169,21 +4736,13 @@ "id": "sm7-101", "name": "Kartana", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Divine Paper", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "40+", "text": "If your opponent has exactly 6 Prize cards remaining, this attack does 90 more damage." @@ -6201,17 +4760,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Hasuno", "rarity": "Rare", "flavorText": "One of the Ultra Beast life-forms, it was observed cutting down a gigantic steel tower with one stroke of its blade.", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6225,15 +4780,9 @@ "id": "sm7-102", "name": "Stakataka-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6247,22 +4796,14 @@ "attacks": [ { "name": "Gigaton Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Assembly-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 50 more damage for each Prize card you have taken. (You can't use more than 1 GX attack in a game.)" @@ -6280,18 +4821,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6305,22 +4840,14 @@ "id": "sm7-103", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Rock Head", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -6332,17 +4859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Yumi", "rarity": "Common", "flavorText": "With its steel-hard stone head, it headbutts indiscriminately. This is because of the stress it feels at being unable to fly.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6356,23 +4879,14 @@ "id": "sm7-104", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -6384,18 +4898,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "sui", "rarity": "Common", "flavorText": "With its steel-hard stone head, it headbutts indiscriminately. This is because of the stress it feels at being unable to fly.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6409,24 +4918,15 @@ "id": "sm7-105", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Raging Blade", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon has any damage counters on it, this attack does 50 more damage." @@ -6438,19 +4938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "105", "artist": "Asako Ito", "rarity": "Uncommon", "flavorText": "They lurk deep within caves—motionless, neither eating nor drinking. Why they don't die is not known.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6464,13 +4958,9 @@ "id": "sm7-106", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -6482,12 +4972,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -6499,19 +4984,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It flies around on its wings, which have grown in at last. In its happiness, it gushes hot flames, burning up the fields it passes over.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6525,23 +5004,16 @@ "id": "sm7-107", "name": "Latias ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Dreamy Mist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to each of your Basic Benched Dragon Pokémon." @@ -6553,17 +5025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Anesaki Dynamic", "rarity": "Rare Prism Star", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6577,24 +5045,16 @@ "id": "sm7-108", "name": "Latios ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Dragon Fleet", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Evolution Dragon Pokémon in play." @@ -6606,17 +5066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Anesaki Dynamic", "rarity": "Rare Prism Star", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6630,14 +5086,9 @@ "id": "sm7-109", "name": "Rayquaza-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6651,20 +5102,14 @@ "attacks": [ { "name": "Dragon Break", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon." }, { "name": "Tempest-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -6676,18 +5121,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6701,28 +5140,20 @@ "id": "sm7-110", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Strike and Run", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck. If you put any Pokémon onto your Bench in this way, you may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Sudden Flash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6734,17 +5165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It digs into the ground with its tail and makes a mazelike nest. It can fly just a little.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6758,22 +5185,14 @@ "id": "sm7-111", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Colorless"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6791,17 +5210,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Fishermen keep an eye out for Wingull in the sky, because wherever they're circling, the ocean is sure to be teeming with fish Pokémon.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6815,31 +5230,21 @@ "id": "sm7-112", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Firefighting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Fire Energy from your opponent's Active Pokémon." }, { "name": "Water Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." @@ -6857,18 +5262,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Gathering food is the work of young males. They store food in their capacious beaks and carry it back to others waiting in the nest.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6882,32 +5282,21 @@ "id": "sm7-113", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Slack Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from this Pokémon. It can't attack during your next turn." @@ -6919,17 +5308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "If it eats just three leaves in a day, it is satisfied. Other than that, it sleeps for 20 hours a day.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6943,35 +5328,22 @@ "id": "sm7-114", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage for each heads." }, { "name": "Rage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -6983,17 +5355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Its stress level rises if it cannot keep moving constantly. Too much stress makes it feel sick.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7007,13 +5375,9 @@ "id": "sm7-115", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -7025,11 +5389,7 @@ "attacks": [ { "name": "Critical Move", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon. It can't attack during your next turn." @@ -7041,19 +5401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It is the world's most slothful Pokémon. However, it can exert horrifying power by releasing pent-up energy all at once.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7067,32 +5421,21 @@ "id": "sm7-116", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Bawl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only on your first turn. Your opponent can't play any Trainer cards from their hand during their next turn." }, { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7104,18 +5447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "If it senses danger, it scares the foe by crying out with the volume of a jet-plane engine.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7129,24 +5467,14 @@ "id": "sm7-117", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Wail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -7158,18 +5486,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "Asako Ito", "rarity": "Common", "flavorText": "If it senses danger, it scares the foe by crying out with the volume of a jet-plane engine.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7183,25 +5506,15 @@ "id": "sm7-118", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Cracking Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -7213,19 +5526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "118", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7239,34 +5546,21 @@ "id": "sm7-119", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Dangerous Concert", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -7278,20 +5572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "119", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its roar in battle shakes the ground like a tremor—or like an earthquake has struck.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7305,22 +5592,14 @@ "id": "sm7-120", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -7332,17 +5611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7356,13 +5631,9 @@ "id": "sm7-121", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -7374,10 +5645,7 @@ "attacks": [ { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -7389,17 +5657,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Sekio", "rarity": "Rare Holo", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7413,13 +5677,9 @@ "id": "sm7-122", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Unit Color 2", @@ -7430,11 +5690,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7446,17 +5702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "It changes its shading to match its surroundings so it can sneak up on prey. Only its belly patterns stay fixed.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7470,9 +5722,7 @@ "id": "sm7-123", "name": "Acro Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7493,9 +5743,7 @@ "id": "sm7-123a", "name": "Acro Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7516,9 +5764,7 @@ "id": "sm7-124", "name": "Apricorn Maker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7539,9 +5785,7 @@ "id": "sm7-125", "name": "Beast Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at your face-down Prize cards. You may reveal an Ultra Beast card you find there, put it into your hand, and put this Beast Ball in its place. (If you don't reveal an Ultra Beast card, put this card in the discard pile.) Then, shuffle your face-down Prize cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7562,9 +5806,7 @@ "id": "sm7-126", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle a card from your hand into your deck. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7585,9 +5827,7 @@ "id": "sm7-127", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7609,9 +5849,7 @@ "id": "sm7-128", "name": "Energy Recycle System", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Put a basic Energy card from your discard pile into your hand, or shuffle 3 basic Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7632,9 +5870,7 @@ "id": "sm7-129", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7656,9 +5892,7 @@ "id": "sm7-130", "name": "Fisherman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 4 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7679,9 +5913,7 @@ "id": "sm7-131", "name": "Friend Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with the same type as 1 of your opponent's Pokémon in play, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7702,9 +5934,7 @@ "id": "sm7-132", "name": "Hau", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7725,9 +5955,7 @@ "id": "sm7-133", "name": "Hiker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of either player's deck and choose 1 of them. That player shuffles the other cards back into their deck. Then, put the card you chose on top of that deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7748,9 +5976,7 @@ "id": "sm7-134", "name": "Hustle Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has 30 HP or less remaining and has any damage counters on it, its attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -7772,9 +5998,7 @@ "id": "sm7-135", "name": "Last Chance Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 120 damage from 1 of your Pokémon that has 30 HP or less remaining.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7795,9 +6019,7 @@ "id": "sm7-136", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7818,9 +6040,7 @@ "id": "sm7-137", "name": "Lisia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 ◇ (Prism Star) cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7841,9 +6061,7 @@ "id": "sm7-138", "name": "Lure Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 3 coins. For each heads, put an Evolution Pokémon from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7864,9 +6082,7 @@ "id": "sm7-139", "name": "The Masked Royal", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to one of your Stage 2 Grass, Fire, or Water Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7887,9 +6103,7 @@ "id": "sm7-140", "name": "PokéNav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your deck. You may reveal a Pokémon or Energy card you find there and put it into your hand. Put the other cards back in any order.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7910,9 +6124,7 @@ "id": "sm7-141", "name": "Rainbow Brush", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose an Energy card attached to 1 of your Pokémon. Search your deck for a basic Energy card and switch it with that card. Shuffle the first Energy card into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7933,9 +6145,7 @@ "id": "sm7-142", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7957,9 +6167,7 @@ "id": "sm7-143", "name": "Shrine of Punishment", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Between turns, put 1 damage counter on each Pokémon-GX and Pokémon-EX (both yours and your opponent's).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7980,9 +6188,7 @@ "id": "sm7-144", "name": "Sky Pillar", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Prevent all effects of the opponent's attacks, including damage, done to Benched Pokémon (both yours and your opponent's).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -8003,9 +6209,7 @@ "id": "sm7-145", "name": "Steven's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8026,9 +6230,7 @@ "id": "sm7-146", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8049,9 +6251,7 @@ "id": "sm7-147", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8073,9 +6273,7 @@ "id": "sm7-148", "name": "Tate & Liza", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: Shuffle your hand into your deck then draw 5 cards, or switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8096,9 +6294,7 @@ "id": "sm7-148a", "name": "Tate & Liza", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: Shuffle your hand into your deck then draw 5 cards, or switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8119,9 +6315,7 @@ "id": "sm7-149", "name": "TV Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Then, discard a card from your hand. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8142,9 +6336,7 @@ "id": "sm7-150", "name": "Underground Expedition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the bottom 4 cards of your deck and put 2 of them into your hand. Put the other cards back on the bottom of your deck in any order.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8165,9 +6357,7 @@ "id": "sm7-151", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. While in play, this card provides every type of Energy but provides only 1 Energy at a time. When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -8186,14 +6376,9 @@ "id": "sm7-152", "name": "Shiftry-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8201,31 +6386,21 @@ "attacks": [ { "name": "Perplex", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Extrasensory", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 90 more damage." }, { "name": "Den of Iniquity-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" @@ -8237,17 +6412,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8261,14 +6431,9 @@ "id": "sm7-153", "name": "Blaziken-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8276,30 +6441,21 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Explosive Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Blaze Out-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8311,16 +6467,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "153", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8334,14 +6486,9 @@ "id": "sm7-154", "name": "Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8355,20 +6502,14 @@ "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cold Crush-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Energy from both Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8380,17 +6521,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8404,14 +6540,9 @@ "id": "sm7-155", "name": "Electrode-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8426,20 +6557,14 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Crush and Burn-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)" @@ -8457,16 +6582,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8480,14 +6601,9 @@ "id": "sm7-156", "name": "Mr. Mime-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8501,35 +6617,25 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each card in your opponent's hand, put 1 damage counter on their Active Pokémon." }, { "name": "Life Trick-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8543,14 +6649,9 @@ "id": "sm7-157", "name": "Banette-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8565,18 +6666,14 @@ "attacks": [ { "name": "Shadow Chant", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way." }, { "name": "Tomb Hunt-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -8594,16 +6691,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8617,14 +6710,9 @@ "id": "sm7-158", "name": "Scizor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8639,21 +6727,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cross-Cut-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -8671,16 +6752,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "158", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8694,15 +6771,9 @@ "id": "sm7-159", "name": "Stakataka-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8716,22 +6787,14 @@ "attacks": [ { "name": "Gigaton Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Assembly-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 50 more damage for each Prize card you have taken. (You can't use more than 1 GX attack in a game.)" @@ -8749,18 +6812,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8774,14 +6831,9 @@ "id": "sm7-160", "name": "Rayquaza-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8795,20 +6847,14 @@ "attacks": [ { "name": "Dragon Break", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon." }, { "name": "Tempest-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -8820,18 +6866,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "160", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8845,9 +6885,7 @@ "id": "sm7-161", "name": "Apricorn Maker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8868,9 +6906,7 @@ "id": "sm7-162", "name": "Bill's Maintenance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle a card from your hand into your deck. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8891,9 +6927,7 @@ "id": "sm7-163", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8915,9 +6949,7 @@ "id": "sm7-164", "name": "Lisia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 ◇ (Prism Star) cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8938,9 +6970,7 @@ "id": "sm7-165", "name": "Steven's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8961,9 +6991,7 @@ "id": "sm7-166", "name": "Tate & Liza", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1:", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8984,9 +7012,7 @@ "id": "sm7-167", "name": "TV Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Then, discard a card from your hand. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9007,9 +7033,7 @@ "id": "sm7-168", "name": "Underground Expedition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the bottom 4 cards of your deck and put 2 of them into your hand. Put the other cards back on the bottom of your deck in any order.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9030,14 +7054,9 @@ "id": "sm7-169", "name": "Shiftry-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9045,31 +7064,21 @@ "attacks": [ { "name": "Perplex", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Extrasensory", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 90 more damage." }, { "name": "Den of Iniquity-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" @@ -9081,17 +7090,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "PLANETA Igarashi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9105,14 +7109,9 @@ "id": "sm7-170", "name": "Blaziken-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9120,30 +7119,21 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Explosive Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Blaze Out-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9155,16 +7145,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9178,14 +7164,9 @@ "id": "sm7-171", "name": "Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9199,20 +7180,14 @@ "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cold Crush-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Energy from both Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9224,17 +7199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "171", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9248,14 +7218,9 @@ "id": "sm7-172", "name": "Electrode-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9270,20 +7235,14 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Crush and Burn-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)" @@ -9301,16 +7260,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "172", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9324,14 +7279,9 @@ "id": "sm7-173", "name": "Mr. Mime-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9345,35 +7295,25 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each card in your opponent's hand, put 1 damage counter on their Active Pokémon." }, { "name": "Life Trick-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9387,14 +7327,9 @@ "id": "sm7-174", "name": "Banette-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9409,18 +7344,14 @@ "attacks": [ { "name": "Shadow Chant", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way." }, { "name": "Tomb Hunt-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -9438,16 +7369,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "174", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9461,14 +7388,9 @@ "id": "sm7-175", "name": "Scizor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9483,21 +7405,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cross-Cut-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -9515,16 +7430,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "175", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9538,15 +7449,9 @@ "id": "sm7-176", "name": "Stakataka-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9560,22 +7465,14 @@ "attacks": [ { "name": "Gigaton Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Assembly-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 50 more damage for each Prize card you have taken. (You can't use more than 1 GX attack in a game.)" @@ -9593,18 +7490,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "176", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9618,14 +7509,9 @@ "id": "sm7-177", "name": "Rayquaza-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9639,20 +7525,14 @@ "attacks": [ { "name": "Dragon Break", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon." }, { "name": "Tempest-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -9664,18 +7544,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "177", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9689,14 +7563,9 @@ "id": "sm7-177a", "name": "Rayquaza-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9710,20 +7579,14 @@ "attacks": [ { "name": "Dragon Break", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of basic Grass and basic Lightning Energy attached to your Pokémon." }, { "name": "Tempest-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Discard your hand and draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -9735,18 +7598,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "177a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9760,9 +7617,7 @@ "id": "sm7-178", "name": "Acro Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9783,9 +7638,7 @@ "id": "sm7-179", "name": "Hustle Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has 30 HP or less remaining and has any damage counters on it, its attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -9807,9 +7660,7 @@ "id": "sm7-180", "name": "Life Herb", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9830,9 +7681,7 @@ "id": "sm7-181", "name": "PokéNav", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 3 cards of your deck. You may reveal a Pokémon or Energy card you find there and put it into your hand. Put the other cards back in any order.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9853,9 +7702,7 @@ "id": "sm7-182", "name": "Rainbow Brush", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose an Energy card attached to 1 of your Pokémon. Search your deck for a basic Energy card and switch it with that card. Shuffle the first Energy card into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -9876,9 +7723,7 @@ "id": "sm7-183", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. While in play, this card provides every type of Energy but provides only 1 Energy at a time. When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], diff --git a/cards/en/sm75.json b/cards/en/sm75.json index aea328fd1..cd67c8574 100644 --- a/cards/en/sm75.json +++ b/cards/en/sm75.json @@ -3,23 +3,14 @@ "id": "sm75-1", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -31,18 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "From the time it is born, a flame burns at the tip of its tail. Its life would end if the flame were to go out.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -56,17 +42,11 @@ "id": "sm75-2", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "abilities": [ { "name": "Burning Fighter", @@ -77,11 +57,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -93,18 +69,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "kodama", "rarity": "Uncommon", "flavorText": "When it swings its burning tail, it elevates the air temperature to unbearably high levels.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -118,13 +89,9 @@ "id": "sm75-3", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -136,11 +103,7 @@ "attacks": [ { "name": "Fiery Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -152,18 +115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "Its wings can carry this Pokémon close to an altitude of 4,600 feet. It blows out fire at very high temperatures.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -177,22 +135,14 @@ "id": "sm75-4", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Singe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -204,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -228,17 +174,11 @@ "id": "sm75-5", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "abilities": [ { "name": "Natural Cure", @@ -249,10 +189,7 @@ "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -264,17 +201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "During a battle, the hot flame in its body increases. Its kicks have outstanding destructive power.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -288,13 +221,9 @@ "id": "sm75-6", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -306,11 +235,7 @@ "attacks": [ { "name": "Fire Stream", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a Fire Energy from this Pokémon. This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -322,18 +247,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "When facing a tough foe, it looses flames from its wrists. Its powerful legs let it jump clear over buildings.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -347,24 +267,16 @@ "id": "sm75-7", "name": "Victini ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Infinity", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each basic Energy card in your discard pile. Then, shuffle those cards into your deck." @@ -376,17 +288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Shin Nagasawa", "rarity": "Rare Prism Star", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -400,23 +308,14 @@ "id": "sm75-8", "name": "Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Fire"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Damage Rush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -428,18 +327,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "When it sleeps, it pulls its limbs into its body and its internal fire goes down to 1,100 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -453,31 +347,21 @@ "id": "sm75-9", "name": "Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Darumaka", "attacks": [ { "name": "Heat Assist", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Fire Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Darmani-Hands", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip 4 coins. This attack does 50 more damage for each heads." @@ -489,18 +373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its internal fire burns at 2,500 degrees Fahrenheit, making enough power that it can destroy a dump truck with one punch.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -514,29 +393,20 @@ "id": "sm75-10", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Charring Breath", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "120", "text": "If your opponent's Active Pokémon isn't Burned, this attack does nothing." @@ -548,18 +418,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It draws in air through its tail, transforms it into fire, and uses it like a tongue. It melts Durant and eats them.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -573,47 +438,30 @@ "id": "sm75-11", "name": "Reshiram-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vermilion-GX", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may attach up to 5 Fire Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -625,17 +473,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "PLANETA Otani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -649,22 +492,14 @@ "id": "sm75-12", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -676,17 +511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ryota Murayama", "rarity": "Common", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -700,32 +531,21 @@ "id": "sm75-13", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Dig Claws", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -737,17 +557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "MAHOU", "rarity": "Common", "flavorText": "Volcanoes or dry, craggy places are its home. It emanates a sweet-smelling poisonous gas that attracts bug Pokémon, then attacks them.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -761,30 +577,21 @@ "id": "sm75-14", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Ring of Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned. It can't retreat during your opponent's next turn." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -796,17 +603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Filled with pheromones, its poisonous gas can be diluted to use in the production of luscious perfumes.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -820,22 +623,14 @@ "id": "sm75-15", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Splatter", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -847,17 +642,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -871,22 +662,14 @@ "id": "sm75-16", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon." @@ -898,17 +681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mizue", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -922,23 +701,15 @@ "id": "sm75-17", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." @@ -950,17 +721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Yumi", "rarity": "Uncommon", "flavorText": "It is capable of swimming backwards by rapidly flapping its winglike pectoral fins and stout tail.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -974,14 +741,9 @@ "id": "sm75-18", "name": "Kingdra-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -989,27 +751,21 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Maelstrom-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -1021,17 +777,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1045,22 +796,14 @@ "id": "sm75-19", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1072,17 +815,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Sekio", "rarity": "Common", "flavorText": "Its reckless leaps make it easy pickings for predators. On the bright side, many Pokémon enjoy longer life spans, thanks to Magikarp.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1096,13 +835,9 @@ "id": "sm75-20", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "abilities": [ { @@ -1114,11 +849,7 @@ "attacks": [ { "name": "Wild Tail", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "You may discard any Stadium card in play." @@ -1130,20 +861,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "20", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "There are people who swear that any place Gyarados appears is fated for destruction.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1157,30 +881,20 @@ "id": "sm75-21", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Bullet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 10 more damage times the amount of Water Energy attached to this Pokémon." @@ -1192,18 +906,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "These Pokémon were once near extinction due to poaching. Following protective regulations, there is now an overabundance of them.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1217,31 +926,21 @@ "id": "sm75-22", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Fury Swipes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -1253,17 +952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Hironobu Yoshida", "rarity": "Common", "flavorText": "Its powerful, well-developed jaws are capable of crushing anything. Even its Trainer must be careful.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1277,35 +972,22 @@ "id": "sm75-23", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Sweep Away", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard the top 3 cards of your deck." @@ -1317,18 +999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Once it bites down, it won't let go until it loses its fangs. New fangs quickly grow into place.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1342,13 +1019,9 @@ "id": "sm75-24", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -1360,10 +1033,7 @@ "attacks": [ { "name": "Riptide", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each Water Energy card in your discard pile. Then, shuffle those cards into your deck." @@ -1375,19 +1045,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1401,32 +1065,21 @@ "id": "sm75-25", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1438,17 +1091,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "When the temperature cools in the evening, they emerge from water to seek food along the shore.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1462,13 +1111,9 @@ "id": "sm75-26", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "abilities": [ { @@ -1480,11 +1125,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." @@ -1496,18 +1137,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "This carefree Pokémon has an easygoing nature. While swimming, it always bumps into boat hulls.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1521,22 +1157,14 @@ "id": "sm75-27", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Bubble Shoot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage times the amount of Water Energy attached to this Pokémon to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1548,17 +1176,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Pursued by Mareanie for the branches on its head, this Pokémon will sometimes snap its own branches off as a diversion while it escapes.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1572,16 +1196,10 @@ "id": "sm75-28", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "abilities": [ { "name": "Submerge", @@ -1592,9 +1210,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1606,17 +1222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Although unattractive and unpopular, this Pokémon's marvelous vitality has made it a subject of research.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1630,31 +1242,21 @@ "id": "sm75-29", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Aurora Wave", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Aqua Split", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1666,17 +1268,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "hatachu", "rarity": "Uncommon", "flavorText": "It lives at the bottom of clear lakes. In times of war, it shows itself, which soothes people's minds and hearts.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1690,13 +1288,9 @@ "id": "sm75-30", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Murmurs of the Sea", @@ -1707,10 +1301,7 @@ "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1722,17 +1313,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It drifts in warm seas. It always returns to where it was born, no matter how far it may have drifted.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1746,13 +1333,9 @@ "id": "sm75-31", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Meet Up", @@ -1763,9 +1346,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1777,17 +1358,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It's awfully weak and notably tasty, so everyone is always out to get it. As it happens, anyone trying to bully it receives a painful lesson.", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1801,22 +1378,14 @@ "id": "sm75-32", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Mini Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1828,17 +1397,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "As it digs through the sand, its giant jaws crush any rocks that obstruct its path. It builds a funnel-shaped nest.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1852,13 +1417,9 @@ "id": "sm75-33", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -1870,11 +1431,7 @@ "attacks": [ { "name": "Dark Destruction", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -1892,18 +1449,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "The heads on their arms do not have brains. They use all three heads to consume and destroy everything.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1917,22 +1469,14 @@ "id": "sm75-34", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Wrap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1944,18 +1488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "After a 10-hour struggle, a fisherman was able to pull one up and confirm its existence.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1969,23 +1508,14 @@ "id": "sm75-35", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1997,18 +1527,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "After a 10-hour struggle, a fisherman was able to pull one up and confirm its existence.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2022,37 +1547,22 @@ "id": "sm75-36", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Dragon Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage for each heads." }, { "name": "Waterfall", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -2064,18 +1574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "sui", "rarity": "Uncommon", "flavorText": "From time immemorial, it has been venerated by agricultural peoples as an entity able to control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2089,14 +1594,9 @@ "id": "sm75-37", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2104,32 +1604,21 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "70", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon can't attack during your next turn." }, { "name": "Dragonporter-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 Dragon Pokémon from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -2141,18 +1630,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2166,24 +1649,15 @@ "id": "sm75-38", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Sonic Edge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -2195,17 +1669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "To help make its wings grow, it dissolves quantities of prey in its digestive juices and guzzles them down every day.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2219,13 +1689,9 @@ "id": "sm75-39", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -2237,11 +1703,7 @@ "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2253,17 +1715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "This Pokémon hides in the heart of sandstorms it creates and seldom appears where people can see it.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2277,13 +1735,9 @@ "id": "sm75-40", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -2295,10 +1749,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2310,17 +1761,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2334,13 +1781,9 @@ "id": "sm75-40a", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -2352,10 +1795,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2367,17 +1807,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40a", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2391,14 +1827,9 @@ "id": "sm75-41", "name": "Altaria-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2406,31 +1837,21 @@ "attacks": [ { "name": "Bright Tone", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX." }, { "name": "Sonic Edge", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Euphoria-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2442,16 +1863,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2465,32 +1882,21 @@ "id": "sm75-42", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Risky Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Dragon Eye", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2502,17 +1908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "With its steel-hard stone head, it headbutts indiscriminately. This is because of the stress it feels at being unable to fly.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2526,17 +1928,11 @@ "id": "sm75-43", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "abilities": [ { "name": "Energy Guard", @@ -2547,10 +1943,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2562,18 +1955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "They lurk deep within caves—motionless, neither eating nor drinking. Why they don't die is not known.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2587,14 +1975,9 @@ "id": "sm75-44", "name": "Salamence-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2609,23 +1992,14 @@ "attacks": [ { "name": "Bright Flame", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Flame Jet-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -2637,17 +2011,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2661,13 +2030,9 @@ "id": "sm75-45", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Rough Skin", @@ -2678,11 +2043,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2694,17 +2055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It warms its body by absorbing sunlight with its wings. When its body temperature falls, it can no longer move.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2718,33 +2075,20 @@ "id": "sm75-46", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Shred", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." @@ -2756,19 +2100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2782,31 +2120,20 @@ "id": "sm75-47", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Frost Spear", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2818,18 +2145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2843,46 +2165,30 @@ "id": "sm75-48", "name": "White Kyurem-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Raging Blade", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." }, { "name": "Dragon Nova-GX", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned and Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -2894,18 +2200,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2919,30 +2219,20 @@ "id": "sm75-49", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Rumble", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Raging Blade", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any damage counters on it, this attack does 60 more damage." @@ -2954,19 +2244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "It's thought to be monitoring the ecosystem. There are rumors that even greater power lies hidden within it.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2980,21 +2264,13 @@ "id": "sm75-50", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Explosive Jet", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard any amount of Fire Energy from your Pokémon. This attack does 50 damage for each card you discarded in this way." @@ -3006,19 +2282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It gushes fire and poisonous gases from its nostrils. Its dung is an explosive substance and can be put to various uses.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3032,30 +2302,20 @@ "id": "sm75-51", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dragon Wisdom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a basic Energy card from your discard pile to 1 of your Dragon Pokémon." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3067,17 +2327,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "This Pokémon is friendly to people and loves children most of all. It comes from deep in the mountains to play with children it likes in town.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3091,32 +2347,21 @@ "id": "sm75-52", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "attacks": [ { "name": "Rigidify", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3128,17 +2373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Yusuke Ohmura", "rarity": "Common", "flavorText": "They live in mountains where no trace of humans can be detected. Jangmo-o grow little by little as they battle one another.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3152,35 +2393,22 @@ "id": "sm75-53", "name": "Hakamo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Jangmo-o", - "evolvesTo": [ - "Kommo-o" - ], + "evolvesTo": ["Kommo-o"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Dragon Claw", - "cost": [ - "Lightning", - "Fighting", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3192,18 +2420,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "hatachu", "rarity": "Common", "flavorText": "It sheds and regrows its scales on a continuous basis. The scales become harder and sharper each time they're regrown.", - "nationalPokedexNumbers": [ - 783 - ], + "nationalPokedexNumbers": [783], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3217,32 +2440,21 @@ "id": "sm75-54", "name": "Kommo-o", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "attacks": [ { "name": "Guard Press", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Raging Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If this Pokémon has 8 or more damage counters on it, this attack does 120 more damage." @@ -3254,18 +2466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "Its rigid scales function as offense and defense. In the past, its scales were processed and used to make weapons and other commodities.", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3279,40 +2486,27 @@ "id": "sm75-55", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fetch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "One-Two Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3324,18 +2518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The child in its pouch leaves home after roughly three years. That is the only time the mother is heard to cry wildly.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3349,32 +2538,21 @@ "id": "sm75-56", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3392,17 +2570,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3416,22 +2590,14 @@ "id": "sm75-57", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3449,17 +2615,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3473,9 +2635,7 @@ "id": "sm75-58", "name": "Blaine's Last Stand", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Draw 2 cards for each Fire Pokémon you have in play.", @@ -3497,9 +2657,7 @@ "id": "sm75-59", "name": "Dragon Talon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Dragon Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.", @@ -3521,9 +2679,7 @@ "id": "sm75-60", "name": "Fiery Flint", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for up to 4 Fire Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -3545,9 +2701,7 @@ "id": "sm75-60a", "name": "Fiery Flint", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for up to 4 Fire Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -3569,10 +2723,7 @@ "id": "sm75-61", "name": "Lance ◇", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Prism Star" - ], + "subtypes": ["Supporter", "Prism Star"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Search your deck for up to 2 Dragon Pokémon and put them onto your Bench. Then, shuffle your deck.", @@ -3595,9 +2746,7 @@ "id": "sm75-62", "name": "Switch Raft", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Water Pokémon with 1 of your Benched Pokémon. If you do, heal 30 damage from the Pokémon you moved to your Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -3618,9 +2767,7 @@ "id": "sm75-63", "name": "Wela Volcano Park", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever a player flips a coin for the Special Condition Burned between turns, that Special Condition isn't removed even if the result is heads.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -3641,9 +2788,7 @@ "id": "sm75-64", "name": "Zinnia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Attach up to 2 basic Energy cards from your hand to 1 of your Dragon Pokémon.", @@ -3665,47 +2810,30 @@ "id": "sm75-65", "name": "Reshiram-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vermilion-GX", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may attach up to 5 Fire Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -3717,17 +2845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3741,14 +2864,9 @@ "id": "sm75-66", "name": "Kingdra-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3756,27 +2874,21 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Maelstrom-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -3788,17 +2900,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3812,14 +2919,9 @@ "id": "sm75-67", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3827,32 +2929,21 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "70", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon can't attack during your next turn." }, { "name": "Dragonporter-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 Dragon Pokémon from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -3864,18 +2955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "67", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3889,14 +2974,9 @@ "id": "sm75-68", "name": "Altaria-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3904,31 +2984,21 @@ "attacks": [ { "name": "Bright Tone", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX." }, { "name": "Sonic Edge", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Euphoria-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3940,16 +3010,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3963,9 +3029,7 @@ "id": "sm75-69", "name": "Blaine's Last Stand", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Draw 2 cards for each Fire Pokémon you have in play.", @@ -3987,9 +3051,7 @@ "id": "sm75-70", "name": "Zinnia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Attach up to 2 basic Energy cards from your hand to 1 of your Dragon Pokémon.", @@ -4011,47 +3073,30 @@ "id": "sm75-71", "name": "Reshiram-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vermilion-GX", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may attach up to 5 Fire Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -4063,17 +3108,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "PLANETA Igarashi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4087,14 +3127,9 @@ "id": "sm75-72", "name": "Altaria-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4102,31 +3137,21 @@ "attacks": [ { "name": "Bright Tone", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX." }, { "name": "Sonic Edge", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Euphoria-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4138,16 +3163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4161,14 +3182,9 @@ "id": "sm75-73", "name": "Salamence-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4183,23 +3199,14 @@ "attacks": [ { "name": "Bright Flame", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Flame Jet-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -4211,17 +3218,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4235,46 +3237,30 @@ "id": "sm75-74", "name": "White Kyurem-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Raging Blade", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." }, { "name": "Dragon Nova-GX", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned and Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -4286,18 +3272,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4311,9 +3291,7 @@ "id": "sm75-75", "name": "Dragon Talon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Dragon Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.", @@ -4335,9 +3313,7 @@ "id": "sm75-76", "name": "Fiery Flint", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Search your deck for up to 4 Fire Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", @@ -4359,9 +3335,7 @@ "id": "sm75-77", "name": "Switch Raft", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Water Pokémon with 1 of your Benched Pokémon. If you do, heal 30 damage from the Pokémon you moved to your Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4382,35 +3356,23 @@ "id": "sm75-78", "name": "Ultra Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Geyser", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." }, { "name": "Sky-Scorching Light-GX", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4422,17 +3384,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "PLANETA Igarashi", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/sm8.json b/cards/en/sm8.json index 6c2563c52..a01e032e4 100644 --- a/cards/en/sm8.json +++ b/cards/en/sm8.json @@ -3,34 +3,21 @@ "id": "sm8-1", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Bind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -42,18 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It tangles any moving thing with its vines. Their subtle shaking is ticklish if you get ensnared.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -67,34 +49,21 @@ "id": "sm8-2", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Hefty Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If this Pokémon was healed during this turn, this attack does 130 more damage." }, { "name": "Whip Smash", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -106,19 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Its vines grow so profusely that, in the warm season, you can't even see its eyes.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -132,23 +95,14 @@ "id": "sm8-3", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 20 more damage. If 2 of them are heads, this attack does 50 more damage. If all of them are heads, this attack does 70 more damage." @@ -160,17 +114,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "While young, they live together deep in the mountains, training themselves in how to fight with their scythes and move at high speeds.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -184,30 +134,20 @@ "id": "sm8-4", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Grip and Squeeze", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -219,18 +159,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "One solid blow from its horns is enough to split apart a large tree. Its greatest rival in Alola is Vikavolt.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -244,32 +179,21 @@ "id": "sm8-5", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -281,17 +205,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -305,22 +225,14 @@ "id": "sm8-6", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Mini Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -332,17 +244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "sowsow", "rarity": "Common", "flavorText": "It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -356,34 +264,22 @@ "id": "sm8-7", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -395,18 +291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The buds that ring its neck give off a spicy aroma that perks people up.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -420,13 +311,9 @@ "id": "sm8-8", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -438,12 +325,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -455,18 +337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "Meganium's breath has the power to revive dead grass and plants. It can make them healthy again.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -480,31 +357,21 @@ "id": "sm8-9", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Spider Scram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned. Put this Pokémon and all cards attached to it in the Lost Zone." }, { "name": "Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -516,17 +383,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Some fishermen weave its sturdy thread into nets to catch fish Pokémon.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -540,32 +403,21 @@ "id": "sm8-10", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "Trapping Thread", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Whenever your opponent plays an Item or Supporter card from their hand during their next turn, prevent all effects of that card done to the Defending Pokémon." }, { "name": "Poison Jab", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -577,17 +429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It spins thread from both its rear and its mouth. Then it wraps its prey up in thread and sips their bodily fluids at its leisure.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -601,22 +449,14 @@ "id": "sm8-11", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Multiply", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Hoppip and put it onto your Bench. Then, shuffle your deck." @@ -634,17 +474,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Mizue", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when Hoppip gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -658,22 +494,14 @@ "id": "sm8-12", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -691,17 +519,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "kawayoo", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when Hoppip gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -715,17 +539,11 @@ "id": "sm8-13", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "abilities": [ { "name": "Floral Path to the Sky", @@ -736,9 +554,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -760,9 +576,7 @@ "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "It spreads its petals to absorb sunlight. It also floats in the air to get closer to the sun.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -776,20 +590,14 @@ "id": "sm8-14", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "attacks": [ { "name": "Lost March", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon, except ◇ (Prism Star) Pokémon, in the Lost Zone." @@ -811,9 +619,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Even in the fiercest wind, it can control its fluff to make its way to any place in the world it wants.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -827,22 +633,14 @@ "id": "sm8-15", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -854,18 +652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It looks just like a pinecone. Its shell protects it from bird Pokémon that peck it by mistake.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -879,13 +672,9 @@ "id": "sm8-16", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Fresh Squeezed", @@ -896,9 +685,7 @@ "attacks": [ { "name": "Energy Drink", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 basic Energy cards from your discard pile to your Pokémon in any way you like." @@ -910,17 +697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It stores berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -934,14 +717,9 @@ "id": "sm8-17", "name": "Shuckle-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -955,18 +733,14 @@ "attacks": [ { "name": "Triple Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Wrap-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -978,16 +752,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1001,29 +771,20 @@ "id": "sm8-18", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Powerful Friends", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Stage 2 Pokémon on your Bench, this attack does 90 more damage." @@ -1035,18 +796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "With its Herculean powers, it can easily throw around an object that is 100 times its own weight.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1060,32 +816,23 @@ "id": "sm8-19", "name": "Celebi ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Time Distortion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve any number of your Benched Pokémon as many times as you like. Put each Evolution card removed this way into your hand." }, { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." @@ -1097,17 +844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Rare Prism Star", "flavorText": "It has the power to travel across time, but it is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1121,22 +864,14 @@ "id": "sm8-20", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -1148,17 +883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1172,17 +903,11 @@ "id": "sm8-21", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "abilities": [ { "name": "Sunshine Grace", @@ -1193,10 +918,7 @@ "attacks": [ { "name": "Slicing Blade", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1208,18 +930,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1233,14 +950,9 @@ "id": "sm8-22", "name": "Sceptile-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1248,28 +960,21 @@ "attacks": [ { "name": "Mach Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Leaf Cyclone", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "130", "text": "Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Jungle Heal-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)" @@ -1281,16 +986,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Yoshinobu Saito", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1304,23 +1005,14 @@ "id": "sm8-23", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1332,17 +1024,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "kirisAki", "rarity": "Common", "flavorText": "It lives among the tall grass and in forests. It repels attacks by raising up the spikes on its rear.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1356,23 +1044,14 @@ "id": "sm8-24", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -1384,17 +1063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It lives among the tall grass and in forests. It repels attacks by raising up the spikes on its rear.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1408,32 +1083,22 @@ "id": "sm8-25", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Cocoon Collector", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 in any combination of Silcoon and Cascoon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Rolling Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1445,19 +1110,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "It drinks dew that collects on its silk and waits for evolution. Its hard cocoon repels attacks.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1471,29 +1130,21 @@ "id": "sm8-26", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Butterfly Edge", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -1505,17 +1156,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "0313", "rarity": "Rare", "flavorText": "It has an aggressive nature. It stabs prey with its long, narrow mouth to drain the prey's fluids.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1529,33 +1176,22 @@ "id": "sm8-27", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Cocoon Collector", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 in any combination of Silcoon and Cascoon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1567,18 +1203,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It never forgets any attack it endured while in the cocoon. After evolution, it seeks payback.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1592,13 +1223,9 @@ "id": "sm8-28", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "abilities": [ { @@ -1610,10 +1237,7 @@ "attacks": [ { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1625,18 +1249,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It violently flutters its wings to scatter toxic dust when attacked. It becomes active after sunset.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1650,22 +1269,14 @@ "id": "sm8-29", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -1677,17 +1288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "It can sometimes live underground for more than 10 years. It absorbs nutrients from the roots of trees.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1701,17 +1308,11 @@ "id": "sm8-30", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Molting", @@ -1722,9 +1323,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -1740,9 +1339,7 @@ "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Because it moves so quickly, it sometimes becomes unseeable. It congregates around tree sap.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1756,22 +1353,14 @@ "id": "sm8-31", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Bee March", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Combee and put them onto your Bench. Then, shuffle your deck." @@ -1783,17 +1372,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It collects and delivers honey to its colony. At night, they cluster to form a beehive and sleep.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1807,20 +1392,14 @@ "id": "sm8-32", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "attacks": [ { "name": "Commanding Queen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "120", "text": "If you have 4 or fewer Grass Pokémon on your Bench, this attack does nothing." @@ -1832,18 +1411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "chibi", "rarity": "Uncommon", "flavorText": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by Combee.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1857,13 +1431,9 @@ "id": "sm8-33", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Floral Heal", @@ -1874,10 +1444,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1889,17 +1456,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Sekio", "rarity": "Rare Holo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1913,42 +1476,30 @@ "id": "sm8-34", "name": "Virizion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Sensitive Blade", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 80 more damage." }, { "name": "Breeze Away-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any number of your Pokémon in play and all cards attached to them into your hand. (You can't use more than 1 GX attack in a game.)" @@ -1960,16 +1511,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1983,32 +1530,21 @@ "id": "sm8-35", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2020,17 +1556,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "If it has sunshine and water, it doesn't need to eat, because it can generate energy from the leaves on its back.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2044,32 +1576,21 @@ "id": "sm8-36", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Leaf Wallop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Leaf Wallop attack does 50 more damage (before applying Weakness and Resistance)." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2081,18 +1602,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "They inhabit mountainous regions. The leader of the herd is decided by a battle of clashing horns.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2106,31 +1622,20 @@ "id": "sm8-37", "name": "Tapu Bulu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Heavy Punch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your opponent's Benched Pokémon." }, { "name": "Wild Tackle", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -2142,18 +1647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "The guardian deity of Ula'ula is a lazy Pokémon. It commands plants to immobilize its foes and then deals them a savage blow with its horns.", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2167,30 +1667,20 @@ "id": "sm8-38", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Assisting Heater", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Fire Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Fire Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2202,17 +1692,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2226,22 +1712,14 @@ "id": "sm8-39", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack doesn't happen." @@ -2253,17 +1731,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It has a timid nature. If it is startled, the flames on its back burn more vigorously.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2277,23 +1751,14 @@ "id": "sm8-40", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2305,17 +1770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "kirisAki", "rarity": "Common", "flavorText": "It has a timid nature. If it is startled, the flames on its back burn more vigorously.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2329,35 +1790,22 @@ "id": "sm8-41", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Super Singe", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Burned." @@ -2369,18 +1817,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "Be careful if it turns its back during battle. It means that it will attack with the fire on its back.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2394,13 +1837,9 @@ "id": "sm8-42", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "abilities": [ { @@ -2412,12 +1851,7 @@ "attacks": [ { "name": "Lost Flame", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "120", "text": "Put 2 Energy attached to your opponent's Active Pokémon in the Lost Zone." @@ -2429,18 +1863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2454,34 +1883,21 @@ "id": "sm8-43", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard an Energy from this Pokémon." @@ -2493,19 +1909,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2519,14 +1929,9 @@ "id": "sm8-44", "name": "Magcargo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2541,20 +1946,14 @@ "attacks": [ { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Discard any amount of basic Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." }, { "name": "Burning Magma-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -2566,18 +1965,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2591,31 +1984,21 @@ "id": "sm8-45", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Fire"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Team Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card for each of your Houndour in play." }, { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2627,17 +2010,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "To corner prey, they check each other's location using barks that only they can understand.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2651,30 +2030,21 @@ "id": "sm8-46", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndour", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Attack Operation", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you have more cards in your hand than your opponent, this attack does 80 more damage." @@ -2686,17 +2056,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Sekio", "rarity": "Rare", "flavorText": "The flames it breathes when angry contain toxins. If they cause a burn, it will hurt forever.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2710,31 +2076,20 @@ "id": "sm8-47", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Eruption", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Each player discards the top card of their deck. This attack does 60 more damage for each Energy card discarded in this way." @@ -2746,18 +2101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2771,33 +2121,20 @@ "id": "sm8-48", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Lava Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heat Bazooka", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard the top 5 cards of your deck." @@ -2809,20 +2146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2836,20 +2166,13 @@ "id": "sm8-49", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "V-Beatdown", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Basic Pokémon in play." @@ -2861,17 +2184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "sowsow", "rarity": "Rare", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2885,16 +2204,10 @@ "id": "sm8-50", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "abilities": [ { "name": "Wild Dash", @@ -2905,10 +2218,7 @@ "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -2920,18 +2230,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "They set off on their own from their pride and live by themselves to become stronger. These hot-blooded Pokémon are quick to fight.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2945,32 +2250,21 @@ "id": "sm8-51", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2982,18 +2276,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Hasuno", "rarity": "Rare", "flavorText": "With fiery breath of more than 10,000 degrees Fahrenheit, they viciously threaten any challenger. The females protect the pride's cubs.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3007,43 +2296,30 @@ "id": "sm8-52", "name": "Blacephalon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bursting Burn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Confused." }, { "name": "Mind Blown", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "Put any amount of Fire Energy attached to your Pokémon in the Lost Zone. This attack does 50 damage for each card put in the Lost Zone in this way." }, { "name": "Burst-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 of your Prize cards. If it's an Energy card, attach it to 1 of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3055,17 +2331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3079,16 +2350,10 @@ "id": "sm8-53", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "abilities": [ { "name": "Secret Alleyway", @@ -3099,10 +2364,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3114,17 +2376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "In hot weather, this Pokémon makes ice shards with its six tails and sprays them around to cool itself off.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3138,23 +2396,14 @@ "id": "sm8-54", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3166,18 +2415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Alolan home cooking involves drying Slowpoke tails and then simmering them into a salty stew.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3191,31 +2435,21 @@ "id": "sm8-55", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Memory Melt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your opponent's hand and put a card you find there in the Lost Zone." }, { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -3227,18 +2461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "sowsow", "rarity": "Rare", "flavorText": "This Pokémon is so famed for its intellect that a proverb still persists in some regions: \"When in doubt, ask Slowking.\"", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3252,13 +2481,9 @@ "id": "sm8-56", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Go for a Swim", @@ -3269,10 +2494,7 @@ "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3284,18 +2506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Sekio", "rarity": "Rare", "flavorText": "These Pokémon were once near extinction due to poaching. Following protective regulations, there is now an overabundance of them.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3309,29 +2526,20 @@ "id": "sm8-57", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Happy Delivery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose any number of your Benched Pokémon that don't already have a Pokémon Tool attached to them. For each of those Pokémon, search your deck for a Pokémon Tool card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3343,17 +2551,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "It has a generous habit of sharing its food with people and Pokémon, so it's always scrounging around for more food.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3367,13 +2571,9 @@ "id": "sm8-58", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Mantine Surf", @@ -3384,11 +2584,7 @@ "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3406,19 +2602,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "While elegantly swimming in the sea, it ignores Remoraid that cling to its fins seeking food scraps.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3432,13 +2622,9 @@ "id": "sm8-59", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Frozen Flow", @@ -3449,11 +2635,7 @@ "attacks": [ { "name": "Aurora Gain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -3465,17 +2647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3489,14 +2667,9 @@ "id": "sm8-60", "name": "Suicune-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3510,22 +2683,14 @@ "attacks": [ { "name": "Cure Stream", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Brinicles-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3537,17 +2702,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3561,32 +2721,21 @@ "id": "sm8-61", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Secondary Chills", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only on your first turn. Your opponent's Active Pokémon is now Paralyzed." }, { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3598,18 +2747,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "0313", "rarity": "Common", "flavorText": "Their snot is a barometer of health. When healthy, their snot is sticky and the power of their ice moves increases.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3623,34 +2767,21 @@ "id": "sm8-62", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Resolute Claws", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 60 more damage (before applying Weakness and Resistance)." }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -3662,19 +2793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Mina Nakai", "rarity": "Rare", "flavorText": "It freezes its breath to create fangs and claws of ice to fight with. Cold northern areas are its habitat.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3688,31 +2813,20 @@ "id": "sm8-63", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Field Crush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent has a Stadium card in play, discard it." }, { "name": "Freezing Flames", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fire Energy attached to it, this attack does 80 more damage." @@ -3724,19 +2838,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3750,23 +2858,14 @@ "id": "sm8-64", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Disarming Voice", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -3778,17 +2877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3802,22 +2897,14 @@ "id": "sm8-65", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Blot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -3829,17 +2916,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Yusuke Ohmura", "rarity": "Common", "flavorText": "This Pokémon can control water bubbles. It practice diligently so it can learn to make big bubbles.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3853,32 +2936,22 @@ "id": "sm8-66", "name": "Brionne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Popplio", - "evolvesTo": [ - "Primarina" - ], + "evolvesTo": ["Primarina"], "attacks": [ { "name": "Captivate", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3890,18 +2963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It cares deeply for its companions. When its Trainer is feeling down, it performs a cheery dance to try and help.", - "nationalPokedexNumbers": [ - 729 - ], + "nationalPokedexNumbers": [729], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3915,13 +2983,9 @@ "id": "sm8-67", "name": "Primarina", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Brionne", "abilities": [ { @@ -3933,11 +2997,7 @@ "attacks": [ { "name": "Hypno Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3949,18 +3009,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its singing voice is its chief weapon in battle. This Pokémon's Trainer must prioritize the daily maintenance of its throat at all costs.", - "nationalPokedexNumbers": [ - 730 - ], + "nationalPokedexNumbers": [730], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3974,22 +3029,14 @@ "id": "sm8-68", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Water"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -4001,17 +3048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It's found crawling on beaches and seafloors. The coral that grows on Corsola's head is as good as a five-star banquet to this Pokémon.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4025,30 +3068,21 @@ "id": "sm8-69", "name": "Toxapex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mareanie", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Venom Fever", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50×", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 50 damage for each damage counter on that Pokémon." @@ -4060,19 +3094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Those attacked by Toxapex's poison will suffer intense pain for three days and three nights. Post-recovery, there will be some aftereffects.", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4086,29 +3114,20 @@ "id": "sm8-70", "name": "Bruxish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Follow the Wound", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4120,17 +3139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It stuns its prey with psychokinesis and then grinds them to mush with its strong teeth. Even Shellder's shell is no match for it.", - "nationalPokedexNumbers": [ - 779 - ], + "nationalPokedexNumbers": [779], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4144,23 +3159,14 @@ "id": "sm8-71", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4178,18 +3184,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Electricity leaks from it in amounts far greater than the amount of electricity it eats.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4203,32 +3204,21 @@ "id": "sm8-72", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Electrocharge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "High-Voltage Knuckle", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "Discard 3 Energy from this Pokémon." @@ -4246,20 +3236,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "72", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "When it gets excited, it thumps its chest. With every thud, thunder roars and electric sparks shower all around.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4273,32 +3256,21 @@ "id": "sm8-73", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4316,17 +3288,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It lives in the depths beyond the reach of sunlight. It flashes lights on its antennae to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4340,30 +3308,21 @@ "id": "sm8-74", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Salvage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 4 Item cards from your discard pile into your deck." }, { "name": "Signal Beam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -4381,18 +3340,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "This Pokémon flashes a bright light that blinds its prey. This creates an opening for it to deliver an electrical attack.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4406,16 +3360,10 @@ "id": "sm8-75", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "abilities": [ { "name": "Fluffy Pillow", @@ -4426,10 +3374,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4447,17 +3392,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It stores lots of air in its soft fur, allowing it to stay cool in summer and warm in winter.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4471,22 +3412,14 @@ "id": "sm8-76", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4504,17 +3437,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "0313", "rarity": "Common", "flavorText": "It stores lots of air in its soft fur, allowing it to stay cool in summer and warm in winter.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4528,24 +3457,15 @@ "id": "sm8-77", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Signal Beam", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." @@ -4563,17 +3483,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4587,13 +3503,9 @@ "id": "sm8-78", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -4605,10 +3517,7 @@ "attacks": [ { "name": "Split Bomb", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4626,18 +3535,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4651,20 +3555,13 @@ "id": "sm8-79", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Lost Voltage", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Lightning Energy cards in the Lost Zone, this attack does 90 more damage." @@ -4682,18 +3579,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "This rough Pokémon stores energy inside its body, then sweeps across the land, shooting off electricity.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4707,19 +3599,13 @@ "id": "sm8-80", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Overshort", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon. If you discarded a Pokémon Tool card in this way, this attack does 40 more damage, and your opponent's Active Pokémon is now Paralyzed." @@ -4737,17 +3623,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4761,32 +3643,21 @@ "id": "sm8-81", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Flop", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Zap Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4804,17 +3675,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4828,13 +3695,9 @@ "id": "sm8-82", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "abilities": [ { @@ -4846,10 +3709,7 @@ "attacks": [ { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4867,17 +3727,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4891,28 +3747,20 @@ "id": "sm8-83", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage for each damage counter on this Pokémon." }, { "name": "Thunder Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Discard a Lightning Energy from this Pokémon." @@ -4930,19 +3778,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers a jolt of electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4956,28 +3798,20 @@ "id": "sm8-84", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Nuzzle Shot", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage for each of your Pokémon in play that has the Nuzzle attack to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4995,17 +3829,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "MAHOU", "rarity": "Common", "flavorText": "It uses its tail to absorb electricity from power plants or from outlets in houses, and then it fires the electricity from its whiskers.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5019,31 +3849,20 @@ "id": "sm8-85", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Strafe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Flashing Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't use Flashing Bolt during your next turn." @@ -5061,17 +3880,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It confuses its enemies by flying too quickly for the eye to follow. It has a hair-trigger temper but forgets what made it angry an instant later.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5085,14 +3900,9 @@ "id": "sm8-86", "name": "Zeraora-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5106,20 +3916,14 @@ "attacks": [ { "name": "Plasma Fists", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Full Voltage-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -5137,17 +3941,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "PLANETA Otani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5161,23 +3960,14 @@ "id": "sm8-87", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Lost March", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon, except ◇ (Prism Star) Pokémon, in the Lost Zone." @@ -5189,17 +3979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "It usually forages for food on the ground bu may, on rare occasions, hop onto branches to peck at shoots.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5213,32 +3999,21 @@ "id": "sm8-88", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Energy Gaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Your opponent reveals their hand. If you find any Energy cards there, this attack does 60 more damage." }, { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -5250,17 +4025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "They say that it stays still and quiet because it is seeing both the past and future at the same time.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5274,29 +4045,21 @@ "id": "sm8-89", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Allure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Energy Crush", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to all of your opponent's Pokémon." @@ -5308,17 +4071,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Ryota Murayama", "rarity": "Rare", "flavorText": "It unleashes psychic power from the orb on its forehead. When its power is exhausted, the orb grows dull and dark.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5332,13 +4091,9 @@ "id": "sm8-90", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "DAMAGE", @@ -5349,9 +4104,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5363,17 +4116,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -5387,13 +4136,9 @@ "id": "sm8-91", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "HAND", @@ -5404,9 +4149,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5418,17 +4161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -5442,13 +4181,9 @@ "id": "sm8-92", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "MISSING", @@ -5459,9 +4194,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5473,17 +4206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5497,13 +4226,9 @@ "id": "sm8-93", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shady Tail", @@ -5514,10 +4239,7 @@ "attacks": [ { "name": "Knock Away", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5529,18 +4251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "To keep its pitch-black tail hidden, it live quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5554,30 +4271,20 @@ "id": "sm8-94", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Get Lost", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 cards from your opponent's discard pile in the Lost Zone." }, { "name": "Mind Shock", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -5589,17 +4296,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent by biting.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5613,13 +4316,9 @@ "id": "sm8-95", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nincada", "abilities": [ { @@ -5631,25 +4330,19 @@ "attacks": [ { "name": "Haunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "kawayoo", "rarity": "Rare", "flavorText": "A most peculiar Pokémon that somehow appears in a Poké Ball when a Nincada evolves.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5663,44 +4356,32 @@ "id": "sm8-96", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Quick Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack on your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "This Pokémon is feared. When its gemstone eyes begin to glow with a sinister shine, it's believed that Sableye will steal people's spirits away.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5714,13 +4395,9 @@ "id": "sm8-97", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Distortion Door", @@ -5731,11 +4408,7 @@ "attacks": [ { "name": "Shadow Impact", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Put 4 damage counters on 1 of your Pokémon." @@ -5753,19 +4426,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5779,14 +4446,9 @@ "id": "sm8-98", "name": "Sigilyph-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5800,22 +4462,14 @@ "attacks": [ { "name": "Sonic Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Intercept-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "This attack does 60 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5833,17 +4487,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "PLANETA Otani", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5857,22 +4506,14 @@ "id": "sm8-99", "name": "Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Psychic"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -5890,17 +4531,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Each of them carries a mask that used to be its face when it was human. Sometimes they look at it and cry.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5914,21 +4551,14 @@ "id": "sm8-100", "name": "Cofagrigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Yamask", "attacks": [ { "name": "Spirit Juggling", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Discard any number of your Benched Pokémon. This attack does 30 more damage for each Benched Pokémon you discarded in this way." @@ -5946,19 +4576,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "Grave robbers who mistake them for real coffins and get too close end up trapped inside their bodies.", - "nationalPokedexNumbers": [ - 563 - ], + "nationalPokedexNumbers": [563], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5972,22 +4596,14 @@ "id": "sm8-101", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -6005,17 +4621,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Litwick shines a light that absorbs the life energy of people and Pokémon, which becomes the fuel that it burns.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6029,23 +4641,15 @@ "id": "sm8-102", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon." @@ -6063,17 +4667,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "It arrives near the moment of death and steals spirit from the body.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6087,30 +4687,21 @@ "id": "sm8-103", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Lampent", "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Vortex of Pain", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each damage counter on all of your opponent's Pokémon." @@ -6128,18 +4719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "The spirits burned up in its ominous flame lose their way and wander this world forever.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6153,30 +4739,20 @@ "id": "sm8-104", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Miracle Harmony", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip a coin for each of your Pokémon in play that has the Sing attack. This attack does 10 damage for each heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6188,17 +4764,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "nagimiso", "rarity": "Rare", "flavorText": "Its melodies are sung with a special vocalization method that can control the feels of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6212,32 +4784,21 @@ "id": "sm8-105", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Psychic"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pin Missile", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage for each heads." @@ -6249,17 +4810,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It plunges the poison spike on its head into its prey. When the prey has weakened, Mareanie deals the finishing blow with its 10 tentacles.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6273,29 +4830,20 @@ "id": "sm8-106", "name": "Nihilego", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Nightcap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if your opponent has exactly 2 Prize cards remaining. Choose 1 of your opponent's Pokémon's attacks and use it as this attack." }, { "name": "Void Tentacles", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -6307,17 +4855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "One of the Ultra Beasts, it's unclear whether or not this Pokémon is sentient, but sometimes it can be observed behaving like a young girl.", - "nationalPokedexNumbers": [ - 793 - ], + "nationalPokedexNumbers": [793], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6331,33 +4875,21 @@ "id": "sm8-107", "name": "Poipole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Naganadel" - ], + "types": ["Psychic"], + "evolvesTo": ["Naganadel"], "attacks": [ { "name": "Eye Opener", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at your face-down Prize cards." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6369,17 +4901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "This Ultra Beast is well enough liked to be chosen as a first partner in its own world.", - "nationalPokedexNumbers": [ - 803 - ], + "nationalPokedexNumbers": [803], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6393,14 +4921,9 @@ "id": "sm8-108", "name": "Naganadel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "Ultra Beast"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "abilities": [ { @@ -6412,11 +4935,7 @@ "attacks": [ { "name": "Turning Point", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have exactly 3 Prize cards remaining, this attack does 80 more damage." @@ -6428,17 +4947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It stores hundreds of liters of poisonous liquid inside its body. It is one of the organisms known as UBs.", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6452,25 +4967,14 @@ "id": "sm8-109", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Land Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -6482,20 +4986,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "109", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It usually lives underground. It searches for food while boring its way through the ground at 50 miles per hour.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6509,19 +5006,13 @@ "id": "sm8-110", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Reply Strongly", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn while it was your Active Pokémon, this attack does 80 more damage." @@ -6533,18 +5024,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Apparently, the larger the green parts of this Pokémon, the more collectors value it. It's a particular favorite among elderly people.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6558,23 +5044,14 @@ "id": "sm8-111", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Last Resort", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -6586,18 +5063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6611,13 +5083,9 @@ "id": "sm8-112", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "abilities": [ { @@ -6629,11 +5097,7 @@ "attacks": [ { "name": "Rolling Spin", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your next turn, this Pokémon's Rolling Spin attack does 70 more damage (before applying Weakness and Resistance)." @@ -6645,19 +5109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "The longer and bigger its tusks, the higher its rank in its herd. The tusks take long to grow.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6671,30 +5129,20 @@ "id": "sm8-113", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Triple Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads." @@ -6706,17 +5154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "If you are enchanted by its smooth, dance-like kicks, you may get a closer experience with one than you'd like.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6730,16 +5174,10 @@ "id": "sm8-114", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "abilities": [ { "name": "Submerge", @@ -6750,9 +5188,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6764,17 +5200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6788,23 +5220,14 @@ "id": "sm8-115", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Second Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If your opponent's Active Pokémon already has 3 or more damage counters on it, this attack does 70 more damage." @@ -6816,17 +5239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6840,17 +5259,11 @@ "id": "sm8-116", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "abilities": [ { "name": "Hard Shell Evolution", @@ -6861,11 +5274,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6877,19 +5286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "116", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6903,30 +5306,20 @@ "id": "sm8-117", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Diamond Gate", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card and a Stadium card, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Guard Press", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." @@ -6938,17 +5331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Although this Pokémon is not especially rare, its glittering, jewel-draped body draws attention from people.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6962,22 +5351,14 @@ "id": "sm8-118", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Spoil the Fun", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If you go second, this attack does 60 more damage during your first turn." @@ -6995,17 +5376,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "When its delicate pride is wounded, or when the gold coin on its forehead is dirtied, it flies into a hysterical rage.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7019,20 +5396,14 @@ "id": "sm8-119", "name": "Alolan Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Meowth", "attacks": [ { "name": "Empty Threat", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "90-", "text": "This attack does 30 less damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -7050,17 +5421,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It looks down on everyone other than itself. Its preferred tactics are sucker punches and blindside attacks.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7074,30 +5441,21 @@ "id": "sm8-120", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Retaliate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -7115,17 +5473,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Ryota Murayama", "rarity": "Rare", "flavorText": "With its black fur, it blends into the darkness. It bides its time, and when prey appears, this Pokémon goes for its threat, and then eats it.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7139,14 +5493,9 @@ "id": "sm8-121", "name": "Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7161,22 +5510,14 @@ "attacks": [ { "name": "Dusty Ruckus", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to each of your opponent's Benched Basic Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lay the Smackdown-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7194,18 +5535,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "121", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7219,22 +5554,14 @@ "id": "sm8-122", "name": "Alolan Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Metal"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Call for Family", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -7252,17 +5579,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its golden hairs function as sensors. It pokes them out of its burrow to monitor its surroundings.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7276,20 +5599,14 @@ "id": "sm8-123", "name": "Alolan Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Diglett", "attacks": [ { "name": "Digging Dash", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "60", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -7307,17 +5624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "These Pokémon are cherished in the Alola region, where they are thought to be feminine deities of the land incarnate.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7331,31 +5644,21 @@ "id": "sm8-124", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Thorny Eruption", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. This attack does 10 damage for each heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lost Blast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Put this Pokémon and all cards attached to it in the Lost Zone." @@ -7373,18 +5676,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "It remains immovably rooted to its tree. It scatters piece of its hard shell to drive its enemies away.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7398,34 +5696,21 @@ "id": "sm8-125", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon does 50 damage to itself." @@ -7443,20 +5728,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "125", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It chews its way through boulders with its sturdy jaws. Its eyes can see in the darkness underground.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7470,13 +5748,9 @@ "id": "sm8-126", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "abilities": [ { @@ -7488,10 +5762,7 @@ "attacks": [ { "name": "Special Blow", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 70 more damage." @@ -7509,17 +5780,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Once it has identified an enemy, this Pokémon smashes it mercilessly with pinces hard as steel.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7533,33 +5800,20 @@ "id": "sm8-127", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Turn Back Time", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand." }, { "name": "Power Blast", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -7577,18 +5831,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7602,29 +5851,20 @@ "id": "sm8-128", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Knock Over", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard any Stadium card in play." }, { "name": "Mountain Munch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." @@ -7642,17 +5882,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "They attack in groups, covering themselves in steel armor to protect themselves from Heatmor.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7666,31 +5902,20 @@ "id": "sm8-129", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Metal Arms", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 40 more damage." @@ -7708,18 +5933,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It has a body and heart of steel. It worked with its allies to punish people when they hurt Pokémon.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7733,14 +5953,9 @@ "id": "sm8-130", "name": "Genesect-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7754,22 +5969,14 @@ "attacks": [ { "name": "Burst Shot", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Break Buster-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -7787,17 +5994,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "Yoshinobu Saito", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7811,29 +6013,20 @@ "id": "sm8-131", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Energy Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -7851,17 +6044,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its mechanized body is merely a vessel. Its true self is its Soul-Heart, an artificial soul.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7875,14 +6064,9 @@ "id": "sm8-132", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7897,20 +6081,14 @@ "attacks": [ { "name": "Snowy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sublimation-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -7928,17 +6106,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7952,32 +6125,21 @@ "id": "sm8-133", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Pound", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -7995,18 +6157,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Jigglypuff posses a vocal range that exceeds 12 octaves, but each individual's singing skill depends on its own effort.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8020,32 +6177,21 @@ "id": "sm8-134", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Charmed Slap", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If this Pokémon has a Pokémon Tool card that has \"Fairy Charm\" in its name attached to it, this attack does 70 more damage." @@ -8063,18 +6209,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "nagimiso", "rarity": "Rare", "flavorText": "As it inhales, it expands…and expands…and expands. Wigglytuff compete to see which one can inflate itself the most.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8088,23 +6229,14 @@ "id": "sm8-135", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Fairy"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8122,18 +6254,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "135", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The tip of its tail is filled with oil that is lighter than water, so it acts as a float.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8147,31 +6274,21 @@ "id": "sm8-136", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Marill", "attacks": [ { "name": "Polka-Dot Search", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 8 cards of your deck and attach any number of Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck." }, { "name": "Play Rough", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -8189,18 +6306,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "136", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "The bubble-like pattern on its stomach helps it camouflage itself when it's in the water.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8214,22 +6326,14 @@ "id": "sm8-137", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Make a Mess", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20×", "text": "Discard up to 2 Trainer cards from your hand. This attack does 20 damage for each card you discarded in this way." @@ -8247,18 +6351,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "137", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Its growls make its opponents uneasy. This laid-back Pokémon tends to sleep half the day.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8272,31 +6371,21 @@ "id": "sm8-138", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "All Out", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30+", "text": "If you have no cards in your hand, this attack does 130 more damage." }, { "name": "Giant Fangs", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -8314,19 +6403,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "138", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "More timid than Snubbull, this Pokémon is doted on by young people amused at the contrast between its looks and its attitude.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8340,32 +6423,21 @@ "id": "sm8-139", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fairy"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Beckon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Supporter card from your discard pile into your hand." }, { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8383,17 +6455,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "139", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It is highly attuned to the emotions of people and Pokémon. It hides if it senses hostility.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8407,36 +6475,22 @@ "id": "sm8-140", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Disarming Voice", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -8454,17 +6508,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It has a psychic power that enabled it to distort the space around it and see into the future.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8478,31 +6528,21 @@ "id": "sm8-141", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Brilliant Search", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Sensitive Ray", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If you played a Supporter card from your hand during this turn, this attack does 90 more damage." @@ -8520,18 +6560,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "141", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "It has the power to predict the future. Its power peaks when it is protecting its Trainer.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8545,19 +6580,13 @@ "id": "sm8-142", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Zzzap Touch", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused. If tails, your opponent's Active Pokémon is now Paralyzed." @@ -8575,17 +6604,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "It uses its tail to absorb electricity from power plants or from outlets in houses, and then it fires the electricity from its whiskers.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8599,31 +6624,20 @@ "id": "sm8-143", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Wonder Ray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon by any Pokémon that has an Ability." }, { "name": "Power Gem", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -8641,17 +6655,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Although this Pokémon is not especially rare, its glittering, jewel-draped body draws attention from people.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8665,14 +6675,9 @@ "id": "sm8-144", "name": "Xerneas ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "160", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -8686,11 +6691,7 @@ "attacks": [ { "name": "Bright Horns", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't use Bright Horns during your next turn." @@ -8708,18 +6709,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "144", "artist": "Shin Nagasawa", "rarity": "Rare Prism Star", "flavorText": "When the horns on its head shine in seven colors, it is said to be sharing everlasting life.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8733,22 +6729,14 @@ "id": "sm8-145", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Fairy"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." @@ -8770,9 +6758,7 @@ "artist": "Midori Harada", "rarity": "Common", "flavorText": "Myriads of Cutiefly flutter above the heads of people who have auras resembling those of flowers.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8786,13 +6772,9 @@ "id": "sm8-146", "name": "Ribombee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cutiefly", "abilities": [ { @@ -8804,9 +6786,7 @@ "attacks": [ { "name": "Stampede", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -8828,9 +6808,7 @@ "artist": "Hasuno", "rarity": "Rare", "flavorText": "Some of Ribombee's pollen puffs are highly nutritious. They are sometimes sold as supplements.", - "nationalPokedexNumbers": [ - 743 - ], + "nationalPokedexNumbers": [743], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8844,22 +6822,14 @@ "id": "sm8-147", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Fairy"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Perplex", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -8877,17 +6847,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "You Iribi", "rarity": "Common", "flavorText": "As it drowses the day away, it nourishes itself by sucking from tree roots. It wakens at the fall of night, wandering off in search of a new tree.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8901,13 +6867,9 @@ "id": "sm8-148", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Morelull", "abilities": [ { @@ -8919,10 +6881,7 @@ "attacks": [ { "name": "Dream's Touch", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "50", "text": "If your opponent's Active Pokémon is Asleep, your opponent shuffles all Energy from it into their deck." @@ -8940,18 +6899,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "148", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It emits flickering spores that cause drowsiness. When its prey succumb to sleep, this Pokémon feeds on them by sucking in their energy.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8965,57 +6919,41 @@ "id": "sm8-149", "name": "Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Perplex", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Let's Snuggle & Fall", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Dream Fear-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "149", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9029,13 +6967,9 @@ "id": "sm8-150", "name": "Tapu Lele", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Charmed Charm", @@ -9046,11 +6980,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -9068,17 +6998,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "As it flutters about, it scatters its strangely glowing scales. Touching them is said to restore good health on the spot.", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9092,31 +7018,20 @@ "id": "sm8-151", "name": "Tapu Fini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Dream Away", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent shuffles their Active Pokémon and all cards attached to it into their deck." }, { "name": "Wonder Shine", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Confused." @@ -9134,17 +7049,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "151", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "The guardian deity of Poni, it can control water. People say it can create pure water that will wash away any uncleanness.", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9158,33 +7069,21 @@ "id": "sm8-152", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Healing Pirouette", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from each of your Pokémon." }, { "name": "Sympathetic Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If your opponent's Active Pokémon already has any damage counters on it before this attack does damage, this attack does nothing." @@ -9196,18 +7095,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "MAHOU", "rarity": "Common", "flavorText": "Not only are these Pokémon fast runners, they're also few in number, so anyone who finds one must be lucky indeed.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9221,13 +7115,9 @@ "id": "sm8-153", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -9239,11 +7129,7 @@ "attacks": [ { "name": "Powerful Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 80 damage for each heads." @@ -9255,19 +7141,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "153", "artist": "MAHOU", "rarity": "Rare Holo", "flavorText": "Its fluffy fur coat acts as a sensor, enabling it to read the feelings of people and Pokémon.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9281,14 +7161,9 @@ "id": "sm8-154", "name": "Ditto ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -9305,17 +7180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "154", "artist": "kirisAki", "rarity": "Rare Prism Star", "flavorText": "With its astonishing capacity for metamorphosis, it can get along with anything. It does not get along well with its fellow Ditto.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9329,13 +7200,9 @@ "id": "sm8-155", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -9349,9 +7216,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -9363,17 +7228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "Sekio", "rarity": "Common", "flavorText": "Current studies show it can evolve into an incredible eight different species of Pokémon.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9387,29 +7248,20 @@ "id": "sm8-156", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Mystifying Horns", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Enhanced Horns", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." @@ -9421,18 +7273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The curved antlers change the flow of air to create a strange space where reality is distorted.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9446,28 +7293,20 @@ "id": "sm8-157", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Stunning Likeness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. You may use the effect of a Supporter card you find there as the effect of this attack." }, { "name": "Tail Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -9479,17 +7318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "157", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It draws symbols all over the place to mark its territory. In towns with many Smeargle, the walls are covered in graffiti.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9503,21 +7338,13 @@ "id": "sm8-158", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Milk Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Reveal any number of Moomoo Milk cards in your hand. This attack does 60 damage for each card you revealed in this way." @@ -9529,19 +7356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "158", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Most people raise it for its milk, but it's quite tough and strong, so it's also well suited for battle.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9555,48 +7376,30 @@ "id": "sm8-159", "name": "Lugia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Pelagic Blade", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon can't use Pelagic Blade during your next turn." }, { "name": "Lost Purge-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put your opponent's Active Pokémon and all cards attached to it in the Lost Zone. (You can't use more than 1 GX attack in a game.)" @@ -9614,17 +7417,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "159", "artist": "PLANETA Igarashi", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9638,21 +7436,13 @@ "id": "sm8-160", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each type of basic Energy attached to this Pokémon." @@ -9670,18 +7460,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "160", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "It will reveal itself before a pure-hearted Trainer by shining its bright, rainbow-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9695,13 +7480,9 @@ "id": "sm8-161", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Unit Color 1", @@ -9712,9 +7493,7 @@ "attacks": [ { "name": "Tongue Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage." @@ -9726,17 +7505,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "161", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "It changes its shading to match its surroundings so it can sneak up on prey. Only its belly patterns stay fixed.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9750,13 +7525,9 @@ "id": "sm8-162", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Unit Color 3", @@ -9767,10 +7538,7 @@ "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -9782,17 +7550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "162", "artist": "OOYAMA", "rarity": "Uncommon", "flavorText": "It changes its shading to match its surroundings so it can sneak up on prey. Only its belly patterns stay fixed.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9806,22 +7570,14 @@ "id": "sm8-163", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Peck Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon." @@ -9839,17 +7595,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "163", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "This Pokémon feeds on berries, whose leftover seeds become the ammunition for attacks it fires off from its mouth.", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9863,32 +7615,21 @@ "id": "sm8-164", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Send Back", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -9906,17 +7647,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "164", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "This Pokémon feeds on berries, whose leftover seeds become the ammunition for attacks it fires off from its mouth.", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9930,17 +7667,11 @@ "id": "sm8-165", "name": "Trumbeak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pikipek", - "evolvesTo": [ - "Toucannon" - ], + "evolvesTo": ["Toucannon"], "abilities": [ { "name": "Mountain Pass", @@ -9951,10 +7682,7 @@ "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9972,17 +7700,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "165", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "By bending its beak, it can produce a variety of calls and brand itself a noisy nuisance for its neighbors.", - "nationalPokedexNumbers": [ - 732 - ], + "nationalPokedexNumbers": [732], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9996,31 +7720,21 @@ "id": "sm8-166", "name": "Toucannon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trumbeak", "attacks": [ { "name": "Heat Beak", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Giganticannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "If this Pokémon evolved during this turn, this attack does nothing." @@ -10038,18 +7752,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "166", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Within its beak, its internal gas ignites, explosively launching seeds with enough power to pulverize boulders.", - "nationalPokedexNumbers": [ - 733 - ], + "nationalPokedexNumbers": [733], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10063,9 +7772,7 @@ "id": "sm8-167", "name": "Adventure Bag", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 Pokémon Tool cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10086,9 +7793,7 @@ "id": "sm8-168", "name": "Aether Foundation Employee", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 3 Pokémon that have \"Alolan\" in their names from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10109,9 +7814,7 @@ "id": "sm8-169", "name": "Choice Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to takes 30 less damage from the attacks of your opponent's Pokémon-GX and Pokémon-EX (after applying Weakness and Resistance).", @@ -10133,9 +7836,7 @@ "id": "sm8-170", "name": "Counter Gain", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have more Prize cards remaining than your opponent, the attacks of the Pokémon this card is attached to cost Colorless less.", @@ -10157,9 +7858,7 @@ "id": "sm8-171", "name": "Custom Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Custom Catcher cards at once.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10180,9 +7879,7 @@ "id": "sm8-172", "name": "Electropower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "During this turn, your Lightning Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10203,9 +7900,7 @@ "id": "sm8-172a", "name": "Electropower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "During this turn, your Lightning Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10226,9 +7921,7 @@ "id": "sm8-173", "name": "Faba", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Pokémon Tool or Special Energy card attached to 1 of your opponent's Pokémon, or any Stadium card in play, and put it in the Lost Zone.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10249,9 +7942,7 @@ "id": "sm8-174", "name": "Fairy Charm Grass", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Grass Pokémon-GX and Grass Pokémon-EX.", @@ -10273,9 +7964,7 @@ "id": "sm8-175", "name": "Fairy Charm Psychic", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Psychic Pokémon-GX and Psychic Pokémon-EX.", @@ -10297,9 +7986,7 @@ "id": "sm8-176", "name": "Fairy Charm Fighting", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Fighting Pokémon-GX and Fighting Pokémon-EX.", @@ -10321,9 +8008,7 @@ "id": "sm8-177", "name": "Fairy Charm Dragon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Dragon Pokémon-GX and Dragon Pokémon-EX.", @@ -10345,10 +8030,7 @@ "id": "sm8-178", "name": "Heat Factory ◇", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Prism Star" - ], + "subtypes": ["Stadium", "Prism Star"], "rules": [ "Once during each player's turn, that player may discard a Fire Energy card from their hand. If they do, they draw 3 cards.", "Whenever any player plays an Item or Supporter card from their hand, prevent all effects of that card done to this Stadium card.", @@ -10371,9 +8053,7 @@ "id": "sm8-179", "name": "Kahili", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. Then, flip a coin. If heads, if you played this Kahili from your hand, put this card into your hand instead of the discard pile. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10394,10 +8074,7 @@ "id": "sm8-180", "name": "Life Forest ◇", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Prism Star" - ], + "subtypes": ["Stadium", "Prism Star"], "rules": [ "Once during each player's turn, that player may heal 60 damage and remove all Special Conditions from 1 of their Grass Pokémon.", "Whenever any player plays an Item or Supporter card from their hand, prevent all effects of that card done to this Stadium card.", @@ -10420,9 +8097,7 @@ "id": "sm8-181", "name": "Lost Blender", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 cards from your hand in the Lost Zone. If you do, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10443,10 +8118,7 @@ "id": "sm8-182", "name": "Lusamine ◇", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Prism Star" - ], + "subtypes": ["Supporter", "Prism Star"], "rules": [ "You can play this card only if your opponent has exactly 3 Prize cards remaining.", "Prevent all damage done to your Ultra Beasts by attacks during your opponent's next turn.", @@ -10469,9 +8141,7 @@ "id": "sm8-183", "name": "Mina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Fairy Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10492,9 +8162,7 @@ "id": "sm8-184", "name": "Mixed Herbs", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Mixed Herbs cards at once.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10515,9 +8183,7 @@ "id": "sm8-185", "name": "Moomoo Milk", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Pokémon, and then flip 2 coins. For each heads, heal 30 damage from that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10538,9 +8204,7 @@ "id": "sm8-186", "name": "Morty", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Psychic Pokémon was Knocked Out during your opponent's last turn.", "Your opponent reveals their hand. Choose 2 cards you find there. Your opponent shuffles those cards into their deck.", @@ -10562,9 +8226,7 @@ "id": "sm8-187", "name": "Net Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Grass Pokémon or a Grass Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10585,9 +8247,7 @@ "id": "sm8-187a", "name": "Net Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Grass Pokémon or a Grass Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10608,9 +8268,7 @@ "id": "sm8-188", "name": "Professor Elm's Lecture", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon with 60 HP or less, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10631,9 +8289,7 @@ "id": "sm8-188a", "name": "Professor Elm's Lecture", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon with 60 HP or less, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10654,9 +8310,7 @@ "id": "sm8-189", "name": "Sightseer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You may discard any number of cards from your hand. Then, draw cards until you have 5 cards in your hand. If you can't draw any cards in this way, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10677,9 +8331,7 @@ "id": "sm8-189a", "name": "Sightseer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You may discard any number of cards from your hand. Then, draw cards until you have 5 cards in your hand. If you can't draw any cards in this way, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10700,9 +8352,7 @@ "id": "sm8-190", "name": "Spell Tag", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When the Psychic Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, put 4 damage counters on your opponent's Pokémon in any way you like.", @@ -10724,10 +8374,7 @@ "id": "sm8-191", "name": "Thunder Mountain ◇", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Prism Star" - ], + "subtypes": ["Stadium", "Prism Star"], "rules": [ "The attacks of Lightning Pokémon (both yours and your opponent's) cost Lightning less.", "Whenever any player plays an Item or Supporter card from their hand, prevent all effects of that card done to this Stadium card.", @@ -10750,9 +8397,7 @@ "id": "sm8-192", "name": "Wait and See Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you go second, and only on your first turn.", "Discard an Energy from 1 of your opponent's Pokémon.", @@ -10774,9 +8419,7 @@ "id": "sm8-193", "name": "Whitney", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw a card. Then, draw 2 cards for each other Whitney in your discard pile.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10797,9 +8440,7 @@ "id": "sm8-194", "name": "Memory Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy.", "The Pokémon this card is attached to can use any attack from its previous Evolutions. (You still need the necessary Energy to use each attack.)" @@ -10819,14 +8460,9 @@ "id": "sm8-195", "name": "Shuckle-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10840,18 +8476,14 @@ "attacks": [ { "name": "Triple Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Wrap-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -10863,16 +8495,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "195", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10886,14 +8514,9 @@ "id": "sm8-196", "name": "Sceptile-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10901,28 +8524,21 @@ "attacks": [ { "name": "Mach Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Leaf Cyclone", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "130", "text": "Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Jungle Heal-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)" @@ -10934,16 +8550,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "196", "artist": "Yoshinobu Saito", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10957,42 +8569,30 @@ "id": "sm8-197", "name": "Virizion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Sensitive Blade", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 80 more damage." }, { "name": "Breeze Away-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any number of your Pokémon in play and all cards attached to them into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11004,16 +8604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "197", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11027,14 +8623,9 @@ "id": "sm8-198", "name": "Magcargo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11049,20 +8640,14 @@ "attacks": [ { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Discard any amount of basic Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." }, { "name": "Burning Magma-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -11074,18 +8659,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "198", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11099,43 +8678,30 @@ "id": "sm8-199", "name": "Blacephalon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bursting Burn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Confused." }, { "name": "Mind Blown", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "Put any amount of Fire Energy attached to your Pokémon in the Lost Zone. This attack does 50 damage for each card put in the Lost Zone in this way." }, { "name": "Burst-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 of your Prize cards. If it's an Energy card, attach it to 1 of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11147,17 +8713,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "199", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11171,14 +8732,9 @@ "id": "sm8-200", "name": "Suicune-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11192,22 +8748,14 @@ "attacks": [ { "name": "Cure Stream", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Brinicles-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11219,17 +8767,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "200", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11243,14 +8786,9 @@ "id": "sm8-201", "name": "Zeraora-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11264,20 +8802,14 @@ "attacks": [ { "name": "Plasma Fists", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Full Voltage-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -11295,17 +8827,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "201", "artist": "PLANETA Otani", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11319,14 +8846,9 @@ "id": "sm8-202", "name": "Sigilyph-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11340,22 +8862,14 @@ "attacks": [ { "name": "Sonic Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Intercept-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "This attack does 60 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11373,17 +8887,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "202", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11397,14 +8906,9 @@ "id": "sm8-203", "name": "Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11419,22 +8923,14 @@ "attacks": [ { "name": "Dusty Ruckus", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to each of your opponent's Benched Basic Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lay the Smackdown-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11452,18 +8948,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "203", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11477,14 +8967,9 @@ "id": "sm8-204", "name": "Genesect-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11498,22 +8983,14 @@ "attacks": [ { "name": "Burst Shot", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Break Buster-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -11531,17 +9008,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "Yoshinobu Saito", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11555,14 +9027,9 @@ "id": "sm8-205", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11577,20 +9044,14 @@ "attacks": [ { "name": "Snowy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sublimation-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -11608,17 +9069,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "205", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11632,57 +9088,41 @@ "id": "sm8-206", "name": "Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Perplex", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Let's Snuggle & Fall", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Dream Fear-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "206", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11696,48 +9136,30 @@ "id": "sm8-207", "name": "Lugia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Pelagic Blade", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon can't use Pelagic Blade during your next turn." }, { "name": "Lost Purge-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put your opponent's Active Pokémon and all cards attached to it in the Lost Zone. (You can't use more than 1 GX attack in a game.)" @@ -11755,17 +9177,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "207", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11779,9 +9196,7 @@ "id": "sm8-208", "name": "Faba", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Pokémon Tool or Special Energy card attached to 1 of your opponent's Pokémon, or any Stadium card in play, and put it in the Lost Zone.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11802,9 +9217,7 @@ "id": "sm8-209", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and draws 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11825,9 +9238,7 @@ "id": "sm8-210", "name": "Kahili", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. Then, flip a coin. If heads, if you played this Kahili from your hand, put this card into your hand instead of the discard pile. If you have no cards in your deck, you can't play this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11848,9 +9259,7 @@ "id": "sm8-211", "name": "Mina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Fairy Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11871,9 +9280,7 @@ "id": "sm8-212", "name": "Morty", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Psychic Pokémon was Knocked Out during your opponent's last turn.", "Your opponent reveals their hand. Choose 2 cards you find there. Your opponent shuffles those cards into their deck.", @@ -11895,9 +9302,7 @@ "id": "sm8-213", "name": "Professor Elm's Lecture", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon with 60 HP or less, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11918,9 +9323,7 @@ "id": "sm8-214", "name": "Whitney", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw a card. Then, draw 2 cards for each other Whitney in your discard pile.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -11941,14 +9344,9 @@ "id": "sm8-215", "name": "Shuckle-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11962,18 +9360,14 @@ "attacks": [ { "name": "Triple Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Wrap-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -11985,16 +9379,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "215", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12008,14 +9398,9 @@ "id": "sm8-216", "name": "Sceptile-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12023,28 +9408,21 @@ "attacks": [ { "name": "Mach Cut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Leaf Cyclone", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "130", "text": "Move a Grass Energy from this Pokémon to 1 of your Benched Pokémon." }, { "name": "Jungle Heal-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from each of your Pokémon that has any Grass Energy attached to it. (You can't use more than 1 GX attack in a game.)" @@ -12056,16 +9434,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "216", "artist": "Yoshinobu Saito", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12079,42 +9453,30 @@ "id": "sm8-217", "name": "Virizion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Sensitive Blade", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 80 more damage." }, { "name": "Breeze Away-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any number of your Pokémon in play and all cards attached to them into your hand. (You can't use more than 1 GX attack in a game.)" @@ -12126,16 +9488,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "217", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12149,14 +9507,9 @@ "id": "sm8-218", "name": "Magcargo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12171,20 +9524,14 @@ "attacks": [ { "name": "Lava Flow", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Discard any amount of basic Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." }, { "name": "Burning Magma-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -12196,18 +9543,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "218", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12221,43 +9562,30 @@ "id": "sm8-219", "name": "Blacephalon-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bursting Burn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Confused." }, { "name": "Mind Blown", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "Put any amount of Fire Energy attached to your Pokémon in the Lost Zone. This attack does 50 damage for each card put in the Lost Zone in this way." }, { "name": "Burst-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard 1 of your Prize cards. If it's an Energy card, attach it to 1 of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12269,17 +9597,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "219", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12293,14 +9616,9 @@ "id": "sm8-220", "name": "Suicune-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12314,22 +9632,14 @@ "attacks": [ { "name": "Cure Stream", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Brinicles-GX", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12341,17 +9651,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "220", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12365,14 +9670,9 @@ "id": "sm8-221", "name": "Zeraora-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12386,20 +9686,14 @@ "attacks": [ { "name": "Plasma Fists", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Full Voltage-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -12417,17 +9711,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "221", "artist": "PLANETA Otani", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12441,14 +9730,9 @@ "id": "sm8-222", "name": "Sigilyph-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12462,22 +9746,14 @@ "attacks": [ { "name": "Sonic Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Intercept-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "This attack does 60 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12495,17 +9771,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "222", "artist": "PLANETA Igarashi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12519,14 +9790,9 @@ "id": "sm8-223", "name": "Tyranitar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12541,22 +9807,14 @@ "attacks": [ { "name": "Dusty Ruckus", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to each of your opponent's Benched Basic Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lay the Smackdown-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12574,18 +9832,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "223", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12599,14 +9851,9 @@ "id": "sm8-224", "name": "Genesect-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -12620,22 +9867,14 @@ "attacks": [ { "name": "Burst Shot", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Break Buster-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack's damage isn't affected by Resistance. (You can't use more than 1 GX attack in a game.)" @@ -12653,17 +9892,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "224", "artist": "Yoshinobu Saito", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12677,14 +9911,9 @@ "id": "sm8-225", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12699,20 +9928,14 @@ "attacks": [ { "name": "Snowy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Sublimation-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon is an Ultra Beast, it is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -12730,17 +9953,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "225", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12754,57 +9972,41 @@ "id": "sm8-226", "name": "Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Perplex", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Let's Snuggle & Fall", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Dream Fear-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. Your opponent shuffles that Pokémon and all cards attached to it into their deck. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "226", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12818,48 +10020,30 @@ "id": "sm8-227", "name": "Lugia-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Pelagic Blade", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon can't use Pelagic Blade during your next turn." }, { "name": "Lost Purge-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put your opponent's Active Pokémon and all cards attached to it in the Lost Zone. (You can't use more than 1 GX attack in a game.)" @@ -12877,17 +10061,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "227", "artist": "PLANETA Igarashi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12901,9 +10080,7 @@ "id": "sm8-228", "name": "Adventure Bag", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 Pokémon Tool cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12924,9 +10101,7 @@ "id": "sm8-229", "name": "Choice Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to takes 30 less damage from the attacks of your opponent's Pokémon-GX and Pokémon-EX (after applying Weakness and Resistance).", @@ -12948,9 +10123,7 @@ "id": "sm8-230", "name": "Counter Gain", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If you have more Prize cards remaining than your opponent, the attacks of the Pokémon this card is attached to cost Colorless less.", @@ -12972,9 +10145,7 @@ "id": "sm8-231", "name": "Custom Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may play 2 Custom Catcher cards at once.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12995,9 +10166,7 @@ "id": "sm8-232", "name": "Electropower", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "During this turn, your Lightning Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play as many Item cards as you like during your turn (before your attack)." @@ -13018,9 +10187,7 @@ "id": "sm8-233", "name": "Lost Blender", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 cards from your hand in the Lost Zone. If you do, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -13041,9 +10208,7 @@ "id": "sm8-234", "name": "Net Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Basic Grass Pokémon or a Grass Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -13064,9 +10229,7 @@ "id": "sm8-235", "name": "Spell Tag", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When the Psychic Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, put 4 damage counters on your opponent's Pokémon in any way you like.", @@ -13088,9 +10251,7 @@ "id": "sm8-236", "name": "Wait and See Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you go second, and only on your first turn.", "Discard an Energy from 1 of your opponent's Pokémon.", diff --git a/cards/en/sm9.json b/cards/en/sm9.json index 700f8c437..d1c88eae6 100644 --- a/cards/en/sm9.json +++ b/cards/en/sm9.json @@ -3,50 +3,30 @@ "id": "sm9-1", "name": "Celebi & Venusaur-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Evergreen-GX", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Heal all damage from this Pokémon. If this Pokémon has at least 1 extra Grass Energy attached to it (in addition to this attack's cost), shuffle all cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -58,20 +38,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 3, - 251 - ], + "nationalPokedexNumbers": [3, 251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -85,31 +57,21 @@ "id": "sm9-2", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Tangle Drag", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -121,17 +83,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -145,22 +103,14 @@ "id": "sm9-3", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -172,17 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -196,17 +142,11 @@ "id": "sm9-4", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "abilities": [ { "name": "Grass Cushion", @@ -217,10 +157,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -232,19 +169,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -258,30 +189,21 @@ "id": "sm9-5", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Destiny Stinger", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if this Pokémon has any damage counters on it. Both Active Pokémon are Knocked Out." }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This Pokémon does 10 damage to itself." @@ -293,17 +215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "You Iribi", "rarity": "Rare", "flavorText": "It has three poisonous stingers on its forelegs and its tail. They are used to jab its enemy repeatedly.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -317,32 +235,21 @@ "id": "sm9-6", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -354,17 +261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Whether it's due to a lack of moisture or a lack of nutrients, in Alola the mushrooms on Paras don't grow up quite right.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -378,13 +281,9 @@ "id": "sm9-7", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "abilities": [ { @@ -396,10 +295,7 @@ "attacks": [ { "name": "Mysterious Powder", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -411,18 +307,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "The bug is mostly dead, with the mushroom on its back having become the main body. If the mushroom comes off, the bug stops moving.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -436,22 +327,14 @@ "id": "sm9-8", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Bullet Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage for each heads." @@ -463,17 +346,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Six of them form a single Pokémon. Should one of the six be lost, the next morning there will once more be six.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -487,31 +366,20 @@ "id": "sm9-9", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Grip and Squeeze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Guillotine Hug", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is Knocked Out." @@ -523,19 +391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "It gets into territorial disputes with Vikavolt. For some reason, it apparently gets along well with Heracross in Alola.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -549,24 +411,16 @@ "id": "sm9-10", "name": "Shaymin ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], "attacks": [ { "name": "Flower Storm", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage times the amount of basic Energy attached to all of your Pokémon." @@ -582,9 +436,7 @@ "artist": "kawayoo", "rarity": "Rare Prism Star", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -598,32 +450,21 @@ "id": "sm9-11", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reprisal", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each damage counter on this Pokémon." @@ -635,17 +476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -659,22 +496,14 @@ "id": "sm9-12", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -686,17 +515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The flame on its tail indicates Charmander's life force. If it is healthy, the flame burns brightly.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -710,24 +535,15 @@ "id": "sm9-13", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." @@ -739,18 +555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -764,13 +575,9 @@ "id": "sm9-14", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -782,10 +589,7 @@ "attacks": [ { "name": "Continuous Blaze Ball", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard all Fire Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." @@ -797,18 +601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "When expelling a blast of superhot fire, the red flame at the tip of its tail burns more intensely.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -822,22 +621,14 @@ "id": "sm9-15", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -849,17 +640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its beautiful tails have made it very popular. However, if it's not brushed diligently, it will be a mass of tangles before you know it.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -873,13 +660,9 @@ "id": "sm9-16", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -891,11 +674,7 @@ "attacks": [ { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -907,17 +686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "You Iribi", "rarity": "Rare", "flavorText": "It is vindictive and relentless by nature. Those who cross it even once will be cursed for a thousand years, along with their descendants.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -931,32 +706,21 @@ "id": "sm9-17", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stomp", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -968,17 +732,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -992,30 +752,21 @@ "id": "sm9-18", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Agility", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -1027,17 +778,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hopes of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1051,31 +798,20 @@ "id": "sm9-19", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Top Burner", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Fire Energy from this Pokémon. Then, discard a card from the top of your opponent's deck for each Energy you discarded in this way." }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 3 Energy from this Pokémon." @@ -1093,18 +829,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It is said to be the legendary bird Pokémon of fire. Every flap of its wings creates a dazzling flare of flames.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1118,22 +849,14 @@ "id": "sm9-20", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Fasten Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1145,17 +868,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "sui", "rarity": "Common", "flavorText": "It doesn't allow its emotions to be easily seen. Earning its trust takes time. It prefers solitude.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1169,34 +888,22 @@ "id": "sm9-21", "name": "Torracat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litten", - "evolvesTo": [ - "Incineroar" - ], + "evolvesTo": ["Incineroar"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1208,18 +915,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It boasts powerful front legs. With a single punch, it can bend an iron bar right over.", - "nationalPokedexNumbers": [ - 726 - ], + "nationalPokedexNumbers": [726], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1233,16 +935,10 @@ "id": "sm9-22", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "abilities": [ { "name": "Floating Shell", @@ -1253,10 +949,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1268,17 +961,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "sui", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1292,32 +981,21 @@ "id": "sm9-23", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1329,17 +1007,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It shelters itself in its shell, then strikes back with spouts of water at every opportunity.", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1353,35 +1027,22 @@ "id": "sm9-24", "name": "Wartortle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Squirtle", - "evolvesTo": [ - "Blastoise" - ], + "evolvesTo": ["Blastoise"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1393,18 +1054,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "When tapped, this Pokémon will pull in its head, but its tail will still stick out a little bit.", - "nationalPokedexNumbers": [ - 8 - ], + "nationalPokedexNumbers": [8], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1418,13 +1074,9 @@ "id": "sm9-25", "name": "Blastoise", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "abilities": [ { @@ -1436,11 +1088,7 @@ "attacks": [ { "name": "Hydro Tackle", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon does 30 damage to itself." @@ -1452,19 +1100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "It crushes its foe under its heavy body to cause fainting. In a pinch, it will withdraw inside its shell.", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1478,22 +1120,14 @@ "id": "sm9-26", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Headache", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent can't play any Trainer cards from their hand during their next turn." @@ -1505,18 +1139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Using psychokinesis gives it a headache, so it normally passes the time spacing out and doing as little as possible.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1530,31 +1159,21 @@ "id": "sm9-27", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Amnesia", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Swim", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If any of your opponent's Pokémon have any Water Energy attached to them, you may do 90 damage to 1 of your opponent's Benched Pokémon instead of their Active Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1566,17 +1185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Even fast-swimming fish Pokémon can be disabled by Golduck. It brings them to a standstill and seizes them.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1590,22 +1205,14 @@ "id": "sm9-28", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Numbing Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1617,17 +1224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "In many places, there are folktales of stardust falling into the ocean and becoming Staryu.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1641,22 +1244,14 @@ "id": "sm9-29", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Enter the Dragon", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a card that evolves from this Pokémon from your discard pile onto this Pokémon to evolve it." @@ -1668,17 +1263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "sui", "rarity": "Common", "flavorText": "In the distant past, they were fairly strong, but they have become gradually weaker over time.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1692,31 +1283,21 @@ "id": "sm9-30", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Distilled Blast", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30+", "text": "Reveal the top 7 cards of your deck. This attack does 30 more damage times the amount of Water Energy you find there. Then, shuffle those Energy cards back into your deck and discard the other cards." }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -1728,20 +1309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "30", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "It fires hyper beams in all directions, burning the surrounding area to ash. There are some regions where it's called \"the deity of destruction.\"", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1755,28 +1329,20 @@ "id": "sm9-31", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage times the amount of Water Energy attached to this Pokémon." @@ -1788,19 +1354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It likes swimming around with people on its back. In the Alola region, it's an important means of transportation over water.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1814,13 +1374,9 @@ "id": "sm9-32", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Blizzard Veil", @@ -1831,10 +1387,7 @@ "attacks": [ { "name": "Cold Cyclone", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "70", "text": "Move 2 Water Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1852,18 +1405,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Yusuke Ohmura", "rarity": "Rare Holo", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1877,40 +1425,24 @@ "id": "sm9-33", "name": "Pikachu & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Full Blitz", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Tag Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -1928,19 +1460,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 25, - 644 - ], + "nationalPokedexNumbers": [25, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1954,23 +1479,14 @@ "id": "sm9-34", "name": "Alolan Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Lightning"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Self-Destruct", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon does 60 damage to itself." @@ -1988,18 +1504,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "If you mistake it for a rock and step on it, it will headbutt you in anger. In addition to the pain, it will also zap you with a shock.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2013,33 +1524,21 @@ "id": "sm9-35", "name": "Alolan Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Lightning"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Charge", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Smash Bomb", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -2057,19 +1556,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "If you mistake it for a rock and step on it, it will headbutt you in anger. In addition to the pain, it will also zap you with a shock.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2083,35 +1576,22 @@ "id": "sm9-36", "name": "Alolan Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Rollout", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "" }, { "name": "Electroslug", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -2129,20 +1609,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "36", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "When two Graveler fight each other, it fills the surroundings with flashes of light and sound. People call it the \"fireworks of the earth.\"", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2156,20 +1629,14 @@ "id": "sm9-37", "name": "Alolan Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Alolan Graveler", "attacks": [ { "name": "Electromagnetic Bomb", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20×", "text": "Move any number of Lightning Energy from your Benched Pokémon to this Pokémon. This attack does 20 damage for each Energy card you moved in this way." @@ -2200,20 +1667,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "37", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It's grumpy and stubborn. If you upset it, it discharges electricity from the surface of its body and growls with a voice like thunder.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2227,22 +1687,14 @@ "id": "sm9-38", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2260,17 +1712,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It was discovered when Poké Balls were introduced. It is said that there is some connection.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2284,13 +1732,9 @@ "id": "sm9-39", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -2302,10 +1746,7 @@ "attacks": [ { "name": "Speed Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2323,17 +1764,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Asako Ito", "rarity": "Rare Holo", "flavorText": "It explodes in response to even minor stimuli. It is feared, with the nickname of \"The Bomb Ball.\"", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2347,19 +1784,13 @@ "id": "sm9-40", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunderous Assault", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 70 more damage. This attack's damage isn't affected by Weakness." @@ -2377,18 +1808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2402,22 +1828,14 @@ "id": "sm9-41", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Shock Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard all Lightning Energy from this Pokémon." @@ -2435,17 +1853,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stores lots of air in its soft fur, allowing it to stay cool in summer and warm in winter.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2459,33 +1873,22 @@ "id": "sm9-42", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Electric Punch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Shock Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard all Lightning Energy from this Pokémon." @@ -2503,18 +1906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2528,14 +1926,9 @@ "id": "sm9-43", "name": "Ampharos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2543,28 +1936,21 @@ "attacks": [ { "name": "Power Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Put all Electropower cards from your discard pile into your hand." }, { "name": "Impact Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "150", "text": "Discard all Lightning Energy from this Pokémon." }, { "name": "Electrical-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -2582,18 +1968,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2607,32 +1987,21 @@ "id": "sm9-44", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Delivery Dash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Electropower cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Zap Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2650,17 +2019,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2674,32 +2039,21 @@ "id": "sm9-45", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Raid", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon evolved from Blitzle during this turn, this attack does 90 more damage." }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2717,17 +2071,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2741,13 +2091,9 @@ "id": "sm9-46", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Nuzzly Gathering", @@ -2758,9 +2104,7 @@ "attacks": [ { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2782,9 +2126,7 @@ "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "It grills berries and bug Pokémon with electric shocks and makes a meal of them. It usually nests in the holes gouged in trees by Pikipek.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2798,22 +2140,14 @@ "id": "sm9-47", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Leech Life", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -2831,17 +2165,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2855,13 +2185,9 @@ "id": "sm9-48", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "abilities": [ { @@ -2873,9 +2199,7 @@ "attacks": [ { "name": "Spider Thread", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Put a card from your discard pile into your hand." @@ -2893,17 +2217,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "When attacked, they create an electric barrier by spitting out many electrically charged threads.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2917,33 +2237,21 @@ "id": "sm9-49", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2961,17 +2269,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "The frills on either side of its head have cells that generate electricity when exposed to sunlight.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2985,31 +2289,21 @@ "id": "sm9-50", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Volt Switch", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Switch this Pokémon with 1 of your Benched Lightning Pokémon." @@ -3027,17 +2321,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "It stimulates its muscles with electricity, boosting the strength in its legs and enabling it to run 100 yards in five seconds.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3051,14 +2341,9 @@ "id": "sm9-51", "name": "Tapu Koko ◇", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Prism Star" - ], + "subtypes": ["Basic", "Prism Star"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "◇ (Prism Star) Rule: You can't have more than 1 ◇ card with the same name in your deck. If a ◇ card would go to the discard pile, put it in the Lost Zone instead." ], @@ -3072,11 +2357,7 @@ "attacks": [ { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3094,17 +2375,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kouki Saitou", "rarity": "Rare Prism Star", "flavorText": "It confuses its enemies by flying too quickly for the eye to follow. It has a hair-trigger temper but forgets what made it angry an instant later.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3118,30 +2395,20 @@ "id": "sm9-52", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -3159,17 +2426,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It electrifies its claws and tears its opponents apart with them. Even if they dodge its attack, they'll be electrocuted by the flying sparks.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3183,34 +2446,23 @@ "id": "sm9-53", "name": "Gengar & Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50×", "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there." }, { "name": "Horror House-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)" @@ -3228,18 +2480,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 94, - 778 - ], + "nationalPokedexNumbers": [94, 778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3253,32 +2499,21 @@ "id": "sm9-54", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3290,17 +2525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "miki kudo", "rarity": "Common", "flavorText": "Although small, its venomous barbs render this Pokémon dangerous. The female has smaller horns.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3314,33 +2545,22 @@ "id": "sm9-55", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Family Rescue", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 5 Psychic Pokémon from your discard pile into your deck." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3352,18 +2572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The female has a gentle temperament. It emits ultrasonic cries that have the power to befuddle foes.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3377,13 +2592,9 @@ "id": "sm9-56", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -3395,11 +2606,7 @@ "attacks": [ { "name": "Power Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each Evolution Pokémon on your Bench." @@ -3411,19 +2618,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "nagimiso", "rarity": "Rare", "flavorText": "It uses its scaly, rugged body to seal the entrance of its nest and protect its young from predators.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3437,32 +2638,21 @@ "id": "sm9-57", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Horn Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3474,17 +2664,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It scans its surroundings by raising its ears out of the grass. Its toxic horn is for protection.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3498,34 +2684,22 @@ "id": "sm9-58", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Horn Drill", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3537,18 +2711,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It raises its big ears to check its surroundings. If it senses anything, it attacks immediately.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3562,32 +2731,21 @@ "id": "sm9-59", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 50 damage to the new Active Pokémon." }, { "name": "King's Drum", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If Nidoqueen is on your Bench, this attack does 100 more damage." @@ -3599,19 +2757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It is recognized by its rock-hard hide and its extended horn. Be careful with the horn, as it contains venom.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3625,22 +2777,14 @@ "id": "sm9-60", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Psychic"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3652,17 +2796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It drifts through the sea searching for prey. Its poisonous tentacles break off sometimes, but after a while, they grow back.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3676,31 +2816,21 @@ "id": "sm9-61", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Void Tentacles", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Paranormal", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Ultra Beasts." @@ -3712,17 +2842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "kodama", "rarity": "Uncommon", "flavorText": "It fires off ultrasonic waves from its red orbs to weaken its prey, and then it wraps them up in its 80 tentacles.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3736,22 +2862,14 @@ "id": "sm9-62", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Psychic"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3763,18 +2881,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It was born from sludge on the ocean floor. In a sterile environment, the germs within its body can't multiply, and it dies.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3788,13 +2901,9 @@ "id": "sm9-63", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Grimer", "abilities": [ { @@ -3806,9 +2915,7 @@ "attacks": [ { "name": "Toxic Secretion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." @@ -3820,20 +2927,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "63", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Their food sources have decreased, and their numbers have declined sharply. Sludge ponds are being built to prevent their extinction.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3847,30 +2947,21 @@ "id": "sm9-64", "name": "Alolan Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Limbo Limbo", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Alolan Club", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play that has Alolan in its name." @@ -3888,18 +2979,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "miki kudo", "rarity": "Rare", "flavorText": "Its custom is to mourn its lost companions. Mounds of dirt by the side of the road mark the graves of the Marowak.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3913,20 +2999,14 @@ "id": "sm9-65", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Strange Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Search your deck for up to 3 in any combination of Water and Psychic Energy cards and attach them to 1 of your Benched Pokémon. Then, shuffle your deck." @@ -3942,9 +3022,7 @@ "artist": "Mizue", "rarity": "Rare", "flavorText": "Its sparkling core is called \"the gem of the sea.\" This core can be made into high-priced accessories that are traded in secret.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3958,13 +3036,9 @@ "id": "sm9-66", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Scoop-Up Block", @@ -3975,10 +3049,7 @@ "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3990,17 +3061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Its pantomime skills are wonderful. You may become enraptured while watching it, but next thing you know, Mr. Mime has made a real wall.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4014,14 +3081,9 @@ "id": "sm9-67", "name": "Mr. Mime-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4035,35 +3097,25 @@ "attacks": [ { "name": "Breakdown", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each card in your opponent's hand, put 1 damage counter on their Active Pokémon." }, { "name": "Life Trick-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4077,29 +3129,20 @@ "id": "sm9-68", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Mysterious Dance", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each of your opponent's Benched Pokémon, put 1 damage counter on your opponent's Pokémon in any way you like." @@ -4111,17 +3154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It sways its hips to a rhythm all its own. The precise movements of Jynx living in Alola are truly wonderful.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4135,16 +3174,10 @@ "id": "sm9-69", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "abilities": [ { "name": "Cosmic Guard", @@ -4155,9 +3188,7 @@ "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4169,17 +3200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "sui", "rarity": "Common", "flavorText": "In ages past, it was called the child of the stars. It's said to be a Pokémon from another world, but no specific details are known.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4193,24 +3220,15 @@ "id": "sm9-70", "name": "Cosmoem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmog", - "evolvesTo": [ - "Solgaleo", - "Lunala" - ], + "evolvesTo": ["Solgaleo", "Lunala"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." @@ -4222,19 +3240,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "There's something accumulating around the black core within its hard shell. People think this Pokémon may come from another world.", - "nationalPokedexNumbers": [ - 790 - ], + "nationalPokedexNumbers": [790], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4248,32 +3260,21 @@ "id": "sm9-71", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Low Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4285,17 +3286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "The smallest of things could cause it to lose its temper. Because it doesn't hold in its stress, this Pokémon can live a long time.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4309,31 +3306,21 @@ "id": "sm9-72", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Wreck", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If there is any Stadium card in play, this attack does 80 more damage. Then, discard that Stadium card." @@ -4345,17 +3332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "It will never forgive opponents who have angered it. Even after it has beaten them down until they can't move, it never ever forgives.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4369,30 +3352,20 @@ "id": "sm9-73", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Special Combo", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if your Hitmonchan used Hit and Run during your last turn. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4404,17 +3377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "The legs freely contract and stretch. The stretchy legs allow it to hit a distant foe with a rising kick.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4428,30 +3397,20 @@ "id": "sm9-74", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Hit and Run", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4463,17 +3422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "The arm-twisting punches it throws pulverize even concrete. It rests after three minutes of fighting.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4487,23 +3442,15 @@ "id": "sm9-75", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "attacks": [ { "name": "Tickle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4515,17 +3462,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Omanyte lived in the seas of antiquity. Its fossils have been found bearing bite marks from Archeops, so apparently Archeops preyed on it.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4539,13 +3482,9 @@ "id": "sm9-76", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Omanyte", "abilities": [ { @@ -4557,10 +3496,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4572,18 +3508,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "Its heavy shell is thought to be the reason this ancient Pokémon died out. It's apparently a distant ancestor of Octillery.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4597,23 +3528,15 @@ "id": "sm9-77", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "attacks": [ { "name": "Ramming Shell", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." @@ -4625,17 +3548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "sui", "rarity": "Uncommon", "flavorText": "This Pokémon thrived 300 million years ago. It's said that living specimens can still be seen in a certain region—a rare sight.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4649,13 +3568,9 @@ "id": "sm9-78", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "abilities": [ { @@ -4667,11 +3582,7 @@ "attacks": [ { "name": "Rock Slide", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4683,18 +3594,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Its body had begun to change so it could function on land. But it didn't adapt in time and went extinct.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4708,23 +3614,14 @@ "id": "sm9-79", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Chip Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -4736,18 +3633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4761,24 +3653,15 @@ "id": "sm9-80", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Payback", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 90 more damage." @@ -4790,17 +3673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4814,23 +3693,14 @@ "id": "sm9-81", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Arm Thrust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon. If tails, this attack does nothing." @@ -4842,18 +3712,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "There's no point to the leaf in its mouth, aside from an effort to look cool. It's mischievous, so it's not well suited to inexperienced Trainers.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4867,14 +3732,9 @@ "id": "sm9-82", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4889,20 +3749,14 @@ "attacks": [ { "name": "Accelerock", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Splintered Shards-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Energy card in your opponent's discard pile. (You can't use more than 1 GX attack in a game.)" @@ -4914,17 +3768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4938,23 +3787,14 @@ "id": "sm9-83", "name": "Alolan Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Chemical Breath", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 50 more damage for each Special Condition affecting your opponent's Active Pokémon." @@ -4972,19 +3812,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "The crystals on Grimer's body are lumps of toxins. If one falls off, lethal poisons leak out.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4998,13 +3832,9 @@ "id": "sm9-84", "name": "Alolan Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Alolan Grimer", "abilities": [ { @@ -5016,11 +3846,7 @@ "attacks": [ { "name": "Gunk Shot", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -5038,19 +3864,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "While it's unexpectedly quiet and friendly, if it's not fed any trash for a while, it will smash its Trainer's furnishings and eat up the fragments.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5064,34 +3884,21 @@ "id": "sm9-85", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Spinning Tail", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite Off", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 100 more damage." @@ -5109,20 +3916,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "85", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "If it rampages, it knocks down mountains and buries rivers. Maps must be redrawn afterward.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5136,31 +3936,21 @@ "id": "sm9-86", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Howl in the Dark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5178,17 +3968,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It has a very tenacious nature. Its acute sense of smell lets it chase a chosen prey without ever losing track.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5202,30 +3988,21 @@ "id": "sm9-87", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Dark Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a random card from your opponent's hand." @@ -5243,17 +4020,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It chases down prey in a pack of around ten. They defeat foes with perfectly coordinated teamwork.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5267,13 +4040,9 @@ "id": "sm9-88", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Dark Ambition", @@ -5284,11 +4053,7 @@ "attacks": [ { "name": "Shadow Seeker", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -5306,17 +4071,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "Although it's said to bring disaster, in actuality, this Pokémon possesses a calm disposition and warns people of any crises that loom.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5330,44 +4091,32 @@ "id": "sm9-89", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Spirit Compressor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 Pokémon and discard them. Then, shuffle your deck." }, { "name": "Spooky Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It was bound to a fissure in an odd keystone as punishment for misdeeds 500 years ago", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5381,22 +4130,14 @@ "id": "sm9-90", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -5414,17 +4155,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5438,31 +4175,21 @@ "id": "sm9-91", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Taunt", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Night Punishment", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile. You can't do more than 200 damage in this way." @@ -5480,18 +4207,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5505,31 +4227,21 @@ "id": "sm9-92", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Corkscrew Punch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5547,17 +4259,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "It can't fly yet and must wait until its wings have developed more. Since it's still at a playful age, it hops around friskily.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5571,31 +4279,21 @@ "id": "sm9-93", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Trash Crash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Item card from your hand. If you do, this attack does 60 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Brave Bird", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -5613,18 +4311,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "It circles in the sky, keeping a keen eye out for Pokémon in a weakened state. Its choicest food is Cubone.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5638,34 +4331,21 @@ "id": "sm9-94", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Tighten Up", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent discards 2 cards from their hand." }, { "name": "Tantrum", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon is now Confused." @@ -5683,20 +4363,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "94", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "From the slight twitches of its bamboo leaf, it deduces its opponent's movements. It's eager to tussle but kindhearted toward its companions.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5710,29 +4383,20 @@ "id": "sm9-95", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Derail", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Clutch", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -5754,9 +4418,7 @@ "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5770,45 +4432,30 @@ "id": "sm9-96", "name": "Hoopa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rogue Ring", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Dark Strike", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't use Dark Strike during your next turn." }, { "name": "Devilish Hands-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon-GX or Pokémon-EX 6 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 30 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -5826,18 +4473,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5851,14 +4492,9 @@ "id": "sm9-97", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5873,22 +4509,14 @@ "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Darkest Tornado-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5906,18 +4534,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5931,31 +4553,20 @@ "id": "sm9-98", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Calm Strike", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If you have used your GX attack, this attack does 70 more damage." }, { "name": "Steel Wing", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -5973,17 +4584,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Its metal body is sturdy, but it does rust rather easily. So on rainy days, this Pokémon prefers to stay put in its nest.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5997,13 +4604,9 @@ "id": "sm9-99", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Stellar Wish", @@ -6014,10 +4617,7 @@ "attacks": [ { "name": "Slap", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6035,17 +4635,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "HYOGONOSUKE", "rarity": "Rare Holo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6059,16 +4655,10 @@ "id": "sm9-100", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "abilities": [ { "name": "Evolutionary Advantage", @@ -6079,10 +4669,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6100,17 +4687,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6124,13 +4707,9 @@ "id": "sm9-101", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -6142,11 +4721,7 @@ "attacks": [ { "name": "Shady Stamp", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Confused." @@ -6164,19 +4739,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6190,22 +4759,14 @@ "id": "sm9-102", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -6223,19 +4784,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It absorbs the iron it finds in the rock while clinging to the ceiling. It shoots spikes when in danger.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6249,31 +4804,21 @@ "id": "sm9-103", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Thorn Pod Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 20 damage times the amount of Metal Energy attached to this Pokémon to 1 of your opponent's Benched Pokémon. You can't do more than 100 damage to a Benched Pokémon in this way. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6291,19 +4836,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Hasuno", "rarity": "Rare", "flavorText": "They attach themselves to cave ceilings, firing steel spikes at targets passing beneath them.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6317,32 +4856,21 @@ "id": "sm9-104", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Rigidify", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6360,17 +4888,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Ignoring their injuries, groups attack by sinking the blades that cover their bodies into their prey.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6384,31 +4908,21 @@ "id": "sm9-105", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Single Lunge", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon has no damage counters on it, this attack does 90 more damage." }, { "name": "Power Edge", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6426,18 +4940,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6451,14 +4960,9 @@ "id": "sm9-106", "name": "Cobalion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6472,19 +4976,14 @@ "attacks": [ { "name": "Dueling Saber", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50+", "text": "If there is any Stadium card in play, this attack does 60 more damage." }, { "name": "Iron Rule-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, their Pokémon can't attack. (This includes Pokémon that come into play on that turn.) (You can't use more than 1 GX attack in a game.)" @@ -6502,16 +5001,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "5ban Graphics", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6525,22 +5020,14 @@ "id": "sm9-107", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Cut Down", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -6558,18 +5045,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "sui", "rarity": "Common", "flavorText": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6583,24 +5065,15 @@ "id": "sm9-108", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Tool Drop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Pokémon Tool card attached to all Pokémon." @@ -6618,18 +5091,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "The complex attack patterns of its two swords are unstoppable, even for an opponent greatly accomplished at swordplay.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6643,13 +5111,9 @@ "id": "sm9-109", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -6661,11 +5125,7 @@ "attacks": [ { "name": "Shield Bash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -6683,19 +5143,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Apparently, it can detect the innate qualities of leadership. According to legend, whoever it recognizes is destined to become king.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6709,13 +5163,9 @@ "id": "sm9-110", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Key of Secrets", @@ -6726,10 +5176,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6747,17 +5194,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It never lets go of a key that it likes, so people give it the keys to vaults and safes as a way to prevent crime.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6771,13 +5214,9 @@ "id": "sm9-111", "name": "Alolan Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Alolan Vulpix", "abilities": [ { @@ -6789,11 +5228,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6805,17 +5240,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "It creates drops of ice in its coat and showers them over its enemies. Anyone who angers it will be frozen stiff in an instant.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6829,45 +5260,32 @@ "id": "sm9-112", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Copycat", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "Its actual appearance is unknown. A scholar who saw what was under its rag was overwhelmed by terror and died from the shock.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6881,36 +5299,23 @@ "id": "sm9-113", "name": "Latias & Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Buster Purge", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Aero Unit-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -6922,17 +5327,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 380, - 381 - ], + "nationalPokedexNumbers": [380, 381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6946,20 +5346,14 @@ "id": "sm9-114", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Tropical Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each type of basic Energy card in your discard pile. You can't add more than 100 damage in this way." @@ -6971,19 +5365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "114", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "As it grew taller and taller, it outgrew its reliance on psychic powers, while within it awakened the power of the sleeping dragon.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6997,30 +5385,21 @@ "id": "sm9-115", "name": "Alolan Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Paradise Draw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "You may discard any number of cards from your hand. Then, draw cards until you have 6 cards in your hand." }, { "name": "Egg Splat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard any number of Exeggcute from your hand. This attack does 60 damage for each card you discarded in this way." @@ -7032,20 +5411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "115", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "Exeggutor is the pride of the Alolan people. Its image is carved into historical buildings and murals.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7059,22 +5431,14 @@ "id": "sm9-116", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -7086,18 +5450,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It's still weak, so it lurks on the floor of bodies of water, eating whatever food sinks down and living a quiet life.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7111,16 +5470,10 @@ "id": "sm9-117", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "abilities": [ { "name": "Defensive Scales", @@ -7131,9 +5484,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7145,18 +5496,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It's still weak, so it lurks on the floor of bodies of water, eating whatever food sinks down and living a quiet life.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7170,24 +5516,15 @@ "id": "sm9-118", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Twister", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing." @@ -7199,18 +5536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Lakes where Dragonair live are filled with offerings from people, because they believe this Pokémon is able to control the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7224,13 +5556,9 @@ "id": "sm9-119", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -7242,11 +5570,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -7258,19 +5582,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "119", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "It flies over raging seas as if they were nothing. Observing this, a ship's captain dubbed this Pokémon \"the sea incarnate.\"", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7284,15 +5602,9 @@ "id": "sm9-120", "name": "Eevee & Snorlax-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7309,33 +5621,21 @@ "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Pokémon." }, { "name": "Dump Truck Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage." }, { "name": "Megaton Friends-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -7347,20 +5647,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "120", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo GX", - "nationalPokedexNumbers": [ - 133, - 143 - ], + "nationalPokedexNumbers": [133, 143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7374,32 +5666,21 @@ "id": "sm9-121", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7417,17 +5698,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7441,22 +5718,14 @@ "id": "sm9-122", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -7474,17 +5743,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7498,17 +5763,11 @@ "id": "sm9-123", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "abilities": [ { "name": "Air Mail", @@ -7519,10 +5778,7 @@ "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7540,17 +5796,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Mizue", "rarity": "Common", "flavorText": "The claws on its feet are well developed. It can carry prey such as an Exeggcute to its nest over 60 miles away.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7564,32 +5816,21 @@ "id": "sm9-124", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Spin Storm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent puts their Active Pokémon and all cards attached to it into their hand." @@ -7611,9 +5852,7 @@ "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7627,32 +5866,21 @@ "id": "sm9-125", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7664,17 +5892,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "When visiting a junkyard, you may catch sight of it having an intense fight with Murkrow over shiny objects.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7688,30 +5912,21 @@ "id": "sm9-126", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Make 'Em Pay", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent has 4 or more cards in their hand, they reveal their hand. Discard cards you find there until your opponent has exactly 4 cards in their hand." }, { "name": "Sharp Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -7723,17 +5938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Although the jewel on its forehead appears to be a different color than those of Alolan Persian, it's mostly made of the same material.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7747,31 +5958,21 @@ "id": "sm9-127", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Tool Buster", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon. If you discarded a Pokémon Tool card in this way, this attack does 70 more damage." @@ -7789,17 +5990,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "The plant stalk it holds is its weapon. The stalk is used like a sword to cut all sorts of things.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7813,30 +6010,20 @@ "id": "sm9-128", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Fast Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Evolution Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7848,18 +6035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Kangaskhan protects its child by keeping it in its pouch. It has zero forgiveness for those who harm its child and will beat them down.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7873,20 +6055,13 @@ "id": "sm9-129", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Raging Herd", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on all of your Tauros and Tauros-GX." @@ -7898,18 +6073,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "kodama", "rarity": "Uncommon", "flavorText": "They live in groups. The one with the longest, thickest, and most-scarred horns is the boss of the herd.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7923,31 +6093,21 @@ "id": "sm9-130", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Unidentified Fossil", "attacks": [ { "name": "Supersonic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Fossil Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you don't have any Pokémon-GX or Pokémon-EX on your Bench, this attack does 90 more damage." @@ -7965,17 +6125,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "hatachu", "rarity": "Rare", "flavorText": "Restored from DNA found in amber, this Pokémon exhibited ferocity that was greater than expected. Some casualties resulted.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7989,31 +6145,20 @@ "id": "sm9-131", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Power Charger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -8031,18 +6176,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8056,29 +6196,20 @@ "id": "sm9-132", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Head Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 6 cards of your deck, reveal any number of Pokémon you find there, and put them into your hand. Discard the other cards." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -8090,17 +6221,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "Its fur would all stand on end if it smelled a Seviper nearby. Its sharp claws tear up its foes.", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8114,9 +6241,7 @@ "id": "sm9-133", "name": "Bill's Analysis", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal up to 2 Trainer cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8137,10 +6262,7 @@ "id": "sm9-134", "name": "Black Market ◇", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Prism Star" - ], + "subtypes": ["Stadium", "Prism Star"], "rules": [ "When a Darkness Pokémon (yours or your opponent's) that has any Darkness Energy attached to it is Knocked Out by damage from an opponent's attack, that player takes 1 fewer Prize card.", "Whenever any player plays an Item or Supporter card from their hand, prevent all effects of that card done to this Stadium card.", @@ -8163,9 +6285,7 @@ "id": "sm9-135", "name": "Brock's Grit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8186,9 +6306,7 @@ "id": "sm9-136", "name": "Buff Padding", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to has a Retreat Cost of exactly 4, it gets +50 HP.", @@ -8210,9 +6328,7 @@ "id": "sm9-137", "name": "Dana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Stage 2 Pokémon.", "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", @@ -8234,9 +6350,7 @@ "id": "sm9-138", "name": "Dangerous Drill", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard a Darkness Pokémon from your hand.", "Discard a Pokémon Tool or Special Energy card from 1 of your opponent's Pokémon, or discard any Stadium card in play.", @@ -8258,9 +6372,7 @@ "id": "sm9-139", "name": "Electrocharger", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, shuffle an Electropower card from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8281,9 +6393,7 @@ "id": "sm9-140", "name": "Erika's Hospitality", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have 4 or fewer other cards in your hand.", "Draw a card for each of your opponent's Pokémon in play.", @@ -8305,9 +6415,7 @@ "id": "sm9-141", "name": "Evelyn", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Stage 1 Pokémon.", "Draw 4 cards.", @@ -8329,9 +6437,7 @@ "id": "sm9-142", "name": "Fairy Charm UB", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Fairy Pokémon this card is attached to by attacks from your opponent's Ultra Beast Pokémon-GX and Ultra Beast Pokémon-EX.", @@ -8353,9 +6459,7 @@ "id": "sm9-143", "name": "Grass Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Grass Pokémon.", @@ -8377,9 +6481,7 @@ "id": "sm9-144", "name": "Ingo & Emmet", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top card of your deck, and then choose 1:", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8400,9 +6502,7 @@ "id": "sm9-145", "name": "Jasmine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. If you go second and it's your first turn, search for 5 Metal Pokémon instead of 1. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8423,9 +6523,7 @@ "id": "sm9-146", "name": "Judge Whistle", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Draw a card or put a Judge card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8446,9 +6544,7 @@ "id": "sm9-147", "name": "Lavender Town", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may have their opponent reveal their hand.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -8469,9 +6565,7 @@ "id": "sm9-148", "name": "Metal Goggles", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Metal Pokémon this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance), and your opponent's attacks and Abilities can't put damage counters on it.", @@ -8493,9 +6587,7 @@ "id": "sm9-149", "name": "Morgan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard Dana, Evelyn, and Nita from your hand.", "Look at the top 12 cards of your deck and attach any number of Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck.", @@ -8517,9 +6609,7 @@ "id": "sm9-150", "name": "Nanu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Basic Darkness Pokémon in your discard pile. Switch it with 1 of your Pokémon in play. Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8540,9 +6630,7 @@ "id": "sm9-151", "name": "Nita", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Basic Pokémon.", "Put an Energy from your opponent's Active Pokémon on top of their deck.", @@ -8564,9 +6652,7 @@ "id": "sm9-152", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal a Pokémon from your hand and put it into your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8587,9 +6673,7 @@ "id": "sm9-152a", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal a Pokémon from your hand and put it into your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8610,9 +6694,7 @@ "id": "sm9-152b", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal a Pokémon from your hand and put it into your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8633,9 +6715,7 @@ "id": "sm9-153", "name": "Return Label", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a card from your opponent's discard pile on the bottom of their deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8656,9 +6736,7 @@ "id": "sm9-154", "name": "Sabrina's Suggestion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. You may choose a Supporter card you find there and use the effect of that card as the effect of this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8679,9 +6757,7 @@ "id": "sm9-155", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "60", "rules": [ "Play this card as if it were a 60-HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", @@ -8704,9 +6780,7 @@ "id": "sm9-156", "name": "Viridian Forest", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a card from their hand. If they do, that player searches their deck for a basic Energy card, reveals it, and puts it into their hand. Then, that player shuffles their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -8727,9 +6801,7 @@ "id": "sm9-157", "name": "Water Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Silvally-GX this card is attached to is a Water Pokémon.", @@ -8751,10 +6823,7 @@ "id": "sm9-158", "name": "Wondrous Labyrinth ◇", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Prism Star" - ], + "subtypes": ["Stadium", "Prism Star"], "rules": [ "The attacks of non-Fairy Pokémon (both yours and your opponent's) cost Colorless more.", "Whenever any player plays an Item or Supporter card from their hand, prevent all effects of that card done to this Stadium card.", @@ -8777,50 +6846,30 @@ "id": "sm9-159", "name": "Celebi & Venusaur-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Evergreen-GX", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Heal all damage from this Pokémon. If this Pokémon has at least 1 extra Grass Energy attached to it (in addition to this attack's cost), shuffle all cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -8832,20 +6881,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 3, - 251 - ], + "nationalPokedexNumbers": [3, 251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8859,40 +6900,24 @@ "id": "sm9-160", "name": "Magikarp & Wailord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Splash", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Towering Splash-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon has at least 7 extra Water Energy attached to it (in addition to this attack's cost), this attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -8904,20 +6929,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "160", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 129, - 321 - ], + "nationalPokedexNumbers": [129, 321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8931,40 +6948,24 @@ "id": "sm9-161", "name": "Magikarp & Wailord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Splash", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Towering Splash-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon has at least 7 extra Water Energy attached to it (in addition to this attack's cost), this attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -8976,20 +6977,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "161", "artist": "OOYAMA", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 129, - 321 - ], + "nationalPokedexNumbers": [129, 321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9003,40 +6996,24 @@ "id": "sm9-162", "name": "Pikachu & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Full Blitz", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Tag Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -9054,19 +7031,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "162", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 25, - 644 - ], + "nationalPokedexNumbers": [25, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9080,14 +7050,9 @@ "id": "sm9-163", "name": "Ampharos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9095,28 +7060,21 @@ "attacks": [ { "name": "Power Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Put all Electropower cards from your discard pile into your hand." }, { "name": "Impact Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "150", "text": "Discard all Lightning Energy from this Pokémon." }, { "name": "Electrical-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -9134,18 +7092,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "163", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9159,34 +7111,23 @@ "id": "sm9-164", "name": "Gengar & Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50×", "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there." }, { "name": "Horror House-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)" @@ -9204,18 +7145,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "164", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 94, - 778 - ], + "nationalPokedexNumbers": [94, 778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9229,34 +7164,23 @@ "id": "sm9-165", "name": "Gengar & Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50×", "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there." }, { "name": "Horror House-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)" @@ -9274,18 +7198,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "165", "artist": "Midori Harada", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 94, - 778 - ], + "nationalPokedexNumbers": [94, 778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9299,45 +7217,30 @@ "id": "sm9-166", "name": "Hoopa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rogue Ring", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Dark Strike", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't use Dark Strike during your next turn." }, { "name": "Devilish Hands-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon-GX or Pokémon-EX 6 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 30 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -9355,18 +7258,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "166", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9380,14 +7277,9 @@ "id": "sm9-167", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9402,22 +7294,14 @@ "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Darkest Tornado-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9435,18 +7319,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "167", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9460,14 +7338,9 @@ "id": "sm9-168", "name": "Cobalion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9481,19 +7354,14 @@ "attacks": [ { "name": "Dueling Saber", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50+", "text": "If there is any Stadium card in play, this attack does 60 more damage." }, { "name": "Iron Rule-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, their Pokémon can't attack. (This includes Pokémon that come into play on that turn.) (You can't use more than 1 GX attack in a game.)" @@ -9511,16 +7379,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "168", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9534,36 +7398,23 @@ "id": "sm9-169", "name": "Latias & Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Buster Purge", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Aero Unit-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -9575,17 +7426,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "169", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 380, - 381 - ], + "nationalPokedexNumbers": [380, 381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9599,36 +7445,23 @@ "id": "sm9-170", "name": "Latias & Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Buster Purge", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Aero Unit-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -9640,17 +7473,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "Sanosuke Sakuma", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 380, - 381 - ], + "nationalPokedexNumbers": [380, 381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9664,15 +7492,9 @@ "id": "sm9-171", "name": "Eevee & Snorlax-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -9689,33 +7511,21 @@ "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Pokémon." }, { "name": "Dump Truck Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage." }, { "name": "Megaton Friends-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -9727,20 +7537,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "171", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 133, - 143 - ], + "nationalPokedexNumbers": [133, 143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9754,9 +7556,7 @@ "id": "sm9-172", "name": "Brock's Grit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9777,9 +7577,7 @@ "id": "sm9-173", "name": "Dana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Stage 2 Pokémon.", "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", @@ -9801,9 +7599,7 @@ "id": "sm9-174", "name": "Erika's Hospitality", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have 4 or fewer other cards in your hand.", "Draw a card for each of your opponent's Pokémon in play.", @@ -9825,9 +7621,7 @@ "id": "sm9-175", "name": "Evelyn", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Stage 1 Pokémon.", "Draw 4 cards.", @@ -9849,9 +7643,7 @@ "id": "sm9-176", "name": "Ingo & Emmet", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top card of your deck, and then choose 1:", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9872,9 +7664,7 @@ "id": "sm9-177", "name": "Jasmine", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. If you go second and it's your first turn, search for 5 Metal Pokémon instead of 1. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9895,9 +7685,7 @@ "id": "sm9-178", "name": "Morgan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard Dana, Evelyn, and Nita from your hand.", "Look at the top 12 cards of your deck and attach any number of Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck.", @@ -9919,9 +7707,7 @@ "id": "sm9-179", "name": "Nanu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Basic Darkness Pokémon in your discard pile. Switch it with 1 of your Pokémon in play. Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9942,9 +7728,7 @@ "id": "sm9-180", "name": "Nita", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if your opponent's Active Pokémon is a Basic Pokémon.", "Put an Energy from your opponent's Active Pokémon on top of their deck.", @@ -9966,9 +7750,7 @@ "id": "sm9-181", "name": "Sabrina's Suggestion", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. You may choose a Supporter card you find there and use the effect of that card as the effect of this card.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -9989,50 +7771,30 @@ "id": "sm9-182", "name": "Celebi & Venusaur-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Evergreen-GX", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Heal all damage from this Pokémon. If this Pokémon has at least 1 extra Grass Energy attached to it (in addition to this attack's cost), shuffle all cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -10044,20 +7806,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "182", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 3, - 251 - ], + "nationalPokedexNumbers": [3, 251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10071,40 +7825,24 @@ "id": "sm9-183", "name": "Magikarp & Wailord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Splash", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Towering Splash-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon has at least 7 extra Water Energy attached to it (in addition to this attack's cost), this attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -10116,20 +7854,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "183", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 129, - 321 - ], + "nationalPokedexNumbers": [129, 321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10143,40 +7873,24 @@ "id": "sm9-184", "name": "Pikachu & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Full Blitz", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Tag Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -10194,19 +7908,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "184", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 25, - 644 - ], + "nationalPokedexNumbers": [25, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10220,14 +7927,9 @@ "id": "sm9-185", "name": "Ampharos-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10235,28 +7937,21 @@ "attacks": [ { "name": "Power Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Put all Electropower cards from your discard pile into your hand." }, { "name": "Impact Bolt", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "150", "text": "Discard all Lightning Energy from this Pokémon." }, { "name": "Electrical-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 7 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -10274,18 +7969,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "185", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10299,34 +7988,23 @@ "id": "sm9-186", "name": "Gengar & Mimikyu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Poltergeist", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50×", "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there." }, { "name": "Horror House-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any cards from their hand during their next turn. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), each player draws cards until they have 7 cards in their hand. (You can't use more than 1 GX attack in a game.)" @@ -10344,18 +8022,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "186", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 94, - 778 - ], + "nationalPokedexNumbers": [94, 778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10369,45 +8041,30 @@ "id": "sm9-187", "name": "Hoopa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rogue Ring", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Dark Strike", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't use Dark Strike during your next turn." }, { "name": "Devilish Hands-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon-GX or Pokémon-EX 6 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 30 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -10425,18 +8082,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "187", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10450,14 +8101,9 @@ "id": "sm9-188", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10472,22 +8118,14 @@ "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Darkest Tornado-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -10505,18 +8143,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "188", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10530,14 +8162,9 @@ "id": "sm9-189", "name": "Cobalion-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10551,19 +8178,14 @@ "attacks": [ { "name": "Dueling Saber", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50+", "text": "If there is any Stadium card in play, this attack does 60 more damage." }, { "name": "Iron Rule-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, their Pokémon can't attack. (This includes Pokémon that come into play on that turn.) (You can't use more than 1 GX attack in a game.)" @@ -10581,16 +8203,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "189", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10604,36 +8222,23 @@ "id": "sm9-190", "name": "Latias & Latios-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Buster Purge", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Aero Unit-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), prevent all effects of attacks, including damage, done to it during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -10645,17 +8250,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "190", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 380, - 381 - ], + "nationalPokedexNumbers": [380, 381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10669,15 +8269,9 @@ "id": "sm9-191", "name": "Eevee & Snorlax-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -10694,33 +8288,21 @@ "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Pokémon." }, { "name": "Dump Truck Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage." }, { "name": "Megaton Friends-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -10732,20 +8314,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "191", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 133, - 143 - ], + "nationalPokedexNumbers": [133, 143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10759,9 +8333,7 @@ "id": "sm9-192", "name": "Dangerous Drill", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard a Darkness Pokémon from your hand.", "Discard a Pokémon Tool or Special Energy card from 1 of your opponent's Pokémon, or discard any Stadium card in play.", @@ -10783,9 +8355,7 @@ "id": "sm9-193", "name": "Electrocharger", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. For each heads, shuffle an Electropower card from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10806,9 +8376,7 @@ "id": "sm9-194", "name": "Judge Whistle", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1: Draw a card or put a Judge card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -10829,9 +8397,7 @@ "id": "sm9-195", "name": "Metal Goggles", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Metal Pokémon this card is attached to takes 30 less damage from your opponent's attacks (after applying Weakness and Resistance), and your opponent's attacks and Abilities can't put damage counters on it.", @@ -10853,9 +8419,7 @@ "id": "sm9-196", "name": "Pokémon Communication", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal a Pokémon from your hand and put it into your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play as many Item cards as you like during your turn (before your attack)." diff --git a/cards/en/sma.json b/cards/en/sma.json index 1fa3aa857..991801eb9 100644 --- a/cards/en/sma.json +++ b/cards/en/sma.json @@ -3,32 +3,21 @@ "id": "sma-SV1", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Twin Play", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Scyther and put them onto your Bench. Then, shuffle your deck." }, { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV1", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "While young, they live together deep in the mountains, training themselves in how to fight with their scythes and move at high speeds.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,32 +49,21 @@ "id": "sma-SV2", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -101,17 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV2", "artist": "sui", "rarity": "Rare Shiny", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -125,34 +95,22 @@ "id": "sma-SV3", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Sharp Blade Quill", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -164,17 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV3", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "A bit of a dandy, it spends its free time preening its wings. Its preoccupation with any dirt on its plumage can leave it unable to battle.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -188,16 +142,10 @@ "id": "sma-SV4", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Grass"], + "evolvesTo": ["Golisopod"], "abilities": [ { "name": "Wimp Out", @@ -208,11 +156,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -224,19 +168,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV4", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "This Pokémon is a coward. As it desperately dashes off, the flailing of its many legs leaves a sparkling clean path in its wake.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -250,31 +188,20 @@ "id": "sma-SV5", "name": "Pheromosa", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "White Ray", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have only 1 Prize card remaining, this attack does 90 more damage." @@ -290,9 +217,7 @@ "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "One of the Ultra Beasts. It refuses to touch anything, perhaps because it senses some uncleanness in this world.", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -306,23 +231,14 @@ "id": "sma-SV6", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -334,18 +250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV6", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "From the time it is born, a flame burns at the tip of its tail. Its life would end if the flame were to go out.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -359,17 +270,11 @@ "id": "sma-SV7", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "abilities": [ { "name": "Burning Fighter", @@ -380,11 +285,7 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from this Pokémon." @@ -396,18 +297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV7", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "When it swings its burning tail, it elevates the air temperature to unbearably high levels.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -421,32 +317,21 @@ "id": "sma-SV8", "name": "Alolan Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Beacon", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -458,17 +343,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV8", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "It exhales air colder than -58 degrees Fahrenheit. Elderly people in Alola call this Pokémon by an older name—Keokeo.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -482,32 +363,21 @@ "id": "sma-SV9", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Water"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -519,17 +389,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV9", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "When the temperature cools in the evening, they emerge from water to seek food along the shore.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -543,13 +409,9 @@ "id": "sma-SV10", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wooper", "abilities": [ { @@ -561,11 +423,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Water Energy attached to this Pokémon." @@ -577,18 +435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV10", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "This carefree Pokémon has an easygoing nature. While swimming, it always bumps into boat hulls.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -602,16 +455,10 @@ "id": "sma-SV11", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "abilities": [ { "name": "Frubbles", @@ -622,10 +469,7 @@ "attacks": [ { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -637,17 +481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV11", "artist": "sui", "rarity": "Rare Shiny", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -661,17 +501,11 @@ "id": "sma-SV12", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "abilities": [ { "name": "Gale Shuriken", @@ -682,9 +516,7 @@ "attacks": [ { "name": "Water Drip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -696,17 +528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV12", "artist": "Anesaki Dynamic", "rarity": "Rare Shiny", "flavorText": "Its swiftness is unparalleled. It can scale a tower of more than 2,000 feet in a minute's time.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -720,16 +548,10 @@ "id": "sma-SV13", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "abilities": [ { "name": "Floating Electrons", @@ -740,10 +562,7 @@ "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -761,17 +580,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV13", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -785,31 +600,20 @@ "id": "sma-SV14", "name": "Xurkitree", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Cablegram", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If you have exactly 3 Prize cards remaining, your opponent's Active Pokémon is now Paralyzed." @@ -827,17 +631,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV14", "artist": "Naoki Saito", "rarity": "Rare Shiny", "flavorText": "It appeared from the Ultra Wormhole. It raided a power plant, so people think it energizes itself with electricity.", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -851,13 +651,9 @@ "id": "sma-SV15", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "More Poison", @@ -868,11 +664,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -884,18 +676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV15", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "In battle, it uses its bladed tail to counter any Zangoose. It secretes a deadly venom in its tail.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -909,32 +696,21 @@ "id": "sma-SV16", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Will-O-Wisp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -952,17 +728,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV16", "artist": "sui", "rarity": "Rare Shiny", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -976,22 +748,14 @@ "id": "sma-SV17", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Psychic"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1003,17 +767,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV17", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1027,13 +787,9 @@ "id": "sma-SV18", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "abilities": [ { @@ -1045,11 +801,7 @@ "attacks": [ { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1061,18 +813,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV18", "artist": "Hideki Ishikawa", "rarity": "Rare Shiny", "flavorText": "It lures prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1086,33 +833,21 @@ "id": "sma-SV19", "name": "Poipole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Naganadel" - ], + "types": ["Psychic"], + "evolvesTo": ["Naganadel"], "attacks": [ { "name": "Spit Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Knockout Reviver", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon is Knocked Out, your opponent can't take any Prize cards for it." @@ -1124,17 +859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV19", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "This Ultra Beast is well enough liked to be chosen as a first partner in its own world.", - "nationalPokedexNumbers": [ - 803 - ], + "nationalPokedexNumbers": [803], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1148,13 +879,9 @@ "id": "sma-SV20", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Roadblock", @@ -1165,10 +892,7 @@ "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1180,18 +904,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV20", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "To avoid attack, it mimics a tree. It will run off if splashed with water, which it hates.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1205,31 +924,21 @@ "id": "sma-SV21", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Detect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1241,17 +950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV21", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "It's tough enough to run right through the night, and it's also a hard worker, but it's still just a youngster.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1265,13 +970,9 @@ "id": "sma-SV22", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -1283,10 +984,7 @@ "attacks": [ { "name": "Missile Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -1298,17 +996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV22", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "They can detect the species of a living being—and its emotions—from over half a mile away. They control auras and hunt their prey in packs.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1322,23 +1016,14 @@ "id": "sma-SV23", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1350,17 +1035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV23", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "This Pokémon has lived with people since times long ago. It can sense when its Trainer is in the dumps and will stick close by its Trainer's side.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1374,31 +1055,20 @@ "id": "sma-SV24", "name": "Buzzwole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Sledgehammer", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent has exactly 4 Prize cards remaining, this attack does 90 more damage." }, { "name": "Swing Around", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1410,18 +1080,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV24", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "A mysterious life-form called an Ultra Beast. Witnesses saw it pulverize a dump truck with a single punch.", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1435,32 +1100,21 @@ "id": "sma-SV25", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Stampede", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1478,17 +1132,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV25", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "It changes so it looks like its foe, tricks it, and then uses that opportunity to flee.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1502,23 +1152,13 @@ "id": "sma-SV26", "name": "Guzzlord", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Lord's Valley", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 4, "damage": "160", "text": "If you have exactly 2, 4, or 6 Prize cards remaining, discard the top 10 cards of your deck." @@ -1536,20 +1176,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV26", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "A dangerous Ultra Beast, it appears to be eating constantly, but for some reason its droppings have never been found.", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1563,31 +1196,21 @@ "id": "sma-SV27", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Searching Magnet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Metal Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1605,17 +1228,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV27", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "It sends out electromagnetic waves, which let it float through the air. Touching it while it's eating electricity will give you a full-body shock.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1629,34 +1248,22 @@ "id": "sma-SV28", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Zap Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -1674,18 +1281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV28", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "It has about three times the electrical power of Magnemite. For some reason, outbreaks of this Pokémon happen when lots of sunspots appear.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1699,13 +1301,9 @@ "id": "sma-SV29", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -1717,12 +1315,7 @@ "attacks": [ { "name": "Zap Cannon", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon can't use Zap Cannon during your next turn." @@ -1740,18 +1333,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV29", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "As it zooms through the sky, this Pokémon seems to be receiving signals of unknown origin, while transmitting signals of unknown purpose.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1765,22 +1353,14 @@ "id": "sma-SV30", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Core Beam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Metal Energy from this Pokémon." @@ -1798,17 +1378,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV30", "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "Its cells are all magnets. It uses magnetism to communicate with others of its kind.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1822,34 +1398,22 @@ "id": "sma-SV31", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Core Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Metal Energy from this Pokémon." @@ -1867,19 +1431,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV31", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "When two Beldum link together, their psychic power is doubled. Their intelligence, however, remains unchanged.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1893,24 +1451,13 @@ "id": "sma-SV32", "name": "Celesteela", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Moon Raker", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "If the total of both players' remaining Prize cards is exactly 6, this attack can be used for Metal." @@ -1928,20 +1475,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV32", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "One kind of Ultra Beast. Witnesses have seen it burn down a forest by expelling gas from its two arms.", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1955,21 +1495,13 @@ "id": "sma-SV33", "name": "Kartana", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Divine Paper", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "40+", "text": "If your opponent has exactly 6 Prize cards remaining, this attack does 90 more damage." @@ -1987,17 +1519,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV33", "artist": "Anesaki Dynamic", "rarity": "Rare Shiny", "flavorText": "One of the Ultra Beast life-forms, it was observed cutting down a gigantic steel tower with one stroke of its blade.", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2011,22 +1539,14 @@ "id": "sma-SV34", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fairy"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -2044,17 +1564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV34", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2068,34 +1584,22 @@ "id": "sma-SV35", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2113,17 +1617,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV35", "artist": "Sumiyoshi Kizuki", "rarity": "Rare Shiny", "flavorText": "The cheerful spirit of its Trainer gives it energy for its psychokinetic power. It spins and dances when happy.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2137,29 +1637,20 @@ "id": "sma-SV36", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Sparkling Wish", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Diamond Storm", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from each of your Fairy Pokémon." @@ -2177,17 +1668,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV36", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "A sudden transformation of Carbink, its pink, glimmering body is said to be the loveliest sight in the whole world.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2201,13 +1688,9 @@ "id": "sma-SV37", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -2219,10 +1702,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2234,17 +1714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV37", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2258,22 +1734,14 @@ "id": "sma-SV38", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -2285,17 +1753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV38", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "It skulks in caves, and when prey or an enemy passes by, it leaps out and chomps them. The force of its attack sometimes chips its teeth.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2309,33 +1773,22 @@ "id": "sma-SV39", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Ascension", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2347,17 +1800,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV39", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "Shiny objects are its passion. It can be found in its cave, scarcely moving, its gaze fixed on the jewels it's amassed or Carbink it has caught.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2371,32 +1820,21 @@ "id": "sma-SV40", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Quick Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Royal Blades", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If you played Cynthia from your hand during this turn, this attack does 100 more damage." @@ -2412,9 +1850,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "The protuberances on its head serve as sensors. It can even detect distant prey.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2428,13 +1864,9 @@ "id": "sma-SV41", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2455,9 +1887,7 @@ "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, draw a card." @@ -2469,18 +1899,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV41", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "Current studies show it can evolve into an incredible eight different species of Pokémon.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2494,32 +1919,21 @@ "id": "sma-SV42", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2537,17 +1951,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV42", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2561,22 +1971,14 @@ "id": "sma-SV43", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2594,17 +1996,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV43", "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "They live in pitch black caves. Their enormous ears can emit ultrasonic waves of 200,000 hertz.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2618,13 +2016,9 @@ "id": "sma-SV44", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Instruct", @@ -2635,11 +2029,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -2651,18 +2041,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV44", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "Deep in the jungle, high in the lofty canopy, this Pokémon abides. On rare occasions, it shows up at the beach to match wits with Slowking.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2676,31 +2061,20 @@ "id": "sma-SV45", "name": "Type: Null", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Armor Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slashing Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2712,18 +2086,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV45", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "The heavy control mask it wears suppresses its intrinsic capabilities. This Pokémon has some hidden special power.", - "nationalPokedexNumbers": [ - 772 - ], + "nationalPokedexNumbers": [772], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2737,14 +2106,9 @@ "id": "sma-SV46", "name": "Leafeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2759,20 +2123,14 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Grand Bloom-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -2784,17 +2142,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV46", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2808,14 +2161,9 @@ "id": "sma-SV47", "name": "Decidueye-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2830,20 +2178,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Hollow Hunt-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -2855,17 +2197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV47", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2879,14 +2216,9 @@ "id": "sma-SV48", "name": "Golisopod-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2894,31 +2226,21 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage." }, { "name": "Armor Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Crossing Cut-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2930,18 +2252,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV48", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2955,14 +2271,9 @@ "id": "sma-SV49", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2970,35 +2281,21 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Crimson Storm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 3 Fire Energy from this Pokémon." }, { "name": "Raging Out-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -3010,17 +2307,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV49", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3034,48 +2326,30 @@ "id": "sma-SV50", "name": "Ho-Oh-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sacred Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Phoenix Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon can't use Phoenix Burn during your next turn." }, { "name": "Eternal Light-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -3093,17 +2367,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV50", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3117,47 +2386,30 @@ "id": "sma-SV51", "name": "Reshiram-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vermilion-GX", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may attach up to 5 Fire Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -3169,17 +2421,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV51", "artist": "PLANETA Igarashi", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3193,44 +2440,30 @@ "id": "sma-SV52", "name": "Turtonator-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shell Trap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Nitro Tank-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 Fire Energy cards from your discard pile to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -3242,18 +2475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV52", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3267,14 +2494,9 @@ "id": "sma-SV53", "name": "Alolan Ninetales-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3282,31 +2504,21 @@ "attacks": [ { "name": "Ice Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Ice Path-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from this Pokémon to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3318,16 +2530,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV53", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3341,14 +2549,9 @@ "id": "sma-SV54", "name": "Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3362,20 +2565,14 @@ "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cold Crush-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Energy from both Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3387,17 +2584,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV54", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3411,14 +2603,9 @@ "id": "sma-SV55", "name": "Glaceon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3433,22 +2620,14 @@ "attacks": [ { "name": "Frost Bullet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Polar Spear-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each damage counter on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3460,17 +2639,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV55", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3484,14 +2658,9 @@ "id": "sma-SV56", "name": "Greninja-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3506,22 +2675,14 @@ "attacks": [ { "name": "Haze Slash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Shadowy Hunter-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 130 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -3533,17 +2694,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV56", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3557,14 +2713,9 @@ "id": "sma-SV57", "name": "Electrode-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3579,20 +2730,14 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Crush and Burn-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard any amount of Energy from your Pokémon. This attack does 50 more damage for each card you discarded in this way. (You can't use more than 1 GX attack in a game.)" @@ -3610,16 +2755,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV57", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3633,15 +2774,9 @@ "id": "sma-SV58", "name": "Xurkitree-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3655,20 +2790,14 @@ "attacks": [ { "name": "Rumbling Wires", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top card of your opponent's deck." }, { "name": "Lighting-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Add a card you find there to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -3686,17 +2815,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV58", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3710,44 +2834,30 @@ "id": "sma-SV59", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Full Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to this Pokémon." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psystrike-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3759,17 +2869,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV59", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3783,14 +2888,9 @@ "id": "sma-SV60", "name": "Espeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3798,31 +2898,21 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage times the number of Energy attached to your opponent's Active Pokémon." }, { "name": "Divide-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -3834,16 +2924,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV60", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3857,14 +2943,9 @@ "id": "sma-SV61", "name": "Banette-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3879,18 +2960,14 @@ "attacks": [ { "name": "Shadow Chant", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 10 more damage for each Supporter card in your discard pile. You can't add more than 100 damage in this way." }, { "name": "Tomb Hunt-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -3908,16 +2985,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV61", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3931,15 +3004,9 @@ "id": "sma-SV62", "name": "Nihilego-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3953,22 +3020,14 @@ "attacks": [ { "name": "Lock Up", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Symbiont-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Add the top 2 cards of your opponent's deck to their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -3980,17 +3039,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV62", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 793 - ], + "nationalPokedexNumbers": [793], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4004,15 +3058,9 @@ "id": "sma-SV63", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4020,31 +3068,21 @@ "attacks": [ { "name": "Beast Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Ultra Beasts in play." }, { "name": "Jet Needle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Stinger-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -4056,16 +3094,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV63", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4079,14 +3113,9 @@ "id": "sma-SV64", "name": "Lucario-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4094,30 +3123,21 @@ "attacks": [ { "name": "Aura Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cantankerous Beatdown-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4129,17 +3149,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV64", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4153,48 +3168,30 @@ "id": "sma-SV65", "name": "Zygarde-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cell Connector", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Verdict-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -4206,18 +3203,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV65", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4231,14 +3222,9 @@ "id": "sma-SV66", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4253,21 +3239,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Dangerous Rogue-GX", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4279,17 +3258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV66", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4303,14 +3277,9 @@ "id": "sma-SV67", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4325,20 +3294,14 @@ "attacks": [ { "name": "Accelerock", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Splintered Shards-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Energy card in your opponent's discard pile. (You can't use more than 1 GX attack in a game.)" @@ -4350,17 +3313,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV67", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4375,46 +3333,30 @@ "id": "sma-SV68", "name": "Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Knuckle Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Absorption-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each of your remaining Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -4426,17 +3368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV68", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4450,14 +3387,9 @@ "id": "sma-SV69", "name": "Umbreon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4465,30 +3397,21 @@ "attacks": [ { "name": "Strafe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Call-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4506,17 +3429,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV69", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4530,14 +3448,9 @@ "id": "sma-SV70", "name": "Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4551,22 +3464,14 @@ "attacks": [ { "name": "Dark Cleave", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dead End-GX", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If your opponent's Active Pokémon is affected by a Special Condition, that Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -4584,17 +3489,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV70", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4608,50 +3508,30 @@ "id": "sma-SV71", "name": "Guzzlord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eat Sloppily", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 5 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Glutton-GX", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "100", "text": "If your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -4669,19 +3549,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV71", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 799 - ], + "nationalPokedexNumbers": [799], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4695,14 +3568,9 @@ "id": "sma-SV72", "name": "Scizor-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4717,21 +3585,14 @@ "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cross-Cut-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 100 more damage. (You can't use more than 1 GX attack in a game.)" @@ -4749,16 +3610,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV72", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4772,15 +3629,9 @@ "id": "sma-SV73", "name": "Kartana-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4794,20 +3645,14 @@ "attacks": [ { "name": "Gale Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." }, { "name": "Blade-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Take a Prize card. (You can't use more than 1 GX attack in a game.)" @@ -4825,16 +3670,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV73", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 798 - ], + "nationalPokedexNumbers": [798], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4848,15 +3689,9 @@ "id": "sma-SV74", "name": "Stakataka-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4870,22 +3705,14 @@ "attacks": [ { "name": "Gigaton Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Assembly-GX", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 50 more damage for each Prize card you have taken. (You can't use more than 1 GX attack in a game.)" @@ -4903,18 +3730,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV74", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4928,14 +3749,9 @@ "id": "sma-SV75", "name": "Gardevoir-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4950,18 +3766,14 @@ "attacks": [ { "name": "Infinite Force", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Twilight-GX", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 10 cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -4979,17 +3791,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV75", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5003,14 +3810,9 @@ "id": "sma-SV76", "name": "Sylveon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5018,31 +3820,21 @@ "attacks": [ { "name": "Magical Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Plea-GX", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -5060,17 +3852,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV76", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5084,14 +3871,9 @@ "id": "sma-SV77", "name": "Altaria-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5099,31 +3881,21 @@ "attacks": [ { "name": "Bright Tone", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon-GX and Pokémon-EX." }, { "name": "Sonic Edge", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Euphoria-GX", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5135,16 +3907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV77", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5158,14 +3926,9 @@ "id": "sma-SV78", "name": "Noivern-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5173,32 +3936,21 @@ "attacks": [ { "name": "Distort", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent can't play any Item cards from their hand during their next turn." }, { "name": "Sonic Volume", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent can't play any Special Energy cards from their hand during their next turn." }, { "name": "Boomburst-GX", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -5213,9 +3965,7 @@ "number": "SV78", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5229,14 +3979,9 @@ "id": "sma-SV79", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5251,22 +3996,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5278,17 +4015,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV79", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5302,43 +4034,30 @@ "id": "sma-SV80", "name": "Drampa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Righteous Edge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Berserk", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 70 more damage." }, { "name": "Big Wheel-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)" @@ -5350,17 +4069,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV80", "artist": "5ban Graphics", "rarity": "Rare Shiny GX", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5374,9 +4088,7 @@ "id": "sma-SV81", "name": "Aether Foundation Employee", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 3 Pokémon that have \"Alolan\" in their names from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5397,9 +4109,7 @@ "id": "sma-SV82", "name": "Cynthia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 6 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5420,9 +4130,7 @@ "id": "sma-SV83", "name": "Fisherman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 4 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5443,9 +4151,7 @@ "id": "sma-SV84", "name": "Guzma", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5466,9 +4172,7 @@ "id": "sma-SV85", "name": "Hiker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of either player's deck and choose 1 of them. That player shuffles the other cards back into their deck. Then, put the card you chose on top of that deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5489,9 +4193,7 @@ "id": "sma-SV86", "name": "Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5512,9 +4214,7 @@ "id": "sma-SV87", "name": "Aether Paradise Conservation Area", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Basic Grass and Basic Lightning Pokémon (both yours and your opponent's) take 30 less damage from the opponent's attacks (after applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5535,9 +4235,7 @@ "id": "sma-SV88", "name": "Brooklet Hill", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for a Basic Water Pokémon or Basic Fighting Pokémon and, put it onto their Bench, and shuffle their deck.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5558,9 +4256,7 @@ "id": "sma-SV89", "name": "Mt. Coronet", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may put 2 Metal Energy cards from their discard pile into their hand.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5581,9 +4277,7 @@ "id": "sma-SV90", "name": "Shrine of Punishment", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Between turns, put 1 damage counter on each Pokémon-GX and Pokémon-EX (both yours and your opponent's).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5604,62 +4298,41 @@ "id": "sma-SV91", "name": "Tapu Bulu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nature's Judgment", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage." }, { "name": "Tapu Wilderness-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV91", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5673,58 +4346,41 @@ "id": "sma-SV92", "name": "Tapu Fini-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Ring", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hydro Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Water Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" }, { "name": "Tapu Storm-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your opponent's Active Pokémon and all cards attached to it into their deck. If your opponent has no Benched Pokémon, this attack does nothing. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV92", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5738,14 +4394,9 @@ "id": "sma-SV93", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5759,38 +4410,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV93", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5804,14 +4442,9 @@ "id": "sma-SV94", "name": "Tapu Lele-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5825,34 +4458,25 @@ "attacks": [ { "name": "Energy Drive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Tapu Cure-GX", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV94", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5862,4 +4486,4 @@ "large": "https://images.pokemontcg.io/sma/SV94_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/smp.json b/cards/en/smp.json index 1a5863b1d..572a56e66 100644 --- a/cards/en/smp.json +++ b/cards/en/smp.json @@ -3,22 +3,14 @@ "id": "smp-SM01", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM01", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,23 +42,14 @@ "id": "smp-SM02", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -82,17 +61,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM02", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -106,22 +81,14 @@ "id": "smp-SM03", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Sing", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -133,17 +100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM03", "artist": "match", "rarity": "Promo", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -157,33 +120,21 @@ "id": "smp-SM04", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -201,17 +152,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM04", "artist": "kirisAki", "rarity": "Promo", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -225,25 +172,16 @@ "id": "smp-SM05", "name": "Snorlax-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon is now Asleep." @@ -281,19 +219,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM05", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -307,32 +238,21 @@ "id": "smp-SM06", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -344,17 +264,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM06", "artist": "match", "rarity": "Promo", "flavorText": "It's considered to be a good Pokémon for beginners because of its friendliness, but its disposition grows rougher as it grows up.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -368,23 +284,14 @@ "id": "smp-SM07", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Nosedive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 20 damage to itself." @@ -402,17 +309,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM07", "artist": "match", "rarity": "Promo", "flavorText": "It can peck at a rate of 16 times a second to drill holes in trees. It uses holes for food storage and for nesting.", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -426,32 +329,21 @@ "id": "smp-SM08", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Scratch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -463,17 +355,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM08", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -487,28 +375,20 @@ "id": "smp-SM09", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Discharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30×", "text": "Discard all Lightning Energy from this Pokémon. This attack does 30 damage for each card you discarded in this way." @@ -526,17 +406,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM09", "artist": "match", "rarity": "Promo", "flavorText": "The long hairs on its back act as lightning rods. The bolts of lightning it attracts are stored as energy in its electric sac.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -550,13 +426,9 @@ "id": "smp-SM10", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Morelull", "abilities": [ { @@ -568,10 +440,7 @@ "attacks": [ { "name": "Flickering Spores", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -583,18 +452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM10", "artist": "Mizue", "rarity": "Promo", "flavorText": "It emits flickering spores that cause drowsiness. When its prey succumb to sleep, this Pokémon feeds on them by sucking in their energy.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -608,30 +472,20 @@ "id": "smp-SM11", "name": "Bruxish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Vivid Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Psychic Fang", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -643,18 +497,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM11", "artist": "Mizue", "rarity": "Promo", "flavorText": "It stuns its prey with psychokinesis and then grinds them to mush with its strong teeth. Even Shellder's shell is no match for it.", - "nationalPokedexNumbers": [ - 779 - ], + "nationalPokedexNumbers": [779], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -668,29 +517,20 @@ "id": "smp-SM12", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Fling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Team Play", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your Benched Passimian." @@ -702,17 +542,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM12", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "They form groups of roughly 20 individuals. Their mutual bond is remarkable—they will never let down a comrade.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -726,13 +562,9 @@ "id": "smp-SM13", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Instruct", @@ -743,11 +575,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -759,18 +587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM13", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "Deep in the jungle, high in the lofty canopy, this Pokémon abides. On rare occasions, it shows up at the beach to match wits with Slowking.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -784,14 +607,9 @@ "id": "smp-SM14", "name": "Lycanroc-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -799,32 +617,21 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Lycanfang-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -836,16 +643,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM14", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -859,33 +662,20 @@ "id": "smp-SM15", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Pulse Blast", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -897,19 +687,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM15", "artist": "kawayoo", "rarity": "Promo", "flavorText": "This is Zygarde's form at times when it uses its overwhelming power to suppress those who endanger the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -923,14 +707,9 @@ "id": "smp-SM16", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -945,20 +724,14 @@ "attacks": [ { "name": "Sunsteel Strike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "Discard all Energy from this Pokémon." }, { "name": "Sol Burst-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -976,18 +749,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM16", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1001,14 +768,9 @@ "id": "smp-SM17", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -1023,23 +785,14 @@ "attacks": [ { "name": "Moongeist Beam", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 4, "damage": "120", "text": "The Defending Pokémon can't be healed during your opponent's next turn." }, { "name": "Lunar Fall-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Knock Out 1 of your opponent's Basic Pokémon that isn't a Pokémon-GX. (You can't use more than 1 GX attack in a game.)" @@ -1057,17 +810,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM17", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1081,13 +829,9 @@ "id": "smp-SM18", "name": "Alolan Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Sandshrew", "abilities": [ { @@ -1099,11 +843,7 @@ "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -1115,18 +855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM18", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "Fleeing a volcanic eruption, it settled on a snowy mountain. As it races through the snowfields, it sends up a spray of snow.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1140,28 +875,20 @@ "id": "smp-SM19", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Supernatural Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each Pokémon in your opponent's discard pile, put 1 damage counter on your opponent's Pokémon in any way you like." }, { "name": "Revelation Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "If there is no Stadium card in play, this attack does nothing." @@ -1179,17 +906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM19", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "This Oricorio has sipped purple nectar. Its elegant, attractive dance will send the minds and hearts of its enemies to another world.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1203,34 +926,21 @@ "id": "smp-SM20", "name": "Mudsdale", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudbray", "attacks": [ { "name": "Enhanced Stomp", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." }, { "name": "High Horsepower", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon does 40 damage to itself." @@ -1242,20 +952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM20", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It spits a mud that provides resistance to both wind and rain, so the walls of old houses were often coated with it.", - "nationalPokedexNumbers": [ - 750 - ], + "nationalPokedexNumbers": [750], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1269,30 +972,20 @@ "id": "smp-SM21", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Amass", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Power Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1304,18 +997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM21", "artist": "match", "rarity": "Promo", "flavorText": "It has a compassionate personality, but if it is angered, it completely destroys its surroundings with its intense breath.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1329,32 +1017,21 @@ "id": "smp-SM22", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1366,17 +1043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM22", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1390,32 +1063,21 @@ "id": "smp-SM23", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Bite", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1427,17 +1089,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM23", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "While grooming itself, it builds up fur inside its stomach. It sets the fur alight and spews fiery attacks, which change based on how it coughs.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1451,32 +1109,21 @@ "id": "smp-SM24", "name": "Popplio", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Brionne" - ], + "types": ["Water"], + "evolvesTo": ["Brionne"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1488,17 +1135,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM24", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "This Pokémon snorts body fluids from its nose, blowing balloons to smash into its foes. It's famous for being a hard worker.", - "nationalPokedexNumbers": [ - 728 - ], + "nationalPokedexNumbers": [728], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1512,13 +1155,9 @@ "id": "smp-SM25", "name": "Lurantis", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "abilities": [ { @@ -1530,11 +1169,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1546,18 +1181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM25", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It requires a lot of effort to maintain Lurantis's vivid coloring, but some collectors enjoy this work and treat it as their hobby.", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1571,13 +1201,9 @@ "id": "smp-SM26", "name": "Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "abilities": [ { @@ -1589,11 +1215,7 @@ "attacks": [ { "name": "Trop Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage and remove all Special Conditions from this Pokémon." @@ -1605,18 +1227,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM26", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Its long, striking legs aren't just for show but to be used to kick with skill. In victory, it shows off by kicking the defeated, laughing boisterously.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1630,31 +1247,20 @@ "id": "smp-SM27", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1666,19 +1272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM27", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "The shell on its back is chemically unstable and explodes violently if struck. The hole in its stomach is its weak point.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1692,13 +1292,9 @@ "id": "smp-SM28", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "abilities": [ { @@ -1710,12 +1306,7 @@ "attacks": [ { "name": "Electro Cannon", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 3 Energy from this Pokémon." @@ -1733,19 +1324,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM28", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It produces electricity via an electrical organ in its abdomen. It overwhelms bird Pokémon with shocking beams of electrical energy.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1759,45 +1344,32 @@ "id": "smp-SM29", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." }, { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM29", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "Its actual appearance is unknown. A scholar who saw what was under its rag was overwhelmed by terror and died from the shock.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1811,31 +1383,20 @@ "id": "smp-SM30", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Flying Flip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1857,9 +1418,7 @@ "artist": "kirisAki", "rarity": "Promo", "flavorText": "This guardian deity of Melemele is brimming with curiosity. It summons thunderclouds and stores their lightning inside its body.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1873,31 +1432,20 @@ "id": "smp-SM30a", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Flying Flip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1919,9 +1467,7 @@ "artist": "kirisAki", "rarity": "Promo", "flavorText": "This guardian deity of Melemele is brimming with curiosity. It summons thunderclouds and stores their lightning inside its body.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1935,31 +1481,20 @@ "id": "smp-SM31", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Flying Flip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1981,9 +1516,7 @@ "artist": "kirisAki", "rarity": "Promo", "flavorText": "This guardian deity of Melemele is brimming with curiosity. It summons thunderclouds and stores their lightning inside its body.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1997,62 +1530,41 @@ "id": "smp-SM32", "name": "Tapu Bulu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nature's Judgment", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 60 more damage." }, { "name": "Tapu Wilderness-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Heal all damage from this Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM32", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2066,14 +1578,9 @@ "id": "smp-SM33", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2087,38 +1594,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM33", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2132,14 +1626,9 @@ "id": "smp-SM34", "name": "Bewear-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2147,35 +1636,21 @@ "attacks": [ { "name": "Bear Hug", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Double Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100×", "text": "Flip 2 coins. This attack does 100 damage for each heads." }, { "name": "Big Throw-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard your opponent's Active Pokémon and all cards attached to it. (You can't use more than 1 GX attack in a game.)" @@ -2187,18 +1662,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM34", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2212,14 +1681,9 @@ "id": "smp-SM35", "name": "Espeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2227,31 +1691,21 @@ "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage times the number of Energy attached to your opponent's Active Pokémon." }, { "name": "Divide-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -2263,16 +1717,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM35", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2286,14 +1736,9 @@ "id": "smp-SM36", "name": "Umbreon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2301,30 +1746,21 @@ "attacks": [ { "name": "Strafe", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Call-GX", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy from your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2342,17 +1778,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM36", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2366,14 +1797,9 @@ "id": "smp-SM37", "name": "Decidueye-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2388,20 +1814,14 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Hollow Hunt-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -2413,17 +1833,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM37", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2437,14 +1852,9 @@ "id": "smp-SM38", "name": "Incineroar-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2452,31 +1862,21 @@ "attacks": [ { "name": "Hustling Strike", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 20 more damage for each of your Benched Fire Pokémon." }, { "name": "Tiger Swing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 50 more damage for each heads." }, { "name": "Burning Slam-GX", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned. (You can't use more than 1 GX attack in a game.)" @@ -2488,18 +1888,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM38", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2513,14 +1907,9 @@ "id": "smp-SM39", "name": "Primarina-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Brionne", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -2528,32 +1917,21 @@ "attacks": [ { "name": "Bubble Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage times the amount of Water Energy attached to your Pokémon." }, { "name": "Roaring Seas", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Grand Echo-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -2565,17 +1943,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM39", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 730 - ], + "nationalPokedexNumbers": [730], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2589,32 +1962,21 @@ "id": "smp-SM40", "name": "Jangmo-o", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Hakamo-o" - ], + "types": ["Dragon"], + "evolvesTo": ["Hakamo-o"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2626,18 +1988,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM40", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It expresses its feelings by smacking its scales. Metallic sounds echo through the tall mountains where Jangmo-o lives.", - "nationalPokedexNumbers": [ - 782 - ], + "nationalPokedexNumbers": [782], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2651,13 +2008,9 @@ "id": "smp-SM41", "name": "Komala", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Comatose", @@ -2668,11 +2021,7 @@ "attacks": [ { "name": "Hypno Roll", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack can be used if this Pokémon is Asleep. If it is not Asleep, this attack does nothing." @@ -2684,18 +2033,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM41", "artist": "nagimiso", "rarity": "Promo", "flavorText": "It is born asleep, and it dies asleep. All its movements are apparently no more than the results of it tossing and turning in its dreams.", - "nationalPokedexNumbers": [ - 775 - ], + "nationalPokedexNumbers": [775], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2709,22 +2053,14 @@ "id": "smp-SM42", "name": "Cosmog", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cosmoem" - ], + "types": ["Psychic"], + "evolvesTo": ["Cosmoem"], "attacks": [ { "name": "Dust Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -2736,17 +2072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM42", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "Its body is gaseous and frail. It slowly grows as it collects dust from the atmosphere.", - "nationalPokedexNumbers": [ - 789 - ], + "nationalPokedexNumbers": [789], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2760,32 +2092,21 @@ "id": "smp-SM43", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Scratch", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10", "text": "" }, { "name": "Fake Out", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2803,17 +2124,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM43", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "This Pokémon was not originally found in Alola. Human actions caused a surge in their numbers, and they went feral. They're prideful and crafty.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2827,30 +2144,20 @@ "id": "smp-SM44", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2868,17 +2175,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM44", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "The spiny fur on its back is normally at rest. When this Pokémon becomes agitated, its fur stands on end and stabs into its attackers.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2892,29 +2195,20 @@ "id": "smp-SM45", "name": "Tapu Lele", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Magical Swap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move any number of damage counters on your opponent's Pokémon to their other Pokémon in any way you like." @@ -2926,17 +2220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM45", "artist": "You Iribi", "rarity": "Promo", "flavorText": "This guardian deity of Akala is guilelessly cruel. The fragrant aroma of flowers is the source of its energy.", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2950,13 +2240,9 @@ "id": "smp-SM46", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "More Poison", @@ -2967,11 +2253,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -2983,18 +2265,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM46", "artist": "Eri Yamaki", "rarity": "Promo", "flavorText": "In battle, it uses its bladed tail to counter any Zangoose. It secretes a deadly venom in its tail.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3008,31 +2285,21 @@ "id": "smp-SM47", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Crabrawler", "attacks": [ { "name": "Gutsy Hammer", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "80", "text": "This Pokémon does 10 damage to itself for each damage counter on it." }, { "name": "Double Stomp", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -3044,20 +2311,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM47", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It aimed for the top but got lost and ended up on a snowy mountain. Being forced to endure the cold, this Pokémon evolved and grew fur.", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3071,33 +2331,20 @@ "id": "smp-SM48", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Land Crush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Core Enforcer", - "cost": [ - "Darkness", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard a Darkness Energy and a Fairy Energy attached to this Pokémon." @@ -3109,20 +2356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM48", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "This is Zygarde's form at times when it uses its overwhelming power to suppress those who endanger the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3136,32 +2376,21 @@ "id": "smp-SM49", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Mix-Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, discard the top 3 cards of your opponent's deck." }, { "name": "Tantrum", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon is now Confused." @@ -3173,18 +2402,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM49", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "This immensely dangerous Pokémon possesses overwhelming physical strength. Its habitat is generally off-limits.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3198,14 +2422,9 @@ "id": "smp-SM50", "name": "Tapu Koko-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3219,38 +2438,25 @@ "attacks": [ { "name": "Sky-High Claws", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Tapu Thunder-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage times the amount of Energy attached to all of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM50", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3264,31 +2470,21 @@ "id": "smp-SM51", "name": "Alolan Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Darkness"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Nasty Plot", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Scratch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3306,17 +2502,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM51", "artist": "sui", "rarity": "Promo", "flavorText": "This Pokémon was not originally found in Alola. Human actions caused a surge in their numbers, and they went feral. They're prideful and crafty.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3330,13 +2522,9 @@ "id": "smp-SM52", "name": "Golisopod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "abilities": [ { @@ -3348,11 +2536,7 @@ "attacks": [ { "name": "Resolute Claws", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 70 more damage (before applying Weakness and Resistance)." @@ -3364,18 +2548,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM52", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "With a flashing slash of its giant sharp claws, it cleaves seawater—or even air—right in two.", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3389,13 +2568,9 @@ "id": "smp-SM53", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Steelworker", @@ -3406,11 +2581,7 @@ "attacks": [ { "name": "Anchor Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3428,18 +2599,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM53", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Swinging its massive anchor, it can KO Wailord in a single blow. What appears to be green seaweed is actually its body.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3453,13 +2619,9 @@ "id": "smp-SM54", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -3471,11 +2633,7 @@ "attacks": [ { "name": "Submarine Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3487,17 +2645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM54", "artist": "Anesaki Dynamic", "rarity": "Promo", "flavorText": "Not only does it perceive auras, but it has also gained the power to control them. It employs them in battle.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3511,31 +2665,21 @@ "id": "smp-SM55", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Brave Bird", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -3547,17 +2691,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM55", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It fires arrow quills from its wings with such precision they can pierce a pebble at distances over a hundred yards.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3571,14 +2711,9 @@ "id": "smp-SM56", "name": "Tsareena-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3586,31 +2721,21 @@ "attacks": [ { "name": "Side Eye", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Jumping Side Kick", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is Confused, this attack does 90 more damage." }, { "name": "Queen's Command-GX", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent discards 4 cards from their hand. (You can't use more than 1 GX attack in a game.)" @@ -3622,17 +2747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM56", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3646,48 +2766,30 @@ "id": "smp-SM57", "name": "Ho-Oh-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sacred Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Phoenix Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon can't use Phoenix Burn during your next turn." }, { "name": "Eternal Light-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -3705,17 +2807,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM57", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3729,14 +2826,9 @@ "id": "smp-SM58", "name": "Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3750,22 +2842,14 @@ "attacks": [ { "name": "Prismatic Burst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Discard all Psychic Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." }, { "name": "Black Ray-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon-GX and Pokémon-EX. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 GX attack in a game.)" @@ -3777,17 +2861,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM58", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3801,14 +2880,9 @@ "id": "smp-SM59", "name": "Marshadow-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3822,20 +2896,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Peerless Hundred Blows-GX", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the number of basic Energy attached to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -3847,16 +2915,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM59", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3870,14 +2934,9 @@ "id": "smp-SM60", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -3885,35 +2944,21 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Crimson Storm", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 3 Fire Energy from this Pokémon." }, { "name": "Raging Out-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 10 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)" @@ -3925,17 +2970,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM60", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3949,31 +2989,20 @@ "id": "smp-SM61", "name": "Tapu Bulu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Horn Leech", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Calm Strike", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have used your GX attack, this attack does 60 more damage." @@ -3985,18 +3014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM61", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "It pulls large trees up by the roots and swings them around. It causes vegetation to grow, and then it absorbs energy from the growth.", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4010,14 +3034,9 @@ "id": "smp-SM62", "name": "Golisopod-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4025,31 +3044,21 @@ "attacks": [ { "name": "First Impression", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 90 more damage." }, { "name": "Armor Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Crossing Cut-GX", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4061,18 +3070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM62", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4086,14 +3089,9 @@ "id": "smp-SM63", "name": "Salazzle-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4101,30 +3099,21 @@ "attacks": [ { "name": "Diabolical Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card you have taken." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "110", "text": "" }, { "name": "Queen's Haze-GX", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -4136,17 +3125,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM63", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4160,31 +3144,21 @@ "id": "smp-SM64", "name": "Silvally", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "attacks": [ { "name": "Gear Scan", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "X-Scissor", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4196,17 +3170,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM64", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "Although its name was Type: Null at first, the boy who evolved it into this form gave it the name by which it is now known.", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4220,31 +3190,21 @@ "id": "smp-SM65", "name": "Alolan Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Electric Surfer", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4262,17 +3222,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM65", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It only evolves to this form in the Alola region. According to researchers, its diet is one of the causes of this change.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4286,44 +3242,30 @@ "id": "smp-SM66", "name": "Pheromosa-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Cruel Spike", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Beauty-GX", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Prize card your opponent has taken. (You can't use more than 1 GX attack in a game.)" @@ -4335,16 +3277,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM66", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4358,50 +3296,30 @@ "id": "smp-SM67", "name": "Celesteela-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rocket Fall", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Moon Press", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Blaster-GX", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.) (You can't use more than 1 GX attack in a game.)" @@ -4419,19 +3337,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM67", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4445,15 +3356,9 @@ "id": "smp-SM68", "name": "Xurkitree-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4467,20 +3372,14 @@ "attacks": [ { "name": "Rumbling Wires", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top card of your opponent's deck." }, { "name": "Lighting-GX", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Add a card you find there to their Prize cards face down. (You can't use more than 1 GX attack in a game.)" @@ -4498,17 +3397,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM68", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4522,46 +3416,30 @@ "id": "smp-SM69", "name": "Buzzwole-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Jet Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Knuckle Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon can't attack during your next turn." }, { "name": "Absorption-GX", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each of your remaining Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -4573,17 +3451,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM69", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4597,13 +3470,9 @@ "id": "smp-SM70", "name": "Shining Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Golden Wing", @@ -4614,12 +3483,7 @@ "attacks": [ { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Discard an Energy from this Pokémon." @@ -4637,18 +3501,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM70", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "A legend says that its body glows in seven colors. A rainbow is said to form behind it when it flies.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4662,14 +3521,9 @@ "id": "smp-SM71", "name": "Kommo-o-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hakamo-o", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -4677,33 +3531,21 @@ "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Shred", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Ultra Uppercut-GX", - "cost": [ - "Lightning", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -4715,17 +3557,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM71", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 784 - ], + "nationalPokedexNumbers": [784], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4739,13 +3576,9 @@ "id": "smp-SM72", "name": "Alolan Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "abilities": [ { @@ -4757,11 +3590,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 20 more damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -4779,18 +3608,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM72", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It only evolves to this form in the Alola region. According to researchers, its diet is one of the causes of this change.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4804,29 +3628,21 @@ "id": "smp-SM73", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Severe Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." @@ -4838,17 +3654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM73", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "For some reason, only females have been found. It creates a reverse harem of male Salandit that it lives with.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4862,13 +3674,9 @@ "id": "smp-SM74", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Rock Peak Growl", @@ -4879,11 +3687,7 @@ "attacks": [ { "name": "Tough Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Resistance." @@ -4895,19 +3699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM74", "artist": "kawayoo", "rarity": "Promo", "flavorText": "Its entire body is made of rock. If any part chips off in battle, it attaches rocks to repair itself.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4921,30 +3719,20 @@ "id": "smp-SM75", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Turbo Arm", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Iron Fist", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If Regice is on your Bench, heal 30 damage from this Pokémon." @@ -4962,19 +3750,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM75", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "Tempered by pressure underground over tens of thousands of years, its body cannot be scratched.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4988,33 +3770,21 @@ "id": "smp-SM76", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5032,17 +3802,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM76", "artist": "match", "rarity": "Promo", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5056,13 +3822,9 @@ "id": "smp-SM77", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Pressure", @@ -5073,11 +3835,7 @@ "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5089,18 +3847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM77", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5114,9 +3867,7 @@ "id": "smp-SM78", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, they may heal 10 damage from each of their Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5137,13 +3888,9 @@ "id": "smp-SM79", "name": "Shining Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Time Recall", @@ -5154,10 +3901,7 @@ "attacks": [ { "name": "Leaf Step", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5169,17 +3913,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM79", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5193,48 +3933,30 @@ "id": "smp-SM80", "name": "Ho-Oh-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sacred Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Phoenix Burn", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon can't use Phoenix Burn during your next turn." }, { "name": "Eternal Light-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 in any combination of Fire Pokémon-GX or Fire Pokémon-EX from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -5252,17 +3974,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM80", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5276,33 +3993,21 @@ "id": "smp-SM81", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5320,17 +4025,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM81", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5344,33 +4045,20 @@ "id": "smp-SM82", "name": "Shining Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Argent Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon has an Ability, this attack does 60 more damage." }, { "name": "Aero Force", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to this Pokémon." @@ -5388,18 +4076,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM82", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "It sleeps in a deep-sea trench. If it flaps its wings, it is said to cause a 40-day storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5413,32 +4096,21 @@ "id": "smp-SM83", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Stampede", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5456,17 +4128,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM83", "artist": "kodama", "rarity": "Promo", "flavorText": "It changes so it looks like its foe, tricks it, and then uses that opportunity to flee.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5480,14 +4148,9 @@ "id": "smp-SM84", "name": "Zoroark-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5502,20 +4165,14 @@ "attacks": [ { "name": "Riotous Beating", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play." }, { "name": "Trickster-GX", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack. (You can't use more than 1 GX attack in a game.)" @@ -5533,17 +4190,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM84", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5557,13 +4209,9 @@ "id": "smp-SM85", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Let Loose", @@ -5574,10 +4222,7 @@ "attacks": [ { "name": "Shadow Punch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -5595,17 +4240,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM85", "artist": "Emi Ando", "rarity": "Promo", "flavorText": "Able to conceal itself in shadows, it never appears before humans, so its very existence was the stuff of myth.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -5619,32 +4260,21 @@ "id": "smp-SM86", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5662,17 +4292,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM86", "artist": "kodama", "rarity": "Promo", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5686,13 +4312,9 @@ "id": "smp-SM87", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Flight Support", @@ -5703,9 +4325,7 @@ "attacks": [ { "name": "Misty Gale", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Heal 30 damage from each of your Benched Pokémon." @@ -5717,17 +4337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM87", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It communicates using telepathy. Its body is covered in down that refracts light to make it invisible.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5741,31 +4357,20 @@ "id": "smp-SM88", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Break Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Lagoon Flight", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5777,17 +4382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM88", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5801,32 +4402,21 @@ "id": "smp-SM89", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Rip Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Doom Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Darkness Energy from this Pokémon." @@ -5844,18 +4434,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM89", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "Each has the ability to fool a large group of people simultaneously. They protect their lair with illusory scenery.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5869,14 +4454,9 @@ "id": "smp-SM90", "name": "Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5884,32 +4464,21 @@ "attacks": [ { "name": "Powerful Spark", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Lightning Energy attached to your Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon does 30 damage to itself." }, { "name": "Voltail-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -5927,16 +4496,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM90", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5950,14 +4515,9 @@ "id": "smp-SM91", "name": "Silvally-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Type: Null", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -5972,22 +4532,14 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Rebel-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Benched Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -5999,17 +4551,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM91", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 773 - ], + "nationalPokedexNumbers": [773], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6023,31 +4570,20 @@ "id": "smp-SM92", "name": "Tapu Fini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Shining Current", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If any of your Water Pokémon was healed during this turn, this attack does 60 more damage." @@ -6059,18 +4595,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM92", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "The dense fog it creates brings the downfall and destruction of its confused enemies. Ocean currents are the source of its energy.", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6084,29 +4615,20 @@ "id": "smp-SM93", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shadowy Echoes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from each player's discard pile onto its owner's Bench." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -6124,17 +4646,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM93", "artist": "kirisAki", "rarity": "Promo", "flavorText": "Able to conceal itself in shadows, it never appears before humans, so its very existence was the stuff of myth.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6148,13 +4666,9 @@ "id": "smp-SM94", "name": "Wash Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Roto Motor", @@ -6165,11 +4679,7 @@ "attacks": [ { "name": "Wash Arrow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6181,17 +4691,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM94", "artist": "Shigenori Negishi", "rarity": "Promo", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6205,13 +4711,9 @@ "id": "smp-SM95", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -6223,10 +4725,7 @@ "attacks": [ { "name": "Missile Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -6238,17 +4737,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM95", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "They can detect the species of a living being—and its emotions—from over half a mile away. They control auras and hunt their prey in packs.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6262,31 +4757,20 @@ "id": "smp-SM96", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Boiling Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -6304,19 +4788,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM96", "artist": "tetsuya koizumi", "rarity": "Promo", "flavorText": "Boiling blood, like plasma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6330,32 +4808,21 @@ "id": "smp-SM97", "name": "Gumshoos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "attacks": [ { "name": "Identify", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Your opponent reveals their hand. If you find a Pokémon there, this attack does 80 more damage." }, { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6367,18 +4834,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM97", "artist": "nagimiso", "rarity": "Promo", "flavorText": "It adores having Rattata and Raticate for dinner, but as it's diurnal, it never encounters them. This Pokémon boasts incredible patience.", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6392,32 +4854,21 @@ "id": "smp-SM98", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6435,17 +4886,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM98", "artist": "Saya Tsuruta", "rarity": "Promo", "flavorText": "A plan was recently announced to gather many Pikachu and make an electric power plant.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6459,45 +4906,32 @@ "id": "smp-SM99", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Copycat", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Pokémon used an attack that isn't a GX attack during their last turn, use it as this attack." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM99", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "Its actual appearance is unknown. A scholar who saw what was under its rag was overwhelmed by horror and died of the shock.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6511,14 +4945,9 @@ "id": "smp-SM100", "name": "Lucario-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6526,30 +4955,21 @@ "attacks": [ { "name": "Aura Strike", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Riolu during this turn, this attack does 90 more damage." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" }, { "name": "Cantankerous Beatdown-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6561,17 +4981,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM100", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6585,15 +5000,9 @@ "id": "smp-SM101", "name": "Dawn Wings Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6607,22 +5016,14 @@ "attacks": [ { "name": "Dark Flash", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Moon's Eclipse-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "180", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -6640,17 +5041,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM101", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6664,49 +5060,30 @@ "id": "smp-SM102", "name": "Dusk Mane Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Meteor Tempest", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 3 Energy from this Pokémon." }, { "name": "Sun's Eclipse-GX", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "250", "text": "You can use this attack only if you have more Prize cards remaining than your opponent. (You can't use more than 1 GX attack in a game.)" @@ -6724,18 +5101,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM102", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6749,14 +5120,9 @@ "id": "smp-SM103", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6764,34 +5130,21 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Lunar Javelin", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 2 Psychic Energy from this Pokémon." }, { "name": "Requiem-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "(You can't use more than 1 GX attack in a game.)" @@ -6812,9 +5165,7 @@ "number": "SM103", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6828,14 +5179,9 @@ "id": "smp-SM103a", "name": "Lunala-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6843,34 +5189,21 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Lunar Javelin", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 2 Psychic Energy from this Pokémon." }, { "name": "Requiem-GX", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "(You can't use more than 1 GX attack in a game.)" @@ -6891,9 +5224,7 @@ "number": "SM103a", "artist": "PLANETA Igarashi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 792 - ], + "nationalPokedexNumbers": [792], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6907,14 +5238,9 @@ "id": "smp-SM104", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -6929,20 +5255,14 @@ "attacks": [ { "name": "Turbo Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Prominence-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -6960,17 +5280,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM104", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6984,14 +5299,9 @@ "id": "smp-SM104a", "name": "Solgaleo-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cosmoem", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -7006,20 +5316,14 @@ "attacks": [ { "name": "Turbo Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Prominence-GX", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -7037,17 +5341,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM104a", "artist": "PLANETA Igarashi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 791 - ], + "nationalPokedexNumbers": [791], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7061,32 +5360,21 @@ "id": "smp-SM105", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -7098,18 +5386,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM105", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "Bathed in the setting sun of evening, Lycanroc has undergone a special kind of evolution. An intense fighting spirit underlies its calmness.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7123,31 +5406,20 @@ "id": "smp-SM106", "name": "Dawn Wings Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Gulf Stream", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "If you have exactly 6 Prize cards remaining, this attack does 20 more damage for each damage counter on this Pokémon." }, { "name": "Sword of Dawn", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -7165,18 +5437,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM106", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "Lunala no longer has a will of its own. Now under the control of Necrozma, it continuously expels all of its energy.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7190,31 +5457,20 @@ "id": "smp-SM107", "name": "Dusk Mane Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Dusk Shot", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon-GX or Pokémon-EX. This damage isn't affected by Weakness or Resistance." }, { "name": "Rusty Claws", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 100 more damage." @@ -7232,18 +5488,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM107", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "This is its form with it is devouring the light of Solgaleo. It pounces on its foes and then slashes them with the claws on its four limbs and back.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7257,33 +5508,21 @@ "id": "smp-SM108", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "I Choose You!", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy from this Pokémon." @@ -7301,17 +5540,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM108", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This Pikachu is wearing its Trainer's cap. Since the cap's not the right size, the fit is a bit loose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7325,33 +5560,21 @@ "id": "smp-SM109", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -7369,17 +5592,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM109", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7393,33 +5612,21 @@ "id": "smp-SM110", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -7437,17 +5644,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM110", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7461,33 +5664,21 @@ "id": "smp-SM111", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 10 damage to itself." @@ -7505,17 +5696,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM111", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7529,33 +5716,21 @@ "id": "smp-SM112", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7573,17 +5748,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM112", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7597,33 +5768,21 @@ "id": "smp-SM113", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7641,17 +5800,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM113", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7665,33 +5820,21 @@ "id": "smp-SM114", "name": "Ash's Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy from this Pokémon." @@ -7709,17 +5852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM114", "artist": "2017 Pikachu Project", "rarity": "Promo", "flavorText": "This form of Pikachu is somewhat rare. It wears the hat of its Trainer, who is also its partner.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7733,31 +5872,20 @@ "id": "smp-SM115", "name": "Pheromosa", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "White Ray", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have only 1 Prize card remaining, this attack does 90 more damage." @@ -7773,9 +5901,7 @@ "artist": "You Iribi", "rarity": "Promo", "flavorText": "One of the Ultra Beasts. It refuses to touch anything, perhaps because it senses some uncleanness in this world.", - "nationalPokedexNumbers": [ - 795 - ], + "nationalPokedexNumbers": [795], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7789,31 +5915,20 @@ "id": "smp-SM116", "name": "Xurkitree", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Cablegram", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If you have exactly 3 Prize cards remaining, your opponent's Active Pokémon is now Paralyzed." @@ -7831,17 +5946,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM116", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "It appeared from the Ultra Wormhole. It raided a power plant, so people think it energizes itself with electricity.", - "nationalPokedexNumbers": [ - 796 - ], + "nationalPokedexNumbers": [796], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7855,13 +5966,9 @@ "id": "smp-SM117", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "abilities": [ { @@ -7873,11 +5980,7 @@ "attacks": [ { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -7889,18 +5992,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM117", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It lures prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7914,32 +6012,21 @@ "id": "smp-SM118", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Dangerous Rogue", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." }, { "name": "Accelerock", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -7951,18 +6038,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM118", "artist": "sui", "rarity": "Promo", "flavorText": "Bathed in the setting sun of evening, Lycanroc has undergone a special kind of evolution. An intense fighting spirit underlies its calmness.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7976,23 +6058,14 @@ "id": "smp-SM119", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -8004,17 +6077,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM119", "artist": "OOYAMA", "rarity": "Promo", "flavorText": "Its six eggs use telepathy to communicate among themselves. It is believed to carry plant genes and the genes of other species.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8028,23 +6097,14 @@ "id": "smp-SM120", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8056,17 +6116,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM120", "artist": "Hideki Ishikawa", "rarity": "Promo", "flavorText": "As they develop, their disposition grows more violent and aggressive. Many Trainers find them too much to handle and abandon them.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8080,48 +6136,30 @@ "id": "smp-SM121", "name": "Raikou-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dig Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this Pokémon does 50 damage to itself." }, { "name": "Thunderous Rain-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon that has any Energy attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -8139,16 +6177,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM121", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8162,46 +6196,30 @@ "id": "smp-SM122", "name": "Zygarde-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Vibration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cell Storm", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." }, { "name": "Liberation-GX", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120×", "text": "Your opponent reveals their hand. This attack does 120 damage for each Energy card you find there. (You can't use more than 1 GX attack in a game.)" @@ -8213,17 +6231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM122", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8237,31 +6250,20 @@ "id": "smp-SM123", "name": "Dawn Wings Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Gulf Stream", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "If you have exactly 6 Prize cards remaining, this attack does 20 more damage for each damage counter on this Pokémon." }, { "name": "Sword of Dawn", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -8279,18 +6281,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM123", "artist": "nagimiso", "rarity": "Promo", "flavorText": "Lunala no longer has a will of its own. Now under the control of Necrozma, it continuously expels all of its energy.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8304,31 +6301,20 @@ "id": "smp-SM124", "name": "Dusk Mane Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Dusk Shot", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon-GX or Pokémon-EX. This damage isn't affected by Weakness or Resistance." }, { "name": "Rusty Claws", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 100 more damage." @@ -8346,18 +6332,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM124", "artist": "nagimiso", "rarity": "Promo", "flavorText": "This is its form with it is devouring the light of Solgaleo. It pounces on its foes and then slashes them with the claws on its four limbs and back.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8371,15 +6352,9 @@ "id": "smp-SM125", "name": "Naganadel-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX", - "Ultra Beast" - ], + "subtypes": ["Stage 1", "GX", "Ultra Beast"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Poipole", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -8387,31 +6362,21 @@ "attacks": [ { "name": "Beast Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each of your Ultra Beasts in play." }, { "name": "Jet Needle", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Stinger-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Both players shuffle their Prize cards into their decks. Then, each player puts the top 3 cards of their deck face down as their Prize cards. (You can't use more than 1 GX attack in a game.)" @@ -8423,16 +6388,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM125", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 804 - ], + "nationalPokedexNumbers": [804], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8446,35 +6407,23 @@ "id": "smp-SM126", "name": "Ultra Necrozma-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX", - "Ultra Beast" - ], + "subtypes": ["Basic", "GX", "Ultra Beast"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Geyser", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Discard all basic Psychic Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." }, { "name": "Sky-Scorching Light-GX", - "cost": [ - "Psychic", - "Metal" - ], + "cost": ["Psychic", "Metal"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if the total of both players' remaining Prize cards is 6 or less. Put 6 damage counters on each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -8489,9 +6438,7 @@ "number": "SM126", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8505,31 +6452,21 @@ "id": "smp-SM127", "name": "Alolan Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Alolan Sandshrew", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tumbling Attack", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -8547,18 +6484,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM127", "artist": "kirisAki", "rarity": "Promo", "flavorText": "This Pokémon's steel spikes are sheathed in ice. Stabs from these spikes cause deep wounds and severe frostbite as well.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8572,32 +6504,21 @@ "id": "smp-SM128", "name": "Alolan Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Spiral Drain", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." @@ -8615,17 +6536,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM128", "artist": "kirisAki", "rarity": "Promo", "flavorText": "Possessing a calm demeanor, this Pokémon was revered as a deity incarnate before it was identified as a regional variant of Ninetales.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8639,31 +6556,20 @@ "id": "smp-SM129", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dual Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Grand Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon can't use Grand Wave during your next turn." @@ -8675,20 +6581,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM129", "artist": "Anesaki Dynamic", "rarity": "Promo", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8702,13 +6601,9 @@ "id": "smp-SM130", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "abilities": [ { @@ -8720,9 +6615,7 @@ "attacks": [ { "name": "Double Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "You may attach up to 2 basic Energy cards from your hand to 1 of your Benched Pokémon." @@ -8744,9 +6637,7 @@ "artist": "Ryota Murayama", "rarity": "Promo", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8760,24 +6651,13 @@ "id": "smp-SM131", "name": "Celesteela", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Moon Raker", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "If the total of both players' remaining Prize cards is exactly 6, this attack can be used for Metal." @@ -8795,20 +6675,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM131", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "One kind of Ultra Beast. Witnesses have seen it burn down a forest by expelling gas from its two arms.", - "nationalPokedexNumbers": [ - 797 - ], + "nationalPokedexNumbers": [797], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8822,13 +6695,9 @@ "id": "smp-SM132", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "abilities": [ { @@ -8840,10 +6709,7 @@ "attacks": [ { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -8855,17 +6721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM132", "artist": "0313", "rarity": "Promo", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8879,45 +6741,30 @@ "id": "smp-SM133", "name": "Thundurus-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "140", "text": "" }, { "name": "Thundering Hurricane-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "100×", "text": "Flip 4 coins. This attack does 100 damage for each heads. (You can't use more than 1 GX attack in a game.)" @@ -8935,17 +6782,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM133", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8959,46 +6801,30 @@ "id": "smp-SM134", "name": "Tornadus-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Wild Fury", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." }, { "name": "Destructive Cyclone-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9016,17 +6842,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM134", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9040,31 +6861,20 @@ "id": "smp-SM135", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Mist Ball", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Flip a coin. If tails, discard a Fire Energy and a Psychic Energy from this Pokémon." @@ -9076,17 +6886,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM135", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9100,31 +6906,20 @@ "id": "smp-SM136", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Energy Extract", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Luster Purge", - "cost": [ - "Water", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Flip a coin. If tails, discard all Energy attached to this Pokémon." @@ -9136,18 +6931,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM136", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9161,47 +6951,30 @@ "id": "smp-SM137", "name": "Reshiram-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vermilion-GX", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may attach up to 5 Fire Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -9213,17 +6986,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM137", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9237,47 +7005,30 @@ "id": "smp-SM138", "name": "Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bullet Uppercut", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon-GX or a Pokémon-EX, this attack does 60 more damage. This attack's damage isn't affected by Weakness." }, { "name": "Swift Bolt Strike", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip 2 coins. This attack does 60 more damage for each heads." }, { "name": "Rampage Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9295,18 +7046,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM138", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9320,14 +7065,9 @@ "id": "smp-SM139", "name": "Salamence-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9342,23 +7082,14 @@ "attacks": [ { "name": "Bright Flame", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 2 Energy from this Pokémon." }, { "name": "Flame Jet-GX", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -9370,17 +7101,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM139", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9394,13 +7120,9 @@ "id": "smp-SM140", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -9412,12 +7134,7 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -9429,19 +7146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM140", "artist": "kawayoo", "rarity": "Promo", "flavorText": "It flies around on its wings, which have grown in at last. In its happiness, it gushes hot flames, burning up the fields it passes over.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9455,46 +7166,30 @@ "id": "smp-SM141", "name": "White Kyurem-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Raging Blade", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." }, { "name": "Dragon Nova-GX", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Your opponent's Active Pokémon is now Burned and Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -9506,18 +7201,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM141", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9531,31 +7220,20 @@ "id": "smp-SM142", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Outrage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Frost Spear", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9567,18 +7245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM142", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9592,33 +7265,20 @@ "id": "smp-SM143", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Sky Attack", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Flip a coin. If tails, this attack does nothing." @@ -9636,17 +7296,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM143", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "It is said to be the legendary bird Pokémon of fire. Every flap of its wings creates a dazzling flare of flames.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9660,31 +7316,20 @@ "id": "smp-SM144", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Sheer Cold", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -9702,17 +7347,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM144", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "A legendary bird Pokémon. It can create blizzards by freezing moisture in the air.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9726,31 +7367,20 @@ "id": "smp-SM145", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -9768,17 +7398,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM145", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "A legendary bird Pokémon that is said to appear from clouds while dropping enormous lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9792,14 +7418,9 @@ "id": "smp-SM146", "name": "Leafeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9814,20 +7435,14 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" }, { "name": "Grand Bloom-GX", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Basic Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -9839,17 +7454,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM146", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9863,14 +7473,9 @@ "id": "smp-SM147", "name": "Glaceon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -9885,22 +7490,14 @@ "attacks": [ { "name": "Frost Bullet", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Polar Spear-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "This attack does 50 damage for each damage counter on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -9912,17 +7509,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM147", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9936,9 +7528,7 @@ "id": "smp-SM148", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, they may heal 10 damage from each of their Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -9959,13 +7549,9 @@ "id": "smp-SM149", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Frozen Current", @@ -9976,11 +7562,7 @@ "attacks": [ { "name": "Aurora Gain", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -9992,17 +7574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM149", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10016,20 +7594,13 @@ "id": "smp-SM150", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Lost Voltage", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Lightning Energy cards in the Lost Zone, this attack does 90 more damage." @@ -10047,18 +7618,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM150", "artist": "nagimiso", "rarity": "Promo", "flavorText": "This rough Pokémon stores energy inside its body, then sweeps across the land, shooting off electricity.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10072,13 +7638,9 @@ "id": "smp-SM151", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Distortion Door", @@ -10089,11 +7651,7 @@ "attacks": [ { "name": "Shadow Impact", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Put 4 damage counters on 1 of your Pokémon." @@ -10111,19 +7669,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM151", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10137,13 +7689,9 @@ "id": "smp-SM152", "name": "Tapu Lele", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Charmed Charm", @@ -10154,11 +7702,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -10176,17 +7720,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM152", "artist": "HYOGONOSUKE", "rarity": "Promo", "flavorText": "As it flutters about, it scatters its strangely glowing scales. Touching them is said to restore good health on the spot.", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10200,23 +7740,14 @@ "id": "smp-SM153", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -10228,17 +7759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM153", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "This wary Pokémon uses photosynthesis to store up energy during the day, while becoming active at night.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10252,32 +7779,21 @@ "id": "smp-SM154", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Smog", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -10289,17 +7805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM154", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It burns its bodily fluids to create a poisonous gas. When its enemies become disoriented from inhaling the gas, it attacks them.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10313,14 +7825,9 @@ "id": "smp-SM155", "name": "Kingdra-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10328,27 +7835,21 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 50 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Maelstrom-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -10360,17 +7861,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM155", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10384,14 +7880,9 @@ "id": "smp-SM156", "name": "Dragonite-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -10399,32 +7890,21 @@ "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "70", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon can't attack during your next turn." }, { "name": "Dragonporter-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 3 Dragon Pokémon from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -10436,18 +7916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM156", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10461,16 +7935,10 @@ "id": "smp-SM157", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Pika Shield", @@ -10481,9 +7949,7 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -10501,17 +7967,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM157", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "It's in its nature to store electricity. It feel stressed now and then if it's unable to fully discharge the electricity.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10525,13 +7987,9 @@ "id": "smp-SM158", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -10543,10 +8001,7 @@ "attacks": [ { "name": "Continuous Blaze Ball", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard all Fire Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." @@ -10558,18 +8013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM158", "artist": "Anesaki Dynamic", "rarity": "Promo", "flavorText": "When expelling a blast of superhot fire, the red flame at the tip of its tail burns more intensely.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10583,19 +8033,13 @@ "id": "smp-SM159", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunderous Assault", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 70 more damage. This attack's damage isn't affected by Weakness." @@ -10613,18 +8057,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM159", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10638,13 +8077,9 @@ "id": "smp-SM160", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "abilities": [ { @@ -10656,11 +8091,7 @@ "attacks": [ { "name": "Power Lariat", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each Evolution Pokémon on your Bench." @@ -10672,19 +8103,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM160", "artist": "Midori Harada", "rarity": "Promo", "flavorText": "It uses its scaly, rugged body to seal the entrance of its nest and protect its young from predators.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10698,13 +8123,9 @@ "id": "smp-SM161", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Stellar Wish", @@ -10715,10 +8136,7 @@ "attacks": [ { "name": "Slap", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -10736,17 +8154,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM161", "artist": "Mizue", "rarity": "Promo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10760,32 +8174,21 @@ "id": "smp-SM162", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -10803,17 +8206,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM162", "artist": "Saya Tsuruta", "rarity": "Promo", "flavorText": "It's in its nature to store electricity. It feels stressed now and then if it's unable to fully discharge the electricity.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10827,45 +8226,32 @@ "id": "smp-SM163", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Mimic", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand." }, { "name": "Play Rough", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM163", "artist": "Saya Tsuruta", "rarity": "Promo", "flavorText": "A lonely Pokémon, it conceals its terrifying appearance beneath an old rag so it can get closer to people and other Pokémon.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10879,13 +8265,9 @@ "id": "smp-SM164", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Power Suction", @@ -10896,11 +8278,7 @@ "attacks": [ { "name": "Psycho Boost", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your next turn, this Pokémon's Psycho Boost's base damage is 50." @@ -10912,18 +8290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM164", "artist": "You Iribi", "rarity": "Promo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10937,23 +8310,13 @@ "id": "smp-SM165", "name": "Ultra Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Shining Burst", - "cost": [ - "Psychic", - "Psychic", - "Metal", - "Metal" - ], + "cost": ["Psychic", "Psychic", "Metal", "Metal"], "convertedEnergyCost": 4, "damage": "100+", "text": "If the total of both players' remaining Prize cards is 6 or less, discard all Energy attached to this Pokémon, and this attack does 100 more damage." @@ -10965,19 +8328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM165", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "This is its form when it has absorbed overwhelming light energy. It fires laser beams from all over its body.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10991,40 +8348,24 @@ "id": "smp-SM166", "name": "Magikarp & Wailord-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Super Splash", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "180", "text": "" }, { "name": "Towering Splash-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon has at least 7 extra Water Energy attached to it (in addition to this attack's cost), this attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -11036,20 +8377,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM166", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 129, - 321 - ], + "nationalPokedexNumbers": [129, 321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11063,50 +8396,30 @@ "id": "smp-SM167", "name": "Celebi & Venusaur-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Pollen Hazard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Evergreen-GX", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Heal all damage from this Pokémon. If this Pokémon has at least 1 extra Grass Energy attached to it (in addition to this attack's cost), shuffle all cards from your discard pile into your deck. (You can't use more than 1 GX attack in a game.)" @@ -11118,20 +8431,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM167", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3, - 251 - ], + "nationalPokedexNumbers": [3, 251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11145,40 +8450,24 @@ "id": "smp-SM168", "name": "Pikachu & Zekrom-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "240", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Full Blitz", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Tag Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -11196,19 +8485,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM168", "artist": "kawayoo", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25, - 644 - ], + "nationalPokedexNumbers": [25, 644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11222,15 +8504,9 @@ "id": "smp-SM169", "name": "Eevee & Snorlax-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -11247,33 +8523,21 @@ "attacks": [ { "name": "Cheer Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Pokémon." }, { "name": "Dump Truck Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 120 more damage." }, { "name": "Megaton Friends-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)" @@ -11285,20 +8549,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM169", "artist": "Tomokazu Komiya", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133, - 143 - ], + "nationalPokedexNumbers": [133, 143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11312,33 +8568,21 @@ "id": "smp-SM170", "name": "Detective Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Scout", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this attack does nothing." @@ -11356,17 +8600,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM170", "rarity": "Promo", "flavorText": "He loves to show off his vast knowledge. This expressive Pikachu is like a middle-aged man.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11380,14 +8619,9 @@ "id": "smp-SM171", "name": "Flareon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11395,29 +8629,21 @@ "attacks": [ { "name": "Heat Stage", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach up to 3 Fire Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Discard 2 Fire Energy from this Pokémon." }, { "name": "Power Burner-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each Fire Energy card in your discard pile. (You can't use more than 1 GX attack in a game.)" @@ -11429,17 +8655,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM171", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11453,14 +8674,9 @@ "id": "smp-SM172", "name": "Vaporeon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11475,20 +8691,14 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 30 more damage times the amount of Water Energy attached to this Pokémon." }, { "name": "Cure Shower-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from all of your Water Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11500,17 +8710,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM172", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11524,14 +8729,9 @@ "id": "smp-SM173", "name": "Jolteon-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11539,29 +8739,21 @@ "attacks": [ { "name": "Electrobullet", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "" }, { "name": "Swift Run-GX", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "Prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -11582,9 +8774,7 @@ "number": "SM173", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11598,14 +8788,9 @@ "id": "smp-SM174", "name": "Eevee-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -11629,20 +8814,14 @@ "attacks": [ { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Joy Maker-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11654,16 +8833,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM174", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11677,14 +8852,9 @@ "id": "smp-SM175", "name": "Eevee-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -11708,20 +8878,14 @@ "attacks": [ { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Joy Maker-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11733,16 +8897,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM175", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11756,14 +8916,9 @@ "id": "smp-SM176", "name": "Eevee-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -11787,20 +8942,14 @@ "attacks": [ { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Joy Maker-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -11812,16 +8961,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM176", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11835,32 +8980,21 @@ "id": "smp-SM177", "name": "Meltan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Melmetal" - ], + "types": ["Metal"], + "evolvesTo": ["Melmetal"], "attacks": [ { "name": "Multiply", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Meltan and put it onto your Bench. Then, shuffle your deck." }, { "name": "Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -11878,17 +9012,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM177", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.", - "nationalPokedexNumbers": [ - 808 - ], + "nationalPokedexNumbers": [808], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11902,14 +9032,9 @@ "id": "smp-SM178", "name": "Melmetal-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -11924,21 +9049,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110+", "text": "This attack does 20 more damage times the amount of Metal Energy attached to this Pokémon." }, { "name": "Iron Force-GX", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Metal Energy cards from your discard pile to this Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -11956,19 +9074,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM178", "artist": "PLANETA Otani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11982,29 +9093,20 @@ "id": "smp-SM179", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flare Starter", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Fire Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "High-Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50+", "text": "If you have at least 4 Fire Energy in play, this attack does 60 more damage." @@ -12016,18 +9118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM179", "artist": "Hasuno", "rarity": "Promo", "flavorText": "It lets out billows of steam and disappears into the dense fog. It's said to live in mountains where humans do not tread.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12041,14 +9138,9 @@ "id": "smp-SM180", "name": "Stakataka", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Wall of Stone", @@ -12059,11 +9151,7 @@ "attacks": [ { "name": "Top Down", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -12075,20 +9163,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM180", "artist": "Hiroki Asanuma", "rarity": "Promo", "flavorText": "It appeared from an Ultra Wormhole. Each one appears to be made up of many life-forms stacked one on top of each other.", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12102,13 +9183,9 @@ "id": "smp-SM181", "name": "Melmetal", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "abilities": [ { @@ -12120,12 +9197,7 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -12143,20 +9215,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM181", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12170,13 +9235,9 @@ "id": "smp-SM182", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "abilities": [ { @@ -12188,11 +9249,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -12208,9 +9265,7 @@ "artist": "tetsuya koizumi", "rarity": "Promo", "flavorText": "Although the jewel on its forehead appears to be a different color than those of Alolan Persian, it's mostly made of the same material.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12224,23 +9279,14 @@ "id": "smp-SM183", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 20 damage to itself." @@ -12258,17 +9304,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM183", "artist": "Aya Kusube", "rarity": "Promo", "flavorText": "It's in its nature to store electricity. It feels stressed now and then if it's unable to fully discharge the electricity.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12282,13 +9324,9 @@ "id": "smp-SM184", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -12302,19 +9340,14 @@ "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -12326,17 +9359,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM184", "artist": "Mizue", "rarity": "Promo", "flavorText": "Current studies show it can evolve into an incredible eight different species of Pokémon.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12350,31 +9379,21 @@ "id": "smp-SM185", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "attacks": [ { "name": "Exploder", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Fire Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Bursting Inferno", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Burned." @@ -12386,18 +9405,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM185", "artist": "Hideki Ishikawa", "rarity": "Promo", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12411,31 +9425,21 @@ "id": "smp-SM186", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Fire Energy from this Pokémon." @@ -12447,18 +9451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM186", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "If it inhales deeply, that's a sign it's about to attack. Prepare to be hit by flames of over 3,000 degrees Fahrenheit!", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12472,14 +9471,9 @@ "id": "smp-SM187", "name": "Alolan Marowak-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cubone", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12494,20 +9488,14 @@ "attacks": [ { "name": "Fiery Bone", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Lost Boomerang-GX", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance. If a Pokémon is Knocked Out by this damage, put that Pokémon and all cards attached to it in the Lost Zone instead of the discard pile. (You can't use more than 1 GX attack in a game.)" @@ -12519,17 +9507,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM187", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12543,45 +9526,30 @@ "id": "smp-SM188", "name": "Kangaskhan-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Enraged Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is Confused, this attack does 80 more damage." }, { "name": "Familial Combo-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Draw 5 cards. (You can't use more than 1 GX attack in a game.)" @@ -12593,18 +9561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM188", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12618,14 +9580,9 @@ "id": "smp-SM189", "name": "Blastoise-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wartortle", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -12640,19 +9597,14 @@ "attacks": [ { "name": "Rocket Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60×", "text": "Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 60 damage for each card you shuffled into your deck in this way." }, { "name": "Giant Geyser-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like. (You can't use more than 1 GX attack in a game.)" @@ -12664,18 +9616,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM189", "artist": "sadaji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12689,32 +9635,21 @@ "id": "smp-SM190", "name": "Detective Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Coffee Break", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -12732,18 +9667,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM190", "artist": "Framestore", "rarity": "Promo", "flavorText": "He was the partner of Tim's father, Harry, who has gone missing. This Pikachu loves the dark coffee at the Hi-Hat Cafe.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12757,15 +9687,9 @@ "id": "smp-SM191", "name": "Mewtwo & Mew-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -12779,11 +9703,7 @@ "attacks": [ { "name": "Miraculous Duo-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12795,18 +9715,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM191", "artist": "sui", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150, - 151 - ], + "nationalPokedexNumbers": [150, 151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12820,46 +9734,30 @@ "id": "smp-SM192", "name": "Lucario & Melmetal-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Steel Fist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" }, { "name": "Full Metal Wall-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -12877,19 +9775,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM192", "artist": "nagimiso", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448, - 809 - ], + "nationalPokedexNumbers": [448, 809], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12903,46 +9794,30 @@ "id": "smp-SM193", "name": "Garchomp & Giratina-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Calamitous Slash", - "cost": [ - "Psychic", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." }, { "name": "GG End-GX", - "cost": [ - "Psychic", - "Psychic", - "Fighting" - ], + "cost": ["Psychic", "Psychic", "Fighting"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 1 of your opponent's Pokémon and all cards attached to it. If this Pokémon has at least 3 extra Fighting Energy attached to it (in addition to this attack's cost), discard 2 of your opponent's Pokémon instead. (You can't use more than 1 GX attack in a game.)" @@ -12954,19 +9829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM193", "artist": "Anesaki Dynamic", "rarity": "Promo", - "nationalPokedexNumbers": [ - 445, - 487 - ], + "nationalPokedexNumbers": [445, 487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12980,22 +9848,14 @@ "id": "smp-SM194", "name": "Detective Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Brilliant Deduction", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck." @@ -13013,18 +9873,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM194", "artist": "MPC Film", "rarity": "Promo", "flavorText": "Skilled in deduction, he's a self-proclaimed \"great detective.\" His detective hat is his trademark.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13038,14 +9893,9 @@ "id": "smp-SM195", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13053,35 +9903,21 @@ "attacks": [ { "name": "Raging Destruction", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 8 cards of your deck. If any of those cards are Fire Energy cards, attach them to this Pokémon." }, { "name": "Steam Artillery", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "200", "text": "" }, { "name": "Dreadful Flames-GX", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "Discard an Energy from each of your opponent's Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13093,19 +9929,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM195", "artist": "Framestore", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13119,48 +9948,30 @@ "id": "smp-SM196", "name": "Mewtwo-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Telekinesis", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. This damage isn't affected by Weakness or Resistance." }, { "name": "Reigning Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psychic Nova-GX", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Prevent all damage done to this Pokémon by attacks during your opponent's next turn. (You can't use more than 1 GX attack in a game.)" @@ -13172,17 +9983,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM196", "artist": "MPC Film", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13196,14 +10002,9 @@ "id": "smp-SM197", "name": "Greninja-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -13218,19 +10019,14 @@ "attacks": [ { "name": "Mist Slash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." }, { "name": "Dark Mist-GX", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 of your opponent's Benched Pokémon and all cards attached to it into your opponent's hand. (You can't use more than 1 GX attack in a game.)" @@ -13242,16 +10038,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM197", "artist": "MPC Film", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13265,33 +10057,21 @@ "id": "smp-SM198", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -13303,18 +10083,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM198", "artist": "MPC Film", "rarity": "Promo", "flavorText": "A strange seed was planted on its back at birth. The plant sprouts and grows with this Pokémon.", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13328,23 +10103,14 @@ "id": "smp-SM199", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Scratch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -13356,18 +10122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM199", "artist": "Framestore", "rarity": "Promo", "flavorText": "Using psychokinesis gives it a headache, so it normally passes the time spacing out and doing as little as possible.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13381,32 +10142,21 @@ "id": "smp-SM200", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Bite", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Paralyzing Gaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -13424,17 +10174,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM200", "artist": "Framestore", "rarity": "Promo", "flavorText": "It grows close to others easily and is also easily spoiled. The disparity between its face and its actions makes many young people wild about it.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13448,48 +10194,30 @@ "id": "smp-SM201", "name": "Reshiram & Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Flare Strike", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Flare Strike during your next turn." }, { "name": "Double Blaze-GX", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "200+", "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -13501,19 +10229,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM201", "artist": "Ryota Murayama", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6, - 643 - ], + "nationalPokedexNumbers": [6, 643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13527,13 +10248,9 @@ "id": "smp-SM202", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "abilities": [ { @@ -13545,10 +10262,7 @@ "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 70 more damage." @@ -13560,18 +10274,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM202", "artist": "MAHOU", "rarity": "Promo", "flavorText": "They show off their Poké Ball caps to lure prey, but very few Pokémon are fooled by this.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13585,30 +10294,20 @@ "id": "smp-SM203", "name": "Tapu Fini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Nature Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If your opponent has any Ultra Beasts in play, this attack can be used for Colorless." @@ -13620,17 +10319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM203", "artist": "Ryuta Fuse", "rarity": "Promo", "flavorText": "This guardian deity of Poni Island manipulates water. Because it lives deep within a thick fog, it came to be both feared and revered.", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13644,31 +10339,20 @@ "id": "smp-SM204", "name": "Necrozma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Special Laser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached to it, this attack does 60 more damage." @@ -13680,18 +10364,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM204", "artist": "Hasuno", "rarity": "Promo", "flavorText": "It looks somehow pained as it rages around in search of light, which serves as its energy. It's apparently from another world.", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13705,33 +10384,20 @@ "id": "smp-SM205", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cavern Counter", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If all of your Benched Pokémon have at least 1 damage counter on them, this attack does 150 more damage." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -13743,20 +10409,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM205", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13770,24 +10429,14 @@ "id": "smp-SM206", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -13805,17 +10454,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM206", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13829,29 +10474,20 @@ "id": "smp-SM207", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Territorial Strike", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "80", "text": "If you don't have a Stadium card in play, this attack does nothing." @@ -13863,18 +10499,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM207", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It's so popular with the elderly that there's a magazine devoted to this Pokémon. Fans obsess over the particular length and angle of its arms.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13888,13 +10519,9 @@ "id": "smp-SM208", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "abilities": [ { @@ -13906,12 +10533,7 @@ "attacks": [ { "name": "Electricannon", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may discard all Lightning Energy from this Pokémon. If you do, this attack does 100 more damage." @@ -13929,18 +10551,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM208", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "It has an organ that generates electricity in its abdomen. It concentrates energy in its strong jaws and fires off powerful jolts of electricity.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13954,14 +10571,9 @@ "id": "smp-SM209", "name": "Stakataka", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Wall of Stone", @@ -13972,11 +10584,7 @@ "attacks": [ { "name": "Top Down", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -13988,20 +10596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM209", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It appeared from an Ultra Wormhole. Each one appears to be made up of many life-forms stacked one on top of each other.", - "nationalPokedexNumbers": [ - 805 - ], + "nationalPokedexNumbers": [805], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14015,36 +10616,23 @@ "id": "smp-SM210", "name": "Moltres & Zapdos & Articuno-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Trinity Burn", - "cost": [ - "Fire", - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Water", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" }, { "name": "Sky Legends-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle this Pokémon and all cards attached to it into your deck. If this Pokémon has at least 1 extra Fire, Water, and Lightning Energy attached to it (in addition to this attack's cost), this attack does 110 damage to 3 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -14062,20 +10650,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM210", "artist": "HYOGONOSUKE", "rarity": "Promo", - "nationalPokedexNumbers": [ - 144, - 145, - 146 - ], + "nationalPokedexNumbers": [144, 145, 146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14089,14 +10669,9 @@ "id": "smp-SM211", "name": "Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14104,24 +10679,14 @@ "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" }, { "name": "Flare Blitz-GX", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "(You can't use more than 1 GX attack in a game.)" @@ -14133,18 +10698,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM211", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14158,14 +10717,9 @@ "id": "smp-SM212", "name": "Gyarados-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14173,24 +10727,14 @@ "attacks": [ { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" }, { "name": "Hyper Beam-GX", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "(You can't use more than 1 GX attack in a game.)" @@ -14202,18 +10746,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM212", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14227,14 +10765,9 @@ "id": "smp-SM213", "name": "Raichu-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14242,22 +10775,14 @@ "attacks": [ { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Spark Ball-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "(You can't use more than 1 GX attack in a game.)" @@ -14275,16 +10800,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM213", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14298,13 +10819,9 @@ "id": "smp-SM214", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mind Report", @@ -14315,11 +10832,7 @@ "attacks": [ { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -14331,18 +10844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM214", "artist": "kawayoo", "rarity": "Promo", "flavorText": "It was created by a scientist after years of horrific gene-splicing and DNA-engineering experiments.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14356,13 +10864,9 @@ "id": "smp-SM215", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Bench Barrier", @@ -14373,9 +10877,7 @@ "attacks": [ { "name": "Psypower", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -14387,17 +10889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM215", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "Because it can use all kinds of moves, many scientists believe Mew to be the ancestor of Pokémon.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14411,14 +10909,9 @@ "id": "smp-SM216", "name": "Porygon-Z-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "240", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -14433,20 +10926,14 @@ "attacks": [ { "name": "Abnormal Overheating", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon is now Burned." }, { "name": "Critical Error-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 10 cards and discard them. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)" @@ -14458,17 +10945,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM216", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14482,36 +10964,23 @@ "id": "smp-SM217", "name": "Trevenant & Dusknoir-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Night Watch", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "150", "text": "Choose 2 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into their deck." }, { "name": "Pale Moon-GX", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out. If this Pokémon has at least 1 extra Psychic Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -14529,19 +10998,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM217", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 477, - 709 - ], + "nationalPokedexNumbers": [477, 709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14555,14 +11017,9 @@ "id": "smp-SM218", "name": "Buzzwole", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Beast Boost", @@ -14573,10 +11030,7 @@ "attacks": [ { "name": "Touchdown", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." @@ -14588,18 +11042,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM218", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Although it's alien to this world and a danger here, it's apparently a common organism in the world where it normally lives.", - "nationalPokedexNumbers": [ - 794 - ], + "nationalPokedexNumbers": [794], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14613,31 +11062,20 @@ "id": "smp-SM219", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Rally Back", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Fire Mane", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -14649,18 +11087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM219", "artist": "Ryuta Fuse", "rarity": "Promo", "flavorText": "A Pokémon that races across the land. It is said that one is born every time a new volcano appears.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14674,13 +11107,9 @@ "id": "smp-SM220", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Whirlpool Suction", @@ -14691,9 +11120,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -14705,17 +11132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM220", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "When the water warms, they inflate the flotation sac on their heads and drift languidly on the sea in packs.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14729,21 +11152,13 @@ "id": "smp-SM221", "name": "Blacephalon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Ultra Beast" - ], + "subtypes": ["Basic", "Ultra Beast"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Fireworks Bomb", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. If your opponent has exactly 3 Prize cards remaining, put 12 damage counters on them instead." @@ -14761,18 +11176,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM221", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It slithers toward people. Then, without warning, it triggers the explosion of its own head. It's apparently one kind of Ultra Beast.", - "nationalPokedexNumbers": [ - 806 - ], + "nationalPokedexNumbers": [806], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14786,30 +11196,21 @@ "id": "smp-SM222", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon." }, { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -14827,17 +11228,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM222", "artist": "Sumiyoshi Kizuki", "rarity": "Promo", "flavorText": "Feared for its wrath and the curses it spreads, this Pokémon will also, on a whim, cast spells that help people.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14851,33 +11248,20 @@ "id": "smp-SM223", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cavern Counter", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If all of your Benched Pokémon have at least 1 damage counter on them, this attack does 150 more damage." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -14889,20 +11273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM223", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "Its charge is strong enough to break through a giant castle wall in one blow. This Pokémon is spoken of in legends.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14916,30 +11293,20 @@ "id": "smp-SM224", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Call for Greatness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Pokémon-GX with different names, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -14951,17 +11318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM224", "artist": "Mizue", "rarity": "Promo", "flavorText": "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -14975,28 +11338,20 @@ "id": "smp-SM225", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Victory Sign", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -15008,17 +11363,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM225", "artist": "nagimiso", "rarity": "Promo", "flavorText": "This Pokémon brings victory. It is said that Trainers with Victini always win, regardless of the type of encounter.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15032,13 +11383,9 @@ "id": "smp-SM226", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -15050,10 +11397,7 @@ "attacks": [ { "name": "Continuous Blaze Ball", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard all Fire Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." @@ -15065,18 +11409,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM226", "artist": "2019 Pikachu Project", "rarity": "Promo", "flavorText": "This Pokémon was created by Mewtwo to prove that copies can be even more powerful than their originals.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15090,33 +11429,21 @@ "id": "smp-SM227", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard all Energy from this Pokémon." @@ -15134,17 +11461,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM227", "artist": "2019 Pikachu Project", "rarity": "Promo", "flavorText": "Its nature is to store up electricity. Forests where nests of Pikachu live are dangerous, since the trees are so often struck by lightning.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15158,21 +11481,13 @@ "id": "smp-SM228", "name": "Armored Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic Raid", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -15184,19 +11499,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM228", "artist": "2019 Pikachu Project", "rarity": "Promo", "flavorText": "Mewtwo was on a rampage searching for meaning to its existence in this world when Giovanni suppressed and controlled its power.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15210,18 +11519,10 @@ "id": "smp-SM229", "name": "Venusaur & Snivy-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], @@ -15235,23 +11536,14 @@ "attacks": [ { "name": "Forest Dump", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" }, { "name": "Solar Plant-GX", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. If this Pokémon has at least 2 extra Energy attached to it (in addition to this attack's cost), heal all damage from all of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 GX attack in a game.)" @@ -15263,19 +11555,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM229", "artist": "Yuka Morii", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3, - 495 - ], + "nationalPokedexNumbers": [3, 495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15289,39 +11574,24 @@ "id": "smp-SM230", "name": "Charizard & Braixen-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Delphox" - ], + "types": ["Fire"], + "evolvesTo": ["Delphox"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Brilliant Flare", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "You may search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Crimson Flame Pillar-GX", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 5 basic Energy cards from your discard pile to your Pokémon in any way you like. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is now Burned and Confused. (You can't use more than 1 GX attack in a game.)" @@ -15333,19 +11603,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM230", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6, - 654 - ], + "nationalPokedexNumbers": [6, 654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15359,9 +11622,7 @@ "id": "smp-SM231", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, they may heal 10 damage from each of their Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -15382,48 +11643,31 @@ "id": "smp-SM232", "name": "Pikachu-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon does 30 damage to itself." }, { "name": "Tail Break-GX", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Paralyzed. (You can't use more than 1 GX attack in a game.)" @@ -15441,16 +11685,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM232", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15464,14 +11704,9 @@ "id": "smp-SM233", "name": "Eevee-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -15495,20 +11730,14 @@ "attacks": [ { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Joy Maker-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -15520,16 +11749,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM233", "artist": "Q-rais", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15543,32 +11768,21 @@ "id": "smp-SM234", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -15586,17 +11800,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM234", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It's in its nature to store electricity. It feels stressed now and then if it's unable to fully discharge the electricity.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15610,13 +11820,9 @@ "id": "smp-SM235", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -15630,10 +11836,7 @@ "attacks": [ { "name": "Running Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." @@ -15645,17 +11848,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM235", "artist": "kirisAki", "rarity": "Promo", "flavorText": "The question of why only Eevee has such unstable genes has still not been solved.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15669,14 +11868,9 @@ "id": "smp-SM236", "name": "Alolan Sandslash-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "GX" - ], + "subtypes": ["Stage 1", "GX"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Sandshrew", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -15691,22 +11885,14 @@ "attacks": [ { "name": "Frost Breath", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Spiky Storm-GX", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon that has any damage counters on it. (You can't use more than 1 GX attack in a game.)" @@ -15718,17 +11904,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM236", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15742,31 +11923,21 @@ "id": "smp-SM237", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Aromax", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 1 of your Benched Pokémon." }, { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -15778,18 +11949,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM237", "artist": "chibi", "rarity": "Promo", "flavorText": "Although it doesn't like disputes, it will sharpen the leaf on its tail into a blade and fight if it has to protect its friends.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15803,31 +11969,21 @@ "id": "smp-SM238", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Snow Cloak", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Hypnotic Blizzard", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Asleep. This attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -15839,18 +11995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM238", "artist": "Mizue", "rarity": "Promo", "flavorText": "It protects itself by freezing its fur into sharp needles. It can drop its body temperature below –75 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15864,14 +12015,9 @@ "id": "smp-SM239", "name": "Carracosta-GX", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "GX" - ], + "subtypes": ["Stage 2", "GX"], "hp": "250", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Tirtouga", "rules": [ "Pokémon-GX rule: When your Pokémon-GX is Knocked Out, your opponent takes 2 Prize cards." @@ -15886,21 +12032,14 @@ "attacks": [ { "name": "Ground Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Stone Age-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put any number of Pokémon that evolve from Unidentified Fossil from your discard pile onto your Bench. (You can't use more than 1 GX attack in a game.)" @@ -15912,19 +12051,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM239", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 565 - ], + "nationalPokedexNumbers": [565], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -15938,37 +12070,23 @@ "id": "smp-SM240", "name": "Espeon & Deoxys-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Psychic Club", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each of your Benched Psychic Pokémon." }, { "name": "Cross Division-GX", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 10 damage counters on your opponent's Pokémon in any way you like. If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), put 20 damage counters on them instead. (You can't use more than 1 GX attack in a game.)" @@ -15980,18 +12098,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM240", "artist": "Hasuno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 196, - 386 - ], + "nationalPokedexNumbers": [196, 386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16005,35 +12117,23 @@ "id": "smp-SM241", "name": "Umbreon & Darkrai-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Black Lance", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon-GX or Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dark Moon-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent can't play any Trainer cards from their hand during their next turn. If this Pokémon has at least 5 extra Darkness Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)" @@ -16051,18 +12151,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SM241", "artist": "so-taro", "rarity": "Promo", - "nationalPokedexNumbers": [ - 197, - 491 - ], + "nationalPokedexNumbers": [197, 491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16076,14 +12170,9 @@ "id": "smp-SM242", "name": "Eevee-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "GX" - ], + "subtypes": ["Basic", "GX"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -16107,20 +12196,14 @@ "attacks": [ { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "Joy Maker-GX", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 cards from your discard pile into your hand. (You can't use more than 1 GX attack in a game.)" @@ -16132,16 +12215,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM242", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16155,34 +12234,20 @@ "id": "smp-SM243", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Regiblast", - "cost": [ - "Water", - "Fighting", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Fighting", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "Discard the top card of your opponent's deck." @@ -16194,20 +12259,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SM243", "artist": "Ryuta Fuse", "rarity": "Promo", "flavorText": "It is said to have made Pokémon that look like itself from a special ice mountain, rocks, and magma.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16221,32 +12279,21 @@ "id": "smp-SM244", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Yank Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard random cards from your opponent's hand until they have 5 cards in their hand." }, { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -16258,17 +12305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM244", "artist": "Shibuzoh.", "rarity": "Promo", "flavorText": "As it did more and more with its tail, its hands became clumsy. It makes its nest high in the treetops.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16282,30 +12325,21 @@ "id": "smp-SM245", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Psybeam", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Nonahex", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon has exactly 9 damage counters on it, that Pokémon is Knocked Out." @@ -16323,17 +12357,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SM245", "artist": "NC Empire", "rarity": "Promo", "flavorText": "Feared for its wrath and the curses it spreads, this Pokémon will also, on a whim, cast spells that help people.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16347,10 +12377,7 @@ "id": "smp-SM246", "name": "Sabrina & Brycen", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "TAG TEAM" - ], + "subtypes": ["Supporter", "TAG TEAM"], "rules": [ "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "When you play this card, you may discard 5 other cards from your hand. If you do, you may also search for up to 3 Pokémon of different types in this way.", @@ -16372,48 +12399,30 @@ "id": "smp-SM247", "name": "Reshiram & Charizard-GX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], + "subtypes": ["Basic", "TAG TEAM", "GX"], "hp": "270", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "Outrage", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Flare Strike", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "This Pokémon can't use Flare Strike during your next turn." }, { "name": "Double Blaze-GX", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "200+", "text": "If this Pokémon has at least 3 extra Fire Energy attached to it (in addition to this attack's cost), this attack does 100 more damage, and this attack's damage isn't affected by any effects on your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)" @@ -16425,19 +12434,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SM247", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6, - 643 - ], + "nationalPokedexNumbers": [6, 643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -16448,77 +12450,56 @@ } }, { - "id": "smp-SM248", - "name": "Pikachu & Zekrom-GX", - "supertype": "Pokémon", - "subtypes": [ - "Basic", - "TAG TEAM", - "GX" - ], - "hp": "240", - "types": [ - "Lightning" - ], - "rules": [ - "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." - ], - "attacks": [ - { - "name": "Full Blitz", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], - "convertedEnergyCost": 3, - "damage": "150", - "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokemon. Then, shuffle your deck." - }, - { - "name": "Tag Bolt-GX", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], - "convertedEnergyCost": 3, - "damage": "200", - "text": "If this Pokemon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokemon. (Don't apply Weakness and Resistance for Benched Pokemon.) (You can't use more than 1 GX attack in a game.)" - } - ], - "weaknesses": [ - { - "type": "Fighting", - "value": "×2" - } - ], - "resistances": [ - { - "type": "Metal", - "value": "-20" - } - ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], - "convertedRetreatCost": 3, - "number": "SM248", - "artist": "5ban Graphics", - "rarity": "Promo", - "nationalPokedexNumbers": [ - 25, - 644 - ], - "legalities": { - "unlimited": "Legal", - "expanded": "Legal" + "id": "smp-SM248", + "name": "Pikachu & Zekrom-GX", + "supertype": "Pokémon", + "subtypes": ["Basic", "TAG TEAM", "GX"], + "hp": "240", + "types": ["Lightning"], + "rules": [ + "TAG TEAM rule: When your TAG TEAM is Knocked Out, your opponent takes 3 Prize cards." + ], + "attacks": [ + { + "name": "Full Blitz", + "cost": ["Lightning", "Lightning", "Lightning"], + "convertedEnergyCost": 3, + "damage": "150", + "text": "Search your deck for up to 3 Lightning Energy cards and attach them to 1 of your Pokemon. Then, shuffle your deck." }, - "images": { - "small": "https://images.pokemontcg.io/smp/SM248.png", - "large": "https://images.pokemontcg.io/smp/SM248_hires.png" + { + "name": "Tag Bolt-GX", + "cost": ["Lightning", "Lightning", "Lightning"], + "convertedEnergyCost": 3, + "damage": "200", + "text": "If this Pokemon has at least 3 extra Lightning Energy attached to it (in addition to this attack's cost), this attack does 170 damage to 1 of your opponent's Benched Pokemon. (Don't apply Weakness and Resistance for Benched Pokemon.) (You can't use more than 1 GX attack in a game.)" + } + ], + "weaknesses": [ + { + "type": "Fighting", + "value": "×2" + } + ], + "resistances": [ + { + "type": "Metal", + "value": "-20" } + ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], + "convertedRetreatCost": 3, + "number": "SM248", + "artist": "5ban Graphics", + "rarity": "Promo", + "nationalPokedexNumbers": [25, 644], + "legalities": { + "unlimited": "Legal", + "expanded": "Legal" + }, + "images": { + "small": "https://images.pokemontcg.io/smp/SM248.png", + "large": "https://images.pokemontcg.io/smp/SM248_hires.png" + } } ] diff --git a/cards/en/swsh1.json b/cards/en/swsh1.json index cf5161b72..66f9797a6 100644 --- a/cards/en/swsh1.json +++ b/cards/en/swsh1.json @@ -3,33 +3,23 @@ "id": "swsh1-1", "name": "Celebi V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Line Force", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 20 more damage for each of your Benched Pokémon." @@ -41,16 +31,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -66,22 +52,14 @@ "id": "swsh1-2", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -93,17 +71,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "sowsow", "rarity": "Common", "flavorText": "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -119,32 +93,21 @@ "id": "swsh1-3", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." }, { "name": "Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -156,17 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -182,31 +141,21 @@ "id": "swsh1-4", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Paralyze Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned. Flip a coin. If heads, your opponent's Active Pokémon is also Paralyzed." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -218,17 +167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "chibi", "rarity": "Rare", "flavorText": "After captivating opponents with its sweet scent, it lashes them with its thorny whips.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -244,22 +189,14 @@ "id": "swsh1-5", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Grass"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Attach", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -271,17 +208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It shoots cotton from its body to protect itself. If it gets caught up in hurricane-strength winds, it can get sent to the other side of the Earth.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -297,29 +230,21 @@ "id": "swsh1-6", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Cotton Ride", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent shuffles their Active Pokémon and all attached cards into their deck." }, { "name": "Leaf Step", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "" @@ -331,17 +256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "kodama", "rarity": "Rare", "flavorText": "It scatters cotton all over the place as a prank. If it gets wet, it'll become too heavy to move and have no choice but to answer for its mischief.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -357,29 +278,20 @@ "id": "swsh1-7", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Zzzt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Powerful Needles", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage for each heads." @@ -391,18 +303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "With noises that could be mistaken for the rattles of maracas, it creates an upbeat rhythm, startling bird Pokémon and making them fly off in a hurry.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -418,20 +325,13 @@ "id": "swsh1-8", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Bite Together", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If Durant is on your Bench, this attack does 60 more damage." @@ -443,17 +343,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "They lay their eggs deep inside their nests. When attacked by Heatmor, they retaliate using their massive mandibles.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -469,34 +365,23 @@ "id": "swsh1-9", "name": "Dhelmise V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Anchor Anger", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Giga Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't use Giga Hammer." @@ -508,17 +393,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -534,22 +414,14 @@ "id": "swsh1-10", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -561,17 +433,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -587,32 +455,21 @@ "id": "swsh1-11", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -624,17 +481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -650,34 +503,22 @@ "id": "swsh1-12", "name": "Thwackey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grookey", - "evolvesTo": [ - "Rillaboom" - ], + "evolvesTo": ["Rillaboom"], "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Double Hit", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage for each heads." @@ -689,18 +530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers.", - "nationalPokedexNumbers": [ - 811 - ], + "nationalPokedexNumbers": [811], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -716,35 +552,22 @@ "id": "swsh1-13", "name": "Thwackey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grookey", - "evolvesTo": [ - "Rillaboom" - ], + "evolvesTo": ["Rillaboom"], "attacks": [ { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Ambush", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -756,18 +579,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers.", - "nationalPokedexNumbers": [ - 811 - ], + "nationalPokedexNumbers": [811], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -783,13 +601,9 @@ "id": "swsh1-14", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "abilities": [ { @@ -801,12 +615,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -818,19 +627,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -846,34 +649,21 @@ "id": "swsh1-15", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "attacks": [ { "name": "Drum Roll", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Drum Beating", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "During your next turn, this Pokémon can't use Drum Beating." @@ -885,20 +675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -914,22 +697,14 @@ "id": "swsh1-16", "name": "Blipbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dottler" - ], + "types": ["Grass"], + "evolvesTo": ["Dottler"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -941,17 +716,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "nagimiso", "rarity": "Common", "flavorText": "Often found in gardens, this Pokémon has hairs on its body that it uses to assess its surroundings.", - "nationalPokedexNumbers": [ - 824 - ], + "nationalPokedexNumbers": [824], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -967,22 +738,14 @@ "id": "swsh1-17", "name": "Blipbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dottler" - ], + "types": ["Grass"], + "evolvesTo": ["Dottler"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -994,17 +757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "A constant collector of information, this Pokémon is very smart. Very strong is what it isn't.", - "nationalPokedexNumbers": [ - 824 - ], + "nationalPokedexNumbers": [824], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1020,33 +779,22 @@ "id": "swsh1-18", "name": "Dottler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Blipbug", - "evolvesTo": [ - "Orbeetle" - ], + "evolvesTo": ["Orbeetle"], "attacks": [ { "name": "Reflect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1058,18 +806,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "As it grows inside its shell, it uses its psychic abilities to monitor the outside world and prepare for evolution.", - "nationalPokedexNumbers": [ - 825 - ], + "nationalPokedexNumbers": [825], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1085,13 +828,9 @@ "id": "swsh1-19", "name": "Orbeetle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dottler", "abilities": [ { @@ -1103,10 +842,7 @@ "attacks": [ { "name": "Brainwave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -1118,17 +854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "It emits psychic energy to observe and study what's around it—and what's around it can include things over six miles away.", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1144,31 +876,21 @@ "id": "swsh1-20", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1180,17 +902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1206,29 +924,21 @@ "id": "swsh1-21", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "attacks": [ { "name": "Blessing of Fluff", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -1240,17 +950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1266,22 +972,14 @@ "id": "swsh1-22", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1293,17 +991,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1319,30 +1013,21 @@ "id": "swsh1-23", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Fire Mane", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1354,17 +1039,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1380,37 +1061,23 @@ "id": "swsh1-24", "name": "Torkoal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion Pillar", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage." }, { "name": "Steam Crush", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 2 Energy from your opponent's Active Pokémon." @@ -1422,19 +1089,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "24", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1450,33 +1110,23 @@ "id": "swsh1-25", "name": "Victini V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spreading Flames", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Energy Burst", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to both Active Pokémon." @@ -1488,17 +1138,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1514,29 +1159,20 @@ "id": "swsh1-26", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Fire Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1548,17 +1184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "There's a hole in its tail that allows it to draw in the air it needs to keep its fire burning. If the hole gets blocked, this Pokémon will fall ill.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1574,22 +1206,14 @@ "id": "swsh1-27", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Smog", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -1601,17 +1225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Its venom sacs produce a fluid that this Pokémon then heats up with the flame in its tail. This process creates Salandit's poisonous gas.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1627,30 +1247,21 @@ "id": "swsh1-28", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard 2 Energy from this Pokémon." @@ -1662,17 +1273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Only female Salazzle exist. They emit a gas laden with pheromones to captivate male Salandit.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1688,32 +1295,20 @@ "id": "swsh1-29", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy from this Pokémon." @@ -1725,19 +1320,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "Explosive substances coat the shell on its back. Enemies that dare attack it will be blown away by an immense detonation.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1753,22 +1342,14 @@ "id": "swsh1-30", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -1780,17 +1361,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "kirisAki", "rarity": "Common", "flavorText": "It has special pads on the backs of its feet, and one on its nose. Once it's raring to fight, these pads radiate tremendous heat.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1806,32 +1383,21 @@ "id": "swsh1-31", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1843,17 +1409,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A warm-up of running around gets fire energy coursing through this Pokémon's body. Once that happens, it's ready to fight at full power.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1869,34 +1431,22 @@ "id": "swsh1-32", "name": "Raboot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Scorbunny", - "evolvesTo": [ - "Cinderace" - ], + "evolvesTo": ["Cinderace"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Magnum Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1908,17 +1458,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It kicks berries right off the branches of trees and then juggles them with its feet, practicing its footwork.", - "nationalPokedexNumbers": [ - 814 - ], + "nationalPokedexNumbers": [814], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1934,33 +1480,22 @@ "id": "swsh1-33", "name": "Raboot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Scorbunny", - "evolvesTo": [ - "Cinderace" - ], + "evolvesTo": ["Cinderace"], "attacks": [ { "name": "Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1972,17 +1507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Its thick and fluffy fur protects it from the cold and enables it to use hotter fire moves.", - "nationalPokedexNumbers": [ - 814 - ], + "nationalPokedexNumbers": [814], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1998,13 +1529,9 @@ "id": "swsh1-34", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "abilities": [ { @@ -2016,11 +1543,7 @@ "attacks": [ { "name": "Flare Striker", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Discard 2 Energy from this Pokémon." @@ -2032,17 +1555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It's skilled at both offense and defense, and it gets pumped up when cheered on. But if it starts showboating, it could put itself in a tough spot.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2058,30 +1577,21 @@ "id": "swsh1-35", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "attacks": [ { "name": "Pyro Ball", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Burning Kick", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "160", "text": "Discard all Energy from this Pokémon." @@ -2093,17 +1603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It juggles a pebble with its feet, turning it into a burning soccer ball. Its shots strike opponents hard and leave them scorched.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2119,31 +1625,21 @@ "id": "swsh1-36", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Flip a coin. If tails, discard 2 Energy from this Pokémon." @@ -2155,18 +1651,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It juggles a pebble with its feet, turning it into a burning soccer ball. Its shots strike opponents hard and leave them scorched.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2182,33 +1673,21 @@ "id": "swsh1-37", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2220,17 +1699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stores flammable gas in its body and uses it to generate heat. The yellow sections on its belly get particularly hot.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2246,23 +1721,14 @@ "id": "swsh1-38", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Relentless Flames", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage for each heads." @@ -2274,17 +1740,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It stores flammable gas in its body and uses it to generate heat. The yellow sections on its belly get particularly hot.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2300,32 +1762,21 @@ "id": "swsh1-39", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Hundred Foot Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "For each Fire Energy attached to this Pokémon, discard the top card of your opponent's deck." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." @@ -2337,19 +1788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2365,23 +1810,14 @@ "id": "swsh1-40", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2393,17 +1829,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Sekio", "rarity": "Common", "flavorText": "It swims facing backward by opening and closing its two-piece shell. It is surprisingly fast.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2419,31 +1851,21 @@ "id": "swsh1-41", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Shell Grab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tidal Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2455,18 +1877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "MAHOU", "rarity": "Rare", "flavorText": "Its shell is extremely hard. It cannot be shattered, even with a bomb. The shell opens only when it is attacking.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2482,32 +1899,21 @@ "id": "swsh1-42", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Aqua Shower", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Vise Grip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2519,18 +1925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It can be found near the sea. The large pincers grow back if they are torn out of their sockets.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2546,23 +1947,14 @@ "id": "swsh1-43", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Super Slice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -2574,18 +1966,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "miki kudo", "rarity": "Common", "flavorText": "It can be found near the sea. The large pincers grow back if they are torn out of their sockets.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2601,31 +1988,21 @@ "id": "swsh1-44", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Heavy Pincers", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top card of your opponent's deck." }, { "name": "Claw Rend", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage." @@ -2637,18 +2014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "The large and hard pincer has 10,000-horsepower strength. However, being so big, it is unwieldy to move.", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2664,22 +2036,14 @@ "id": "swsh1-45", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2691,17 +2055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Its dorsal and pectoral fins are strongly developed like muscles. It can swim at a speed of five knots.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2717,32 +2077,21 @@ "id": "swsh1-46", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Waterfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2754,17 +2103,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Its dorsal, pectoral, and tail fins wave elegantly in water. That is why it is known as the Water Dancer.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2780,30 +2125,21 @@ "id": "swsh1-47", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Ripping Horn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2815,18 +2151,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Using its horn, it bores holes in riverbed boulders, making nests to prevent its eggs from washing away.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2842,22 +2173,13 @@ "id": "swsh1-48", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Wash", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "70", "text": "You may put 2 Energy attached to your opponent's Active Pokémon into their hand." @@ -2869,19 +2191,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Kazuma Koda", "rarity": "Rare", "flavorText": "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2897,35 +2213,23 @@ "id": "swsh1-49", "name": "Lapras V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Surf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon." }, { "name": "Ocean Loop", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Put 2 Water Energy attached to this Pokémon into your hand." @@ -2937,17 +2241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Hasuno", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2963,13 +2262,9 @@ "id": "swsh1-50", "name": "Lapras VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lapras V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2977,11 +2272,7 @@ "attacks": [ { "name": "G-Max Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -2993,18 +2284,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3020,13 +2305,9 @@ "id": "swsh1-51", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Poison Point", @@ -3037,9 +2318,7 @@ "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 60 more damage." @@ -3051,17 +2330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The small spikes covering its body developed from scales. They inject a toxin that causes fainting.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3077,29 +2352,20 @@ "id": "swsh1-52", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Reserve", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -3111,17 +2377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Jumpei Akasaka", "rarity": "Uncommon", "flavorText": "If it builds up enough speed swimming, it can jump out above the waves and glide for over 300 feet.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3137,34 +2399,23 @@ "id": "swsh1-53", "name": "Keldeo V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Secret Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -3176,17 +2427,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3202,22 +2448,14 @@ "id": "swsh1-54", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3229,17 +2467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3255,32 +2489,21 @@ "id": "swsh1-55", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3292,17 +2515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3318,17 +2537,11 @@ "id": "swsh1-56", "name": "Drizzile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sobble", - "evolvesTo": [ - "Inteleon" - ], + "evolvesTo": ["Inteleon"], "abilities": [ { "name": "Shady Dealings", @@ -3339,10 +2552,7 @@ "attacks": [ { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3354,17 +2564,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "A clever combatant, this Pokémon battles using water balloons created with moisture secreted from its palms.", - "nationalPokedexNumbers": [ - 817 - ], + "nationalPokedexNumbers": [817], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3380,33 +2586,22 @@ "id": "swsh1-57", "name": "Drizzile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sobble", - "evolvesTo": [ - "Inteleon" - ], + "evolvesTo": ["Inteleon"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3418,17 +2613,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "A clever combatant, this Pokémon battles using water balloons created with moisture secreted from its palms.", - "nationalPokedexNumbers": [ - 817 - ], + "nationalPokedexNumbers": [817], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3444,13 +2635,9 @@ "id": "swsh1-58", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -3462,10 +2649,7 @@ "attacks": [ { "name": "Aqua Bullet", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3477,17 +2661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It has many hidden capabilities, such as fingertips that can shoot water and a membrane on its back that it can use to glide through the air.", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3503,30 +2683,21 @@ "id": "swsh1-59", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "attacks": [ { "name": "Silent Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard a random card from your opponent's hand." }, { "name": "Hydro Snipe", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." @@ -3538,17 +2709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It has many hidden capabilities, such as fingertips that can shoot water and a membrane on its back that it can use to glide through the air.", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3564,34 +2731,21 @@ "id": "swsh1-60", "name": "Chewtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drednaw" - ], + "types": ["Water"], + "evolvesTo": ["Drednaw"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3603,18 +2757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It starts off battles by attacking with its rock-hard horn, but as soon as the opponent flinches, this Pokémon bites down and never lets go.", - "nationalPokedexNumbers": [ - 833 - ], + "nationalPokedexNumbers": [833], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3630,34 +2779,21 @@ "id": "swsh1-61", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "attacks": [ { "name": "Vise Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Jaw Lock", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -3669,19 +2805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "This Pokémon rapidly extends its retractable neck to sink its sharp fangs into distant enemies and take them down.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3697,29 +2827,20 @@ "id": "swsh1-62", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Water Gun", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -3731,17 +2852,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It's so strong that it can knock out some opponents in a single hit, but it also may forget what it's battling midfight.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3757,22 +2874,14 @@ "id": "swsh1-63", "name": "Snom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frosmoth" - ], + "types": ["Water"], + "evolvesTo": ["Frosmoth"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3784,17 +2893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It eats snow that piles up on the ground. The more snow it eats, the bigger and more impressive the spikes on its back grow.", - "nationalPokedexNumbers": [ - 872 - ], + "nationalPokedexNumbers": [872], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3810,13 +2915,9 @@ "id": "swsh1-64", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -3828,10 +2929,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3843,18 +2941,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3870,32 +2963,21 @@ "id": "swsh1-65", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3907,17 +2989,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Ryuta Fuse", "rarity": "Common", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3933,31 +3011,21 @@ "id": "swsh1-66", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Pain-Full Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3969,17 +3037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3995,23 +3059,14 @@ "id": "swsh1-67", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4023,17 +3078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "On the dark ocean floor, its only means of communication is its constantly flashing lights.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4049,32 +3100,21 @@ "id": "swsh1-68", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Luring Glow", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4086,17 +3126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Its antennae, which evolved from a fin, have both positive and negative charges flowing through them.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4112,31 +3148,21 @@ "id": "swsh1-69", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Strobe Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent reveals their hand. If you find any Energy cards there, your opponent's Active Pokémon is now Paralyzed." @@ -4148,18 +3174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "This Pokémon flashes a bright light that blinds its prey. This creates an opening for it to deliver an electrical attack.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4175,22 +3196,14 @@ "id": "swsh1-70", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Flop", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4202,17 +3215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "Joltik can be found clinging to other Pokémon. It's soaking up static electricity because it can't produce a charge on its own.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4228,21 +3237,14 @@ "id": "swsh1-71", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Volt Wave", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4254,17 +3256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It launches electrified fur from its abdomen as its means of attack. Opponents hit by the fur could be in for three full days and nights of paralysis.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4280,34 +3278,23 @@ "id": "swsh1-72", "name": "Tapu Koko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spike Draw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." }, { "name": "Thunderous Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -4322,9 +3309,7 @@ "number": "72", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4340,31 +3325,21 @@ "id": "swsh1-73", "name": "Yamper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Boltund" - ], + "types": ["Lightning"], + "evolvesTo": ["Boltund"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4376,17 +3351,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "This Pokémon is very popular as a herding dog in the Galar region. As it runs, it generates electricity from the base of its tail.", - "nationalPokedexNumbers": [ - 835 - ], + "nationalPokedexNumbers": [835], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4402,32 +3373,21 @@ "id": "swsh1-74", "name": "Yamper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Boltund" - ], + "types": ["Lightning"], + "evolvesTo": ["Boltund"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Zap Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4439,17 +3399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "This Pokémon is very popular as a herding dog in the Galar region. As it runs, it generates electricity from the base of its tail.", - "nationalPokedexNumbers": [ - 835 - ], + "nationalPokedexNumbers": [835], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4465,32 +3421,21 @@ "id": "swsh1-75", "name": "Boltund", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Yamper", "attacks": [ { "name": "Big Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Fighting Fangs", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage." @@ -4502,17 +3447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "This Pokémon generates electricity and channels it into its legs to keep them going strong. Boltund can run nonstop for three full days.", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4528,32 +3469,21 @@ "id": "swsh1-76", "name": "Boltund", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Yamper", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Electrodash", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your next turn, this Pokémon can't attack." @@ -4569,9 +3499,7 @@ "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "This Pokémon generates electricity and channels it into its legs to keep them going strong. Boltund can run nonstop for three full days.", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4587,20 +3515,13 @@ "id": "swsh1-77", "name": "Pincurchin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Shocking Needles", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Paralyzed." @@ -4612,18 +3533,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It feeds on seaweed, using its teeth to scrape it off rocks. Electric current flows from the tips of its spines.", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4639,19 +3555,13 @@ "id": "swsh1-78", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Attack the Wound", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 50 more damage." @@ -4663,17 +3573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4689,34 +3595,23 @@ "id": "swsh1-79", "name": "Morpeko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electro Wheel", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon." @@ -4728,17 +3623,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4754,13 +3644,9 @@ "id": "swsh1-80", "name": "Morpeko VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Morpeko V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4768,11 +3654,7 @@ "attacks": [ { "name": "Max Discharge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4784,16 +3666,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4809,22 +3687,14 @@ "id": "swsh1-81", "name": "Galarian Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Psychic"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4842,17 +3712,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "This Pokémon will look into your eyes and read the contents of your heart. If it finds evil there, it promptly hides away.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4868,13 +3734,9 @@ "id": "swsh1-82", "name": "Galarian Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Galarian Ponyta", "abilities": [ { @@ -4886,10 +3748,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4907,17 +3766,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "You Iribi", "rarity": "Rare", "flavorText": "Brave and prideful, this Pokémon dashes airily through the forest, its steps aided by the psychic power stored in the fur on its fetlocks.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4933,22 +3788,14 @@ "id": "swsh1-83", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Fade Out", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Put this Pokémon and all attached cards into your hand." @@ -4966,17 +3813,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4992,33 +3835,22 @@ "id": "swsh1-84", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5036,17 +3868,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "Its tongue is made of gas. If licked, its victim starts shaking constantly until death eventually comes.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5062,13 +3890,9 @@ "id": "swsh1-85", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -5080,11 +3904,7 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Asleep." @@ -5102,18 +3922,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Eri Yamaki", "rarity": "Rare Holo", "flavorText": "On the night of a full moon, if shadows move on their own and laugh, it must be Gengar's doing.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5129,34 +3944,23 @@ "id": "swsh1-86", "name": "Wobbuffet V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gritty Comeback", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." }, { "name": "Shadow Bind", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "70", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -5174,18 +3978,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5201,32 +3999,21 @@ "id": "swsh1-87", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Moonlight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5244,17 +4031,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It eats dreams and releases mist. The mist is pink when it's eating a good dream, and black when it's eating a nightmare.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5270,30 +4053,21 @@ "id": "swsh1-88", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Sleepy Pulse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep. During Pokémon Checkup, your opponent flips 2 coins instead of 1. If either of them is tails, that Pokémon is still Asleep." }, { "name": "Super Hypnoblast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 120 more damage." @@ -5311,19 +4085,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "MAHOU", "rarity": "Rare", "flavorText": "It drowses and dreams all the time. It's best to leave it be if it's just woken up, as it's a terrible grump when freshly roused from sleep.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5339,22 +4107,14 @@ "id": "swsh1-89", "name": "Sinistea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Polteageist" - ], + "types": ["Psychic"], + "evolvesTo": ["Polteageist"], "attacks": [ { "name": "Teatime", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws 2 cards." @@ -5372,17 +4132,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "This Pokémon is said to have been born when a lonely spirit possessed a cold, leftover cup of tea.", - "nationalPokedexNumbers": [ - 854 - ], + "nationalPokedexNumbers": [854], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5398,30 +4154,21 @@ "id": "swsh1-90", "name": "Polteageist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sinistea", "attacks": [ { "name": "Teatime", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player draws 2 cards." }, { "name": "Poltergeist", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there." @@ -5439,17 +4186,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This species lives in antique teapots. Most pots are forgeries, but on rare occasions, an authentic work is found.", - "nationalPokedexNumbers": [ - 855 - ], + "nationalPokedexNumbers": [855], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5465,14 +4208,9 @@ "id": "swsh1-91", "name": "Indeedee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5486,11 +4224,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 60 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5508,17 +4242,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5534,22 +4263,14 @@ "id": "swsh1-92", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5561,17 +4282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Hasegawa Saki", "rarity": "Common", "flavorText": "If a Diglett digs through a field, it leaves the soil perfectly tilled and ideal for planting crops.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5587,20 +4304,14 @@ "id": "swsh1-93", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Mud Bomb", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "" @@ -5612,17 +4323,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "A team of Diglett triplets. It triggers huge earthquakes by burrowing 60 miles underground.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5638,31 +4345,20 @@ "id": "swsh1-94", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Low Sweep", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Coordinated Strike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If Hitmonchan is on your Bench, this attack does 80 more damage." @@ -5674,17 +4370,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "The legs freely contract and stretch. The stretchy legs allow it to hit a distant foe with a rising kick.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5700,29 +4392,20 @@ "id": "swsh1-95", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Coordinated Beatdown", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Hitmonlee is on your Bench, this attack does 20 more damage." }, { "name": "Mach Cross", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -5734,17 +4417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Its punches slice the air. However, it seems to need a short break after fighting for three minutes.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5760,32 +4439,21 @@ "id": "swsh1-96", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5797,19 +4465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Sekio", "rarity": "Common", "flavorText": "It can remember only one thing at a time. Once it starts rushing, it forgets why it started.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5825,34 +4487,21 @@ "id": "swsh1-97", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Stomp Off", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5864,18 +4513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "sui", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5891,37 +4535,22 @@ "id": "swsh1-98", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Drill", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Rock Slide", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack also does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5933,20 +4562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "98", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3,600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5962,34 +4584,21 @@ "id": "swsh1-99", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Bedrock Shake", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack also does 60 damage to each Benched Pokémon that has any damage counters on it (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6001,20 +4610,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "It relies on its carapace to deflect incoming attacks and throw its enemy off balance. As soon as that happens, it drives its drill into the foe.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6030,28 +4632,20 @@ "id": "swsh1-100", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage for each damage counter on this Pokémon." @@ -6063,17 +4657,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "If a tree branch shakes when there is no wind, it's a Sudowoodo, not a tree. It hides from the rain.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6089,32 +4679,21 @@ "id": "swsh1-101", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sand Spray", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6126,17 +4705,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Uta", "rarity": "Common", "flavorText": "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6152,22 +4727,14 @@ "id": "swsh1-102", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6179,17 +4746,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6205,30 +4768,21 @@ "id": "swsh1-103", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Psybeam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Explosion", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "200", "text": "This Pokémon also does 120 damage to itself." @@ -6240,18 +4794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "This mysterious Pokémon started life as an ancient clay figurine made over 20,000 years ago.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6267,35 +4816,23 @@ "id": "swsh1-104", "name": "Regirock V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raging Hammer", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Rocky Tackle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -6307,18 +4844,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6334,32 +4865,21 @@ "id": "swsh1-105", "name": "Mudbray", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mudsdale" - ], + "types": ["Fighting"], + "evolvesTo": ["Mudsdale"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6371,18 +4891,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Loads weighing up to 50 times as much as its own body weight pose no issue for this Pokémon. It's skilled at making use of mud.", - "nationalPokedexNumbers": [ - 749 - ], + "nationalPokedexNumbers": [749], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6398,22 +4913,14 @@ "id": "swsh1-106", "name": "Mudsdale", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudbray", "attacks": [ { "name": "Double Impact", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120×", "text": "Flip 2 coins. This attack does 120 damage for each heads." @@ -6425,19 +4932,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Mud that hardens around a Mudsdale's legs sets harder than stone. It's so hard that it allows this Pokémon to scrap a truck with a single kick.", - "nationalPokedexNumbers": [ - 750 - ], + "nationalPokedexNumbers": [750], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6453,22 +4954,14 @@ "id": "swsh1-107", "name": "Silicobra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandaconda" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandaconda"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen." @@ -6480,18 +4973,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It spews sand from its nostrils. While the enemy is blinded, it burrows into the ground to hide.", - "nationalPokedexNumbers": [ - 843 - ], + "nationalPokedexNumbers": [843], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6507,32 +4995,21 @@ "id": "swsh1-108", "name": "Silicobra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandaconda" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandaconda"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6544,17 +5021,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "As it digs, it swallows sand and stores it in its neck pouch. The pouch can hold more than 17 pounds of sand.", - "nationalPokedexNumbers": [ - 843 - ], + "nationalPokedexNumbers": [843], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6570,31 +5043,21 @@ "id": "swsh1-109", "name": "Sandaconda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Silicobra", "attacks": [ { "name": "Coil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your next turn, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Skull Bash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6606,18 +5069,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its unique style of coiling allows it to blast sand out of its sand sac more efficiently.", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6633,13 +5091,9 @@ "id": "swsh1-110", "name": "Sandaconda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Silicobra", "abilities": [ { @@ -6651,10 +5105,7 @@ "attacks": [ { "name": "Power Press", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon has at least 1 extra Fighting Energy attached (in addition to this attack's cost), this attack does 70 more damage." @@ -6666,18 +5117,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "When it contracts its body, over 220 pounds of sand sprays from its nose. If it ever runs out of sand, it becomes disheartened.", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6693,22 +5139,14 @@ "id": "swsh1-111", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Bind", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6720,18 +5158,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It's very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6747,23 +5180,14 @@ "id": "swsh1-112", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Punch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -6775,18 +5199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It's very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6802,32 +5221,21 @@ "id": "swsh1-113", "name": "Grapploct", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Clobbopus", "attacks": [ { "name": "Octolock", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Until this Grapploct leaves the Active Spot, the Defending Pokémon's attacks cost ColorlessColorless more, and the Defending Pokémon can't retreat. This effect can't be applied more than once." }, { "name": "Tough Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -6839,18 +5247,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "A body made up of nothing but muscle makes the grappling moves this Pokémon performs with its tentacles tremendously powerful.", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6866,20 +5269,13 @@ "id": "swsh1-114", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Wild Tackle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "70", "text": "This Pokémon also does 10 damage to itself." @@ -6891,18 +5287,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It stands in grasslands, watching the sun's descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6918,34 +5309,23 @@ "id": "swsh1-115", "name": "Stonjourner V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Guard Press", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -6957,18 +5337,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6984,13 +5358,9 @@ "id": "swsh1-116", "name": "Stonjourner VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Stonjourner V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6998,20 +5368,14 @@ "attacks": [ { "name": "Stone Gift", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Fighting Energy card from your hand to 1 of your Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Rockfall", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "200", "text": "" @@ -7023,18 +5387,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "116", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7050,16 +5408,10 @@ "id": "swsh1-117", "name": "Galarian Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Darkness"], + "evolvesTo": ["Linoone"], "abilities": [ { "name": "Headbutt Tantrum", @@ -7070,10 +5422,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -7085,17 +5434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "kirisAki", "rarity": "Common", "flavorText": "Thought to be the oldest form of Zigzagoon, it moves in zigzags and wreaks havoc upon its surroundings.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7111,34 +5456,22 @@ "id": "swsh1-118", "name": "Galarian Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Zigzagoon", - "evolvesTo": [ - "Obstagoon" - ], + "evolvesTo": ["Obstagoon"], "attacks": [ { "name": "Night Slash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7150,18 +5483,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "This very aggressive Pokémon will recklessly challenge opponents stronger than itself.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7177,13 +5505,9 @@ "id": "swsh1-119", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -7195,10 +5519,7 @@ "attacks": [ { "name": "Obstruct", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -7210,18 +5531,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7237,33 +5553,23 @@ "id": "swsh1-120", "name": "Sableye V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lode Search", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Trainer card from your discard pile into your hand." }, { "name": "Crazy Claws", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -7275,17 +5581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7301,33 +5602,21 @@ "id": "swsh1-121", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Darkness"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Slashing Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7339,18 +5628,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "sowsow", "rarity": "Common", "flavorText": "It attacks using the claws on its tail. Once locked in its grip, its prey is unable to move as this Pokémon's poison seeps in.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7366,34 +5650,21 @@ "id": "swsh1-122", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Hard Press", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Toxic Strike", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -7405,19 +5676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "122", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It's so vicious that it's called the Sand Demon. Yet when confronted by Hippowdon, Drapion keeps a low profile and will never pick a fight.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7433,32 +5698,21 @@ "id": "swsh1-123", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Darkness"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge Out", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7470,17 +5724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "otumami", "rarity": "Common", "flavorText": "It makes frightening noises with its poison-filled cheek sacs. When opponents flinch, Croagunk hits them with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7496,13 +5746,9 @@ "id": "swsh1-124", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Croagunk", "abilities": [ { @@ -7514,11 +5760,7 @@ "attacks": [ { "name": "Poison Claws", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -7530,17 +5772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "It bounces toward opponents and gouges them with poisonous claws. No more than a scratch is needed to knock out its adversaries.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7556,22 +5794,14 @@ "id": "swsh1-125", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Instigate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards." @@ -7583,17 +5813,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "kirisAki", "rarity": "Common", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7609,31 +5835,21 @@ "id": "swsh1-126", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "attacks": [ { "name": "Thief", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7645,17 +5861,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7671,32 +5883,21 @@ "id": "swsh1-127", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Perrserker" - ], + "types": ["Metal"], + "evolvesTo": ["Perrserker"], "attacks": [ { "name": "Hone Claws", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Slash attack does 60 more damage (before applying Weakness and Resistance)." }, { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7714,17 +5915,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "kirisAki", "rarity": "Common", "flavorText": "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7740,13 +5937,9 @@ "id": "swsh1-128", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "abilities": [ { @@ -7758,11 +5951,7 @@ "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7780,18 +5969,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7807,29 +5991,20 @@ "id": "swsh1-129", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Crunch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -7847,17 +6022,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7873,22 +6044,14 @@ "id": "swsh1-130", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7906,18 +6069,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It defends itself by launching spikes, but its aim isn't very good at first. Only after a lot of practice will it improve.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7933,31 +6091,21 @@ "id": "swsh1-131", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Triple Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage for each heads." }, { "name": "Energy Slap", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "You may move all Energy from this Pokémon to 1 of your Benched Pokémon." @@ -7975,18 +6123,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "This Pokémon scrapes its spikes across rocks, and then uses the tips of its feelers to absorb the nutrients it finds within the stone.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8002,13 +6145,9 @@ "id": "swsh1-132", "name": "Galarian Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Snap Trap", @@ -8019,10 +6158,7 @@ "attacks": [ { "name": "Damage Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -8040,18 +6176,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Living in mud with a high iron content has given it a strong steel body.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8067,32 +6198,21 @@ "id": "swsh1-133", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Cut Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8110,17 +6230,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "A pack of these Pokémon forms to serve a Bisharp boss. Each Pawniard trains diligently, dreaming of one day taking the lead.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8136,30 +6252,21 @@ "id": "swsh1-134", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Charge Order", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 30 more damage for each of your Benched Pawniard." }, { "name": "Slicing Blade", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -8177,18 +6284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Violent conflicts erupt between Bisharp and Fraxure over places where sharpening stones can be found.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8204,31 +6306,21 @@ "id": "swsh1-135", "name": "Corviknight", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corvisquire", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" }, { "name": "Iron Wings", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "You may discard 2 Energy from this Pokémon. If you do, during your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance)." @@ -8246,18 +6338,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "135", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This Pokémon reigns supreme in the skies of the Galar region. The black luster of its steel body could drive terror into the heart of any foe.", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8273,23 +6360,14 @@ "id": "swsh1-136", "name": "Cufant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Copperajah" - ], + "types": ["Metal"], + "evolvesTo": ["Copperajah"], "attacks": [ { "name": "Stomp", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -8307,19 +6385,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "kirisAki", "rarity": "Common", "flavorText": "If a job requires serious strength, this Pokémon will excel at it. Its copper body tarnishes in the rain, turning a vibrant green color.", - "nationalPokedexNumbers": [ - 878 - ], + "nationalPokedexNumbers": [878], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8335,32 +6407,21 @@ "id": "swsh1-137", "name": "Copperajah", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cufant", "attacks": [ { "name": "Dig Drain", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Muscular Nose", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "If this Pokémon has 8 or more damage counters on it, this attack does nothing." @@ -8378,20 +6439,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "137", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "These Pokémon live in herds. Their trunks have incredible grip strength, strong enough to crush giant rocks into powder.", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8407,14 +6461,9 @@ "id": "swsh1-138", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8428,11 +6477,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -8450,17 +6495,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8476,14 +6516,9 @@ "id": "swsh1-139", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8497,11 +6532,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -8519,17 +6550,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8545,33 +6571,20 @@ "id": "swsh1-140", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -8583,20 +6596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "140", "artist": "chibi", "rarity": "Rare", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8612,37 +6618,23 @@ "id": "swsh1-141", "name": "Snorlax V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swallow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Falling Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon is now Asleep." @@ -8654,19 +6646,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "141", "artist": "Masakazu Fukuda", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8682,13 +6667,9 @@ "id": "swsh1-142", "name": "Snorlax VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snorlax V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -8696,11 +6677,7 @@ "attacks": [ { "name": "G-Max Fall", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each of your Benched Pokémon." @@ -8712,19 +6689,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "142", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8740,32 +6710,21 @@ "id": "swsh1-143", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Send Back", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8783,17 +6742,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Yumi", "rarity": "Common", "flavorText": "It begins to hoot at the same time every day. Some Trainers use them in place of clocks.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8809,32 +6764,21 @@ "id": "swsh1-144", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Carry Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck." @@ -8852,17 +6796,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When it needs to think, it rotates its head 180 degrees to sharpen its intellectual power.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8878,32 +6818,21 @@ "id": "swsh1-145", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Glance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck." }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -8915,17 +6844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Sekio", "rarity": "Common", "flavorText": "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8941,22 +6866,14 @@ "id": "swsh1-146", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -8968,17 +6885,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "sowsow", "rarity": "Common", "flavorText": "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8994,13 +6907,9 @@ "id": "swsh1-147", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -9012,9 +6921,7 @@ "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -9026,17 +6933,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "sui", "rarity": "Rare", "flavorText": "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won't tolerate even a speck of the stuff.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9052,13 +6955,9 @@ "id": "swsh1-148", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Primate Wisdom", @@ -9069,11 +6968,7 @@ "attacks": [ { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -9085,18 +6980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "148", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "It knows the forest inside and out. If it comes across a wounded Pokémon, Oranguru will gather medicinal herbs to treat it.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9112,20 +7002,13 @@ "id": "swsh1-149", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Discard the top 2 cards of your deck." @@ -9137,18 +7020,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "The mountains it calls home are nearly two miles in height. On rare occasions, it descends to play with the children living in the towns below.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9164,32 +7042,21 @@ "id": "swsh1-150", "name": "Rookidee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Corvisquire" - ], + "types": ["Colorless"], + "evolvesTo": ["Corvisquire"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9207,17 +7074,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It will bravely challenge any opponent, no matter how powerful. This Pokémon benefits from every battle—even a defeat increases its strength a bit.", - "nationalPokedexNumbers": [ - 821 - ], + "nationalPokedexNumbers": [821], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9233,33 +7096,22 @@ "id": "swsh1-151", "name": "Corvisquire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rookidee", - "evolvesTo": [ - "Corviknight" - ], + "evolvesTo": ["Corviknight"], "attacks": [ { "name": "Pluck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -9277,17 +7129,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "151", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Smart enough to use tools in battle, these Pokémon have been seen picking up rocks and flinging them or using ropes to wrap up enemies.", - "nationalPokedexNumbers": [ - 822 - ], + "nationalPokedexNumbers": [822], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9303,23 +7151,14 @@ "id": "swsh1-152", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -9331,17 +7170,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "If its fleece grows too long, Wooloo won't be able to move. Cloth made with the wool of this Pokémon is surprisingly strong.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9357,33 +7192,21 @@ "id": "swsh1-153", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -9395,17 +7218,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "153", "artist": "Mizue", "rarity": "Common", "flavorText": "Its curly fleece is such an effective cushion that this Pokémon could fall off a cliff and stand right back up at the bottom, unharmed.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9421,31 +7240,21 @@ "id": "swsh1-154", "name": "Dubwool", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Wooloo", "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -9457,18 +7266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "You Iribi", "rarity": "Uncommon", "flavorText": "Its majestic horns are meant only to impress the opposite gender. They never see use in battle.", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9484,34 +7288,23 @@ "id": "swsh1-155", "name": "Cramorant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Beak Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Spit Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9529,16 +7322,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9554,9 +7343,7 @@ "id": "swsh1-156", "name": "Air Balloon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Retreat Cost of the Pokémon this card is attached to is ColorlessColorless less.", @@ -9580,9 +7367,7 @@ "id": "swsh1-157", "name": "Bede", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9605,9 +7390,7 @@ "id": "swsh1-158", "name": "Big Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon this card is attached to gets +30 HP.", @@ -9631,9 +7414,7 @@ "id": "swsh1-159", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon.", "You may play any number of Item cards during your turn." @@ -9656,9 +7437,7 @@ "id": "swsh1-160", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put up to 2 basic Energy cards from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -9681,9 +7460,7 @@ "id": "swsh1-161", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9706,9 +7483,7 @@ "id": "swsh1-162", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play any number of Item cards during your turn." @@ -9731,9 +7506,7 @@ "id": "swsh1-163", "name": "Evolution Incense", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for an Evolution Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9756,9 +7529,7 @@ "id": "swsh1-164", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -9781,9 +7552,7 @@ "id": "swsh1-165", "name": "Hop", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -9806,9 +7575,7 @@ "id": "swsh1-166", "name": "Hyper Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 120 damage from 1 of your Pokémon that has at least 2 Energy attached. If you healed any damage in this way, discard 2 Energy from it.", "You may play any number of Item cards during your turn." @@ -9831,9 +7598,7 @@ "id": "swsh1-167", "name": "Lucky Egg", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, draw cards until you have 7 cards in your hand.", @@ -9857,9 +7622,7 @@ "id": "swsh1-168", "name": "Lum Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "At the end of each turn, if the Pokémon this card is attached to is affected by any Special Conditions, it recovers from all of them, and discard this card.", @@ -9883,9 +7646,7 @@ "id": "swsh1-169", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -9908,9 +7669,7 @@ "id": "swsh1-170", "name": "Metal Saucer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a Metal Energy card from your discard pile to 1 of your Benched Metal Pokémon.", "You may play any number of Item cards during your turn." @@ -9933,9 +7692,7 @@ "id": "swsh1-171", "name": "Ordinary Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 or both: • Shuffle up to 2 Pokémon from your discard pile into your deck. • Shuffle up to 2 basic Energy cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -9958,9 +7715,7 @@ "id": "swsh1-172", "name": "Pal Pad", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle up to 2 Supporter cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -9983,9 +7738,7 @@ "id": "swsh1-173", "name": "Poké Kid", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10008,9 +7761,7 @@ "id": "swsh1-174", "name": "Pokégear 3.0", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Supporter card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -10033,9 +7784,7 @@ "id": "swsh1-175", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play any number of Item cards during your turn." @@ -10058,9 +7807,7 @@ "id": "swsh1-176", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -10083,9 +7830,7 @@ "id": "swsh1-177", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play any number of Item cards during your turn." @@ -10108,9 +7853,7 @@ "id": "swsh1-178", "name": "Professor's Research (Professor Magnolia)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -10133,9 +7876,7 @@ "id": "swsh1-179", "name": "Quick Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard another card from your hand.", "Search your deck for a Basic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", @@ -10159,9 +7900,7 @@ "id": "swsh1-180", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it, skipping the Stage 1. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play any number of Item cards during your turn." @@ -10184,9 +7923,7 @@ "id": "swsh1-181", "name": "Rotom Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Draw cards until you have 6 cards in your hand. Your turn ends.", "You may play any number of Item cards during your turn." @@ -10209,9 +7946,7 @@ "id": "swsh1-182", "name": "Sitrus Berry", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "At the end of each turn, if the Pokémon this card is attached to has 3 or more damage counters on it, heal 30 damage from it and discard this card.", @@ -10235,9 +7970,7 @@ "id": "swsh1-183", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play any number of Item cards during your turn." @@ -10260,9 +7993,7 @@ "id": "swsh1-184", "name": "Team Yell Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put an Energy attached to 1 of your opponent's Pokémon into their hand.", "You may play only 1 Supporter card during your turn." @@ -10285,9 +8016,7 @@ "id": "swsh1-185", "name": "Vitality Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -10311,9 +8040,7 @@ "id": "swsh1-186", "name": "Aurora Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "You can attach this card to 1 of your Pokémon only if you discard another card from your hand.", "As long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time." @@ -10335,34 +8062,23 @@ "id": "swsh1-187", "name": "Dhelmise V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Anchor Anger", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Giga Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't use Giga Hammer." @@ -10374,17 +8090,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "187", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10400,37 +8111,23 @@ "id": "swsh1-188", "name": "Torkoal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Combustion Pillar", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Discard the top card of your deck. If that card is a Fire Energy card, this attack does 90 more damage." }, { "name": "Steam Crush", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 2 Energy from your opponent's Active Pokémon." @@ -10442,19 +8139,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "188", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10470,35 +8160,23 @@ "id": "swsh1-189", "name": "Lapras V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Surf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon." }, { "name": "Ocean Loop", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Put 2 Water Energy attached to this Pokémon into your hand." @@ -10510,17 +8188,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "189", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10536,34 +8209,23 @@ "id": "swsh1-190", "name": "Morpeko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electro Wheel", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon." @@ -10575,17 +8237,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "190", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10601,34 +8258,23 @@ "id": "swsh1-191", "name": "Wobbuffet V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gritty Comeback", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." }, { "name": "Shadow Bind", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "70", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -10646,18 +8292,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "191", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10673,14 +8313,9 @@ "id": "swsh1-192", "name": "Indeedee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10694,11 +8329,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 60 more damage for each Energy attached to your opponent's Active Pokémon." @@ -10716,17 +8347,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "192", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10742,34 +8368,23 @@ "id": "swsh1-193", "name": "Stonjourner V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Guard Press", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -10781,18 +8396,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "193", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10808,33 +8417,23 @@ "id": "swsh1-194", "name": "Sableye V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lode Search", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Trainer card from your discard pile into your hand." }, { "name": "Crazy Claws", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -10846,17 +8445,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "194", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10872,14 +8466,9 @@ "id": "swsh1-195", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10893,11 +8482,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -10915,17 +8500,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "195", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10941,14 +8521,9 @@ "id": "swsh1-196", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10962,11 +8537,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -10984,17 +8555,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "196", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11010,37 +8576,23 @@ "id": "swsh1-197", "name": "Snorlax V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swallow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Falling Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon is now Asleep." @@ -11052,19 +8604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "197", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11080,34 +8625,23 @@ "id": "swsh1-198", "name": "Cramorant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Beak Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Spit Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11125,16 +8659,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "198", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11150,9 +8680,7 @@ "id": "swsh1-199", "name": "Bede", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11175,9 +8703,7 @@ "id": "swsh1-200", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -11200,9 +8726,7 @@ "id": "swsh1-201", "name": "Professor's Research (Professor Magnolia)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -11225,9 +8749,7 @@ "id": "swsh1-202", "name": "Team Yell Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put an Energy attached to 1 of your opponent's Pokémon into their hand.", "You may play only 1 Supporter card during your turn." @@ -11250,13 +8772,9 @@ "id": "swsh1-203", "name": "Lapras VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lapras V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11264,11 +8782,7 @@ "attacks": [ { "name": "G-Max Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -11280,18 +8794,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "203", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11307,13 +8815,9 @@ "id": "swsh1-204", "name": "Morpeko VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Morpeko V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11321,11 +8825,7 @@ "attacks": [ { "name": "Max Discharge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11337,16 +8837,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "204", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11362,13 +8858,9 @@ "id": "swsh1-205", "name": "Stonjourner VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Stonjourner V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11376,20 +8868,14 @@ "attacks": [ { "name": "Stone Gift", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Fighting Energy card from your hand to 1 of your Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Rockfall", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "200", "text": "" @@ -11401,18 +8887,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "205", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11428,13 +8908,9 @@ "id": "swsh1-206", "name": "Snorlax VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Snorlax V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11442,11 +8918,7 @@ "attacks": [ { "name": "G-Max Fall", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each of your Benched Pokémon." @@ -11458,19 +8930,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "206", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11486,9 +8951,7 @@ "id": "swsh1-207", "name": "Bede", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11511,9 +8974,7 @@ "id": "swsh1-208", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -11536,9 +8997,7 @@ "id": "swsh1-209", "name": "Professor's Research (Professor Magnolia)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -11561,9 +9020,7 @@ "id": "swsh1-210", "name": "Team Yell Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put an Energy attached to 1 of your opponent's Pokémon into their hand.", "You may play only 1 Supporter card during your turn." @@ -11586,14 +9043,9 @@ "id": "swsh1-211", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11607,11 +9059,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -11629,17 +9077,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "211", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11655,14 +9098,9 @@ "id": "swsh1-212", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11676,11 +9114,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -11698,17 +9132,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "212", "artist": "aky CG Works", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11724,9 +9153,7 @@ "id": "swsh1-213", "name": "Air Balloon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Retreat Cost of the Pokémon this card is attached to is ColorlessColorless less.", @@ -11750,9 +9177,7 @@ "id": "swsh1-214", "name": "Metal Saucer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a Metal Energy card from your discard pile to 1 of your Benched Metal Pokémon.", "You may play any number of Item cards during your turn." @@ -11775,9 +9200,7 @@ "id": "swsh1-215", "name": "Ordinary Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 or both: • Shuffle up to 2 Pokémon from your discard pile into your deck. • Shuffle up to 2 basic Energy cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -11800,9 +9223,7 @@ "id": "swsh1-216", "name": "Quick Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard another card from your hand.", "Search your deck for a Basic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", diff --git a/cards/en/swsh10.json b/cards/en/swsh10.json index f47e1824c..5608e9434 100644 --- a/cards/en/swsh10.json +++ b/cards/en/swsh10.json @@ -3,34 +3,23 @@ "id": "swsh10-1", "name": "Beedrill V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Twineedle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." }, { "name": "Swarming Sting", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon for each of your Beedrill V in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -42,16 +31,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -67,31 +52,21 @@ "id": "swsh10-2", "name": "Hisuian Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Grass"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Cheerful Charge", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "You can use this attack only if you go second, and only during your first turn. Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a basic Energy card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -103,17 +78,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "nagimiso", "rarity": "Common", "flavorText": "An enigmatic Pokémon that happens to bear a resemblance to a Poké Ball. When excited, it discharges the electric current it has stored in its belly, then lets out a great, uproarious laugh.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -129,29 +100,21 @@ "id": "swsh10-3", "name": "Hisuian Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hisuian Voltorb", "attacks": [ { "name": "Triple Draw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw 3 cards." }, { "name": "Irritated Bomb", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "50", "text": "" @@ -163,17 +126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "The tissue on the surface of its body is curiously similar in composition to an Apricorn. When irritated, this Pokémon lets loose an electric current equal to 20 lightning bolts.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -189,22 +148,14 @@ "id": "swsh10-4", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Blinding Scythe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -216,17 +167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "GIDORA", "rarity": "Common", "flavorText": "The large, wickedly sharp scythes on its forearms are truly fearsome weapons. Prey's attempts to flee are unfailingly thwarted by this Pokémon's nimble motions.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -242,23 +189,14 @@ "id": "swsh10-5", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Quick Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -270,17 +208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Uta", "rarity": "Common", "flavorText": "The large, wickedly sharp scythes on its forearms are truly fearsome weapons. Prey's attempts to flee are unfailingly thwarted by this Pokémon's nimble motions.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -296,22 +230,14 @@ "id": "swsh10-6", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Speed Dive", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -327,9 +253,7 @@ "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Its frail wings are so thin that one can see clear through them. However, during flight these wings exhibit the power to churn air with force enough to launch a house skyward.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -345,30 +269,21 @@ "id": "swsh10-7", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Razor Wing", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Wide Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you have more cards in your hand than your opponent, this attack does 80 more damage." @@ -384,9 +299,7 @@ "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -402,31 +315,20 @@ "id": "swsh10-8", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Overhead Throw", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -438,18 +340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "aoki", "rarity": "Common", "flavorText": "This Pokémon has an unparalleled horn. Heracross itself demonstrates tremendous power—it's capable of throwing several people trained in the traditional arts of war at once.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -465,22 +362,14 @@ "id": "swsh10-9", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -492,17 +381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "When its antennae hit each other, it sounds like the music of a xylophone.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -518,13 +403,9 @@ "id": "swsh10-10", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "abilities": [ { @@ -536,10 +417,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -551,17 +429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It uses its cutlass-like arms to produce sound, the melody of which varies from individual to individual. It is a worthwhile endeavor to seek out one's favorite tunes.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -577,32 +451,21 @@ "id": "swsh10-11", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Honey Courier", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Bug Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -614,17 +477,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "sowsow", "rarity": "Common", "flavorText": "The members of the trio spend all their time together. Each one has a slightly different taste in nectar.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -640,31 +499,21 @@ "id": "swsh10-12", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "attacks": [ { "name": "Honey Rush", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60×", "text": "Reveal any number of Sweet Honey cards from your hand. This attack does 60 damage for each card you revealed in this way." }, { "name": "Pierce", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -676,17 +525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Yuya Oka", "rarity": "Rare", "flavorText": "It skillfully commands its grubs in battles with its enemies. The grubs are willing to risk their lives to defend Vespiquen.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -702,31 +547,21 @@ "id": "swsh10-13", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Energy Garden", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Leafy Cyclone", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't attack." @@ -738,18 +573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Atsushi Furusawa", "rarity": "Rare", "flavorText": "Cells similar to those of plants have been found in its fur. Its hard tail can fell a large tree with one stroke, and the tail's sharpness exceeds even that of a sword crafted by a master.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -765,28 +595,20 @@ "id": "swsh10-14", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Encouraging Gift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only during your first turn. Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Flop", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -798,17 +620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When the turning of seasons brings the cruel winter to its end and the joyous people give thanks to the heavens, Shaymin appears and covers the withered land with flowers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -824,22 +642,14 @@ "id": "swsh10-15", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Spin Turn", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -851,17 +661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "The leaves on its head are highly valued for medicinal purposes. Dry the leaves in the sun, boil them, and then drink the bitter decoction for remarkably effective relief from fatigue.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -877,32 +683,21 @@ "id": "swsh10-16", "name": "Hisuian Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Twister Lutz", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Leaf Step", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -914,17 +709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "I suspect that its well-developed legs are the result of a life spent on mountains covered in deep snow. The scent it exudes from its flower crown heartens those in proximity.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -940,34 +731,23 @@ "id": "swsh10-17", "name": "Hisuian Lilligant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dance Gracefully", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Leaf Step", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -979,17 +759,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1005,13 +780,9 @@ "id": "swsh10-18", "name": "Hisuian Lilligant VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hisuian Lilligant V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -1026,11 +797,7 @@ "attacks": [ { "name": "Parallel Spin", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "You may put an Energy attached to this Pokémon into your hand. If you do, this attack does 100 more damage." @@ -1042,16 +809,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1067,22 +830,14 @@ "id": "swsh10-19", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1094,17 +849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "kawayoo", "rarity": "Common", "flavorText": "Flies noiselessly on delicate wings. It has mastered the art of deftly launching dagger-sharp feathers from those same wings.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1120,34 +871,22 @@ "id": "swsh10-20", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Razor Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1159,17 +898,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "0313", "rarity": "Uncommon", "flavorText": "Regularly basks in sunlight to gather power—presumably due to the frigid climate. Nonetheless, the edges of the blade quills set into its wings are keen as ever.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1185,22 +920,14 @@ "id": "swsh10-21", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Flame Tail", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1212,17 +939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Jiro Sasumo", "rarity": "Common", "flavorText": "These Pokémon live in herds out in the grassland. Newborn foals lack their fiery manes, which will develop about an hour after birth.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1238,30 +961,21 @@ "id": "swsh10-22", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Ring of Fire", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned. During your opponent's next turn, that Pokémon can't retreat." @@ -1273,17 +987,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Ligton", "rarity": "Rare", "flavorText": "This Pokémon can be seen galloping through fields at speeds of up to 150 mph, its fiery mane fluttering in the wind.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1299,31 +1009,21 @@ "id": "swsh10-23", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Charge Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Live Coal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1335,17 +1035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "sui", "rarity": "Common", "flavorText": "Hails from the Johto region. Though usually curled into a ball due to its timid disposition, it harbors tremendous firepower.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1361,33 +1057,22 @@ "id": "swsh10-24", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flare", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1399,17 +1084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Pani Kobayashi", "rarity": "Uncommon", "flavorText": "This creature's fur is most mysterious—it is wholly impervious to the burning touch of flame. Should Quilava turn its back to you, take heed! Such a posture indicates a forthcoming attack.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1425,35 +1106,23 @@ "id": "swsh10-25", "name": "Heatran V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Burn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Magma Fall", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have a Stadium in play, this attack does 90 more damage." @@ -1465,18 +1134,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1492,13 +1155,9 @@ "id": "swsh10-26", "name": "Heatran VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Heatran V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1513,11 +1172,7 @@ "attacks": [ { "name": "Max Heat Burst", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Your opponent's Active Pokémon is now Burned." @@ -1529,19 +1184,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1557,25 +1205,16 @@ "id": "swsh10-27", "name": "Radiant Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], "attacks": [ { "name": "Raging Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70×", "text": "This attack does 70 damage for each damage counter on this Pokémon." @@ -1587,19 +1226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Shigenori Negishi", "rarity": "Radiant Rare", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1615,32 +1248,21 @@ "id": "swsh10-28", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Spacing Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, heal 10 damage from this Pokémon." }, { "name": "Ram", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1652,17 +1274,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "GOSSAN", "rarity": "Common", "flavorText": "Suffers perpetual headaches. If the agony grows too great, Psyduck's latent power erupts, contrary to Psyduck's intent. Ergo, I am exploring ways to ease the pain.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1678,32 +1296,21 @@ "id": "swsh10-29", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Aqua Edge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Entangled Dive", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard each player's Active Pokémon and all attached cards. (You choose a new Active Pokémon first.)" @@ -1715,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "otumami", "rarity": "Uncommon", "flavorText": "This Pokémon lives in gently flowing rivers. It paddles through the water with its long limbs, putting its graceful swimming skills on display.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1741,34 +1344,23 @@ "id": "swsh10-30", "name": "Starmie V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." }, { "name": "Energy Spiral", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon." @@ -1783,9 +1375,7 @@ "number": "30", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1801,34 +1391,21 @@ "id": "swsh10-31", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Water"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1840,18 +1417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Swinub excels at sniffing out mushrooms buried beneath grass or snow. Since ancient times, the people of Hisui have often relied upon this skill.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1867,35 +1439,22 @@ "id": "swsh10-32", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], - "attacks": [ - { - "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "evolvesTo": ["Mamoswine"], + "attacks": [ + { + "name": "Stampede", + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1907,19 +1466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "yuu", "rarity": "Uncommon", "flavorText": "If it charges at an enemy, the hairs on its back stand up straight. It is very sensitive to sound.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1935,34 +1488,21 @@ "id": "swsh10-33", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piloswine", "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Iceberg Press", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Discard an Energy from this Pokémon. During your opponent's next turn, the Defending Pokémon can't attack." @@ -1974,20 +1514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "33", "artist": "Uta", "rarity": "Rare", "flavorText": "This Pokémon can be spotted in wall paintings from as far back as 10,000 years ago. For a while, it was thought to have gone extinct.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2003,30 +1536,20 @@ "id": "swsh10-34", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Borne Ashore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from either player's discard pile onto that player's Bench." }, { "name": "Aqua Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2038,17 +1561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "This calm and gentle Pokémon swims gracefully through the sea. After building speed, it can leap out of the water. It is often misidentified as a bird Pokémon due to this behavior.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2064,24 +1583,14 @@ "id": "swsh10-35", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Water"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2093,17 +1602,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Mizue", "rarity": "Common", "flavorText": "Makes its home in swamps with murky water. The poor visibility hides this Pokémon from predators, and the slime on its body makes grasping it difficult.", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2119,34 +1624,21 @@ "id": "swsh10-36", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Mud Shot", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Thrash", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "Flip a coin. If tails, this Pokémon also does 60 damage to itself. If heads, this attack does 60 more damage." @@ -2158,19 +1650,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Shinji Kanda", "rarity": "Uncommon", "flavorText": "It makes its nest at the bottom of swamps. It will eat anything—if it is alive, Whiscash will eat it.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2186,30 +1672,20 @@ "id": "swsh10-37", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Regi Gate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Blizzard Bind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If the Defending Pokémon is a Pokémon V, it can't attack during your opponent's next turn." @@ -2221,19 +1697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "aoki", "rarity": "Rare", "flavorText": "With cold air that can reach temperatures as low as −328 degrees Fahrenheit, Regice instantly freezes any creature that approaches it.", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2249,31 +1719,21 @@ "id": "swsh10-38", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Frost Wall", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon." }, { "name": "Ice Blast", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -2285,17 +1745,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "saino misaki", "rarity": "Rare", "flavorText": "Glaceon is able to lower its body temperature very quickly. It freezes the atmosphere, creating diamond dust that glitters like gems while it flutters and dances around.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2311,34 +1767,23 @@ "id": "swsh10-39", "name": "Origin Forme Palkia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rule the Region", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Hydro Break", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -2350,17 +1795,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2376,13 +1816,9 @@ "id": "swsh10-40", "name": "Origin Forme Palkia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Origin Forme Palkia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2397,10 +1833,7 @@ "attacks": [ { "name": "Subspace Swell", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -2412,17 +1845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "aky CG Works", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2438,22 +1866,14 @@ "id": "swsh10-41", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2465,17 +1885,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "This Pokémon from the Unova region uses the shell on its belly as a weapon to cut down its foes. Thus, I've conferred upon this shell the name “scalchop.”.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2491,23 +1907,15 @@ "id": "swsh10-42", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Razor Shell", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2519,17 +1927,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Its exquisite double-scalchop technique is likely the result of daily training, and it can send even masters of the blade fleeing in defeat.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2545,28 +1949,20 @@ "id": "swsh10-43", "name": "Hisuian Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Gather the Crew", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2578,17 +1974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Though it differs from other Basculin in several respects, including demeanor—this one is gentle—I have categorized it as a regional form given the vast array of shared qualities.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2604,31 +1996,21 @@ "id": "swsh10-44", "name": "Hisuian Basculegion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Hisuian Basculin", "attacks": [ { "name": "Grudge Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage, and your opponent's Active Pokémon is now Confused." }, { "name": "Jet Headbutt", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -2640,18 +2022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Clads itself in the souls of comrades that perished before fulfilling their goals of journeying upstream. No other species throughout all Hisui's rivers is Basculegion's equal.", - "nationalPokedexNumbers": [ - 902 - ], + "nationalPokedexNumbers": [902], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2667,29 +2044,20 @@ "id": "swsh10-45", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Line Force", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each of your Benched Pokémon." @@ -2701,17 +2069,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are then too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2727,14 +2091,9 @@ "id": "swsh10-46", "name": "Radiant Greninja", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -2748,11 +2107,7 @@ "attacks": [ { "name": "Moonlight Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy from this Pokémon. This attack does 90 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2764,17 +2119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Souichirou Gunjima", "rarity": "Radiant Rare", "flavorText": "It appears and vanishes with a ninja's grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2790,24 +2141,14 @@ "id": "swsh10-47", "name": "Bergmite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Avalugg" - ], + "types": ["Water"], + "evolvesTo": ["Avalugg"], "attacks": [ { "name": "Icicle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2819,18 +2160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Lives on mountains blanketed in perennial snow. It freezes water vapor in the air to make the ice helmet that it dons for defense.", - "nationalPokedexNumbers": [ - 712 - ], + "nationalPokedexNumbers": [712], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2846,13 +2182,9 @@ "id": "swsh10-48", "name": "Hisuian Avalugg", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bergmite", "abilities": [ { @@ -2864,12 +2196,7 @@ "attacks": [ { "name": "Mountain Gale", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium." @@ -2881,19 +2208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The armor of ice covering its lower jaw puts steel to shame and can shatter rocks with ease. This Pokémon barrels along steep mountain paths, cleaving through the deep snow.", - "nationalPokedexNumbers": [ - 713 - ], + "nationalPokedexNumbers": [713], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2909,35 +2230,23 @@ "id": "swsh10-49", "name": "Galarian Mr. Rime V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Surprising Hand", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Item cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Customized Cane", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage." @@ -2949,17 +2258,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2975,35 +2279,23 @@ "id": "swsh10-50", "name": "Luxray V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fang Snipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent reveals their hand. Discard a Trainer card you find there." }, { "name": "Radiating Pulse", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed." @@ -3015,16 +2307,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3040,30 +2328,20 @@ "id": "swsh10-51", "name": "Regieleki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Electromagnetic Sonar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Trainer card from your discard pile into your hand." }, { "name": "Targeted Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Lightning Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3075,19 +2353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Shiburingaru", "rarity": "Rare", "flavorText": "This Pokémon is a cluster of electrical energy. It's said that removing the rings on Regieleki's body will unleash the Pokémon's latent power.", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3103,13 +2375,9 @@ "id": "swsh10-52", "name": "Hisuian Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Quilava", "abilities": [ { @@ -3121,10 +2389,7 @@ "attacks": [ { "name": "Shadow Bind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -3142,17 +2407,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Said to purify lost, forsaken souls with its flames and guide them to the afterlife. I believe its form has been influenced by the energy of the sacred mountain towering at Hisui's center.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3168,34 +2429,23 @@ "id": "swsh10-53", "name": "Hisuian Typhlosion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Singe", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Petrifying Flame", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -3213,17 +2463,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3239,13 +2484,9 @@ "id": "swsh10-54", "name": "Hisuian Typhlosion VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hisuian Typhlosion V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3253,20 +2494,14 @@ "attacks": [ { "name": "Hollow Flame", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." }, { "name": "Shimmering Star", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has exactly 4 damage counters on it, that Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" @@ -3284,17 +2519,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3310,16 +2540,10 @@ "id": "swsh10-55", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Psychic"], + "evolvesTo": ["Togetic"], "abilities": [ { "name": "Touch of Happiness", @@ -3330,9 +2554,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3344,17 +2566,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Mizue", "rarity": "Common", "flavorText": "This ovate creature is frequently mistaken for a moving egg when encountered out in the fields or in the mountains. Its guileless smile soothes the soul.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3370,17 +2588,11 @@ "id": "swsh10-56", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Voice of Happiness", @@ -3391,10 +2603,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3406,17 +2615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Tika Matsuno", "rarity": "Uncommon", "flavorText": "They say that it will appear before kindhearted, caring people and shower them with happiness.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3432,13 +2637,9 @@ "id": "swsh10-57", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Togetic", "abilities": [ { @@ -3450,11 +2651,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3466,17 +2663,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "sui", "rarity": "Rare Holo", "flavorText": "These Pokémon are never seen anywhere near conflict or turmoil. In recent times, they've hardly been seen at all.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3492,22 +2685,14 @@ "id": "swsh10-58", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3525,17 +2710,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "It conceals itself in darkness, sending chills up travelers' spines with its childlike weeping. As it observes the frightened travelers with glee, the red orbs upon its chest let offan eerie light.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3551,30 +2732,21 @@ "id": "swsh10-59", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "attacks": [ { "name": "Ominous Prose", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. If they have 4 or more cards in their hand, choose all but 3, and your opponent shuffles the chosen cards into their deck." }, { - "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "name": "Psybeam", + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -3592,17 +2764,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Ligton", "rarity": "Rare", "flavorText": "Its muttered curses can cause awful headaches or terrifying visions that torment others.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3618,22 +2786,14 @@ "id": "swsh10-60", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3651,17 +2811,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Hataya", "rarity": "Common", "flavorText": "Tends to prefer people with a chipper disposition to those who are gloomy, but it has shown no discrimination with regard to age or gender. Needs more research.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3677,24 +2833,15 @@ "id": "swsh10-61", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Teleportation Burst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3712,17 +2859,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3738,13 +2881,9 @@ "id": "swsh10-62", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -3756,11 +2895,7 @@ "attacks": [ { "name": "Swirling Slice", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -3778,18 +2913,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Atsushi Furusawa", "rarity": "Rare Holo", "flavorText": "True to its honorable-warrior image, it uses the blades on its elbows only in defense of something or someone.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3805,22 +2935,14 @@ "id": "swsh10-63", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Triple Spin", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -3838,17 +2960,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "Said to lure away young children and carry them off to the afterlife. Some whisper that Drifloon are formed of reincarnated human souls, but these rumors are as yet unconfirmed.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3864,20 +2982,14 @@ "id": "swsh10-64", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Spooky Balloon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "50", "text": "Put 2 damage counters on 1 of your opponent's Benched Pokémon." @@ -3895,17 +3007,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Some say this Pokémon is a collection of souls burdened with regrets, silently drifting through the dusk.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3921,28 +3029,20 @@ "id": "swsh10-65", "name": "Uxie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Wise Guidance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3960,17 +3060,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "sui", "rarity": "Uncommon", "flavorText": "It is said that its emergence gave humans the intelligence to improve their quality of life.", - "nationalPokedexNumbers": [ - 480 - ], + "nationalPokedexNumbers": [480], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3986,13 +3082,9 @@ "id": "swsh10-66", "name": "Mesprit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mental Shroud", @@ -4003,10 +3095,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4024,17 +3113,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "zig", "rarity": "Rare Holo", "flavorText": "It sleeps at the bottom of a lake. Its spirit is said to leave its body to fly on the lake's surface.", - "nationalPokedexNumbers": [ - 481 - ], + "nationalPokedexNumbers": [481], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4050,19 +3135,13 @@ "id": "swsh10-67", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -4080,17 +3159,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Taira Akitsu", "rarity": "Uncommon", "flavorText": "It is thought that Uxie, Mesprit, and Azelf all came from the same egg.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4106,13 +3181,9 @@ "id": "swsh10-68", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Princess's Curtain", @@ -4123,9 +3194,7 @@ "attacks": [ { "name": "Spike Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." @@ -4137,17 +3206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Yuu Nishida", "rarity": "Rare Holo", "flavorText": "It can instantly create many diamonds by compressing the carbon in the air between its hands.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4163,13 +3228,9 @@ "id": "swsh10-69", "name": "Wyrdeer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Stantler", "abilities": [ { @@ -4181,10 +3242,7 @@ "attacks": [ { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -4202,18 +3260,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "The black orbs shine with an uncanny light when the Pokémon is erecting invisible barriers. The fur shed from its beard retains heat well and is a highly useful material for winter clothing.", - "nationalPokedexNumbers": [ - 899 - ], + "nationalPokedexNumbers": [899], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4229,32 +3282,21 @@ "id": "swsh10-70", "name": "Hisuian Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fighting"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Defensive Posture", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4266,18 +3308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "They patrol their territory in pairs. I believe the igneous rock components in the fur of this species are the result of volcanic activity in its habitat.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4293,32 +3330,21 @@ "id": "swsh10-71", "name": "Hisuian Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hisuian Growlithe", "attacks": [ { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Scorching Horn", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fire Energy attached, this attack does 80 more damage, and your opponent's Active Pokémon is now Burned." @@ -4330,18 +3356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Snaps at its foes with fangs cloaked in blazing flame. Despite its bulk, it deftly feints every which way, leading opponents on a deceptively merry chase as it all but dances around them.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4357,35 +3378,23 @@ "id": "swsh10-72", "name": "Machamp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Revenge Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 50 more damage." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -4397,18 +3406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "72", "artist": "kawayoo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4424,13 +3427,9 @@ "id": "swsh10-73", "name": "Machamp VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machamp V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4438,21 +3437,14 @@ "attacks": [ { "name": "Revenge Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 140 more damage." }, { "name": "G-Max Chi Strike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use G-Max Chi Strike." @@ -4464,18 +3456,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4491,13 +3477,9 @@ "id": "swsh10-74", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Vamoose", @@ -4508,10 +3490,7 @@ "attacks": [ { "name": "Double-Edge", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "90", "text": "This Pokémon also does 30 damage to itself." @@ -4523,18 +3502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Though it pretends to be a tree, it fails to fool even children. To the touch, its body feels more like rock than tree bark. Sudowoodo's extreme aversion to water merits special note.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4550,30 +3524,20 @@ "id": "swsh10-75", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Regi Gate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Giga Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "During your next turn, this Pokémon can't attack." @@ -4585,19 +3549,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "Every bit of Regirock's body is made of stone. As parts of its body erode, this Pokémon sticks rocks to itself to repair what's been lost.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4613,33 +3571,22 @@ "id": "swsh10-76", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Ram", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -4651,18 +3598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Hataya", "rarity": "Uncommon", "flavorText": "Its hard skull is its distinguishing feature. It snapped trees by headbutting them, and then it fed on their ripe berries.", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4678,30 +3620,21 @@ "id": "swsh10-77", "name": "Rampardos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cranidos", "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "" }, { "name": "Jurassic Hammer", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "240", "text": "If your opponent has 3 or fewer cards in their hand, this attack does nothing." @@ -4713,18 +3646,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Nisota Niso", "rarity": "Rare Holo", "flavorText": "This ancient Pokémon used headbutts skillfully. Its brain was really small, so some theories suggest that its stupidity led to its extinction.", - "nationalPokedexNumbers": [ - 409 - ], + "nationalPokedexNumbers": [409], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4740,35 +3668,23 @@ "id": "swsh10-78", "name": "Lucario V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -4780,17 +3696,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4806,35 +3717,21 @@ "id": "swsh10-79", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -4846,20 +3743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "79", "artist": "nagimiso", "rarity": "Common", "flavorText": "Though large and languid, Hippopotas is difficult to detect due to its tendency to burrow into and lurk beneath the soil. When agitated or excited, it expels sand from its nostrils.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4875,34 +3765,21 @@ "id": "swsh10-80", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Sand Breath", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." @@ -4914,20 +3791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Stones can get stuck in the ports on their bodies. Dwebble help dislodge such stones, so Hippowdon look after these Pokémon.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4943,14 +3813,9 @@ "id": "swsh10-81", "name": "Radiant Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -4964,10 +3829,7 @@ "attacks": [ { "name": "Spiral Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4979,17 +3841,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Masakazu Fukuda", "rarity": "Radiant Rare", "flavorText": "It drives its opponents to exhaustion with its agile maneuvers, then ends the fight with a flashy finishing move.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5005,31 +3863,21 @@ "id": "swsh10-82", "name": "Hisuian Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dartrix", "attacks": [ { "name": "Piercing Claw", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30×", "text": "This attack does 30 damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Direct Arrow", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 80 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5041,18 +3889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "The air stored inside the rachises of Decidueye's feathers insulates the Pokémon against Hisui's extreme cold. This is firm proof that evolution can be influenced by environment.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5068,34 +3911,23 @@ "id": "swsh10-83", "name": "Hisuian Decidueye V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mountain Hunt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Close-Quarters Shooting", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -5107,17 +3939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5133,13 +3960,9 @@ "id": "swsh10-84", "name": "Hisuian Decidueye VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hisuian Decidueye V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -5154,11 +3977,7 @@ "attacks": [ { "name": "Somersault Feathers", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "You may discard up to 3 Energy cards from your hand. This attack does 30 more damage for each card you discarded in this way." @@ -5170,17 +3989,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5196,32 +4010,21 @@ "id": "swsh10-85", "name": "Kleavor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Rout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Rocky Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon also does 50 damage to itself." @@ -5233,18 +4036,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "A violent creature that fells towering trees with its crude axes and shields itself with hard stone. If one should chance upon this Pokémon in the wilds, one's only recourse is to flee.", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5260,31 +4058,21 @@ "id": "swsh10-86", "name": "Kleavor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Timber Cleave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is Knocked Out." }, { "name": "Berserker Tackle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -5296,18 +4084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "A violent creature that fells towering trees with its crude axes and shields itself with hard stone. If one should chance upon this Pokémon in the wilds, one's only recourse is to flee.", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5323,34 +4106,23 @@ "id": "swsh10-87", "name": "Kleavor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cut", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Axe Slash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -5362,17 +4134,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5388,29 +4155,20 @@ "id": "swsh10-88", "name": "Hisuian Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5422,17 +4180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Fishers detest this troublesome Pokémon because it sprays poison from its spines, getting it everywhere. A different form of Qwilfish lives in other regions.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5448,19 +4202,13 @@ "id": "swsh10-89", "name": "Hisuian Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Spiny Rush", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage for each heads." @@ -5472,18 +4220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Fishers detest this troublesome Pokémon because it sprays poison from its spines, getting it everywhere. A different form of Qwilfish lives in other regions.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5499,30 +4242,21 @@ "id": "swsh10-90", "name": "Hisuian Overqwil", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Qwilfish", "attacks": [ { "name": "Tormenting Poison", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 5 damage counters on that Pokémon instead of 1." }, { "name": "Pinning", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -5534,18 +4268,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "Its lancelike spikes and savage temperament have earned it the nickname “sea fiend.” It slurps up poison to nourish itself.", - "nationalPokedexNumbers": [ - 904 - ], + "nationalPokedexNumbers": [904], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5561,30 +4290,21 @@ "id": "swsh10-91", "name": "Hisuian Overqwil", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Qwilfish", "attacks": [ { "name": "Dirty Press", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30+", "text": "If you have at least 3 Darkness Energy in play, this attack does 90 more damage." }, { "name": "Pierce", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5596,18 +4316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Its lancelike spikes and savage temperament have earned it the nickname “sea fiend.” It slurps up poison to nourish itself.", - "nationalPokedexNumbers": [ - 904 - ], + "nationalPokedexNumbers": [904], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5623,32 +4338,21 @@ "id": "swsh10-92", "name": "Hisuian Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Claw Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5660,17 +4364,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Mizue", "rarity": "Common", "flavorText": "Its sturdy, curved claws are ideal for traversing precipitous cliffs. From the tips of these claws drips a venom that infiltrates the nerves of any prey caught in Sneasel's grasp.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5686,13 +4386,9 @@ "id": "swsh10-93", "name": "Hisuian Sneasler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Sneasel", "abilities": [ { @@ -5704,10 +4400,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -5719,17 +4412,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Because of Sneasler's virulent poison and daunting physical prowess, no other species could hope to best it on the frozen highlands. Preferring solitude, this species does not form packs.", - "nationalPokedexNumbers": [ - 903 - ], + "nationalPokedexNumbers": [903], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5745,33 +4434,23 @@ "id": "swsh10-94", "name": "Hisuian Sneasler V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Claws", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Dire Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "80×", "text": "This attack does 80 damage for each Special Condition affecting your opponent's Active Pokémon." @@ -5786,9 +4465,7 @@ "number": "94", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 903 - ], + "nationalPokedexNumbers": [903], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5804,32 +4481,21 @@ "id": "swsh10-95", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slight Intrusion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -5841,17 +4507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "It has a very tenacious nature. Its acute sense of smell lets it chase a chosen prey without ever losing track.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5867,13 +4529,9 @@ "id": "swsh10-96", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "abilities": [ { @@ -5885,11 +4543,7 @@ "attacks": [ { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 50 damage to itself." @@ -5901,18 +4555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "otumami", "rarity": "Rare", "flavorText": "It chases down prey in a pack of around ten. They defeat foes with perfectly coordinated teamwork.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5928,29 +4577,20 @@ "id": "swsh10-97", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Swirling Disaster", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Claw Rend", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 70 more damage." @@ -5962,17 +4602,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "GIDORA", "rarity": "Rare Holo", "flavorText": "Swift as the wind, Absol races through fields and mountains. Its curved, bow-like horn is acutely sensitive to the warning signs of natural disasters.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5988,35 +4624,23 @@ "id": "swsh10-98", "name": "Darkrai V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wind of Darkness", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Dark Void", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent's Active Pokémon is now Asleep." @@ -6028,17 +4652,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6054,13 +4673,9 @@ "id": "swsh10-99", "name": "Darkrai VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Darkrai V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -6075,10 +4690,7 @@ "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Darkness Energy attached to all of your Pokémon." @@ -6090,17 +4702,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6116,13 +4723,9 @@ "id": "swsh10-100", "name": "Hisuian Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dewott", "abilities": [ { @@ -6134,11 +4737,7 @@ "attacks": [ { "name": "Dark Mastery", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Energy attached to all of your Pokémon." @@ -6150,18 +4749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Hard of heart and deft of blade, this rare form of Samurott is a product of the Pokémon's evolution in the region of Hisui. Its turbulent blows crash into foes like ceaseless pounding waves.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6177,34 +4771,23 @@ "id": "swsh10-101", "name": "Hisuian Samurott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Basket Crash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Pokémon Tools from your opponent's Pokémon." }, { "name": "Shadow Slash", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -6216,17 +4799,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6242,13 +4820,9 @@ "id": "swsh10-102", "name": "Hisuian Samurott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Samurott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -6263,10 +4837,7 @@ "attacks": [ { "name": "Merciless Blade", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "110+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage." @@ -6278,17 +4849,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6304,22 +4870,14 @@ "id": "swsh10-103", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6331,17 +4889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6357,13 +4911,9 @@ "id": "swsh10-104", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "abilities": [ { @@ -6375,11 +4925,7 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -6391,17 +4937,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6417,32 +4959,21 @@ "id": "swsh10-105", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Metal"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Magnetic Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle up to 3 Metal Energy cards from your discard pile into your deck." }, { "name": "Rolling Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6460,17 +4991,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A bizarre Pokémon with but a single eye embedded in an iron sphere. I suspect this creature levitates due to the magnetism it emits from its arms, which resemble horseshoe-shaped magnets.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6486,24 +5013,15 @@ "id": "swsh10-106", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Bounce Back", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -6521,17 +5039,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "This Pokémon is three Magnemite that have linked together. Magneton sends out powerful radio waves to study its surroundings.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6547,13 +5061,9 @@ "id": "swsh10-107", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -6565,11 +5075,7 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -6587,18 +5093,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "GOSSAN", "rarity": "Rare Holo", "flavorText": "Some say that Magnezone receives signals from space via the antenna on its head and that it's being controlled by some mysterious being.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6614,30 +5115,20 @@ "id": "swsh10-108", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Regi Gate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Heavy Slam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "220-", "text": "This attack does 50 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -6655,19 +5146,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "hatachu", "rarity": "Rare", "flavorText": "Registeel's body is made of a strange material that is flexible enough to stretch and shrink but also more durable than any metal.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6683,35 +5168,22 @@ "id": "swsh10-109", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "attacks": [ { "name": "Hard Headbutt", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Confront", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6729,19 +5201,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "Although its fossils can be found in layers of primeval rock, nothing but its face has ever been discovered.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6757,13 +5223,9 @@ "id": "swsh10-110", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "abilities": [ { @@ -6775,11 +5237,7 @@ "attacks": [ { "name": "Iron Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon also does 30 damage to itself." @@ -6797,20 +5255,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "110", "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "This Pokémon is from roughly 100 million years ago. Its terrifyingly tough face is harder than steel.", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6826,23 +5277,14 @@ "id": "swsh10-111", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Metal Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6860,17 +5302,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Floats using a mysterious energy. The pattern engraved upon its back is held as sacred and can sometimes be found in imagery from ancient cemeteries and other such timeworn places.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6886,13 +5324,9 @@ "id": "swsh10-112", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -6904,11 +5338,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6926,19 +5356,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "Shinji Kanda", "rarity": "Uncommon", "flavorText": "Some believe it to be a deity that summons rain clouds. When angered, it lets out a warning cry that rings out like the tolling of a bell.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6954,35 +5378,23 @@ "id": "swsh10-113", "name": "Origin Forme Dialga V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Coating", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Temporal Rupture", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -7000,17 +5412,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7026,13 +5433,9 @@ "id": "swsh10-114", "name": "Origin Forme Dialga VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Origin Forme Dialga V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -7040,22 +5443,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Star Chronos", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Take another turn after this one. (Skip Pokémon Checkup.) (You can't use more than 1 VSTAR Power in a game.)" @@ -7073,18 +5468,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7100,22 +5489,14 @@ "id": "swsh10-115", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -7133,17 +5514,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It uses river stones to maintain the cutting edges of the blades covering its body. These sharpened blades allow it to bring down opponents.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7159,31 +5536,21 @@ "id": "swsh10-116", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Vengeful Cut", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 30 more damage for each damage counter on all of your Benched Pawniard." }, { "name": "Slicing Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7201,18 +5568,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "NC Empire", "rarity": "Uncommon", "flavorText": "It's accompanied by a large retinue of Pawniard. Bisharp keeps a keen eye on its minions, ensuring none of them even think of double-crossing it.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7228,37 +5590,23 @@ "id": "swsh10-117", "name": "Garchomp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sonic Strike", - "cost": [ - "Water", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 3 Energy from this Pokémon. This attack does 220 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7267,9 +5615,7 @@ "number": "117", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7285,13 +5631,9 @@ "id": "swsh10-118", "name": "Regidrago", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Dragon's Hoard", @@ -7302,29 +5644,19 @@ "attacks": [ { "name": "Giant Fangs", - "cost": [ - "Grass", - "Fire", - "Colorless" - ], + "cost": ["Grass", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "118", "artist": "DOM", "rarity": "Rare", "flavorText": "An academic theory proposes that Regidrago's arms were once the head of an ancient dragon Pokémon. The theory remains unproven.", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7340,13 +5672,9 @@ "id": "swsh10-119", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7367,10 +5695,7 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7382,17 +5707,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "sowsow", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7408,16 +5729,10 @@ "id": "swsh10-120", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "abilities": [ { "name": "Stand Sentry", @@ -7428,10 +5743,7 @@ "attacks": [ { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7449,17 +5761,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "It always stands on one foot. It changes feet so fast, the movement can rarely be seen.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7475,32 +5783,21 @@ "id": "swsh10-121", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Silent Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent reveals their hand." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -7518,17 +5815,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Nisota Niso", "rarity": "Uncommon", "flavorText": "Its eyes are specially developed to enable it to see clearly even in murky darkness and minimal light.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7544,32 +5837,21 @@ "id": "swsh10-122", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Gather Food", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put an Item card from your discard pile into your hand." }, { "name": "Dig Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7581,18 +5863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "It licks its paws because of the sweet honey that has soaked into them. It is cunning, stealing into the nests of Combee and taking for itself the honey that the Combee have amassed.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7608,31 +5885,21 @@ "id": "swsh10-123", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Continuous Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage for each heads." }, { "name": "Strength", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -7644,19 +5911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "Teeziro", "rarity": "Uncommon", "flavorText": "When the cold season arrives in Hisui, this Pokémon will wander fields and mountains alike in search of its favorite berries. Ursaring's hunger during this time makes it a ferocious danger.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7672,31 +5933,21 @@ "id": "swsh10-124", "name": "Ursaluna", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Ursaring", "attacks": [ { "name": "Peat Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 2 cards from your discard pile into your hand." }, { "name": "Bulky Bump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -7708,20 +5959,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "124", "artist": "nagimiso", "rarity": "Rare", "flavorText": "I believe it was Hisui's swampy terrain that gave Ursaluna its burly physique and newfound capacity to manipulate peat at will.", - "nationalPokedexNumbers": [ - 901 - ], + "nationalPokedexNumbers": [901], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7737,20 +5981,13 @@ "id": "swsh10-125", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -7762,18 +5999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Teeziro", "rarity": "Common", "flavorText": "Its strangely shaped antlers have the power to bewitch those who see them. Medicine made by grinding up the black orbs from fallen antlers is an effective treatment for insomnia.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7789,13 +6021,9 @@ "id": "swsh10-126", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Miracle Body", @@ -7806,10 +6034,7 @@ "attacks": [ { "name": "Rout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." @@ -7821,18 +6046,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "saino misaki", "rarity": "Rare Holo", "flavorText": "Miltank produces highly nutritious milk, so it's been supporting the lives of people and other Pokémon since ancient times.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7848,23 +6068,14 @@ "id": "swsh10-127", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -7876,17 +6087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Bewitches humans with its helical tail and piercing gaze. Its hidden claws are quite sharp as well, making this Pokémon an exceedingly tricky opponent if antagonized.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7902,31 +6109,21 @@ "id": "swsh10-128", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Slashing Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -7938,18 +6135,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7965,28 +6157,20 @@ "id": "swsh10-129", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Jabber On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -8004,17 +6188,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "A versatile performer skilled in the imitation of human speech. It is said that older, more experienced Chatot can even understand the meaning of the words they mimic.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8030,13 +6210,9 @@ "id": "swsh10-130", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Ancient Wisdom", @@ -8065,20 +6241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "130", "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8094,22 +6263,14 @@ "id": "swsh10-131", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -8127,17 +6288,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "Its chick-like looks belie its hotheadedness. It challenges its parents at every opportunity, desperate to prove its strength.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8153,31 +6310,21 @@ "id": "swsh10-132", "name": "Hisuian Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Psywave", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to your opponent's Active Pokémon." }, { "name": "Slashing Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't use Slashing Strike." @@ -8195,17 +6342,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Screaming a bloodcurdling battle cry, this huge and ferocious bird Pokémon goes out on the hunt. It blasts lakes with shock waves, then scoops up any prey that float to the water's surface.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8221,14 +6364,9 @@ "id": "swsh10-133", "name": "Oranguru V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8242,11 +6380,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -8258,17 +6392,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "Uta", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8284,14 +6413,9 @@ "id": "swsh10-134", "name": "Wyrdeer V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8305,11 +6429,7 @@ "attacks": [ { "name": "Psyshield Bash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each Energy attached to this Pokémon." @@ -8321,17 +6441,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 899 - ], + "nationalPokedexNumbers": [899], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8347,9 +6462,7 @@ "id": "swsh10-135", "name": "Adaman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard 2 Metal Energy cards from your hand. Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -8372,9 +6485,7 @@ "id": "swsh10-136", "name": "Canceling Cologne", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Until the end of your turn, your opponent's Active Pokémon has no Abilities. (This includes Pokémon that come into play during that turn.)", "You may play any number of Item cards during your turn." @@ -8397,9 +6508,7 @@ "id": "swsh10-137", "name": "Choy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player reveals their hand. Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -8422,9 +6531,7 @@ "id": "swsh10-138", "name": "Cyllene", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Put a number of cards up to the number of heads from your discard pile on top of your deck in any order.", "You may play only 1 Supporter card during your turn." @@ -8447,9 +6554,7 @@ "id": "swsh10-139", "name": "Dark Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a basic Darkness Energy card from your discard pile to 1 of your Benched Darkness Pokémon.", "You may play any number of Item cards during your turn." @@ -8472,9 +6577,7 @@ "id": "swsh10-140", "name": "Energy Loto", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal an Energy card you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -8497,9 +6600,7 @@ "id": "swsh10-141", "name": "Feather Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon that has no Retreat Cost, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -8522,9 +6623,7 @@ "id": "swsh10-142", "name": "Gapejaw Bog", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player puts a Basic Pokémon from their hand onto their Bench, put 2 damage counters on that Pokémon." ], @@ -8546,9 +6645,7 @@ "id": "swsh10-143", "name": "Gardenia's Vigor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, attach up to 2 Grass Energy cards from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -8571,9 +6668,7 @@ "id": "swsh10-144", "name": "Grant", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Fighting Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). During your turn, if this Grant is in your discard pile, you may discard 2 cards, except any Grant, from your hand. If you do, put this Grant into your hand. (This effect doesn't use up your Supporter card for the turn.)", "You may play only 1 Supporter card during your turn." @@ -8596,9 +6691,7 @@ "id": "swsh10-145", "name": "Gutsy Pickaxe", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal the top card of your deck. If that card is a Fighting Energy card, attach it to 1 of your Benched Pokémon. If it is not a Fighting Energy card, put it into your hand.", "You may play any number of Item cards during your turn." @@ -8621,9 +6714,7 @@ "id": "swsh10-146", "name": "Hisuian Heavy Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at your face-down Prize cards. You may reveal a Basic Pokémon you find there, put it into your hand, and put this Hisuian Heavy Ball in its place as a face-down Prize card. (If you don't reveal a Basic Pokémon, put this card in the discard pile.) Then, shuffle your face-down Prize cards.", "You may play any number of Item cards during your turn." @@ -8646,9 +6737,7 @@ "id": "swsh10-147", "name": "Irida", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Water Pokémon and an Item card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -8671,9 +6760,7 @@ "id": "swsh10-148", "name": "Jubilife Village", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may shuffle their hand into their deck and draw 5 cards. If they do, their turn ends." ], @@ -8695,9 +6782,7 @@ "id": "swsh10-149", "name": "Kamado", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a card in your hand, and discard the other cards. If you do, draw 4 cards. (If you have no other cards in your hand, you can't use this card.)", "You may play only 1 Supporter card during your turn." @@ -8720,9 +6805,7 @@ "id": "swsh10-150", "name": "Roxanne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if your opponent has 3 or fewer Prize cards remaining. Each player shuffles their hand into their deck. Then, you draw 6 cards, and your opponent draws 2 cards.", "You may play only 1 Supporter card during your turn." @@ -8745,9 +6828,7 @@ "id": "swsh10-151", "name": "Spicy Seasoned Curry", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your Active Pokémon is now Burned. Heal 40 damage from it.", "You may play any number of Item cards during your turn." @@ -8770,10 +6851,7 @@ "id": "swsh10-152", "name": "Supereffective Glasses", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "When applying Weakness to damage from the attacks of the Pokémon this card is attached to done to your opponent's Active Pokémon, apply it as ×3.", "You may play any number of Item cards during your turn.", @@ -8797,9 +6875,7 @@ "id": "swsh10-153", "name": "Sweet Honey", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Pokémon, and then flip a coin until you get tails. For each heads, heal 40 damage from that Pokémon.", "You may play any number of Item cards during your turn." @@ -8822,9 +6898,7 @@ "id": "swsh10-154", "name": "Switch Cart", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Basic Pokémon with 1 of your Benched Pokémon. If you do, heal 30 damage from the Pokémon you moved to your Bench.", "You may play any number of Item cards during your turn." @@ -8847,9 +6921,7 @@ "id": "swsh10-155", "name": "Temple of Sinnoh", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "All Special Energy attached to Pokémon (both yours and your opponent's) provide Colorless Energy and have no other effect." ], @@ -8871,9 +6943,7 @@ "id": "swsh10-156", "name": "Trekking Shoes", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top card of your deck. You may put that card into your hand. If you don't, discard that card and draw a card.", "You may play any number of Item cards during your turn." @@ -8896,9 +6966,7 @@ "id": "swsh10-157", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Play this card as if it were a 60-HP Basic Colorless Pokémon. At any time during your turn, you may discard this card from play. This card can't retreat.", "You may play any number of Item cards during your turn." @@ -8921,9 +6989,7 @@ "id": "swsh10-158", "name": "Wait and See Turbo", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you go second, and only during your first turn. Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck. Your turn ends.", "You may play any number of Item cards during your turn." @@ -8946,9 +7012,7 @@ "id": "swsh10-159", "name": "Zisu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 1 more card in your hand than your opponent.", "You may play only 1 Supporter card during your turn." @@ -8971,34 +7035,23 @@ "id": "swsh10-160", "name": "Beedrill V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Twineedle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." }, { "name": "Swarming Sting", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon for each of your Beedrill V in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9010,16 +7063,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9035,34 +7084,23 @@ "id": "swsh10-161", "name": "Beedrill V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Twineedle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." }, { "name": "Swarming Sting", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon for each of your Beedrill V in play. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9074,16 +7112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "161", "artist": "Narumi Sato", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9099,34 +7133,23 @@ "id": "swsh10-162", "name": "Hisuian Lilligant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dance Gracefully", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Leaf Step", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9138,17 +7161,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "162", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9164,34 +7182,23 @@ "id": "swsh10-163", "name": "Hisuian Lilligant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dance Gracefully", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw cards until you have 6 cards in your hand." }, { "name": "Leaf Step", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9203,17 +7210,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "kodama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9229,14 +7231,9 @@ "id": "swsh10-164", "name": "Virizion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9250,11 +7247,7 @@ "attacks": [ { "name": "Emerald Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -9266,16 +7259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "164", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9291,35 +7280,23 @@ "id": "swsh10-165", "name": "Heatran V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Burn", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Magma Fall", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you have a Stadium in play, this attack does 90 more damage." @@ -9331,18 +7308,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "165", "artist": "Studio Bora Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9358,34 +7329,23 @@ "id": "swsh10-166", "name": "Starmie V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." }, { "name": "Energy Spiral", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon." @@ -9400,9 +7360,7 @@ "number": "166", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9418,34 +7376,23 @@ "id": "swsh10-167", "name": "Origin Forme Palkia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rule the Region", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Hydro Break", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -9457,17 +7404,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "167", "artist": "Oswaldo KATO", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9483,35 +7425,23 @@ "id": "swsh10-168", "name": "Luxray V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fang Snipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent reveals their hand. Discard a Trainer card you find there." }, { "name": "Radiating Pulse", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed." @@ -9523,16 +7453,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "168", "artist": "MUGENUP", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9548,34 +7474,23 @@ "id": "swsh10-169", "name": "Hisuian Typhlosion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Singe", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Petrifying Flame", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -9593,17 +7508,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9619,14 +7529,9 @@ "id": "swsh10-170", "name": "Jirachi V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9640,10 +7545,7 @@ "attacks": [ { "name": "Hypnostrike", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Both Active Pokémon are now Asleep." @@ -9661,16 +7563,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9686,35 +7584,23 @@ "id": "swsh10-171", "name": "Machamp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Revenge Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 50 more damage." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -9726,18 +7612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "171", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9753,35 +7633,23 @@ "id": "swsh10-172", "name": "Machamp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Revenge Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 50 more damage." }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -9793,18 +7661,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "172", "artist": "Shinya Komatsu", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9820,34 +7682,23 @@ "id": "swsh10-173", "name": "Hisuian Decidueye V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mountain Hunt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Close-Quarters Shooting", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -9859,17 +7710,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9885,33 +7731,23 @@ "id": "swsh10-174", "name": "Hisuian Sneasler V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Claws", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Dire Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "80×", "text": "This attack does 80 damage for each Special Condition affecting your opponent's Active Pokémon." @@ -9926,9 +7762,7 @@ "number": "174", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 903 - ], + "nationalPokedexNumbers": [903], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9944,33 +7778,23 @@ "id": "swsh10-175", "name": "Hisuian Sneasler V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Claws", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Dire Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "80×", "text": "This attack does 80 damage for each Special Condition affecting your opponent's Active Pokémon." @@ -9985,9 +7809,7 @@ "number": "175", "artist": "OKACHEKE", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 903 - ], + "nationalPokedexNumbers": [903], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10003,34 +7825,23 @@ "id": "swsh10-176", "name": "Hisuian Samurott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Basket Crash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Pokémon Tools from your opponent's Pokémon." }, { "name": "Shadow Slash", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -10042,17 +7853,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "176", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10068,35 +7874,23 @@ "id": "swsh10-177", "name": "Origin Forme Dialga V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Coating", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Temporal Rupture", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -10114,17 +7908,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "177", "artist": "Mitsuhiro Arita", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10140,37 +7929,23 @@ "id": "swsh10-178", "name": "Garchomp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sonic Strike", - "cost": [ - "Water", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 3 Energy from this Pokémon. This attack does 220 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10179,9 +7954,7 @@ "number": "178", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10197,14 +7970,9 @@ "id": "swsh10-179", "name": "Oranguru V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10218,11 +7986,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -10234,17 +7998,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "179", "artist": "Toyste Beach", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10260,14 +8019,9 @@ "id": "swsh10-180", "name": "Wyrdeer V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10281,11 +8035,7 @@ "attacks": [ { "name": "Psyshield Bash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage for each Energy attached to this Pokémon." @@ -10297,17 +8047,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "180", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 899 - ], + "nationalPokedexNumbers": [899], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10323,9 +8068,7 @@ "id": "swsh10-181", "name": "Adaman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard 2 Metal Energy cards from your hand. Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10348,9 +8091,7 @@ "id": "swsh10-182", "name": "Choy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player reveals their hand. Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -10373,9 +8114,7 @@ "id": "swsh10-183", "name": "Cyllene", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Put a number of cards up to the number of heads from your discard pile on top of your deck in any order.", "You may play only 1 Supporter card during your turn." @@ -10398,9 +8137,7 @@ "id": "swsh10-184", "name": "Gardenia's Vigor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, attach up to 2 Grass Energy cards from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -10423,9 +8160,7 @@ "id": "swsh10-185", "name": "Grant", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Fighting Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). During your turn, if this Grant is in your discard pile, you may discard 2 cards, except any Grant, from your hand. If you do, put this Grant into your hand. (This effect doesn't use up your Supporter card for the turn.)", "You may play only 1 Supporter card during your turn." @@ -10448,9 +8183,7 @@ "id": "swsh10-186", "name": "Irida", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Water Pokémon and an Item card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10473,9 +8206,7 @@ "id": "swsh10-187", "name": "Kamado", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a card in your hand, and discard the other cards. If you do, draw 4 cards. (If you have no other cards in your hand, you can't use this card.)", "You may play only 1 Supporter card during your turn." @@ -10498,9 +8229,7 @@ "id": "swsh10-188", "name": "Roxanne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if your opponent has 3 or fewer Prize cards remaining. Each player shuffles their hand into their deck. Then, you draw 6 cards, and your opponent draws 2 cards.", "You may play only 1 Supporter card during your turn." @@ -10523,9 +8252,7 @@ "id": "swsh10-189", "name": "Zisu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 1 more card in your hand than your opponent.", "You may play only 1 Supporter card during your turn." @@ -10548,13 +8275,9 @@ "id": "swsh10-190", "name": "Hisuian Lilligant VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hisuian Lilligant V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10569,11 +8292,7 @@ "attacks": [ { "name": "Parallel Spin", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "You may put an Energy attached to this Pokémon into your hand. If you do, this attack does 100 more damage." @@ -10585,16 +8304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "190", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10610,13 +8325,9 @@ "id": "swsh10-191", "name": "Heatran VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Heatran V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10631,11 +8342,7 @@ "attacks": [ { "name": "Max Heat Burst", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Your opponent's Active Pokémon is now Burned." @@ -10647,19 +8354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "191", "artist": "N-DESIGN Inc.", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10675,13 +8375,9 @@ "id": "swsh10-192", "name": "Origin Forme Palkia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Origin Forme Palkia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10696,10 +8392,7 @@ "attacks": [ { "name": "Subspace Swell", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -10711,17 +8404,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "192", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10737,13 +8425,9 @@ "id": "swsh10-193", "name": "Hisuian Typhlosion VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hisuian Typhlosion V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10751,20 +8435,14 @@ "attacks": [ { "name": "Hollow Flame", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." }, { "name": "Shimmering Star", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has exactly 4 damage counters on it, that Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" @@ -10782,17 +8460,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "193", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10808,13 +8481,9 @@ "id": "swsh10-194", "name": "Machamp VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machamp V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10822,21 +8491,14 @@ "attacks": [ { "name": "Revenge Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "80+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 140 more damage." }, { "name": "G-Max Chi Strike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use G-Max Chi Strike." @@ -10848,18 +8510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "194", "artist": "N-DESIGN Inc.", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10875,13 +8531,9 @@ "id": "swsh10-195", "name": "Hisuian Decidueye VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hisuian Decidueye V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10896,11 +8548,7 @@ "attacks": [ { "name": "Somersault Feathers", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "You may discard up to 3 Energy cards from your hand. This attack does 30 more damage for each card you discarded in this way." @@ -10912,17 +8560,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "195", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10938,13 +8581,9 @@ "id": "swsh10-196", "name": "Kleavor VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kleavor V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10952,19 +8591,14 @@ "attacks": [ { "name": "Axe Break", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rampaging Star", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Pokémon in your discard pile. (You can't use more than 1 VSTAR Power in a game.)" @@ -10976,17 +8610,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "196", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11002,13 +8631,9 @@ "id": "swsh10-197", "name": "Hisuian Samurott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Samurott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11023,10 +8648,7 @@ "attacks": [ { "name": "Merciless Blade", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "110+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage." @@ -11038,17 +8660,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "197", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11064,13 +8681,9 @@ "id": "swsh10-198", "name": "Origin Forme Dialga VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Origin Forme Dialga V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11078,22 +8691,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Star Chronos", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Take another turn after this one. (Skip Pokémon Checkup.) (You can't use more than 1 VSTAR Power in a game.)" @@ -11111,18 +8716,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "198", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11138,9 +8737,7 @@ "id": "swsh10-199", "name": "Adaman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard 2 Metal Energy cards from your hand. Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11163,9 +8760,7 @@ "id": "swsh10-200", "name": "Choy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player reveals their hand. Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -11188,9 +8783,7 @@ "id": "swsh10-201", "name": "Cyllene", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Put a number of cards up to the number of heads from your discard pile on top of your deck in any order.", "You may play only 1 Supporter card during your turn." @@ -11213,9 +8806,7 @@ "id": "swsh10-202", "name": "Gardenia's Vigor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, attach up to 2 Grass Energy cards from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11238,9 +8829,7 @@ "id": "swsh10-203", "name": "Grant", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Fighting Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). During your turn, if this Grant is in your discard pile, you may discard 2 cards, except any Grant, from your hand. If you do, put this Grant into your hand. (This effect doesn't use up your Supporter card for the turn.)", "You may play only 1 Supporter card during your turn." @@ -11263,9 +8852,7 @@ "id": "swsh10-204", "name": "Irida", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Water Pokémon and an Item card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11288,9 +8875,7 @@ "id": "swsh10-205", "name": "Kamado", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a card in your hand, and discard the other cards. If you do, draw 4 cards. (If you have no other cards in your hand, you can't use this card.)", "You may play only 1 Supporter card during your turn." @@ -11313,9 +8898,7 @@ "id": "swsh10-206", "name": "Roxanne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if your opponent has 3 or fewer Prize cards remaining. Each player shuffles their hand into their deck. Then, you draw 6 cards, and your opponent draws 2 cards.", "You may play only 1 Supporter card during your turn." @@ -11338,9 +8921,7 @@ "id": "swsh10-207", "name": "Zisu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 1 more card in your hand than your opponent.", "You may play only 1 Supporter card during your turn." @@ -11363,13 +8944,9 @@ "id": "swsh10-208", "name": "Origin Forme Palkia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Origin Forme Palkia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11384,10 +8961,7 @@ "attacks": [ { "name": "Subspace Swell", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -11399,17 +8973,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "208", "artist": "aky CG Works", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11425,13 +8994,9 @@ "id": "swsh10-209", "name": "Hisuian Samurott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Samurott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11446,10 +9011,7 @@ "attacks": [ { "name": "Merciless Blade", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "110+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage." @@ -11461,17 +9023,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "209", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11487,13 +9044,9 @@ "id": "swsh10-210", "name": "Origin Forme Dialga VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Origin Forme Dialga V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11501,22 +9054,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Star Chronos", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Take another turn after this one. (Skip Pokémon Checkup.) (You can't use more than 1 VSTAR Power in a game.)" @@ -11534,18 +9079,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "210", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11561,10 +9100,7 @@ "id": "swsh10-211", "name": "Choice Belt", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Pokémon V (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -11588,9 +9124,7 @@ "id": "swsh10-212", "name": "Jubilife Village", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may shuffle their hand into their deck and draw 5 cards. If they do, their turn ends." ], @@ -11612,9 +9146,7 @@ "id": "swsh10-213", "name": "Path to the Peak", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon with a Rule Box in play (both yours and your opponent's) have no Abilities. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)" ], @@ -11636,9 +9168,7 @@ "id": "swsh10-214", "name": "Temple of Sinnoh", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "All Special Energy attached to Pokémon (both yours and your opponent's) provide Colorless Energy and have no other effect." ], @@ -11660,9 +9190,7 @@ "id": "swsh10-215", "name": "Trekking Shoes", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top card of your deck. You may put that card into your hand. If you don't, discard that card and draw a card.", "You may play any number of Item cards during your turn." @@ -11685,9 +9213,7 @@ "id": "swsh10-216", "name": "Double Turbo Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides ColorlessColorless Energy. The attacks of the Pokémon this card is attached to do 20 less damage to your opponent's Pokémon (before applying Weakness and Resistance)." ], @@ -11704,4 +9230,4 @@ "large": "https://images.pokemontcg.io/swsh10/216_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh10tg.json b/cards/en/swsh10tg.json index 3d5fcdc8a..d5812bf5e 100644 --- a/cards/en/swsh10tg.json +++ b/cards/en/swsh10tg.json @@ -3,14 +3,9 @@ "id": "swsh10tg-TG01", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snover", "abilities": [ { @@ -22,11 +17,7 @@ "attacks": [ { "name": "Mega Punch", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -38,19 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG01", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "The Pokémon is known to bring blizzards. A shake of its massive body is enough to cause whiteout conditions.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -66,13 +51,9 @@ "id": "swsh10tg-TG02", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -84,10 +65,7 @@ "attacks": [ { "name": "Acid Spray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -99,17 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG02", "artist": "Misaki Hashimoto", "rarity": "Rare Holo", "flavorText": "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -125,13 +99,9 @@ "id": "swsh10tg-TG03", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -143,9 +113,7 @@ "attacks": [ { "name": "Aqua Burst", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40×", "text": "This attack does 40 damage for each Water Energy attached to this Pokémon." @@ -157,17 +125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG03", "artist": "Taira Akitsu", "rarity": "Rare Holo", "flavorText": "It stores energy by sleeping at underwater depths at which no other life forms can survive.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -183,13 +147,9 @@ "id": "swsh10tg-TG04", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -201,10 +161,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -216,18 +173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG04", "artist": "aoki", "rarity": "Rare Holo", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -243,13 +195,9 @@ "id": "swsh10tg-TG05", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -261,11 +209,7 @@ "attacks": [ { "name": "Brainwave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -277,18 +221,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG05", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "To protect its Trainer, it will expend all its psychic power to create a small black hole.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -304,13 +243,9 @@ "id": "swsh10tg-TG06", "name": "Wyrdeer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Stantler", "abilities": [ { @@ -322,10 +257,7 @@ "attacks": [ { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -343,18 +275,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG06", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "The black orbs shine with an uncanny light when the Pokémon is erecting invisible barriers. The fur shed from its beard retains heat well and is a highly useful material for winter clothing.", - "nationalPokedexNumbers": [ - 899 - ], + "nationalPokedexNumbers": [899], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -370,21 +297,13 @@ "id": "swsh10tg-TG07", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rapid Strike Squad", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Rapid Strike Pokémon in play." @@ -396,18 +315,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG07", "artist": "Kinu Nishimura", "rarity": "Rare Holo", "flavorText": "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -423,31 +337,21 @@ "id": "swsh10tg-TG08", "name": "Kleavor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Timber Cleave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is Knocked Out." }, { "name": "Berserker Tackle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -459,18 +363,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG08", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "A violent creature that fells towering trees with its crude axes and shields itself with hard stone. If one should chance upon this Pokémon in the wilds, one's only recourse is to flee.", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -486,13 +385,9 @@ "id": "swsh10tg-TG09", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "abilities": [ { @@ -504,11 +399,7 @@ "attacks": [ { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 50 damage to itself." @@ -520,18 +411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG09", "artist": "GOSSAN", "rarity": "Rare Holo", "flavorText": "It chases down prey in a pack of around ten. They defeat foes with perfectly coordinated teamwork.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -547,13 +433,9 @@ "id": "swsh10tg-TG10", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -565,10 +447,7 @@ "attacks": [ { "name": "Obstruct", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -580,18 +459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG10", "artist": "GOSSAN", "rarity": "Rare Holo", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -607,13 +481,9 @@ "id": "swsh10tg-TG11", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -625,11 +495,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -647,19 +513,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG11", "artist": "Hataya", "rarity": "Rare Holo", "flavorText": "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -675,16 +535,10 @@ "id": "swsh10tg-TG12", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "abilities": [ { "name": "Stand Sentry", @@ -695,10 +549,7 @@ "attacks": [ { "name": "Flap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -716,17 +567,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG12", "artist": "HYOGONOSUKE", "rarity": "Rare Holo", "flavorText": "It always stands on one foot. It changes feet so fast, the movement can rarely be seen.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -742,34 +589,23 @@ "id": "swsh10tg-TG13", "name": "Starmie V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." }, { "name": "Energy Spiral", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon." @@ -784,9 +620,7 @@ "number": "TG13", "artist": "Akira Komayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -802,34 +636,23 @@ "id": "swsh10tg-TG14", "name": "Ice Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pierce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Glacial Lance", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -841,17 +664,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG14", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -867,13 +685,9 @@ "id": "swsh10tg-TG15", "name": "Ice Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ice Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -881,20 +695,14 @@ "attacks": [ { "name": "Ride of the High King", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Max Lance", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 2 Energy from this Pokémon. If you do, this attack does 120 more damage for each card you discarded in this way." @@ -906,17 +714,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG15", "artist": "Hitoshi Ariga", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -932,14 +735,9 @@ "id": "swsh10tg-TG16", "name": "Galarian Articuno V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -953,11 +751,7 @@ "attacks": [ { "name": "Psyray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -975,17 +769,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG16", "artist": "Kouki Saitou", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1001,34 +790,23 @@ "id": "swsh10tg-TG17", "name": "Shadow Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shadow Mist", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, they can't play any Special Energy or Stadium cards from their hand." }, { "name": "Astral Barrage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them." @@ -1046,17 +824,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG17", "artist": "Oswaldo KATO", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1072,13 +845,9 @@ "id": "swsh10tg-TG18", "name": "Shadow Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shadow Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1093,11 +862,7 @@ "attacks": [ { "name": "Max Geist", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon." @@ -1115,17 +880,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG18", "artist": "chibi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1141,14 +901,9 @@ "id": "swsh10tg-TG19", "name": "Galarian Zapdos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1162,12 +917,7 @@ "attacks": [ { "name": "Thunderous Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Before doing damage, discard a Special Energy from your opponent's Active Pokémon." @@ -1179,16 +929,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG19", "artist": "kirisAki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1204,14 +950,9 @@ "id": "swsh10tg-TG20", "name": "Galarian Moltres V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1225,11 +966,7 @@ "attacks": [ { "name": "Aura Burn", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -1241,17 +978,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG20", "artist": "Jiro Sasumo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1267,14 +999,9 @@ "id": "swsh10tg-TG21", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1288,11 +1015,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -1310,17 +1033,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG21", "artist": "aoki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1336,14 +1054,9 @@ "id": "swsh10tg-TG22", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1357,11 +1070,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -1379,17 +1088,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG22", "artist": "Ryuta Fuse", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1405,37 +1109,23 @@ "id": "swsh10tg-TG23", "name": "Garchomp V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sonic Strike", - "cost": [ - "Water", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 3 Energy from this Pokémon. This attack does 220 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1444,9 +1134,7 @@ "number": "TG23", "artist": "Taira Akitsu", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1462,9 +1150,7 @@ "id": "swsh10tg-TG24", "name": "Allister", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, discard up to 3 cards from your hand. (You must discard at least 1 card.)", "You may play only 1 Supporter card during your turn." @@ -1487,9 +1173,7 @@ "id": "swsh10tg-TG25", "name": "Bea", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 5 cards of your deck, and attach any Energy cards you discarded in this way to your Benched Fighting Pokémon in any way you like.", "You may play only 1 Supporter card during your turn." @@ -1512,9 +1196,7 @@ "id": "swsh10tg-TG26", "name": "Melony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -1537,9 +1219,7 @@ "id": "swsh10tg-TG27", "name": "Milo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn." @@ -1562,9 +1242,7 @@ "id": "swsh10tg-TG28", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -1587,13 +1265,9 @@ "id": "swsh10tg-TG29", "name": "Ice Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ice Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1601,20 +1275,14 @@ "attacks": [ { "name": "Ride of the High King", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Max Lance", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 2 Energy from this Pokémon. If you do, this attack does 120 more damage for each card you discarded in this way." @@ -1626,17 +1294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG29", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1652,13 +1315,9 @@ "id": "swsh10tg-TG30", "name": "Shadow Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shadow Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1673,11 +1332,7 @@ "attacks": [ { "name": "Max Geist", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon." @@ -1695,17 +1350,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG30", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", diff --git a/cards/en/swsh11.json b/cards/en/swsh11.json index 416909895..ed8841d3b 100644 --- a/cards/en/swsh11.json +++ b/cards/en/swsh11.json @@ -3,23 +3,14 @@ "id": "swsh11-1", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -57,25 +44,15 @@ "id": "swsh11-2", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -87,18 +64,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Its pistils exude an incredibly foul odor. The horrid stench can cause fainting at a distance of 1.25 miles.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -114,32 +86,21 @@ "id": "swsh11-3", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." }, { "name": "Allergy Storm", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If heads, during your opponent's next turn, they can't play any Supporter cards from their hand. If tails, during your opponent's next turn, they can't play any Item cards from their hand." @@ -151,18 +112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Jiro Sasumo", "rarity": "Rare Holo", "flavorText": "It has the world's largest petals. With every step, the petals shake out heavy clouds of toxic pollen.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -178,23 +134,14 @@ "id": "swsh11-4", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -206,17 +153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Mizue", "rarity": "Common", "flavorText": "The mushrooms, known as tochukaso, are controlling the bug. Even if the bug bugs the mushrooms, they tell it to bug off.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -232,13 +175,9 @@ "id": "swsh11-5", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "abilities": [ { @@ -250,10 +189,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 more damage." @@ -265,18 +201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Pani Kobayashi", "rarity": "Rare", "flavorText": "The bug is mostly dead, with the mushroom on its back having become the main body. If the mushroom comes off, the bug stops moving.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -292,34 +223,21 @@ "id": "swsh11-6", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Creepy-Crawly Congregation", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for any number of Wurmple, Silcoon, Beautifly, Cascoon, and Dustox, reveal them, and put them into your hand. Then, shuffle your deck." @@ -331,17 +249,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It lives among the tall grass and in forests. It repels attacks by raising up the spikes on its rear.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -357,33 +271,22 @@ "id": "swsh11-7", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "Entangling String", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -395,19 +298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It drinks dew that collects on its silk and waits for evolution. Its hard cocoon repels attacks.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -423,13 +320,9 @@ "id": "swsh11-8", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "abilities": [ { @@ -441,10 +334,7 @@ "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Heal 30 damage from this Pokémon." @@ -456,17 +346,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Yuu Nishida", "rarity": "Rare Holo", "flavorText": "It has an aggressive nature. It stabs prey with its long, narrow mouth to drain the prey's fluids.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -482,33 +368,22 @@ "id": "swsh11-9", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks if that damage is 60 or less." }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -520,19 +395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "GOSSAN", "rarity": "Uncommon", "flavorText": "It never forgets any attack it endured while in the cocoon. After evolution, it seeks payback.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -548,32 +417,21 @@ "id": "swsh11-10", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "attacks": [ { "name": "Nadir Powder", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned. During Pokémon Checkup, put 8 damage counters on that Pokémon instead of 1." }, { "name": "Cutting Wind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -585,17 +443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Tends to be drawn to bonfires on dark nights. Difficult to chase away from settlements because of the way it scatters highlyntoxic scales.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -611,22 +465,14 @@ "id": "swsh11-11", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -638,17 +484,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "If it remains still, it looks just like a real nut. It delights in surprising foraging Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -664,23 +506,15 @@ "id": "swsh11-12", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Push Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "You may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon." @@ -692,18 +526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It lives deep in forests. With the leaf on its head, it makes a flute whose song makes listeners uneasy.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -719,29 +548,21 @@ "id": "swsh11-13", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Fan Tornado", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "You may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Tearing Gust", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "210", "text": "Put this Pokémon and all attached cards in the Lost Zone." @@ -753,18 +574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "A Pokémon that was feared as a forest guardian. It can read the foe's mind and take preemptive action.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -780,22 +596,14 @@ "id": "swsh11-14", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -807,17 +615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Its flowers give off a relaxing fragrance. The stronger its aroma, the healthier the Roselia is.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -833,30 +637,21 @@ "id": "swsh11-15", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Poisonous Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Assassin's Rose", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -868,17 +663,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "0313", "rarity": "Uncommon", "flavorText": "After captivating opponents with its sweet scent, it lashes them with its thorny whips.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -894,22 +685,14 @@ "id": "swsh11-16", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Grass"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Hook", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -921,18 +704,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "After a lost child perished in the forest, their spirit possessed a tree stump, causing the spirit's rebirth as this Pokémon.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -948,13 +726,9 @@ "id": "swsh11-17", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Phantump", "abilities": [ { @@ -966,11 +740,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your next turn, this Pokémon can't attack." @@ -982,19 +752,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "People fear it due to a belief that it devours any who try to cut down trees in its forest, but to the Pokémon it shares its woods with, it's kind.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1010,23 +774,14 @@ "id": "swsh11-18", "name": "Blipbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dottler" - ], + "types": ["Grass"], + "evolvesTo": ["Dottler"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1038,17 +793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Asako Ito", "rarity": "Common", "flavorText": "A constant collector of information, this Pokémon is very smart. Very strong is what it isn't.", - "nationalPokedexNumbers": [ - 824 - ], + "nationalPokedexNumbers": [824], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1064,24 +815,15 @@ "id": "swsh11-19", "name": "Dottler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Blipbug", - "evolvesTo": [ - "Orbeetle" - ], + "evolvesTo": ["Orbeetle"], "attacks": [ { "name": "Barrier Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -1093,18 +835,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It barely moves, but it's still alive. Hiding in its shell without food or water seems to have awakened its psychic powers.", - "nationalPokedexNumbers": [ - 825 - ], + "nationalPokedexNumbers": [825], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1120,13 +857,9 @@ "id": "swsh11-20", "name": "Orbeetle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dottler", "abilities": [ { @@ -1138,10 +871,7 @@ "attacks": [ { "name": "Mysterious Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1153,17 +883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "yuu", "rarity": "Rare Holo", "flavorText": "It's famous for its high level of intelligence, and the large size of its brain is proof that it also possesses immense psychic power.", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1179,33 +905,21 @@ "id": "swsh11-21", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Draw In", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1217,18 +931,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Scav", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1244,31 +953,21 @@ "id": "swsh11-22", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Lost Volcano", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "Put all Energy attached to this Pokémon in the Lost Zone." @@ -1280,19 +979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Pani Kobayashi", "rarity": "Rare", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1308,32 +1001,20 @@ "id": "swsh11-23", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Stampede", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -1345,18 +1026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It burns coal inside its shell for energy. It blows out black soot if it is endangered.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1372,22 +1048,14 @@ "id": "swsh11-24", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Kindling Panic", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." @@ -1399,17 +1067,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "The flame on its head keeps its body slightly warm. This Pokémon takes lost children by the hand to guide them to the spirit world.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1425,23 +1089,15 @@ "id": "swsh11-25", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Flickering Glow", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -1453,17 +1109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "kurumitsu", "rarity": "Uncommon", "flavorText": "This Pokémon appears just before someone passes away, so it's feared as an emissary of death.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1479,13 +1131,9 @@ "id": "swsh11-26", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "abilities": [ { @@ -1497,10 +1145,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "" @@ -1512,18 +1157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "sui", "rarity": "Rare Holo", "flavorText": "This Pokémon haunts dilapidated mansions. It sways its arms to hypnotize opponents with the ominous dancing of its flames.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1539,34 +1179,23 @@ "id": "swsh11-27", "name": "Delphox V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eerie Glow", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Confused." }, { "name": "Magical Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put 2 Energy attached to this Pokémon in the Lost Zone. This attack also does 120 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1578,17 +1207,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1604,22 +1228,14 @@ "id": "swsh11-28", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -1631,18 +1247,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Sekio", "rarity": "Common", "flavorText": "This hot-blooded Pokémon is filled with curiosity. When it gets angry or starts fighting, its short mane gets hot.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1658,13 +1269,9 @@ "id": "swsh11-29", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "abilities": [ { @@ -1676,11 +1283,7 @@ "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -1692,18 +1295,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "The temperature of its breath is over 10,000 degrees Fahrenheit, but Pyroar doesn't use it on its prey. This Pokémon prefers to eat raw meat.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1719,22 +1317,14 @@ "id": "swsh11-30", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Splashing Dodge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -1746,17 +1336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "For Poliwag, swimming is easier than walking. The swirl pattern on its belly is actually part of the Pokémon's innards showing through the skin.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1772,36 +1358,22 @@ "id": "swsh11-31", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage for each heads." @@ -1813,18 +1385,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Scav", "rarity": "Uncommon", "flavorText": "Staring at the swirl on its belly causes drowsiness. This trait of Poliwhirl's has been used in place of lullabies to get children to go to sleep.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1840,32 +1407,21 @@ "id": "swsh11-32", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Lordly Songleader", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+ damage. If Poliwag is on your Bench, this attack does 60 more damage. If Poliwhirl is on your Bench, this attack does 90 more", "text": "If Poliwrath is on your Bench, this attack does 120 more damage." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1877,18 +1433,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "ryoma uratsuka", "rarity": "Rare", "flavorText": "At nightfall, these Pokémon appear on the shores of lakes. They announce their territorial claims by letting out cries that sound like shouting.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1904,32 +1455,21 @@ "id": "swsh11-33", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1941,17 +1481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "GIDORA", "rarity": "Common", "flavorText": "Thanks to its thick fat, cold seas don't bother it at all, but it gets tired pretty easily in warm waters.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1967,30 +1503,21 @@ "id": "swsh11-34", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Swim Freely", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Floe Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Shuffle any amount of Water Energy from your Pokémon into your deck. This attack does 40 damage for each card you shuffled into your deck in this way." @@ -2002,18 +1529,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "chibi", "rarity": "Rare", "flavorText": "It sunbathes on the beach after meals. The rise in its body temperature helps its digestion.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2029,22 +1551,14 @@ "id": "swsh11-35", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2056,17 +1570,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "Horsea makes its home in oceans with gentle currents. If this Pokémon is under attack, it spits out pitch-black ink and escapes.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2082,32 +1592,22 @@ "id": "swsh11-36", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Swim Freely", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Hydro Jet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each Water Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2119,17 +1619,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "sui", "rarity": "Uncommon", "flavorText": "It's the males that raise the offspring. While Seadra are raising young, the spines on their backs secrete thicker and stronger poison.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2145,13 +1641,9 @@ "id": "swsh11-37", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -2163,10 +1655,7 @@ "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "" @@ -2178,17 +1667,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "With the arrival of a storm at sea, this Pokémon will show itself on the surface. When a Kingdra and a Dragonite meet, a fierce battle ensues.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2204,29 +1689,20 @@ "id": "swsh11-38", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Matching Look", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player reveals the top 2 cards of their deck, then draws those cards." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2238,17 +1714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sekio", "rarity": "Common", "flavorText": "Luvdisc makes its home in coral reefs in warm seas. It especially likes sleeping in the space between Corsola's branches.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2264,33 +1736,21 @@ "id": "swsh11-39", "name": "Shellos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Surf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2302,18 +1762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "There's speculation that its appearance is determined by what it eats, but the truthnremains elusive.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2329,16 +1784,10 @@ "id": "swsh11-40", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "abilities": [ { "name": "Oceanic Accompaniment", @@ -2349,9 +1798,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2363,17 +1810,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "It lures in prey with its shining tail fins. It stays near the surface during the day and moves to the depths when night falls.", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2389,31 +1832,21 @@ "id": "swsh11-41", "name": "Lumineon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Finneon", "attacks": [ { "name": "Swim Freely", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -2425,17 +1858,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "zig", "rarity": "Uncommon", "flavorText": "They traverse the deep waters as if crawling over the seafloor. The fantastic lights of its fins shine like stars in the night sky.", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2451,33 +1880,21 @@ "id": "swsh11-42", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Icicle Missile", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2489,19 +1906,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "One is likely to encounter this Pokémon while out in the snow. There are stories of Snover appearing in human settlements butndoing no harm—rather, they bond with the children.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2517,32 +1928,21 @@ "id": "swsh11-43", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "attacks": [ { "name": "Icicle Punch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Double-Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -2554,20 +1954,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "43", "artist": "kodama", "rarity": "Uncommon", "flavorText": "If it sees any packs of Darumaka going after Snover, it chases them off, swinging its sizable arms like hammers.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2583,19 +1976,13 @@ "id": "swsh11-44", "name": "Hisuian Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -2607,17 +1994,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "Though it differs from other Basculin in several respects, including demeanor—this one is gentle—I have categorizednit as a regional form given the vast array of shared qualities.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2633,29 +2016,21 @@ "id": "swsh11-45", "name": "Hisuian Basculegion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Hisuian Basculin", "attacks": [ { "name": "Upstream Spirits", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "20×", "text": "This attack does 20 damage for each basic Energy card in your discard pile. Then, shuffle those cards into your deck." }, { "name": "Water Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "70", "text": "Discard an Energy from this Pokémon." @@ -2667,17 +2042,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "Clads itself in the souls of comrades that perished before fulfilling their goals of journeying upstream. No other speciesnthroughout all Hisui's rivers is Basculegion's equal.", - "nationalPokedexNumbers": [ - 902 - ], + "nationalPokedexNumbers": [902], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2693,22 +2064,14 @@ "id": "swsh11-46", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2726,17 +2089,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2752,31 +2111,21 @@ "id": "swsh11-47", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Air Slash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard an Energy from this Pokémon." @@ -2794,18 +2143,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2821,34 +2165,23 @@ "id": "swsh11-48", "name": "Kyurem V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Freeze", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -2860,18 +2193,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2887,13 +2214,9 @@ "id": "swsh11-49", "name": "Kyurem VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kyurem V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2908,11 +2231,7 @@ "attacks": [ { "name": "Max Frost", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard any amount of Water Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." @@ -2924,18 +2243,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2951,13 +2264,9 @@ "id": "swsh11-50", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Lost Provisions", @@ -2968,11 +2277,7 @@ "attacks": [ { "name": "Spit Innocently", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack's damage isn't affected by Weakness." @@ -2984,17 +2289,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It's so strong that it can knock out some opponents in a single hit, but it also may forget what it's battling midfight.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3010,31 +2311,20 @@ "id": "swsh11-51", "name": "Glastrier", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Freeze Down", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Wild Tackle", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon also does 30 damage to itself." @@ -3046,18 +2336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Jiro Sasumo", "rarity": "Rare Holo", "flavorText": "Glastrier emits intense cold from its hooves. It's also a belligerent Pokémon—anything it wants, it takes by force.", - "nationalPokedexNumbers": [ - 896 - ], + "nationalPokedexNumbers": [896], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3073,16 +2358,10 @@ "id": "swsh11-52", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Pika Dash", @@ -3093,11 +2372,7 @@ "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -3109,17 +2384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "kurumitsu", "rarity": "Common", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3135,31 +2406,21 @@ "id": "swsh11-53", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Ace Spark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If you have used your VSTAR Power, this attack does 120 more damage." @@ -3171,17 +2432,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "GIDORA", "rarity": "Rare", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3197,32 +2454,21 @@ "id": "swsh11-54", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3234,17 +2480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "otumami", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3260,32 +2502,21 @@ "id": "swsh11-55", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Assault Laser", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon has a Pokémon Tool attached, this attack does 80 more damage." @@ -3297,17 +2528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "GIDORA", "rarity": "Rare", "flavorText": "It stimulates its own muscles with electricity, so it can move quickly. It eases its soreness with electricity, too, so it can recover quickly as well.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3323,35 +2550,23 @@ "id": "swsh11-56", "name": "Magnezone V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magnetic Tension", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 40 damage to the new Active Pokémon." }, { "name": "Splitting Beam", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3363,17 +2578,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3389,13 +2599,9 @@ "id": "swsh11-57", "name": "Magnezone VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnezone V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3403,21 +2609,14 @@ "attacks": [ { "name": "Magnetic Grip", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Electro Star", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 90 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)" @@ -3429,17 +2628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3455,14 +2649,9 @@ "id": "swsh11-58", "name": "Rotom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3476,10 +2665,7 @@ "attacks": [ { "name": "Scrap Short", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40+", "text": "Put any number of Pokémon Tool cards from your discard pile in the Lost Zone. This attack does 40 more damage for each card you put in the Lost Zone in this way." @@ -3491,16 +2677,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3516,31 +2698,21 @@ "id": "swsh11-59", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Call Sign", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Tiny Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3552,17 +2724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "One alone can emit only a trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3578,17 +2746,11 @@ "id": "swsh11-60", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "abilities": [ { "name": "Ad Hoc Shock", @@ -3599,9 +2761,7 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -3613,18 +2773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Uta", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3640,30 +2795,21 @@ "id": "swsh11-61", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Coil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your next turn, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Extreme Current", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "160", "text": "Discard 2 Energy from this Pokémon." @@ -3675,19 +2821,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3703,16 +2843,10 @@ "id": "swsh11-62", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Psychic"], + "evolvesTo": ["Clefable"], "abilities": [ { "name": "Moon-Watching Party", @@ -3723,11 +2857,7 @@ "attacks": [ { "name": "Wonder Storm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Psychic Energy attached to all of your Pokémon." @@ -3739,18 +2869,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It can be found in quiet mountain areas on a full moon's night. Its dancing and its tiny, faintly glowing wings confer upon it anlovely fairylike quality.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3766,13 +2891,9 @@ "id": "swsh11-63", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -3784,11 +2905,7 @@ "attacks": [ { "name": "Moon Impact", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3800,18 +2917,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Sekio", "rarity": "Rare", "flavorText": "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3827,22 +2939,14 @@ "id": "swsh11-64", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Furtive Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -3864,9 +2968,7 @@ "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3882,23 +2984,15 @@ "id": "swsh11-65", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -3916,17 +3010,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "This frightful, malevolent spirit can glide through walls, appearing wherever it likes. According to rumor, victims ofna Haunter's lick will wither to death day by day.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3942,13 +3032,9 @@ "id": "swsh11-66", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -3960,9 +3046,7 @@ "attacks": [ { "name": "Screaming Circle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon for each of your opponent's Benched Pokémon." @@ -3980,18 +3064,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Narumi Sato", "rarity": "Rare Holo", "flavorText": "On the night of a full moon, if shadows move on their own and laugh, it must be Gengar's doing.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4007,30 +3086,20 @@ "id": "swsh11-67", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tricky Slap", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "You and your opponent play Rock-Paper-Scissors until someone wins. If you win, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -4048,18 +3117,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "The behavior of this clown-like Pokémon reminds one of pantomime. It creates invisible walls using a force emitted from its fingertips.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4075,31 +3139,20 @@ "id": "swsh11-68", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Alluring Dance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4117,17 +3170,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "Its strange cries sound like human language. There are some musicians who compose songs for Jynx to sing.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4143,14 +3192,9 @@ "id": "swsh11-69", "name": "Radiant Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -4164,11 +3208,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4180,18 +3220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Ryuta Fuse", "rarity": "Radiant Rare", "flavorText": "It has the power to predict the future. Its power peaks when it is protecting its Trainer.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4207,28 +3242,20 @@ "id": "swsh11-70", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Lost Mine", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Put 12 damage counters on your opponent's Pokémon in any way you like." @@ -4246,17 +3273,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Shibuzoh.", "rarity": "Rare Holo", "flavorText": "This Pokémon is feared. When its gemstone eyes begin to glow with a sinister shine, it's believed that Sableye will steal people's spirits away.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4272,30 +3295,20 @@ "id": "swsh11-71", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tempting Trap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon can't retreat. During your next turn, the Defending Pokémon takes 90 more damage from attacks (after applying Weakness and Resistance)." }, { "name": "Bite", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4307,17 +3320,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "kurumitsu", "rarity": "Common", "flavorText": "It uses its docile-looking face to lull foes into complacency, then bites with its huge, relentless jaws.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4333,23 +3342,14 @@ "id": "swsh11-72", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Tongue Slap", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4367,17 +3367,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "There's a proverb that says, “Shun the house where Shuppet gather in the growing dusk.”", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4393,13 +3389,9 @@ "id": "swsh11-73", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -4411,10 +3403,7 @@ "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4432,17 +3421,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Resentment at being cast off made it spring into being. Some say that treating it well will satisfy it, and it will once more become a stuffed toy.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4458,30 +3443,20 @@ "id": "swsh11-74", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Moonglow Reverse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move 2 damage counters from each of your Pokémon to 1 of your opponent's Pokémon." }, { "name": "Lunar Blast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -4499,17 +3474,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "saino misaki", "rarity": "Rare Holo", "flavorText": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4525,31 +3496,21 @@ "id": "swsh11-75", "name": "Hisuian Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Psychic"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Collect", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Draw a card." }, { "name": "Mumble", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4567,17 +3528,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "A once-departed soul, returned to life in Hisui. Derives power from resentment, which rises as energy atop its head and takesnon the forms of foes. In this way, Zorua vents lingering malice.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4593,29 +3550,21 @@ "id": "swsh11-76", "name": "Hisuian Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hisuian Zorua", "attacks": [ { "name": "Doom Curse", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." }, { "name": "Call Back", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile into your hand." @@ -4633,18 +3582,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "With its disheveled white fur, it looks like an embodiment of death. Heedless of its own safety, Zoroark attacks its nemesesnwith a bitter energy so intense, it lacerates Zoroark's own body.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4660,22 +3604,14 @@ "id": "swsh11-77", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Psychic"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Fickle Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4693,17 +3629,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "miki kudo", "rarity": "Common", "flavorText": "It spins while making its luminescent spots flash. These spots allow it to communicate with others by using different patterns of light.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4719,31 +3651,21 @@ "id": "swsh11-78", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Synchro Kinesis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "Each player reveals their hand. If a card in your opponent's hand has the same name as a card in your hand, this attack does 90 more damage." }, { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4761,18 +3683,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Gazing at its luminescent spots will quickly induce a hypnotic state, putting the observer under Malamar's control.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4788,13 +3705,9 @@ "id": "swsh11-79", "name": "Comfey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Flower Selecting", @@ -4805,10 +3718,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4820,17 +3730,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "Comfey picks flowers with its vine and decorates itself with them. For some reason, flowers won't wither once they're attached to a Comfey.", - "nationalPokedexNumbers": [ - 764 - ], + "nationalPokedexNumbers": [764], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4846,29 +3752,20 @@ "id": "swsh11-80", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Perplex", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Worst Gift", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each damage counter on all of your opponent's Pokémon." @@ -4886,17 +3783,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Ligton", "rarity": "Rare", "flavorText": "It wears a rag fashioned into a Pikachu costume in an effort to look less scary. Unfortunately, the costume only makes it creepier.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4912,30 +3805,20 @@ "id": "swsh11-81", "name": "Spectrier", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Night Footsteps", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 2 damage counters on each of them." }, { "name": "Phantom Strike", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't use Phantom Strike." @@ -4953,17 +3836,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Narumi Sato", "rarity": "Rare Holo", "flavorText": "It probes its surroundings with all its senses save one—it doesn't use its sense of sight. Spectrier's kicks are said to separate soul from body.", - "nationalPokedexNumbers": [ - 897 - ], + "nationalPokedexNumbers": [897], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4979,14 +3858,9 @@ "id": "swsh11-82", "name": "Enamorus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5000,11 +3874,7 @@ "attacks": [ { "name": "Blossom Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Attach up to 2 basic Energy cards from your discard pile to your Benched Pokémon in any way you like." @@ -5016,17 +3886,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 905 - ], + "nationalPokedexNumbers": [905], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5042,22 +3907,14 @@ "id": "swsh11-83", "name": "Hisuian Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fighting"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Singe", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -5069,18 +3926,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "They patrol their territory in pairs. I believe the igneous rock components in the fur of this species are the result ofnvolcanic activity in its habitat.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5096,31 +3948,21 @@ "id": "swsh11-84", "name": "Hisuian Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hisuian Growlithe", "attacks": [ { "name": "Very Vulnerable", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If you have no cards in your hand, this attack does 150 more damage." }, { "name": "Sharp Fang", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5132,18 +3974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Oswaldo KATO", "rarity": "Rare Holo", "flavorText": "Snaps at its foes with fangs cloaked in blazing flame. Despite its bulk, it deftly feints every which way, leading opponents on andeceptively merry chase as it all but dances around them.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5159,31 +3996,21 @@ "id": "swsh11-85", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Splash Loop", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put 2 Energy attached to this Pokémon into your hand." @@ -5195,18 +4022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Teeziro", "rarity": "Rare", "flavorText": "Its body is solid muscle. When swimming through cold seas, Poliwrath uses its impressive arms to smash through drift ice and plow forward.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5222,22 +4044,14 @@ "id": "swsh11-86", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5249,18 +4063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its whole body is composed of muscles. Even though it's the size of a human child, it can hurl 100 grown-ups.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5276,33 +4085,22 @@ "id": "swsh11-87", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Strength", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5314,18 +4112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A sturdy creature boasting a robust physique and boundless stamina. Loves training above all else and voluntarily assists withntasks such as construction and clearing land.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5341,13 +4134,9 @@ "id": "swsh11-88", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -5359,10 +4148,7 @@ "attacks": [ { "name": "Strong-Arm Lariat", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "100+ damage. You may do 100 more", "text": "If you do, during your next turn, this Pokémon can't attack." @@ -5374,18 +4160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Nisota Niso", "rarity": "Rare Holo", "flavorText": "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5401,24 +4182,14 @@ "id": "swsh11-89", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon also does 20 damage to itself." @@ -5430,19 +4201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "Scav", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5458,35 +4223,22 @@ "id": "swsh11-90", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Drill", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -5498,19 +4250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It begins walking on its hind legs after evolution. It can punch holes through boulders with its horn.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5526,32 +4272,21 @@ "id": "swsh11-91", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Geo Cannon", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50+", "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 100 more damage, and attach that card to this Pokémon." }, { "name": "Rocky Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon also does 30 damage to itself." @@ -5563,20 +4298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "91", "artist": "GOSSAN", "rarity": "Rare", "flavorText": "It can load up to three projectiles per arm into the holes in its hands. What launches out of those holes could be either rocks or Roggenrola.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5592,35 +4320,23 @@ "id": "swsh11-92", "name": "Aerodactyl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Rock Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -5632,16 +4348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5657,13 +4369,9 @@ "id": "swsh11-93", "name": "Aerodactyl VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Aerodactyl V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -5671,20 +4379,14 @@ "attacks": [ { "name": "Lost Dive", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "Put the top 3 cards of your deck in the Lost Zone." }, { "name": "Ancient Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until this Pokémon leaves play, it gains an Ability that has the effect \"Your opponent's Pokémon V in play, except any Aerodactyl VSTAR, have no Abilities.\" (You can't use more than 1 VSTAR Power in a game.)" @@ -5696,17 +4398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5722,29 +4419,20 @@ "id": "swsh11-94", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Joust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Impound", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -5756,18 +4444,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "AKIRA EGAWA", "rarity": "Common", "flavorText": "Though it pretends to be a tree, it fails to fool even children. To the touch, its body feels more like rock than tree bark. Sudowoodo's extreme aversion to water merits special note.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5783,22 +4466,14 @@ "id": "swsh11-95", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Cyclone Pincers", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage for each heads." @@ -5810,17 +4485,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It flies straight at its target's face, then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5836,21 +4507,14 @@ "id": "swsh11-96", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Hurricane Shock", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Paralyzed." @@ -5862,18 +4526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Shiburingaru", "rarity": "Rare", "flavorText": "Its flight is soundless. It uses its lengthy tail to carry off its prey... Then its elongated fangs do the rest.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5889,23 +4548,14 @@ "id": "swsh11-97", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -5917,19 +4567,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "There's a rumor of a traditional recipe for stew that Trainers can use to raise strong Makuhita.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5945,32 +4589,21 @@ "id": "swsh11-98", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "attacks": [ { "name": "Shove", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Muscular Slap", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -5982,19 +4615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Scav", "rarity": "Uncommon", "flavorText": "Hariyama that are big and fat aren't necessarily strong. There are some small ones that move nimbly and use moves skillfully.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6010,22 +4637,14 @@ "id": "swsh11-99", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Focus Fist", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6037,17 +4656,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "0313", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6063,20 +4678,14 @@ "id": "swsh11-100", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Battle Step", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50", "text": "Search your deck for up to 2 Fighting Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." @@ -6088,17 +4697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6114,30 +4719,20 @@ "id": "swsh11-101", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Into the Deep", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 2 basic Energy cards from your discard pile into your hand." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6149,17 +4744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "Rock-hard scales and oil-filled swim bladders allow this Pokémon to survive the intense water pressure of the deep sea.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6175,31 +4766,21 @@ "id": "swsh11-102", "name": "Gastrodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shellos", "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from this Pokémon and heal all damage from it." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6211,19 +4792,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Its search for food sometimes leads it onto land, where it leaves behind a sticky trail of slime as it passes through.", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6239,32 +4814,21 @@ "id": "swsh11-103", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Chop", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spiral Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6276,17 +4840,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "yuu", "rarity": "Common", "flavorText": "In one minute, a well-trained Mienfoo can chop with its arms more than 100 times.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6302,30 +4862,21 @@ "id": "swsh11-104", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Pound", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Double Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage for each heads." @@ -6337,17 +4888,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "When Mienshao comes across a truly challenging opponent, it will lighten itself by biting off the fur on its arms.", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6363,30 +4910,20 @@ "id": "swsh11-105", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Slap Push", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Smashing Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -6398,17 +4935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "From the forces of lightning and wind, it creates energy to give nutrients to the soil and make the land abundant.", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6424,32 +4957,21 @@ "id": "swsh11-106", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Fighting"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6461,18 +4983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Scav", "rarity": "Common", "flavorText": "After two Binacle find a suitably sized rock, they adhere themselves to it and live together. They cooperate to gather food during high tide.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6488,13 +5005,9 @@ "id": "swsh11-107", "name": "Barbaracle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Binacle", "abilities": [ { @@ -6506,11 +5019,7 @@ "attacks": [ { "name": "Dynamic Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6522,19 +5031,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "KEIICHIRO ITO", "rarity": "Rare Holo", "flavorText": "Seven Binacle come together to form one Barbaracle. The Binacle that serves as the head gives orders to those serving as the limbs.", - "nationalPokedexNumbers": [ - 689 - ], + "nationalPokedexNumbers": [689], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6550,30 +5053,20 @@ "id": "swsh11-108", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Lucky Find", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Power Gem", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6585,17 +5078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Tika Matsuno", "rarity": "Uncommon", "flavorText": "When beset by attackers, Carbink wipes them all out by firing high-energy beams from the gems embedded in its body.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6611,33 +5100,21 @@ "id": "swsh11-109", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Rear Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6649,17 +5126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "This Pokémon can bond very strongly with its Trainer, but it also has a habit of biting. Raising a Rockruff for a long time can be challenging.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6675,30 +5148,20 @@ "id": "swsh11-110", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Fighting Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack's damage isn't affected by Weakness. If your opponent's Active Pokémon is a Pokémon V, this attack does 50 more damage." }, { "name": "Jet Headbutt", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6710,17 +5173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "sowsow", "rarity": "Common", "flavorText": "Five of them are troopers, and one is the brass. The brass's orders are absolute.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6736,31 +5195,20 @@ "id": "swsh11-111", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Power Stone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Fighting Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Lost Shot", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Put the top card of your opponent's deck in the Lost Zone." @@ -6772,20 +5220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "111", "artist": "HYOGONOSUKE", "rarity": "Rare", "flavorText": "It stands in grasslands, watching the sun's descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6801,22 +5242,14 @@ "id": "swsh11-112", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Darkness"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6828,17 +5261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Although the poison from its fangs isn't that strong, it's potent enough to weaken prey that gets caught in its web.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6854,31 +5283,21 @@ "id": "swsh11-113", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Spinarak", "attacks": [ { "name": "String Bind", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6890,17 +5309,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Shinji Kanda", "rarity": "Rare", "flavorText": "It spews threads from its mouth to catch its prey. When night falls, it leaves its web to go hunt aggressively.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6916,32 +5331,21 @@ "id": "swsh11-114", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6959,17 +5363,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It searches for shiny things for its boss. Murkrow's presence is said to be unlucky, so many people detest it.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6985,31 +5385,21 @@ "id": "swsh11-115", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Night Cyclone", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like." @@ -7027,17 +5417,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Shiburingaru", "rarity": "Rare", "flavorText": "Its goons take care of most of the fighting for it. The only time it dirties its own hands is in delivering a final blow to finish off an opponent.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7053,20 +5439,13 @@ "id": "swsh11-116", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Sucker Punch and Turn", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Darkness Pokémon." @@ -7078,18 +5457,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Constant polishing makes the edge of the blade on its tail extremely sharp. It's Zangoose's archrival.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7105,13 +5479,9 @@ "id": "swsh11-117", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Cursed Message", @@ -7122,10 +5492,7 @@ "attacks": [ { "name": "Chain of Spirits", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 60 more damage for each Spiritomb in your discard pile." @@ -7137,18 +5504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "sui", "rarity": "Rare", "flavorText": "Exactly 108 spirits gathered to become this Pokémon. Apparently there are some ill-natured spirits in the mix.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7164,14 +5526,9 @@ "id": "swsh11-118", "name": "Drapion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7185,12 +5542,7 @@ "attacks": [ { "name": "Dynamic Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "This attack also does 60 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7202,17 +5554,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7228,13 +5575,9 @@ "id": "swsh11-119", "name": "Drapion VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Drapion V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -7249,11 +5592,7 @@ "attacks": [ { "name": "Big Bang Arm", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "250-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -7265,18 +5604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "119", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7292,31 +5625,20 @@ "id": "swsh11-120", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Pitch-Black Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your next turn, this Pokémon can't attack." @@ -7328,18 +5650,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "On a moonless night, a strange incident occurred in which everynone of a village's inhabitants suffered nightmares. The villagers attested that Darkrai appeared before them in these nightmares.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7355,32 +5672,21 @@ "id": "swsh11-121", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7392,17 +5698,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It spins while making its luminescent spots flash. These spots allow it to communicate with others by using different patterns of light.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7418,30 +5720,20 @@ "id": "swsh11-122", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Hand of Djinn", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Darkness Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Tyrannical Hole", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -7453,17 +5745,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "It gathers things it likes and passes them through its loop to teleport them to a secret place.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7479,14 +5767,9 @@ "id": "swsh11-123", "name": "Radiant Hisuian Sneasler", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -7500,11 +5783,7 @@ "attacks": [ { "name": "Poison Jab", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -7516,17 +5795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Akira Komayama", "rarity": "Radiant Rare", "flavorText": "Because of Sneasler's virulent poison and daunting physical prowess, no other species could hope to best it on the frozennhighlands. Preferring solitude, this species does not form packs.", - "nationalPokedexNumbers": [ - 903 - ], + "nationalPokedexNumbers": [903], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7542,34 +5817,23 @@ "id": "swsh11-124", "name": "Radiant Steelix", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Destructive Finish", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Discard cards from the top of your deck until only 1 card remains. This attack does 30 more damage for each Energy card you discarded in this way." @@ -7587,20 +5851,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "124", "artist": "Sanosuke Sakuma", "rarity": "Radiant Rare", "flavorText": "It is said that if an Onix lives for over 100 years, its composition changes to become diamond-like.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7616,22 +5873,14 @@ "id": "swsh11-125", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7649,18 +5898,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It appears in ancient ruins. The pattern on its body doesn't come from any culture in the Galar region, so it remains shrouded in mystery.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7676,32 +5920,21 @@ "id": "swsh11-126", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Gravitational Drop", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 40 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -7719,19 +5952,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "126", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "Some believe that its bell-like cry opens holes to another world. It has been revered as a deity since ancient times.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7747,29 +5974,20 @@ "id": "swsh11-127", "name": "Galarian Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Field Trap", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent has a Stadium in play, discard it. If you discarded a Stadium in this way, discard 2 Energy from your opponent's Active Pokémon." }, { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -7787,19 +6005,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "127", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Living in mud with a high iron content has given it a strong steel body.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7815,30 +6027,20 @@ "id": "swsh11-128", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Gear Cutter", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Windup Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has a Pokémon Tool attached, this attack does 60 more damage, and your opponent's Active Pokémon is now Confused." @@ -7856,17 +6058,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Rianti Hidayat", "rarity": "Rare", "flavorText": "Built roughly 500 years ago by a scientist, the part called the Soul-Heart is the actual life-form.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7882,33 +6080,23 @@ "id": "swsh11-129", "name": "Galarian Perrserker V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Feelin' Fine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Treasure Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each card in your hand." @@ -7926,17 +6114,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "PLANETA Yamashita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7952,50 +6135,34 @@ "id": "swsh11-130", "name": "Giratina V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Abyss Seeking", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone." }, { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8011,13 +6178,9 @@ "id": "swsh11-131", "name": "Giratina VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Giratina V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -8025,37 +6188,25 @@ "attacks": [ { "name": "Lost Impact", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "280", "text": "Put 2 Energy attached to your Pokémon in the Lost Zone." }, { "name": "Star Requiem", - "cost": [ - "Grass", - "Psychic" - ], + "cost": ["Grass", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8071,49 +6222,33 @@ "id": "swsh11-132", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Melt", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "30", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "Goomy hides away in the shade of trees, where it's nice and humid. If the slime coating its body dries out, the Pokémonninstantly becomes lethargic.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8129,51 +6264,34 @@ "id": "swsh11-133", "name": "Hisuian Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Rigidify", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Gentle Slap", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "40", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "133", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "A creature given to melancholy. I suspect its metallic shell developed as a result of the mucus on its skin reacting withnthe iron in Hisui's water.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8189,13 +6307,9 @@ "id": "swsh11-134", "name": "Hisuian Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hisuian Sliggoo", "abilities": [ { @@ -8207,29 +6321,19 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "134", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Able to freely control the hardness of its metallic shell. It loathes solitude and is extremely clingy—it will fume andnrun riot if those dearest to it ever leave its side.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8245,52 +6349,34 @@ "id": "swsh11-135", "name": "Hisuian Goodra V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slip-'n'-Trip", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Rolling Shell", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8306,13 +6392,9 @@ "id": "swsh11-136", "name": "Hisuian Goodra VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hisuian Goodra V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -8327,28 +6409,18 @@ "attacks": [ { "name": "Rolling Iron", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your opponent's next turn, this Pokémon takes 80 less damage from attacks (after applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8364,14 +6436,9 @@ "id": "swsh11-137", "name": "Pidgeot V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8385,11 +6452,7 @@ "attacks": [ { "name": "Flight Surf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have a Stadium in play, this attack does 80 more damage." @@ -8407,16 +6470,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8432,23 +6491,14 @@ "id": "swsh11-138", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Drool", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8460,20 +6510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "138", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "If this Pokémon's sticky saliva gets on you and you don't clean it off, an intense itch will set in. The itch won't go away, either.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8489,33 +6532,21 @@ "id": "swsh11-139", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Tongue Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -8527,20 +6558,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "139", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Lickilicky's strange tongue can stretch to many times the length of its body. No one has figured out how Lickilicky's tongue can stretch so far.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8556,31 +6580,21 @@ "id": "swsh11-140", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Branch Calculation", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." }, { "name": "Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8592,17 +6606,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "kurumitsu", "rarity": "Common", "flavorText": "State-of-the-art technology was used to create Porygon. It was the first artificial Pokémon to be created via computer programming.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8618,23 +6628,15 @@ "id": "swsh11-141", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Garbage Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage for each Pokémon Tool card in the Lost Zone (both yours and your opponent's)." @@ -8646,17 +6648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "OKACHEKE", "rarity": "Uncommon", "flavorText": "This is a Porygon that was updated with special data. Porygon2 develops itself by learning about many different subjects all on its own.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8672,32 +6670,21 @@ "id": "swsh11-142", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "attacks": [ { "name": "Downgrading Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Devolve 1 of your opponent's evolved Pokémon by removing any number of Evolution cards from it. Your opponent shuffles those cards into their deck." }, { "name": "Power Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -8709,18 +6696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "142", "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "Porygon-Z had a program installed to allow it to move between dimensions, but the program also caused instability in Porygon-Z's behavior.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8736,13 +6718,9 @@ "id": "swsh11-143", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Unfazed Fat", @@ -8753,11 +6731,7 @@ "attacks": [ { "name": "Thumping Snore", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon is now Asleep. During Pokémon Checkup, flip 2 coins instead of 1. If either of them is tails, this Pokémon is still Asleep." @@ -8769,20 +6743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "143", "artist": "0313", "rarity": "Rare Holo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8798,31 +6765,21 @@ "id": "swsh11-144", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Mischievous Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck. You may have your opponent shuffle their deck." }, { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8834,17 +6791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This treetop dweller possesses a tail as dexterous as a hand. Ancient writings describe this Pokémon as a one-armed oddity.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8860,30 +6813,21 @@ "id": "swsh11-145", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "All-You-Can-Grab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. Search your deck for a number of cards up to the number of heads and put them into your hand. Then, shuffle your deck." }, { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a random card from your opponent's hand." @@ -8895,17 +6839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Atsushi Furusawa", "rarity": "Uncommon", "flavorText": "It uses its tails for everything. If it wraps both of its tails around you and gives you a squeeze, that's proof it really likes you.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8921,34 +6861,23 @@ "id": "swsh11-146", "name": "Hisuian Zoroark V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Void Return", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -8960,17 +6889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "146", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8986,13 +6910,9 @@ "id": "swsh11-147", "name": "Hisuian Zoroark VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hisuian Zoroark V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -9007,10 +6927,7 @@ "attacks": [ { "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." @@ -9022,17 +6939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "147", "artist": "aky CG Works", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9048,33 +6960,20 @@ "id": "swsh11-148", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Lost Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Put an Energy attached to your opponent's Active Pokémon in the Lost Zone." }, { "name": "Superpowered Horns", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -9086,18 +6985,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "148", "artist": "Nisota Niso", "rarity": "Rare", "flavorText": "These Pokémon can crush a car with no more than a headbutt. Bouffalant with more hair on their heads hold higher positions within the herd.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9113,13 +7007,9 @@ "id": "swsh11-149", "name": "Komala", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "All Just a Dream", @@ -9130,10 +7020,7 @@ "attacks": [ { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon is now Asleep." @@ -9145,18 +7032,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It remains asleep from birth to death as a result of the sedative properties of the leaves that form its diet.", - "nationalPokedexNumbers": [ - 775 - ], + "nationalPokedexNumbers": [775], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9172,22 +7054,14 @@ "id": "swsh11-150", "name": "Skwovet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Greedent" - ], + "types": ["Colorless"], + "evolvesTo": ["Greedent"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -9199,17 +7073,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Found throughout the Galar region, this Pokémon becomes uneasy if its cheeks are ever completely empty of berries.", - "nationalPokedexNumbers": [ - 819 - ], + "nationalPokedexNumbers": [819], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9225,30 +7095,21 @@ "id": "swsh11-151", "name": "Greedent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skwovet", "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Spill Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "Discard your hand. If you discarded 5 or more cards in this way, this attack does 150 more damage." @@ -9260,19 +7121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "151", "artist": "sui", "rarity": "Rare", "flavorText": "It stashes berries in its tail—so many berries that they fall out constantly. But this Pokémon is a bit slow-witted, so it doesn't notice the loss.", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9288,9 +7143,7 @@ "id": "swsh11-152", "name": "Arc Phone", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top card of your deck. You may switch that card with 1 of your face-down Prize cards. (The cards stay face down.)", "You may play any number of Item cards during your turn." @@ -9313,9 +7166,7 @@ "id": "swsh11-153", "name": "Arezu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Evolution Pokémon that don't have a Rule Box, reveal them, and put them into your hand. Then, shuffle your deck. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play only 1 Supporter card during your turn." @@ -9338,10 +7189,7 @@ "id": "swsh11-154", "name": "Box of Disaster", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has full HP and is Knocked Out by damage from an attack from your opponent's Pokémon, put 8 damage counters on the Attacking Pokémon.", "You may play any number of Item cards during your turn.", @@ -9365,9 +7213,7 @@ "id": "swsh11-155", "name": "Colress's Experiment", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your deck and put 3 of them into your hand. Put the other cards in the Lost Zone.", "You may play only 1 Supporter card during your turn." @@ -9390,9 +7236,7 @@ "id": "swsh11-156", "name": "Damage Pump", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move up to 2 damage counters from 1 of your Pokémon to your other Pokémon in any way you like.", "You may play any number of Item cards during your turn." @@ -9415,9 +7259,7 @@ "id": "swsh11-157", "name": "Fantina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you have 10 or more cards in the Lost Zone. During your opponent's next turn, all of your Pokémon take 120 less damage from attacks from your opponent's Pokémon V (after applying Weakness and Resistance). (This includes Pokémon that come into play during that turn.)", "You may play only 1 Supporter card during your turn." @@ -9440,9 +7282,7 @@ "id": "swsh11-158", "name": "Iscan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your Active Pokémon has \"Hisuian\" in its name, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -9465,9 +7305,7 @@ "id": "swsh11-159", "name": "Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9490,9 +7328,7 @@ "id": "swsh11-160", "name": "Lake Acuity", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "All Pokémon that have any Water or Fighting Energy attached (both yours and your opponent's) take 20 less damage from attacks from the opponent's Pokémon (after applying Weakness and Resistance)." ], @@ -9514,9 +7350,7 @@ "id": "swsh11-161", "name": "Lost City", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever a Pokémon (either yours or your opponent's) is Knocked Out, put that Pokémon in the Lost Zone instead of the discard pile. (Discard all attached cards.)" ], @@ -9538,9 +7372,7 @@ "id": "swsh11-162", "name": "Lost Vacuum", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you put another card from your hand in the Lost Zone. Choose a Pokémon Tool attached to any Pokémon, or any Stadium in play, and put it in the Lost Zone.", "You may play any number of Item cards during your turn." @@ -9563,9 +7395,7 @@ "id": "swsh11-163", "name": "Mirage Gate", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you have 7 or more cards in the Lost Zone. Search your deck for up to 2 basic Energy cards of different types and attach them to your Pokémon in any way you like. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9588,9 +7418,7 @@ "id": "swsh11-164", "name": "Miss Fortune Sisters", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your opponent's deck and discard any number of Item cards you find there. Your opponent shuffles the other cards back into their deck.", "You may play only 1 Supporter card during your turn." @@ -9613,10 +7441,7 @@ "id": "swsh11-165", "name": "Panic Mask", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "Prevent all damage done to the Pokémon this card is attached to by attacks from your opponent's Pokémon that have 40 HP or less remaining.", "You may play any number of Item cards during your turn.", @@ -9640,9 +7465,7 @@ "id": "swsh11-166", "name": "Riley", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Reveal the top 5 cards of your deck and have your opponent choose 2 of them. Discard the chosen cards and put the remaining cards into your hand.", "You may play only 1 Supporter card during your turn." @@ -9665,9 +7488,7 @@ "id": "swsh11-167", "name": "Thorton", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Basic Pokémon in your discard pile and switch it with 1 of your Basic Pokémon in play. Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9690,9 +7511,7 @@ "id": "swsh11-168", "name": "Tool Box", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Pokémon Tool cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -9715,9 +7534,7 @@ "id": "swsh11-169", "name": "Volo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 1 of your Benched Pokémon V and all attached cards.", "You may play only 1 Supporter card during your turn." @@ -9740,10 +7557,7 @@ "id": "swsh11-170", "name": "Windup Arm", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The Pokémon this card is attached to can attack even if it's Asleep or Paralyzed.", "You may play any number of Item cards during your turn.", @@ -9787,33 +7601,23 @@ "id": "swsh11-172", "name": "Hisuian Electrode V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tantrum Blast", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "100×", "text": "This attack does 100 damage for each Special Condition affecting this Pokémon." }, { "name": "Solar Shot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Energy from this Pokémon." @@ -9825,16 +7629,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "172", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9850,34 +7650,23 @@ "id": "swsh11-173", "name": "Delphox V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Eerie Glow", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Confused." }, { "name": "Magical Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put 2 Energy attached to this Pokémon in the Lost Zone. This attack also does 120 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9889,17 +7678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "173", "artist": "PLANETA Yamashita", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9915,34 +7699,23 @@ "id": "swsh11-174", "name": "Kyurem V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Freeze", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Water Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -9954,18 +7727,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "174", "artist": "takuyoa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9981,35 +7748,23 @@ "id": "swsh11-175", "name": "Magnezone V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magnetic Tension", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 40 damage to the new Active Pokémon." }, { "name": "Splitting Beam", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10021,17 +7776,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "175", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10047,14 +7797,9 @@ "id": "swsh11-176", "name": "Rotom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10068,10 +7813,7 @@ "attacks": [ { "name": "Scrap Short", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40+", "text": "Put any number of Pokémon Tool cards from your discard pile in the Lost Zone. This attack does 40 more damage for each card you put in the Lost Zone in this way." @@ -10083,16 +7825,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "176", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10108,14 +7846,9 @@ "id": "swsh11-177", "name": "Rotom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10129,10 +7862,7 @@ "attacks": [ { "name": "Scrap Short", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40+", "text": "Put any number of Pokémon Tool cards from your discard pile in the Lost Zone. This attack does 40 more damage for each card you put in the Lost Zone in this way." @@ -10144,16 +7874,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "177", "artist": "Yuu Nishida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10169,14 +7895,9 @@ "id": "swsh11-178", "name": "Enamorus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10190,11 +7911,7 @@ "attacks": [ { "name": "Blossom Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Attach up to 2 basic Energy cards from your discard pile to your Benched Pokémon in any way you like." @@ -10206,17 +7923,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "178", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 905 - ], + "nationalPokedexNumbers": [905], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10232,35 +7944,23 @@ "id": "swsh11-179", "name": "Aerodactyl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Rock Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -10272,16 +7972,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "179", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10297,35 +7993,23 @@ "id": "swsh11-180", "name": "Aerodactyl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Rock Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -10337,16 +8021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "Nurikabe", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10362,35 +8042,23 @@ "id": "swsh11-181", "name": "Gallade V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rising Sword", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 50 more damage for each Prize card you have taken." }, { "name": "Buster Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -10402,17 +8070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "181", "artist": "takuyoa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10428,14 +8091,9 @@ "id": "swsh11-182", "name": "Drapion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10449,12 +8107,7 @@ "attacks": [ { "name": "Dynamic Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "This attack also does 60 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10466,17 +8119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "182", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10492,33 +8140,23 @@ "id": "swsh11-183", "name": "Galarian Perrserker V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Feelin' Fine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Treasure Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each card in your hand." @@ -10536,17 +8174,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "183", "artist": "PLANETA Yamashita", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10562,33 +8195,23 @@ "id": "swsh11-184", "name": "Galarian Perrserker V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Feelin' Fine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Treasure Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each card in your hand." @@ -10606,17 +8229,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "184", "artist": "GOSSAN", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10632,50 +8250,34 @@ "id": "swsh11-185", "name": "Giratina V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Abyss Seeking", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone." }, { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10691,50 +8293,34 @@ "id": "swsh11-186", "name": "Giratina V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Abyss Seeking", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone." }, { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "186", "artist": "Shinji Kanda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10750,52 +8336,34 @@ "id": "swsh11-187", "name": "Hisuian Goodra V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slip-'n'-Trip", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Rolling Shell", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "187", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10811,14 +8379,9 @@ "id": "swsh11-188", "name": "Pidgeot V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10832,11 +8395,7 @@ "attacks": [ { "name": "Flight Surf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have a Stadium in play, this attack does 80 more damage." @@ -10854,16 +8413,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "188", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10879,9 +8434,7 @@ "id": "swsh11-189", "name": "Arezu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Evolution Pokémon that don't have a Rule Box, reveal them, and put them into your hand. Then, shuffle your deck. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play only 1 Supporter card during your turn." @@ -10904,9 +8457,7 @@ "id": "swsh11-190", "name": "Colress's Experiment", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your deck and put 3 of them into your hand. Put the other cards in the Lost Zone.", "You may play only 1 Supporter card during your turn." @@ -10929,9 +8480,7 @@ "id": "swsh11-191", "name": "Fantina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you have 10 or more cards in the Lost Zone. During your opponent's next turn, all of your Pokémon take 120 less damage from attacks from your opponent's Pokémon V (after applying Weakness and Resistance). (This includes Pokémon that come into play during that turn.)", "You may play only 1 Supporter card during your turn." @@ -10954,9 +8503,7 @@ "id": "swsh11-192", "name": "Iscan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your Active Pokémon has \"Hisuian\" in its name, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -10979,9 +8526,7 @@ "id": "swsh11-193", "name": "Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11004,9 +8549,7 @@ "id": "swsh11-194", "name": "Miss Fortune Sisters", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your opponent's deck and discard any number of Item cards you find there. Your opponent shuffles the other cards back into their deck.", "You may play only 1 Supporter card during your turn." @@ -11029,9 +8572,7 @@ "id": "swsh11-195", "name": "Thorton", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Basic Pokémon in your discard pile and switch it with 1 of your Basic Pokémon in play. Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11054,9 +8595,7 @@ "id": "swsh11-196", "name": "Volo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 1 of your Benched Pokémon V and all attached cards.", "You may play only 1 Supporter card during your turn." @@ -11079,13 +8618,9 @@ "id": "swsh11-197", "name": "Kyurem VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kyurem V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11100,11 +8635,7 @@ "attacks": [ { "name": "Max Frost", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard any amount of Water Energy from this Pokémon. This attack does 50 more damage for each card you discarded in this way." @@ -11116,18 +8647,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "197", "artist": "N-DESIGN Inc.", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11143,13 +8668,9 @@ "id": "swsh11-198", "name": "Magnezone VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnezone V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11157,21 +8678,14 @@ "attacks": [ { "name": "Magnetic Grip", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Electro Star", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 90 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)" @@ -11183,17 +8697,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "198", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11209,13 +8718,9 @@ "id": "swsh11-199", "name": "Aerodactyl VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Aerodactyl V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11223,20 +8728,14 @@ "attacks": [ { "name": "Lost Dive", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "Put the top 3 cards of your deck in the Lost Zone." }, { "name": "Ancient Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until this Pokémon leaves play, it gains an Ability that has the effect \"Your opponent's Pokémon V in play, except any Aerodactyl VSTAR, have no Abilities.\" (You can't use more than 1 VSTAR Power in a game.)" @@ -11248,17 +8747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "199", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11274,13 +8768,9 @@ "id": "swsh11-200", "name": "Drapion VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Drapion V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11295,11 +8785,7 @@ "attacks": [ { "name": "Big Bang Arm", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "250-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -11311,18 +8797,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "200", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11338,13 +8818,9 @@ "id": "swsh11-201", "name": "Giratina VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Giratina V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11352,37 +8828,25 @@ "attacks": [ { "name": "Lost Impact", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "280", "text": "Put 2 Energy attached to your Pokémon in the Lost Zone." }, { "name": "Star Requiem", - "cost": [ - "Grass", - "Psychic" - ], + "cost": ["Grass", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "201", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11398,13 +8862,9 @@ "id": "swsh11-202", "name": "Hisuian Goodra VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hisuian Goodra V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11419,28 +8879,18 @@ "attacks": [ { "name": "Rolling Iron", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your opponent's next turn, this Pokémon takes 80 less damage from attacks (after applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "202", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11456,13 +8906,9 @@ "id": "swsh11-203", "name": "Hisuian Zoroark VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hisuian Zoroark V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11477,10 +8923,7 @@ "attacks": [ { "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." @@ -11492,17 +8935,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "203", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11518,9 +8956,7 @@ "id": "swsh11-204", "name": "Arezu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Evolution Pokémon that don't have a Rule Box, reveal them, and put them into your hand. Then, shuffle your deck. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play only 1 Supporter card during your turn." @@ -11543,9 +8979,7 @@ "id": "swsh11-205", "name": "Colress's Experiment", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your deck and put 3 of them into your hand. Put the other cards in the Lost Zone.", "You may play only 1 Supporter card during your turn." @@ -11568,9 +9002,7 @@ "id": "swsh11-206", "name": "Fantina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you have 10 or more cards in the Lost Zone. During your opponent's next turn, all of your Pokémon take 120 less damage from attacks from your opponent's Pokémon V (after applying Weakness and Resistance). (This includes Pokémon that come into play during that turn.)", "You may play only 1 Supporter card during your turn." @@ -11593,9 +9025,7 @@ "id": "swsh11-207", "name": "Iscan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your Active Pokémon has \"Hisuian\" in its name, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -11618,9 +9048,7 @@ "id": "swsh11-208", "name": "Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11643,9 +9071,7 @@ "id": "swsh11-209", "name": "Miss Fortune Sisters", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your opponent's deck and discard any number of Item cards you find there. Your opponent shuffles the other cards back into their deck.", "You may play only 1 Supporter card during your turn." @@ -11668,9 +9094,7 @@ "id": "swsh11-210", "name": "Thorton", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Basic Pokémon in your discard pile and switch it with 1 of your Basic Pokémon in play. Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11693,9 +9117,7 @@ "id": "swsh11-211", "name": "Volo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 1 of your Benched Pokémon V and all attached cards.", "You may play only 1 Supporter card during your turn." @@ -11718,13 +9140,9 @@ "id": "swsh11-212", "name": "Giratina VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Giratina V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11732,37 +9150,25 @@ "attacks": [ { "name": "Lost Impact", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "280", "text": "Put 2 Energy attached to your Pokémon in the Lost Zone." }, { "name": "Star Requiem", - "cost": [ - "Grass", - "Psychic" - ], + "cost": ["Grass", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "212", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11778,13 +9184,9 @@ "id": "swsh11-213", "name": "Hisuian Zoroark VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hisuian Zoroark V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11799,10 +9201,7 @@ "attacks": [ { "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." @@ -11814,17 +9213,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "213", "artist": "aky CG Works", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11840,10 +9234,7 @@ "id": "swsh11-214", "name": "Box of Disaster", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has full HP and is Knocked Out by damage from an attack from your opponent's Pokémon, put 8 damage counters on the Attacking Pokémon.", "You may play any number of Item cards during your turn.", @@ -11867,9 +9258,7 @@ "id": "swsh11-215", "name": "Collapsed Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each player can't have more than 4 Benched Pokémon. If a player has 5 or more Benched Pokémon, they discard Benched Pokémon until they have 4 Pokémon on the Bench. The player who played this card discards first. If more than one effect changes the number of Benched Pokémon allowed, use the smaller number." ], @@ -11891,9 +9280,7 @@ "id": "swsh11-216", "name": "Dark Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a basic Darkness Energy card from your discard pile to 1 of your Benched Darkness Pokémon.", "You may play any number of Item cards during your turn." @@ -11916,9 +9303,7 @@ "id": "swsh11-217", "name": "Lost Vacuum", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you put another card from your hand in the Lost Zone. Choose a Pokémon Tool attached to any Pokémon, or any Stadium in play, and put it in the Lost Zone.", "You may play any number of Item cards during your turn." @@ -11937,4 +9322,4 @@ "large": "https://images.pokemontcg.io/swsh11/217_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh11tg.json b/cards/en/swsh11tg.json index 140af5f23..3dd8a40ac 100644 --- a/cards/en/swsh11tg.json +++ b/cards/en/swsh11tg.json @@ -3,13 +3,9 @@ "id": "swsh11tg-TG01", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "abilities": [ { @@ -21,10 +17,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "Flip a coin. If heads, this attack does 50 more damage." @@ -36,18 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG01", "artist": "Oswaldo KATO", "rarity": "Rare Holo", "flavorText": "Mushroom-lacking specimens of this Pokémon lie unmoving in the forest, lending credence to the hypothesis that the large mushroom is in control of Parasect's actions.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -63,30 +51,21 @@ "id": "swsh11tg-TG02", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Poisonous Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Assassin's Rose", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -98,17 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG02", "artist": "saino misaki", "rarity": "Rare Holo", "flavorText": "After captivating opponents with its sweet scent, it lashes them with its thorny whips.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -124,13 +99,9 @@ "id": "swsh11tg-TG03", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -142,10 +113,7 @@ "attacks": [ { "name": "Royal Blaze", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "100+", "text": "This attack does 50 more damage for each Leon card in your discard pile." @@ -157,19 +125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG03", "artist": "GIDORA", "rarity": "Rare Holo", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -185,13 +147,9 @@ "id": "swsh11tg-TG04", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "abilities": [ { @@ -203,10 +161,7 @@ "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "" @@ -218,18 +173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG04", "artist": "chibi", "rarity": "Rare Holo", "flavorText": "This Pokémon haunts dilapidated mansions. It sways its arms to hypnotize opponents with the ominous dancing of its flames.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -245,16 +195,10 @@ "id": "swsh11tg-TG05", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Pika Dash", @@ -265,11 +209,7 @@ "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -281,17 +221,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG05", "artist": "Atsushi Furusawa", "rarity": "Rare Holo", "flavorText": "Possesses cheek sacs in which it stores electricity. This clever forest-dweller roasts tough berries with an electric shock before consuming them.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -307,13 +243,9 @@ "id": "swsh11tg-TG06", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -325,9 +257,7 @@ "attacks": [ { "name": "Screaming Circle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon for each of your opponent's Benched Pokémon." @@ -345,18 +275,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG06", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Possesses potential victims' shadows in an effort to steal away the victims' lives. If your shadow begins to laugh, you must take hold of a protective charm posthaste!", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -372,31 +297,21 @@ "id": "swsh11tg-TG07", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Resolute Spite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "Put up to 7 damage counters on this Pokémon. This attack does 20 damage for each damage counter you placed in this way." }, { "name": "Eerie Light", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -414,17 +329,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG07", "artist": "Tomomi Kaneko", "rarity": "Rare Holo", "flavorText": "Resentment at being cast off made it spring into being. Some say that treating it well will satisfy it, and it will once more become a stuffed toy.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -440,31 +351,21 @@ "id": "swsh11tg-TG08", "name": "Hisuian Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hisuian Growlithe", "attacks": [ { "name": "Very Vulnerable", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If you have no cards in your hand, this attack does 150 more damage." }, { "name": "Sharp Fang", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -476,18 +377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG08", "artist": "You Iribi", "rarity": "Rare Holo", "flavorText": "Snaps at its foes with fangs cloaked in blazing flame. Despite its bulk, it deftly feints every which way, leading opponents on a deceptively merry chase as it all but dances around them.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -503,13 +399,9 @@ "id": "swsh11tg-TG09", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Cursed Message", @@ -520,10 +412,7 @@ "attacks": [ { "name": "Chain of Spirits", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 60 more damage for each Spiritomb in your discard pile." @@ -535,18 +424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG09", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "It lays curses by thinking wicked thoughts. Writings tell that this Pokémon was born out of the assembly of five score and eight malevolent spirits.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -562,13 +446,9 @@ "id": "swsh11tg-TG10", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Unfazed Fat", @@ -579,11 +459,7 @@ "attacks": [ { "name": "Thumping Snore", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon is now Asleep. During Pokémon Checkup, flip 2 coins instead of 1. If either of them is tails, this Pokémon is still Asleep." @@ -595,20 +471,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "TG10", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "This glutton appears in villages without warning and devours the entirety of their rice granaries—such occurrences have long been counted among the gravest of disasters.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -624,13 +493,9 @@ "id": "swsh11tg-TG11", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Weather Reading", @@ -641,11 +506,7 @@ "attacks": [ { "name": "Weather Force", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Draw cards until you have 6 cards in your hand." @@ -661,9 +522,7 @@ "artist": "Atsushi Furusawa", "rarity": "Rare Holo", "flavorText": "Its form changes depending on the weather. The rougher conditions get, the rougher Castform's disposition!", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -679,33 +538,23 @@ "id": "swsh11tg-TG12", "name": "Orbeetle V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Mysterious Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -717,16 +566,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG12", "artist": "Nisota Niso", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -742,13 +587,9 @@ "id": "swsh11tg-TG13", "name": "Orbeetle VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Orbeetle V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -763,10 +604,7 @@ "attacks": [ { "name": "G-Max Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -778,16 +616,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG13", "artist": "Teeziro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -803,35 +637,23 @@ "id": "swsh11tg-TG14", "name": "Centiskorch V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Radiating Heat", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." }, { "name": "Burning Train", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -843,18 +665,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG14", "artist": "Yuya Oka", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -870,13 +686,9 @@ "id": "swsh11tg-TG15", "name": "Centiskorch VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Centiskorch V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -884,10 +696,7 @@ "attacks": [ { "name": "G-Max Centiferno", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "This attack does 40 more damage for each Fire Energy attached to this Pokémon. If you did any damage with this attack, you may attach a Fire Energy card from your discard pile to this Pokémon." @@ -899,18 +708,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG15", "artist": "Oswaldo KATO", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -926,37 +729,24 @@ "id": "swsh11tg-TG16", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard all Energy from this Pokémon." @@ -968,16 +758,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG16", "artist": "Ryota Murayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -993,28 +779,18 @@ "id": "swsh11tg-TG17", "name": "Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 150 more damage." @@ -1026,17 +802,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG17", "artist": "Souichirou Gunjima", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1052,14 +823,9 @@ "id": "swsh11tg-TG18", "name": "Enamorus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1073,11 +839,7 @@ "attacks": [ { "name": "Blossom Tail", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Attach up to 2 basic Energy cards from your discard pile to your Benched Pokémon in any way you like." @@ -1089,17 +851,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG18", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 905 - ], + "nationalPokedexNumbers": [905], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1115,35 +872,23 @@ "id": "swsh11tg-TG19", "name": "Gallade V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rising Sword", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 50 more damage for each Prize card you have taken." }, { "name": "Buster Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -1155,17 +900,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG19", "artist": "Souichirou Gunjima", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1181,14 +921,9 @@ "id": "swsh11tg-TG20", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1202,10 +937,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -1217,16 +949,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG20", "artist": "GOSSAN", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1242,35 +970,23 @@ "id": "swsh11tg-TG21", "name": "Eternatus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Power Accelerator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Dynamax Cannon", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage." @@ -1282,17 +998,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG21", "artist": "kodama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1308,14 +1019,9 @@ "id": "swsh11tg-TG22", "name": "Eternatus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Eternamax" - ], + "subtypes": ["VMAX", "Eternamax"], "hp": "340", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eternatus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1330,10 +1036,7 @@ "attacks": [ { "name": "Dread End", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Darkness Pokémon in play." @@ -1345,18 +1048,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG22", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1372,9 +1069,7 @@ "id": "swsh11tg-TG23", "name": "Adventurer's Discovery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon V, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -1397,9 +1092,7 @@ "id": "swsh11tg-TG24", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -1423,9 +1116,7 @@ "id": "swsh11tg-TG25", "name": "Cook", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 70 damage from your Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -1448,9 +1139,7 @@ "id": "swsh11tg-TG26", "name": "Kabu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", "You may play only 1 Supporter card during your turn." @@ -1473,9 +1162,7 @@ "id": "swsh11tg-TG27", "name": "Nessa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -1498,9 +1185,7 @@ "id": "swsh11tg-TG28", "name": "Opal", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Search your deck for a number of cards up to the number of heads, put them into your hand, and shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -1523,28 +1208,18 @@ "id": "swsh11tg-TG29", "name": "Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 150 more damage." @@ -1556,17 +1231,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG29", "artist": "aky CG Works", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1582,14 +1252,9 @@ "id": "swsh11tg-TG30", "name": "Mew VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Fusion Strike" - ], + "subtypes": ["VMAX", "Fusion Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mew V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1597,20 +1262,14 @@ "attacks": [ { "name": "Cross Fusion Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack." }, { "name": "Max Miracle", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -1631,9 +1290,7 @@ "number": "TG30", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1645,4 +1302,4 @@ "large": "https://images.pokemontcg.io/swsh11tg/TG30_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh12.json b/cards/en/swsh12.json index ce03edbe7..4a3661b27 100644 --- a/cards/en/swsh12.json +++ b/cards/en/swsh12.json @@ -3,22 +3,14 @@ "id": "swsh12-1", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sekio", "rarity": "Common", "flavorText": "Lives in the shadows of tall trees where it eats bugs. It is attracted by light at night.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -56,30 +44,21 @@ "id": "swsh12-2", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "attacks": [ { "name": "Miracle Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, choose a Special Condition. Your opponent's Active Pokémon is now affected by that Special Condition." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -95,9 +74,7 @@ "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The wings are covered with dustlike scales. Every time it flaps its wings, it looses highly toxic dust.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -113,23 +90,14 @@ "id": "swsh12-3", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -141,17 +109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "Although the poison from its fangs isn't that strong, it's potent enough to weaken prey that gets caught in its web.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -167,13 +131,9 @@ "id": "swsh12-4", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -185,10 +145,7 @@ "attacks": [ { "name": "Pierce", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -200,17 +157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Tika Matsuno", "rarity": "Rare Holo", "flavorText": "It spews threads from its mouth to catch its prey. When night falls, it leaves its web to go hunt aggressively.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -226,23 +179,14 @@ "id": "swsh12-5", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -254,17 +198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It lives by drinking only dewdrops from under the leaves of plants. It is said that it eats nothing else.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -280,21 +220,14 @@ "id": "swsh12-6", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Bright Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 3 Energy cards from your hand. This attack does 70 more damage for each card you discarded in this way." @@ -306,18 +239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "zig", "rarity": "Uncommon", "flavorText": "It gets energy from warm sunlight and is known for its habit of moving in pursuit of it.", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -333,34 +261,23 @@ "id": "swsh12-7", "name": "Serperior V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Noble Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each Pokémon (both yours and your opponent's)." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -372,16 +289,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -397,13 +310,9 @@ "id": "swsh12-8", "name": "Serperior VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Serperior V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -411,20 +320,14 @@ "attacks": [ { "name": "Regal Blender", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may move any amount of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Star Winder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -439,9 +342,7 @@ "number": "8", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -457,32 +358,21 @@ "id": "swsh12-9", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -494,17 +384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "The leaves on its head are highly valued for medicinal purposes. Dry the leaves in the sun, boil them, and then drink the bitter decoction for remarkably effective relief from fatigue.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -520,30 +406,21 @@ "id": "swsh12-10", "name": "Hisuian Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Swelling Scent", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Search your deck for up to 2 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Spiral Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -555,17 +432,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "I suspect that its well-developed legs are the result of a life spent on mountains covered in deep snow. The scent it exudes from its flower crown heartens those in proximity.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -581,22 +454,14 @@ "id": "swsh12-11", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -608,17 +473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "No one knows what the Poké Ball–like pattern on Foongus means or why Foongus has it.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -634,13 +495,9 @@ "id": "swsh12-12", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "abilities": [ { @@ -652,10 +509,7 @@ "attacks": [ { "name": "Hypno Hammer", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Asleep." @@ -667,19 +521,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "GOSSAN", "rarity": "Rare", "flavorText": "This Pokémon puffs poisonous spores at its foes. If the spores aren't washed off quickly, they'll grow into mushrooms wherever they land.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -695,29 +543,20 @@ "id": "swsh12-13", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Energy Digging", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -729,18 +568,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Yuya Oka", "rarity": "Common", "flavorText": "They lay their eggs deep inside their nests. When attacked by Heatmor, they retaliate using their massive mandibles.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -756,29 +590,20 @@ "id": "swsh12-14", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Four as One", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If Cobalion, Terrakion, and Keldeo are on your Bench, this attack does 70 more damage." }, { "name": "Leaf Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 20 damage from this Pokémon." @@ -790,17 +615,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "A legend tells of this Pokémon working together with Cobalion and Terrakion to protect the Pokémon of the Unova region.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -816,14 +637,9 @@ "id": "swsh12-15", "name": "Chesnaught V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -837,11 +653,7 @@ "attacks": [ { "name": "Touchdown", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Heal 30 damage from this Pokémon." @@ -853,19 +665,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -881,14 +686,9 @@ "id": "swsh12-16", "name": "Radiant Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -902,11 +702,7 @@ "attacks": [ { "name": "Aroma Shot", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon recovers from all Special Conditions." @@ -918,18 +714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Radiant Rare", "flavorText": "This feared Pokémon has long, slender legs and a cruel heart. It shows no mercy as it stomps on its opponents.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -945,22 +736,14 @@ "id": "swsh12-17", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Jump On", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -972,17 +755,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -998,30 +777,21 @@ "id": "swsh12-18", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Scorching Breath", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "During your next turn, this Pokémon can't attack." @@ -1033,17 +803,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Shiburingaru", "rarity": "Uncommon", "flavorText": "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1059,32 +825,21 @@ "id": "swsh12-19", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Flare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1096,19 +851,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "sowsow", "rarity": "Common", "flavorText": "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1124,31 +873,21 @@ "id": "swsh12-20", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Fighting Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 100 more damage." @@ -1160,19 +899,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "OKACHEKE", "rarity": "Rare", "flavorText": "The sight of it running over 6,200 miles in a single day and night has captivated many people.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1188,23 +921,14 @@ "id": "swsh12-21", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This Pokémon also does 10 damage to itself." @@ -1216,17 +940,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Teeziro", "rarity": "Common", "flavorText": "It can't run properly when it's newly born. As it races around with others of its kind, its legs grow stronger.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1242,13 +962,9 @@ "id": "swsh12-22", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -1260,10 +976,7 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1275,17 +988,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Megumi Higuchi", "rarity": "Rare Holo", "flavorText": "This Pokémon can be seen galloping through fields at speeds of up to 150 mph, its fiery mane fluttering in the wind.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1301,29 +1010,20 @@ "id": "swsh12-23", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Assisting Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach up to 2 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Flare", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1335,17 +1035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "GOSSAN", "rarity": "Rare", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1361,34 +1057,23 @@ "id": "swsh12-24", "name": "Reshiram V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sparkling Wing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "White Blaze", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Flip a coin. If tails, during your next turn, this Pokémon can't attack." @@ -1400,17 +1085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1426,31 +1106,21 @@ "id": "swsh12-25", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1462,17 +1132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1488,33 +1154,22 @@ "id": "swsh12-26", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flare Parade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Serena card in your discard pile." @@ -1526,17 +1181,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Ligton", "rarity": "Uncommon", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1552,30 +1203,21 @@ "id": "swsh12-27", "name": "Delphox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Braixen", "attacks": [ { "name": "Flare Parade", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Serena card in your discard pile." }, { "name": "Energy Crush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon." @@ -1587,18 +1229,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Uta", "rarity": "Rare", "flavorText": "Using psychic power, it generates a fiery vortex of 5,400 degrees Fahrenheit, incinerating foes swept into this whirl of flame.", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1614,23 +1251,15 @@ "id": "swsh12-28", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Steady Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -1642,17 +1271,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Narumi Sato", "rarity": "Uncommon", "flavorText": "Fletchinder launches embers into the den of its prey. When the prey comes leaping out, Fletchinder's sharp talons finish it off.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1668,29 +1293,21 @@ "id": "swsh12-29", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Quick Dive", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Merciless Strike", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "80+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." @@ -1702,17 +1319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "Talonflame mainly preys upon other bird Pokémon. To intimidate opponents, it sends embers spewing from gaps between its feathers.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1728,32 +1341,21 @@ "id": "swsh12-30", "name": "Litten", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Torracat" - ], + "types": ["Fire"], + "evolvesTo": ["Torracat"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Reprisal", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each damage counter on this Pokémon." @@ -1765,18 +1367,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "Its coat regrows twice a year. When the time comes, Litten sets its own body on fire and burns away the old fur.", - "nationalPokedexNumbers": [ - 725 - ], + "nationalPokedexNumbers": [725], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1792,35 +1389,22 @@ "id": "swsh12-31", "name": "Torracat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litten", - "evolvesTo": [ - "Incineroar" - ], + "evolvesTo": ["Incineroar"], "attacks": [ { "name": "Gritty Claws", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, if this Pokémon has full HP and would be Knocked Out by damage from an attack, it is not Knocked Out, and its remaining HP becomes 10." }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1832,18 +1416,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "GIDORA", "rarity": "Uncommon", "flavorText": "When its mane is standing on end, you can tell it's feeling good. When it isn't feeling well, its fur will lie down flat.", - "nationalPokedexNumbers": [ - 726 - ], + "nationalPokedexNumbers": [726], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1859,30 +1438,21 @@ "id": "swsh12-32", "name": "Incineroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torracat", "attacks": [ { "name": "Secret Attack", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Choose an attack from 1 of this Pokémon's previous Evolutions and use it as this attack." }, { "name": "Flare Shot", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "180", "text": "Discard all Energy from this Pokémon." @@ -1894,19 +1464,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "When its fighting spirit is set alight, the flames around its waist become especially intense.", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1922,37 +1486,24 @@ "id": "swsh12-33", "name": "Alolan Vulpix V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "White Drop", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 50 more damage." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1964,16 +1515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Ryota Murayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1989,37 +1536,25 @@ "id": "swsh12-34", "name": "Alolan Vulpix VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix V", - "evolvesTo": [ - "Ninetales" - ], + "evolvesTo": ["Ninetales"], "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Snow Mirage", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability." }, { "name": "Silvery Snow Star", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "70×", "text": "This attack does 70 damage for each of your opponent's Pokémon V in play. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -2031,16 +1566,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "PLANETA Hiiragi", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2056,34 +1587,23 @@ "id": "swsh12-35", "name": "Omastar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Primal Guidance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon that evolve from an Item card that has \"Fossil\" in its name and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tentacle Lock", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn." @@ -2095,16 +1615,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2120,29 +1636,20 @@ "id": "swsh12-36", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wild Freeze", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "70", "text": "This Pokémon also does 50 damage to itself. Your opponent's Active Pokémon is now Paralyzed." @@ -2154,17 +1661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "It's said that this Pokémon's beautiful blue wings are made of ice. Articuno flies over snowy mountains, its long tail fluttering along behind it.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2180,34 +1683,21 @@ "id": "swsh12-37", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Gulp Down", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2219,20 +1709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "37", "artist": "Jiro Sasumo", "rarity": "Common", "flavorText": "It shows off by spraying jets of seawater from the nostrils above its eyes. It eats a solid ton of Wishiwashi every day.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2248,13 +1731,9 @@ "id": "swsh12-38", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "abilities": [ { @@ -2266,12 +1745,7 @@ "attacks": [ { "name": "Special Wave", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage." @@ -2283,20 +1757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "38", "artist": "Shinya Komatsu", "rarity": "Uncommon", "flavorText": "It can sometimes knock out opponents with the shock created by breaching and crashing its big body onto the water.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2312,31 +1779,21 @@ "id": "swsh12-39", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Ascension", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2348,17 +1805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "0313", "rarity": "Common", "flavorText": "Although unattractive and unpopular, this Pokémon's marvelous vitality has made it a subject of research.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2374,30 +1827,21 @@ "id": "swsh12-40", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mellow Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2409,18 +1853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "Milotic has provided inspiration to many artists. It has even been referred to as the most beautiful Pokémon of all.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2436,33 +1875,21 @@ "id": "swsh12-41", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2474,17 +1901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "sui", "rarity": "Common", "flavorText": "It's said that if they are seen at midnight, they'll cause heavy snow. They eat snow and ice to survive.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2500,37 +1923,22 @@ "id": "swsh12-42", "name": "Glalie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", - "evolvesTo": [ - "Froslass" - ], + "evolvesTo": ["Froslass"], "attacks": [ { "name": "Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Big Mouth", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "If you played Candice from your hand during this turn, this attack does 130 more damage." @@ -2542,18 +1950,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Scav", "rarity": "Uncommon", "flavorText": "It has a body of ice that won't melt, even with fire. It can instantly freeze moisture in the atmosphere.", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2569,30 +1972,21 @@ "id": "swsh12-43", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "attacks": [ { "name": "Frosty Jail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20+", "text": "If you played Candice from your hand during this turn, this attack does 90 more damage, and your opponent's Active Pokémon is now Paralyzed." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -2604,17 +1998,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Taira Akitsu", "rarity": "Rare", "flavorText": "After a woman met her end on a snowy mountain, her regrets lingered on. From them, this Pokémon was born. Its favorite food is frozen souls.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2630,29 +2020,20 @@ "id": "swsh12-44", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Fossil Finding", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle up to 4 in any combination of Unidentified Fossil and Rare Fossil cards from your discard pile into your deck." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2664,17 +2045,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Rock-hard scales and oil-filled swim bladders allow this Pokémon to survive the intense water pressure of the deep sea.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2690,28 +2067,20 @@ "id": "swsh12-45", "name": "Phione", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Sea Feast", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Water Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2723,17 +2092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Jiro Sasumo", "rarity": "Rare", "flavorText": "It drifts in warm seas. It always returns to where it was born, no matter how far it may have drifted.", - "nationalPokedexNumbers": [ - 489 - ], + "nationalPokedexNumbers": [489], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2749,30 +2114,20 @@ "id": "swsh12-46", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Four as One", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If Cobalion, Terrakion, and Virizion are on your Bench, this attack does 170 more damage." @@ -2784,18 +2139,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Atsushi Furusawa", "rarity": "Rare", "flavorText": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are then too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2811,23 +2161,14 @@ "id": "swsh12-47", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Water"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Hook", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2839,17 +2180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It forms a water bubble at the rear of its body and then covers its head with it. Meeting another Dewpider means comparing water-bubble sizes.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2865,30 +2202,21 @@ "id": "swsh12-48", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Drowning Ball", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed, and discard an Energy from that Pokémon." }, { "name": "Headbutt Bounce", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -2900,18 +2228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "DOM", "rarity": "Uncommon", "flavorText": "It launches water bubbles with its legs, drowning prey within the bubbles. This Pokémon can then take its time to savor its meal.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2927,22 +2250,14 @@ "id": "swsh12-49", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Pika Strike", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "If 1 of your Dedenne used Dede-Short during your last turn, this attack does 180 more damage." @@ -2954,17 +2269,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Souichirou Gunjima", "rarity": "Common", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2980,31 +2291,21 @@ "id": "swsh12-50", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Ambushing Spark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "If your opponent has used their VSTAR Power during this game, this attack does 100 more damage." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3016,17 +2317,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "Its long tail serves as a ground to protect itself from its own high-voltage power.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3042,32 +2339,21 @@ "id": "swsh12-51", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gentle Slap", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3079,17 +2365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its antennae, which evolved from a fin, have both positive and negative charges flowing through them.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3105,31 +2387,21 @@ "id": "swsh12-52", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Ram", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Strong Volt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon." @@ -3141,18 +2413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "aoki", "rarity": "Uncommon", "flavorText": "The light it emits is so bright that it can illuminate the sea's surface from a depth of over three miles.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3168,30 +2435,20 @@ "id": "swsh12-53", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Overhaul", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3203,17 +2460,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "One boy's invention led to the development of many different machines that take advantage of Rotom's unique capabilities.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3229,29 +2482,20 @@ "id": "swsh12-54", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Lucky Find", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3267,9 +2511,7 @@ "artist": "sowsow", "rarity": "Common", "flavorText": "As Emolga flutters through the air, it crackles with electricity. This Pokémon is cute, but it can cause a lot of trouble.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3285,31 +2527,20 @@ "id": "swsh12-55", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Mystery Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "You can use this attack only if you have no Supporter cards in your discard pile. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3321,18 +2552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "Shinji Kanda", "rarity": "Common", "flavorText": "Thanks to bacteria that lived in the mud flats with it, this Pokémon developed the organs it uses to generate electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3348,30 +2574,20 @@ "id": "swsh12-56", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Battle Claw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 30 more damage." }, { "name": "Mach Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3387,9 +2603,7 @@ "artist": "GOSSAN", "rarity": "Rare", "flavorText": "It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3405,34 +2619,23 @@ "id": "swsh12-57", "name": "Regieleki V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Switching Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Lightning Wall", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance)." @@ -3444,16 +2647,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3469,13 +2668,9 @@ "id": "swsh12-58", "name": "Regieleki VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Regieleki V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3490,11 +2685,7 @@ "attacks": [ { "name": "Max Thunder and Lightning", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "During your next turn, this Pokémon can't attack." @@ -3509,9 +2700,7 @@ "number": "58", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3527,14 +2716,9 @@ "id": "swsh12-59", "name": "Radiant Alakazam", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -3548,10 +2732,7 @@ "attacks": [ { "name": "Mind Ruler", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each card in your opponent's hand." @@ -3569,18 +2750,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Akira Komayama", "rarity": "Radiant Rare", "flavorText": "It has an incredibly high level of intelligence. Some say that Alakazam remembers everything that ever happens to it, from birth till death.", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3596,32 +2772,21 @@ "id": "swsh12-60", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Psypunch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hypnotic Ray", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3639,18 +2804,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Souichirou Gunjima", "rarity": "Common", "flavorText": "It puts its prey to sleep and devours their dreams. It seems that bad dreams taste sour, so Drowzee doesn't particularly like eating them.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3666,31 +2826,21 @@ "id": "swsh12-61", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Psy Call", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Stage 1 Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3708,18 +2858,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Shinji Kanda", "rarity": "Uncommon", "flavorText": "There are some Hypno that assist doctors with patients who can't sleep at night in hospitals.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3735,13 +2880,9 @@ "id": "swsh12-62", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Selfish Lips", @@ -3752,10 +2893,7 @@ "attacks": [ { "name": "Psychic Assault", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -3773,18 +2911,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "In certain parts of Galar, Jynx was once feared and worshiped as the Queen of Ice.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3800,22 +2933,14 @@ "id": "swsh12-63", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -3833,17 +2958,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "What makes it happy is imitating the voices of weeping people and scaring everyone. It doesn't deal well with folks who aren't easily frightened.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3859,13 +2980,9 @@ "id": "swsh12-64", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "abilities": [ { @@ -3877,9 +2994,7 @@ "attacks": [ { "name": "Eerie Voice", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on each of your opponent's Pokémon." @@ -3897,17 +3012,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its muttered curses can cause awful headaches or terrifying visions that torment others.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3923,34 +3034,23 @@ "id": "swsh12-65", "name": "Unown V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shady Stamp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Victory Symbol", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If you use this attack when you have only 1 Prize card remaining, you win this game." @@ -3968,16 +3068,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3993,13 +3089,9 @@ "id": "swsh12-66", "name": "Unown VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Unown V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -4007,20 +3099,14 @@ "attacks": [ { "name": "Tri Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "70×", "text": "Flip 3 coins. This attack does 70 damage for each heads." }, { "name": "Star Cipher", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Until this Pokémon leaves play, it gains an Ability that has the effect \"The Weakness of each of your opponent's Pokémon in play is now Psychic. (The amount of Weakness doesn't change.)\" (You can't use more than 1 VSTAR Power in a game.)" @@ -4038,16 +3124,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4063,22 +3145,14 @@ "id": "swsh12-67", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Memory Skip", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." @@ -4090,17 +3164,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "It is highly attuned to the emotions of people and Pokémon. It hides if it senses hostility.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4116,18 +3186,11 @@ "id": "swsh12-68", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "abilities": [ { "name": "Refinement", @@ -4138,10 +3201,7 @@ "attacks": [ { "name": "Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4153,18 +3213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "If its Trainer becomes happy, it overflows with energy, dancing joyously while spinning about.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4180,13 +3235,9 @@ "id": "swsh12-69", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -4198,10 +3249,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -4213,18 +3261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It has the power to predict the future. Its power peaks when it is protecting its Trainer.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4240,34 +3283,23 @@ "id": "swsh12-70", "name": "Mawile V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pouty Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Chomp Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a random card from your opponent's hand." @@ -4279,16 +3311,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4304,13 +3332,9 @@ "id": "swsh12-71", "name": "Mawile VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mawile V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -4325,10 +3349,7 @@ "attacks": [ { "name": "Sudden Eater", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 90 more damage." @@ -4340,16 +3361,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4365,16 +3382,10 @@ "id": "swsh12-72", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Psychic"], + "evolvesTo": ["Medicham"], "abilities": [ { "name": "Yoga Guard", @@ -4385,10 +3396,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4406,17 +3414,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Jiro Sasumo", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4432,13 +3436,9 @@ "id": "swsh12-73", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Meditite", "abilities": [ { @@ -4450,11 +3450,7 @@ "attacks": [ { "name": "Vigorous Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent has any Pokémon VMAX in play, this attack does 90 more damage." @@ -4472,18 +3468,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4499,29 +3490,20 @@ "id": "swsh12-74", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Dreaming Tone", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if an Energy card is attached to the Defending Pokémon from your opponent's hand, that Pokémon will be Asleep." }, { "name": "Hang Down", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4539,17 +3521,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Emitting ultrasonic cries, it floats on winds to travel great distances.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4565,30 +3543,20 @@ "id": "swsh12-75", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Warning", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck. If your opponent's Active Pokémon is a Pokémon V, you may put up to 5 Basic Pokémon onto your Bench in this way instead." }, { "name": "Cutting Wind", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4606,17 +3574,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Yuya Oka", "rarity": "Uncommon", "flavorText": "Psychic power allows these Pokémon to fly. Some say they were the guardians of an ancient city. Others say they were the guardians' emissaries.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4632,23 +3596,14 @@ "id": "swsh12-76", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4666,17 +3621,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Ligton", "rarity": "Common", "flavorText": "It communicates with others telepathically. Its body is encapsulated in liquid, but if it takes a heavy blow, the liquid will leak out.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4692,24 +3643,15 @@ "id": "swsh12-77", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Cell Spear", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Put 2 damage counters on 1 of your opponent's Benched Pokémon." @@ -4727,18 +3669,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Pani Kobayashi", "rarity": "Uncommon", "flavorText": "Its psychic power can supposedly cover a range of more than half a mile—but only if its two brains can agree with each other.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4754,13 +3691,9 @@ "id": "swsh12-78", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "abilities": [ { @@ -4772,10 +3705,7 @@ "attacks": [ { "name": "Cell Fork", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Choose 2 of your opponent's Benched Pokémon and put 3 damage counters on each of them." @@ -4793,18 +3723,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "While it could use its psychic abilities in battle, this Pokémon prefers to swing its powerful arms around to beat opponents into submission.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4820,22 +3745,14 @@ "id": "swsh12-79", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4853,17 +3770,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "If this Pokémon stands near a TV, strange scenery will appear on the screen. That scenery is said to be from its home.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4879,30 +3792,21 @@ "id": "swsh12-80", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Psychic Sphere", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Psychic Arrow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon. Also apply Weakness and Resistance for Benched Pokémon." @@ -4920,17 +3824,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Shinji Kanda", "rarity": "Uncommon", "flavorText": "Whenever a Beheeyem visits a farm, a Dubwool mysteriously disappears.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4946,32 +3846,21 @@ "id": "swsh12-81", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Mumble", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4989,17 +3878,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Though Espurr's expression never changes, behind that blank stare is an intense struggle to contain its devastating psychic power.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5015,13 +3900,9 @@ "id": "swsh12-82", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "abilities": [ { @@ -5033,11 +3914,7 @@ "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -5055,17 +3932,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Taira Akitsu", "rarity": "Uncommon", "flavorText": "Females are a bit more selfish and aggressive than males. If they don't get what they want, they will torment you with their psychic abilities.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5081,32 +3954,21 @@ "id": "swsh12-83", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Psychic"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Flop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5118,17 +3980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It eats its own weight in sugar every day. If it doesn't get enough sugar, it becomes incredibly grumpy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5144,32 +4002,21 @@ "id": "swsh12-84", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Swirlix", "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5181,18 +4028,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "By taking in a person's scent, it can sniff out their mental and physical condition. It's hoped that this skill will have many medical applications.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5208,28 +4050,20 @@ "id": "swsh12-85", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dede-Short", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "You can use this attack only if 1 of your Togedemaru used Toge Dash during your last turn. Your opponent's Active Pokémon is now Paralyzed." @@ -5241,17 +4075,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Shiburingaru", "rarity": "Uncommon", "flavorText": "A Dedenne's whiskers pick up electrical waves other Dedenne send out. These Pokémon share locations of food or electricity with one another.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5267,29 +4097,20 @@ "id": "swsh12-86", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Smart Service", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack during your first turn. Search your deck for a card and put it into your hand. Then, shuffle your deck." }, { "name": "Smack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5307,17 +4128,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "kodama", "rarity": "Common", "flavorText": "These intelligent Pokémon touch horns with each other to share information between them.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5333,22 +4150,14 @@ "id": "swsh12-87", "name": "Dreepy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drakloak" - ], + "types": ["Psychic"], + "evolvesTo": ["Drakloak"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -5366,17 +4175,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "After being reborn as a ghost Pokémon, Dreepy wanders the areas it used to inhabit back when it was alive in prehistoric seas.", - "nationalPokedexNumbers": [ - 885 - ], + "nationalPokedexNumbers": [885], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5392,23 +4197,15 @@ "id": "swsh12-88", "name": "Drakloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dreepy", - "evolvesTo": [ - "Dragapult" - ], + "evolvesTo": ["Dragapult"], "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -5426,17 +4223,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "kurumitsu", "rarity": "Uncommon", "flavorText": "It's capable of flying faster than 120 mph. It battles alongside Dreepy and dotes on them until they successfully evolve.", - "nationalPokedexNumbers": [ - 886 - ], + "nationalPokedexNumbers": [886], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5452,30 +4245,21 @@ "id": "swsh12-89", "name": "Dragapult", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drakloak", "attacks": [ { "name": "Dragon Launcher", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a number of your Benched Dreepy up to the number of your opponent's Pokémon in play. Then, for each Dreepy you discarded in this way, choose 1 of your opponent's Pokémon and do 100 damage to it. You can't choose the same Pokémon more than once. This damage isn't affected by Weakness or Resistance." }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -5493,17 +4277,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Teeziro", "rarity": "Rare Holo", "flavorText": "When it isn't battling, it keeps Dreepy in the holes on its horns. Once a fight starts, it launches the Dreepy like supersonic missiles.", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5519,14 +4299,9 @@ "id": "swsh12-90", "name": "Hisuian Arcanine V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5540,12 +4315,7 @@ "attacks": [ { "name": "Rock Bullet", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "This attack does 30 more damage for each Fighting Energy attached to this Pokémon." @@ -5557,18 +4327,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5584,22 +4348,14 @@ "id": "swsh12-91", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5611,18 +4367,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5638,32 +4389,21 @@ "id": "swsh12-92", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Overspin", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "110", "text": "If this Pokémon evolved during this turn, this attack does nothing." }, { "name": "Giant Fangs", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "" @@ -5675,19 +4415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "The longer and bigger its tusks, the higher its rank in its herd. The tusks take long to grow.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5703,31 +4437,21 @@ "id": "swsh12-93", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5739,17 +4463,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5765,13 +4485,9 @@ "id": "swsh12-94", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "abilities": [ { @@ -5783,11 +4499,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5799,18 +4511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Nisota Niso", "rarity": "Uncommon", "flavorText": "This mysterious Pokémon started life as an ancient clay figurine made over 20,000 years ago.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5826,24 +4533,15 @@ "id": "swsh12-95", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "attacks": [ { "name": "Fossil Drop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard an Unidentified Fossil card from your hand. If you do, this attack does 120 more damage." @@ -5855,17 +4553,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "This Pokémon was restored from a fossil. Anorith lived in the ocean about 100,000,000 years ago, hunting with its pair of claws.", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5881,31 +4575,21 @@ "id": "swsh12-96", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "attacks": [ { "name": "Reaping Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has 100 HP or less remaining, it is Knocked Out." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -5917,18 +4601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "After evolution, this Pokémon emerged onto land. Its lower body has become stronger, and blows from its tail are devastating.", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5944,21 +4623,13 @@ "id": "swsh12-97", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cavern Tackle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, prevent all damage from attacks done to this Pokémon. If 1 of your Pokémon used Cavern Tackle during your last turn, this attack can't be used." @@ -5970,19 +4641,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It has phenomenal power. It will mercilessly crush anyone or anything that bullies small Pokémon.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5998,29 +4663,20 @@ "id": "swsh12-98", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Allure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Acrobatics", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -6038,17 +4694,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Teeziro", "rarity": "Common", "flavorText": "It drives its opponents to exhaustion with its agile maneuvers, then ends the fight with a flashy finishing move.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6064,22 +4716,14 @@ "id": "swsh12-99", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Fighting"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Corner", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -6091,19 +4735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Sekio", "rarity": "Common", "flavorText": "Grudges of the dead have possessed a mound of sand and become a Pokémon. Sandygast is fond of the shovel on its head.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6119,31 +4757,21 @@ "id": "swsh12-100", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandygast", "attacks": [ { "name": "Sandpot Trap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -6155,19 +4783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "sui", "rarity": "Uncommon", "flavorText": "Palossand is known as the Beach Nightmare. It pulls its prey down into the sand by controlling the sand itself, and then it sucks out their souls.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6183,30 +4805,20 @@ "id": "swsh12-101", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Mystery Press", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have no Supporter cards in your discard pile, this attack does 130 more damage." @@ -6218,19 +4830,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Hataya", "rarity": "Uncommon", "flavorText": "It stands in grasslands, watching the sun's descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6246,14 +4852,9 @@ "id": "swsh12-102", "name": "Ursaluna V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6267,11 +4868,7 @@ "attacks": [ { "name": "Peat Shoulder", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "220-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -6283,19 +4880,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 901 - ], + "nationalPokedexNumbers": [901], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6311,22 +4901,14 @@ "id": "swsh12-103", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Darkness"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6342,9 +4924,7 @@ "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It emits ultrasonic waves from its mouth to check its surroundings. Even in tight caves, Zubat flies around with skill.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6360,23 +4940,15 @@ "id": "swsh12-104", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -6392,9 +4964,7 @@ "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "It loves to drink other creatures' blood. It's said that if it finds others of its kind going hungry, it sometimes shares the blood it's gathered.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6410,31 +4980,21 @@ "id": "swsh12-105", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Golbat", "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Critical Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If 1 of your opponent's Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards." @@ -6450,9 +5010,7 @@ "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "Both of its legs have turned into wings. Without a sound, Crobat flies swiftly toward its prey and sinks its fangs into the nape of its target's neck.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6468,31 +5026,21 @@ "id": "swsh12-106", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Flock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Murkrow and put them onto your Bench. Then, shuffle your deck." }, { "name": "Peck", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6510,17 +5058,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Ligton", "rarity": "Common", "flavorText": "It searches for shiny things for its boss. Murkrow's presence is said to be unlucky, so many people detest it.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6536,31 +5080,21 @@ "id": "swsh12-107", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Callous Wings", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "You may switch this Pokémon with 1 of your Benched Murkrow." @@ -6578,18 +5112,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "aoki", "rarity": "Uncommon", "flavorText": "Its goons take care of most of the fighting for it. The only time it dirties its own hands is in delivering a final blow to finish off an opponent.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6605,35 +5134,23 @@ "id": "swsh12-108", "name": "Skuntank V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pursuit Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. If that Pokémon retreated from the Active Spot during your opponent's last turn, this attack does 120 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Shrieking Poison", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -6645,17 +5162,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6671,23 +5183,14 @@ "id": "swsh12-109", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Darkness"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6699,18 +5202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It makes frightening noises with its poison-filled cheek sacs. When opponents flinch, Croagunk hits them with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6726,30 +5224,21 @@ "id": "swsh12-110", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Pierce", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Diving Uppercut", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "During your opponent's next turn, this Pokémon takes 50 more damage from attacks (after applying Weakness and Resistance)." @@ -6761,18 +5250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Uta", "rarity": "Uncommon", "flavorText": "It bounces toward opponents and gouges them with poisonous claws. No more than a scratch is needed to knock out its adversaries.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6788,23 +5272,14 @@ "id": "swsh12-111", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6816,18 +5291,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "0313", "rarity": "Common", "flavorText": "The desert gets cold at night, so when the sun sets, this Pokémon burrows deep into the sand and sleeps until sunrise.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6843,25 +5313,15 @@ "id": "swsh12-112", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -6873,19 +5333,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "Pani Kobayashi", "rarity": "Uncommon", "flavorText": "Krokorok has specialized eyes that enable it to see in the dark. This ability lets Krokorok hunt in the dead of night without getting lost.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6901,13 +5355,9 @@ "id": "swsh12-113", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "abilities": [ { @@ -6919,11 +5369,7 @@ "attacks": [ { "name": "Double-Edge", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -6935,19 +5381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Shiburingaru", "rarity": "Rare Holo", "flavorText": "This Pokémon is known as the Bully of the Sands. Krookodile's mighty jaws can bite through heavy plates of iron with almost no effort at all.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6963,22 +5403,14 @@ "id": "swsh12-114", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Darkness"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6990,17 +5422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Yuu Nishida", "rarity": "Common", "flavorText": "The first symptom of its sting is numbness. The next is an itching sensation so intense that it's impossible to resist the urge to claw at your skin.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7016,31 +5444,21 @@ "id": "swsh12-115", "name": "Toxapex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Mareanie", "attacks": [ { "name": "Venoshock", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 120 more damage." }, { "name": "Spike Shot", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7052,18 +5470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "Ligton", "rarity": "Uncommon", "flavorText": "To survive in the cold waters of Galar, this Pokémon forms a dome with its legs, enclosing its body so it can capture its own body heat.", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7079,19 +5492,13 @@ "id": "swsh12-116", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Peko Blaster", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if 1 of your Dedenne used Dede-Short during your last turn. This attack does 60 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7103,17 +5510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "Intense hunger drives it to extremes of violence, and the electricity in its cheek sacs has converted into a Dark-type energy.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7129,32 +5532,21 @@ "id": "swsh12-117", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Magnetic Lift", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card. Shuffle your deck, then put that card on top of it." }, { "name": "Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7172,17 +5564,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "sowsow", "rarity": "Common", "flavorText": "From its rear, Beldum emits a magnetic force that rapidly pulls opponents in. They get skewered on Beldum's sharp claws.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7198,24 +5586,15 @@ "id": "swsh12-118", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -7233,18 +5612,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Two Beldum have become stuck together via their own magnetic forces. With two brains, the resulting Metang has doubled psychic powers.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7260,13 +5634,9 @@ "id": "swsh12-119", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -7278,10 +5648,7 @@ "attacks": [ { "name": "Meteor Mash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "During your next turn, this Pokémon's Meteor Mash attack does 100 more damage (before applying Weakness and Resistance)." @@ -7299,19 +5666,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "119", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "Because the magnetic powers of these Pokémon get stronger in freezing temperatures, Metagross living on snowy mountains are full of energy.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7327,14 +5688,9 @@ "id": "swsh12-120", "name": "Radiant Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -7348,10 +5704,7 @@ "attacks": [ { "name": "Astral Misfortune", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is Knocked Out." @@ -7369,17 +5722,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Ryuta Fuse", "rarity": "Radiant Rare", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7395,32 +5744,21 @@ "id": "swsh12-121", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7438,18 +5776,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It defends itself by launching spikes, but its aim isn't very good at first. Only after a lot of practice will it improve.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7465,32 +5798,21 @@ "id": "swsh12-122", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Whip Smash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -7508,18 +5830,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "This Pokémon scrapes its spikes across rocks, and then uses the tips of its feelers to absorb the nutrients it finds within the stone.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7535,22 +5852,14 @@ "id": "swsh12-123", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Call Sign", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -7568,17 +5877,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The two minigears that compose this Pokémon are closer than twins. They mesh well only with each other.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7594,25 +5899,15 @@ "id": "swsh12-124", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Gear Grind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage for each heads." @@ -7630,19 +5925,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "When Klang goes all out, the minigear links up perfectly with the outer part of the big gear, and this Pokémon's rotation speed increases sharply.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7658,13 +5947,9 @@ "id": "swsh12-125", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "abilities": [ { @@ -7676,11 +5961,7 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -7698,19 +5979,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "125", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "From its spikes, it launches powerful blasts of electricity. Its red core contains an enormous amount of energy.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7726,13 +6001,9 @@ "id": "swsh12-126", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Justified Law", @@ -7743,10 +6014,7 @@ "attacks": [ { "name": "Follow-Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a basic Energy card and attach it to that Pokémon. Then, shuffle your deck." @@ -7764,18 +6032,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This Pokémon appears in a legend alongside Terrakion and Virizion, fighting against humans in defense of the Unova region's Pokémon.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7791,19 +6054,13 @@ "id": "swsh12-127", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Toge Dash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, if this Pokémon is Knocked Out, your opponent can't take any Prize cards for it." @@ -7821,18 +6078,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "kawayoo", "rarity": "Common", "flavorText": "With the long hairs on its back, this Pokémon takes in electricity from other electric Pokémon. It stores what it absorbs in an electric sac.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7848,34 +6100,23 @@ "id": "swsh12-128", "name": "Magearna V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gear Throw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Special Laser", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage." @@ -7893,16 +6134,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7918,40 +6155,26 @@ "id": "swsh12-129", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "kurumitsu", "rarity": "Common", "flavorText": "Dratini dwells near bodies of rapidly flowing water, such as the plunge pools of waterfalls. As it grows, Dratini will shed its skin many times.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7967,52 +6190,34 @@ "id": "swsh12-130", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Surf", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "Shinya Komatsu", "rarity": "Uncommon", "flavorText": "This Pokémon lives in pristine oceans and lakes. It can control the weather, and it uses this power to fly into the sky, riding on the wind.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8028,51 +6233,33 @@ "id": "swsh12-131", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Energy Hurricane", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "131", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "It's a kindhearted Pokémon. If it spots a drowning person or Pokémon, Dragonite simply must help them.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8088,48 +6275,33 @@ "id": "swsh12-132", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Dragon"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Glide", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "30", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "After nightfall, they emerge from the caves they nest in during the day. Using their ultrasonic waves, they go on the hunt for ripened fruit.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8145,31 +6317,21 @@ "id": "swsh12-133", "name": "Noivern", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "attacks": [ { "name": "Radiant Hunt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Knock Out 1 of your opponent's Radiant Pokémon." }, { "name": "Seventh Echo", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "70", "text": "Draw cards until you have 7 cards in your hand." @@ -8179,9 +6341,7 @@ "artist": "aoki", "rarity": "Rare", "flavorText": "Aggressive and cruel, this Pokémon will ruthlessly torment enemies that are helpless in the dark.", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8197,45 +6357,32 @@ "id": "swsh12-134", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Shout of Power", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Speed Attack", - "cost": [ - "Grass", - "Fighting" - ], + "cost": ["Grass", "Fighting"], "convertedEnergyCost": 2, "damage": "70", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Born when around 10% of Zygarde's cells have been gathered from all over, this form is skilled in close-range combat.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8251,51 +6398,34 @@ "id": "swsh12-135", "name": "Regidrago V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Laser", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8311,13 +6441,9 @@ "id": "swsh12-136", "name": "Regidrago VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Regidrago V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -8332,28 +6458,18 @@ "attacks": [ { "name": "Apex Dragon", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "", "text": "Choose an attack from a Dragon Pokémon in your discard pile and use it as this attack." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "136", "artist": "PLANETA Yamashita", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8369,29 +6485,20 @@ "id": "swsh12-137", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Colorful Palette", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck. You may attach any number of basic Energy cards you find there to 1 of your Pokémon. Shuffle the other cards back into your deck." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8403,17 +6510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "Mizue", "rarity": "Common", "flavorText": "It draws symbols with the fluid that oozes from the tip of its tail. Depending on the symbol, Smeargle fanatics will pay big money for them.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8429,35 +6532,23 @@ "id": "swsh12-138", "name": "Lugia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Read the Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Aero Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "You may discard a Stadium in play." @@ -8475,17 +6566,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8501,13 +6587,9 @@ "id": "swsh12-139", "name": "Lugia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lugia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -8522,12 +6604,7 @@ "attacks": [ { "name": "Tempest Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "You may discard a Stadium in play." @@ -8545,17 +6622,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8571,14 +6643,9 @@ "id": "swsh12-140", "name": "Ho-Oh V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8592,12 +6659,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "This attack does 30 more damage for each type of basic Energy attached to this Pokémon." @@ -8615,17 +6677,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8641,19 +6698,13 @@ "id": "swsh12-141", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dizzying Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. Your opponent's Active Pokémon is now Confused. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8665,18 +6716,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "141", "artist": "Souichirou Gunjima", "rarity": "Common", "flavorText": "Each Spinda's spot pattern is different. With its stumbling movements, it evades opponents' attacks brilliantly!", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8692,22 +6738,14 @@ "id": "swsh12-142", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Continuous Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -8725,17 +6763,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its cottony wings are full of air, making them light and fluffy to the touch. Swablu takes diligent care of its wings.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8751,32 +6785,21 @@ "id": "swsh12-143", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Magical Echo", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon." }, { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -8794,17 +6817,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "As it flies in a calm and relaxed manner, Altaria performs a humming song that would enrapture any audience.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8820,22 +6839,14 @@ "id": "swsh12-144", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Try Bouncing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -8847,17 +6858,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "saino misaki", "rarity": "Common", "flavorText": "If both of Buneary's ears are rolled up, something is wrong with its body or mind. It's a sure sign the Pokémon is in need of care.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8873,31 +6880,21 @@ "id": "swsh12-145", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Flip 2 coins. This attack does 100 damage for each heads." @@ -8909,17 +6906,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Ryuta Fuse", "rarity": "Uncommon", "flavorText": "Lopunny is constantly monitoring its surroundings. If danger approaches, this Pokémon responds with superdestructive kicks.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8935,34 +6928,22 @@ "id": "swsh12-146", "name": "Archen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Archeops" - ], + "evolvesTo": ["Archeops"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -8980,17 +6961,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "This Pokémon was successfully restored from a fossil. As research suggested, Archen is unable to fly. But it's very good at jumping.", - "nationalPokedexNumbers": [ - 566 - ], + "nationalPokedexNumbers": [566], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9006,13 +6983,9 @@ "id": "swsh12-147", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Archen", "abilities": [ { @@ -9024,11 +6997,7 @@ "attacks": [ { "name": "Speed Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -9046,17 +7015,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It needs a running start to take off. If Archeops wants to fly, it first needs to run nearly 25 mph, building speed over a course of about 2.5 miles.", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9072,23 +7037,14 @@ "id": "swsh12-148", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -9106,17 +7062,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "148", "artist": "kurumitsu", "rarity": "Common", "flavorText": "Its chick-like looks belie its hotheadedness. It challenges its parents at every opportunity, desperate to prove its strength.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9132,31 +7084,21 @@ "id": "swsh12-149", "name": "Hisuian Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Eerie Cry", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has any damage counters on it." }, { "name": "Mind Bend", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Confused." @@ -9174,17 +7116,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "149", "artist": "Jiro Sasumo", "rarity": "Rare", "flavorText": "Screaming a bloodcurdling battle cry, this huge and ferocious bird Pokémon goes out on the hunt. It blasts lakes with shock waves, then scoops up any prey that float to the water's surface.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9200,22 +7138,14 @@ "id": "swsh12-150", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -9237,9 +7167,7 @@ "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Its melodious cries are actually warnings. Fletchling will mercilessly peck at anything that enters its territory.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9255,9 +7183,7 @@ "id": "swsh12-151", "name": "Brandon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only when it is the last card in your hand. Draw a card for each Benched Pokémon (both yours and your opponent's).", "You may play only 1 Supporter card during your turn." @@ -9280,9 +7206,7 @@ "id": "swsh12-152", "name": "Candice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Water Pokémon and Water Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -9305,9 +7229,7 @@ "id": "swsh12-153", "name": "Capturing Aroma", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for an Evolution Pokémon, reveal it, and put it into your hand. If tails, search your deck for a Basic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9330,10 +7252,7 @@ "id": "swsh12-154", "name": "Earthen Seal Stone", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The Pokémon V this card is attached to can use the VSTAR Power on this card. (You still need the necessary Energy to use this attack.) ColorlessColorlessColorless Star Gravity Put damage counters on each of your opponent's Pokémon V until its remaining HP is 100. (You can't use more than 1 VSTAR Power in a game.)", "You may play any number of Item cards during your turn.", @@ -9357,10 +7276,7 @@ "id": "swsh12-155", "name": "Emergency Jelly", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "At the end of each turn, if the Pokémon this card is attached to has 30 HP or less remaining and has any damage counters on it, heal 120 damage from it. If you healed any damage in this way, discard this card.", "You may play any number of Item cards during your turn.", @@ -9384,10 +7300,7 @@ "id": "swsh12-156", "name": "Forest Seal Stone", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The Pokémon V this card is attached to can use the VSTAR Power on this card. Star Alchemy During your turn, you may search your deck for a card and put it into your hand. Then, shuffle your deck. (You can't use more than 1 VSTAR Power in a game.)", "You may play any number of Item cards during your turn.", @@ -9411,9 +7324,7 @@ "id": "swsh12-157", "name": "Furisode Girl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck. You may switch that Pokémon with your Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9436,9 +7347,7 @@ "id": "swsh12-158", "name": "Gym Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -9461,9 +7370,7 @@ "id": "swsh12-159", "name": "Lance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Dragon Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9486,10 +7393,7 @@ "id": "swsh12-160", "name": "Leafy Camo Poncho", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "Whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to the Pokémon VSTAR or Pokémon VMAX this card is attached to.", "You may play any number of Item cards during your turn.", @@ -9513,9 +7417,7 @@ "id": "swsh12-161", "name": "Primordial Altar", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may look at the top card of their deck. They may discard that card." ], @@ -9537,9 +7439,7 @@ "id": "swsh12-162", "name": "Professor Laventon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 3 Pokémon that have \"Hisuian\" in their names from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -9562,9 +7462,7 @@ "id": "swsh12-163", "name": "Quad Stone", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You may use 4 Quad Stone cards at once. • If you used 1 card, heal 10 damage from your Active Pokémon. • If you used 4 cards, heal all damage from each of your Pokémon. (This effect works one time for 4 cards.)", "You may play any number of Item cards during your turn." @@ -9587,9 +7485,7 @@ "id": "swsh12-164", "name": "Serena", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: • Discard up to 3 cards from your hand. (You must discard at least 1 card.) If you do, draw cards until you have 5 cards in your hand. • Switch 1 of your opponent's Benched Pokémon V with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9612,9 +7508,7 @@ "id": "swsh12-165", "name": "Unidentified Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Play this card as if it were a 60-HP Basic Colorless Pokémon. At any time during your turn, you may discard this card from play. This card can't retreat.", "You may play any number of Item cards during your turn." @@ -9637,9 +7531,7 @@ "id": "swsh12-166", "name": "Wallace", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Your opponent may draw a card. If they do, draw 1 more card.", "You may play only 1 Supporter card during your turn." @@ -9662,9 +7554,7 @@ "id": "swsh12-167", "name": "Worker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -9727,34 +7617,23 @@ "id": "swsh12-170", "name": "Serperior V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Noble Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each Pokémon (both yours and your opponent's)." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -9766,16 +7645,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9791,14 +7666,9 @@ "id": "swsh12-171", "name": "Chesnaught V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9812,11 +7682,7 @@ "attacks": [ { "name": "Touchdown", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Heal 30 damage from this Pokémon." @@ -9828,19 +7694,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "171", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9856,34 +7715,23 @@ "id": "swsh12-172", "name": "Reshiram V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sparkling Wing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "White Blaze", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Flip a coin. If tails, during your next turn, this Pokémon can't attack." @@ -9895,17 +7743,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "172", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9921,37 +7764,24 @@ "id": "swsh12-173", "name": "Alolan Vulpix V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Water"], + "evolvesTo": ["Ninetales"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "White Drop", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 50 more damage." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -9963,16 +7793,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9988,34 +7814,23 @@ "id": "swsh12-174", "name": "Omastar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Primal Guidance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon that evolve from an Item card that has \"Fossil\" in its name and put them onto your Bench. Then, shuffle your deck." }, { "name": "Tentacle Lock", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn." @@ -10027,16 +7842,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "174", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10052,34 +7863,23 @@ "id": "swsh12-175", "name": "Regieleki V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Switching Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Lightning Wall", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance)." @@ -10091,16 +7891,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "175", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10116,34 +7912,23 @@ "id": "swsh12-176", "name": "Unown V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shady Stamp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Victory Symbol", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If you use this attack when you have only 1 Prize card remaining, you win this game." @@ -10161,16 +7946,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "176", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10186,34 +7967,23 @@ "id": "swsh12-177", "name": "Unown V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shady Stamp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Victory Symbol", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If you use this attack when you have only 1 Prize card remaining, you win this game." @@ -10231,16 +8001,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "177", "artist": "Toshinao Aoki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10256,34 +8022,23 @@ "id": "swsh12-178", "name": "Mawile V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pouty Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Chomp Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a random card from your opponent's hand." @@ -10295,16 +8050,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "178", "artist": "takuyoa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10320,14 +8071,9 @@ "id": "swsh12-179", "name": "Hisuian Arcanine V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10341,12 +8087,7 @@ "attacks": [ { "name": "Rock Bullet", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "This attack does 30 more damage for each Fighting Energy attached to this Pokémon." @@ -10358,18 +8099,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "179", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10385,35 +8120,23 @@ "id": "swsh12-180", "name": "Skuntank V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pursuit Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. If that Pokémon retreated from the Active Spot during your opponent's last turn, this attack does 120 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Shrieking Poison", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -10425,17 +8148,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "180", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10451,35 +8169,23 @@ "id": "swsh12-181", "name": "Skuntank V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pursuit Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. If that Pokémon retreated from the Active Spot during your opponent's last turn, this attack does 120 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Shrieking Poison", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -10491,17 +8197,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "181", "artist": "Jiro Sasumo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10517,34 +8218,23 @@ "id": "swsh12-182", "name": "Magearna V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gear Throw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Special Laser", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage." @@ -10562,16 +8252,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "182", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10587,51 +8273,34 @@ "id": "swsh12-183", "name": "Regidrago V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Laser", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "183", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10647,51 +8316,34 @@ "id": "swsh12-184", "name": "Regidrago V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Laser", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "184", "artist": "Hataya", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10707,35 +8359,23 @@ "id": "swsh12-185", "name": "Lugia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Read the Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Aero Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "You may discard a Stadium in play." @@ -10753,17 +8393,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10779,35 +8414,23 @@ "id": "swsh12-186", "name": "Lugia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Read the Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Aero Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "You may discard a Stadium in play." @@ -10825,17 +8448,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "186", "artist": "kawayoo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10851,14 +8469,9 @@ "id": "swsh12-187", "name": "Ho-Oh V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10872,12 +8485,7 @@ "attacks": [ { "name": "Rainbow Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "This attack does 30 more damage for each type of basic Energy attached to this Pokémon." @@ -10895,17 +8503,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "187", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10921,9 +8524,7 @@ "id": "swsh12-188", "name": "Brandon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only when it is the last card in your hand. Draw a card for each Benched Pokémon (both yours and your opponent's).", "You may play only 1 Supporter card during your turn." @@ -10946,9 +8547,7 @@ "id": "swsh12-189", "name": "Candice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Water Pokémon and Water Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -10971,9 +8570,7 @@ "id": "swsh12-190", "name": "Furisode Girl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck. You may switch that Pokémon with your Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -10996,9 +8593,7 @@ "id": "swsh12-191", "name": "Gym Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -11021,9 +8616,7 @@ "id": "swsh12-192", "name": "Lance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Dragon Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11046,9 +8639,7 @@ "id": "swsh12-193", "name": "Serena", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: • Discard up to 3 cards from your hand. (You must discard at least 1 card.) If you do, draw cards until you have 5 cards in your hand. • Switch 1 of your opponent's Benched Pokémon V with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11071,9 +8662,7 @@ "id": "swsh12-194", "name": "Wallace", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Your opponent may draw a card. If they do, draw 1 more card.", "You may play only 1 Supporter card during your turn." @@ -11096,9 +8685,7 @@ "id": "swsh12-195", "name": "Worker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -11121,13 +8708,9 @@ "id": "swsh12-196", "name": "Serperior VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Serperior V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11135,20 +8718,14 @@ "attacks": [ { "name": "Regal Blender", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may move any amount of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Star Winder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -11163,9 +8740,7 @@ "number": "196", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11181,37 +8756,25 @@ "id": "swsh12-197", "name": "Alolan Vulpix VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Alolan Vulpix V", - "evolvesTo": [ - "Ninetales" - ], + "evolvesTo": ["Ninetales"], "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Snow Mirage", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon. During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability." }, { "name": "Silvery Snow Star", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "70×", "text": "This attack does 70 damage for each of your opponent's Pokémon V in play. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -11223,16 +8786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "197", "artist": "PLANETA Hiiragi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11248,13 +8807,9 @@ "id": "swsh12-198", "name": "Regieleki VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Regieleki V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11269,11 +8824,7 @@ "attacks": [ { "name": "Max Thunder and Lightning", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "During your next turn, this Pokémon can't attack." @@ -11288,9 +8839,7 @@ "number": "198", "artist": "N-DESIGN Inc.", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11306,13 +8855,9 @@ "id": "swsh12-199", "name": "Unown VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Unown V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11320,20 +8865,14 @@ "attacks": [ { "name": "Tri Power", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "70×", "text": "Flip 3 coins. This attack does 70 damage for each heads." }, { "name": "Star Cipher", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Until this Pokémon leaves play, it gains an Ability that has the effect \"The Weakness of each of your opponent's Pokémon in play is now Psychic. (The amount of Weakness doesn't change.)\" (You can't use more than 1 VSTAR Power in a game.)" @@ -11351,16 +8890,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "199", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11376,13 +8911,9 @@ "id": "swsh12-200", "name": "Mawile VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mawile V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11397,10 +8928,7 @@ "attacks": [ { "name": "Sudden Eater", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 90 more damage." @@ -11412,16 +8940,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "200", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11437,13 +8961,9 @@ "id": "swsh12-201", "name": "Regidrago VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Regidrago V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11458,28 +8978,18 @@ "attacks": [ { "name": "Apex Dragon", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "", "text": "Choose an attack from a Dragon Pokémon in your discard pile and use it as this attack." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "201", "artist": "PLANETA Yamashita", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11495,13 +9005,9 @@ "id": "swsh12-202", "name": "Lugia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lugia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11516,12 +9022,7 @@ "attacks": [ { "name": "Tempest Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "You may discard a Stadium in play." @@ -11539,17 +9040,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "202", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11565,9 +9061,7 @@ "id": "swsh12-203", "name": "Brandon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only when it is the last card in your hand. Draw a card for each Benched Pokémon (both yours and your opponent's).", "You may play only 1 Supporter card during your turn." @@ -11590,9 +9084,7 @@ "id": "swsh12-204", "name": "Candice", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Water Pokémon and Water Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -11615,9 +9107,7 @@ "id": "swsh12-205", "name": "Furisode Girl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck. You may switch that Pokémon with your Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11640,9 +9130,7 @@ "id": "swsh12-206", "name": "Lance", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Dragon Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11665,9 +9153,7 @@ "id": "swsh12-207", "name": "Serena", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: • Discard up to 3 cards from your hand. (You must discard at least 1 card.) If you do, draw cards until you have 5 cards in your hand. • Switch 1 of your opponent's Benched Pokémon V with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11690,9 +9176,7 @@ "id": "swsh12-208", "name": "Wallace", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Your opponent may draw a card. If they do, draw 1 more card.", "You may play only 1 Supporter card during your turn." @@ -11715,9 +9199,7 @@ "id": "swsh12-209", "name": "Worker", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. Discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -11740,13 +9222,9 @@ "id": "swsh12-210", "name": "Serperior VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Serperior V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11754,20 +9232,14 @@ "attacks": [ { "name": "Regal Blender", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may move any amount of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Star Winder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -11782,9 +9254,7 @@ "number": "210", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11800,13 +9270,9 @@ "id": "swsh12-211", "name": "Lugia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lugia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -11821,12 +9287,7 @@ "attacks": [ { "name": "Tempest Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "You may discard a Stadium in play." @@ -11844,17 +9305,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "211", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11870,9 +9326,7 @@ "id": "swsh12-212", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play any number of Item cards during your turn." @@ -11895,9 +9349,7 @@ "id": "swsh12-213", "name": "Gapejaw Bog", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player puts a Basic Pokémon from their hand onto their Bench, put 2 damage counters on that Pokémon." ], @@ -11919,10 +9371,7 @@ "id": "swsh12-214", "name": "Leafy Camo Poncho", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "Whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to the Pokémon VSTAR or Pokémon VMAX this card is attached to.", "You may play any number of Item cards during your turn.", @@ -11962,4 +9411,4 @@ "large": "https://images.pokemontcg.io/swsh12/215_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh12pt5.json b/cards/en/swsh12pt5.json index caa1723a0..4539fb782 100644 --- a/cards/en/swsh12pt5.json +++ b/cards/en/swsh12pt5.json @@ -3,22 +3,14 @@ "id": "swsh12pt5-1", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Leaf Boomerang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage for each heads." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "If exposed to moonlight, it starts to move. It roams far and wide at night to scatter its seeds.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -56,25 +44,15 @@ "id": "swsh12pt5-2", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Offensive Scent", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -86,17 +64,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Its pistils exude an incredibly foul odor. The horrid stench can cause fainting at a distance of 1.25 miles.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -112,21 +86,14 @@ "id": "swsh12pt5-3", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Flower Spin", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "80×", "text": "Flip 3 coins. This attack does 80 damage for each heads. Switch this Pokémon with 1 of your Benched Pokémon." @@ -138,17 +105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Nagomi Nijo", "rarity": "Rare", "flavorText": "Plentiful in the tropics. When it dances, its petals rub together and make a pleasant ringing sound.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -164,33 +127,21 @@ "id": "swsh12pt5-4", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -202,18 +153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "kurumitsu", "rarity": "Common", "flavorText": "Hidden beneath a tangle of vines that grows nonstop even if the vines are torn off, this Pokémon's true appearance remains a mystery.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -229,32 +175,21 @@ "id": "swsh12pt5-5", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Suctioning Vines", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." }, { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -266,20 +201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "zig", "rarity": "Rare", "flavorText": "Tangrowth has two arms that it can extend as it pleases. Recent research has shown that these arms are, in fact, bundles of vines.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -295,22 +223,14 @@ "id": "swsh12pt5-6", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Mach Cut", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -322,17 +242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "As Scyther fights more and more battles, its scythes become sharper and sharper. With a single slice, Scyther can fell a massive tree.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -348,23 +264,14 @@ "id": "swsh12pt5-7", "name": "Sunkern", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sunflora" - ], + "types": ["Grass"], + "evolvesTo": ["Sunflora"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -376,17 +283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It lives by drinking only dewdrops from under the leaves of plants. It is said that it eats nothing else.", - "nationalPokedexNumbers": [ - 191 - ], + "nationalPokedexNumbers": [191], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -402,33 +305,21 @@ "id": "swsh12pt5-8", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Swoop Across", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -440,17 +331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -466,31 +353,21 @@ "id": "swsh12pt5-9", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Shoot Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Jet Wing", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your next turn, this Pokémon can't attack." @@ -506,9 +383,7 @@ "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -524,22 +399,14 @@ "id": "swsh12pt5-10", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -551,17 +418,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "When its antennae hit each other, it sounds like the music of a xylophone.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -577,22 +440,14 @@ "id": "swsh12pt5-11", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -604,17 +459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Lee HyunJung", "rarity": "Common", "flavorText": "The deeper a Cherubi's red, the more nutrients it has stockpiled in its body. And the sweeter and tastier its small ball!", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -630,29 +481,20 @@ "id": "swsh12pt5-12", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Festering Saliva", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned and Poisoned." }, { "name": "Bind Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -664,17 +506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -690,34 +528,23 @@ "id": "swsh12pt5-13", "name": "Leafeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slashing Strike", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Slashing Strike." @@ -729,17 +556,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -755,13 +577,9 @@ "id": "swsh12pt5-14", "name": "Leafeon VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -776,11 +594,7 @@ "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -792,17 +606,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "PLANETA Hiiragi", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -818,33 +627,21 @@ "id": "swsh12pt5-15", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Energize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -856,18 +653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It uses its big jaws to dig nests into the forest floor, and it loves to feed on sweet tree sap.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -883,29 +675,20 @@ "id": "swsh12pt5-16", "name": "Zarude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Drag Off", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 20 damage to the new Active Pokémon." }, { "name": "Triple Whip", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "70×", "text": "Flip 3 coins. This attack does 70 damage for each heads." @@ -917,17 +700,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Shiburingaru", "rarity": "Rare Holo", "flavorText": "Within dense forests, this Pokémon lives in a pack with others of its kind. It's incredibly aggressive, and the other Pokémon of the forest fear it.", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -943,31 +722,20 @@ "id": "swsh12pt5-17", "name": "Calyrex", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "King's Instructions", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Bloomshine", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 20 damage from each of your Pokémon." @@ -979,18 +747,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Nurikabe", "rarity": "Rare Holo", "flavorText": "Calyrex is a merciful Pokémon, capable of providing healing and blessings. It reigned over the Galar region in times of yore.", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1006,37 +769,23 @@ "id": "swsh12pt5-18", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -1048,17 +797,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1074,13 +818,9 @@ "id": "swsh12pt5-19", "name": "Charizard VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -1088,23 +828,14 @@ "attacks": [ { "name": "Explosive Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage." }, { "name": "Star Blaze", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "320", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -1116,17 +847,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1142,14 +868,9 @@ "id": "swsh12pt5-20", "name": "Radiant Charizard", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -1163,13 +884,7 @@ "attacks": [ { "name": "Combustion Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "250", "text": "During your next turn, this Pokémon can't use Combustion Blast." @@ -1181,19 +896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Kouki Saitou", "rarity": "Radiant Rare", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1209,13 +918,9 @@ "id": "swsh12pt5-21", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Explosive Heat Dash", @@ -1226,11 +931,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1242,18 +943,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Nisota Niso", "rarity": "Rare Holo", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1269,34 +965,23 @@ "id": "swsh12pt5-22", "name": "Simisear V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bursting Power", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may attach up to 2 basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Flare Juggling", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1308,16 +993,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1333,13 +1014,9 @@ "id": "swsh12pt5-23", "name": "Simisear VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Simisear V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -1347,20 +1024,14 @@ "attacks": [ { "name": "Fireball Fever", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard up to 5 cards from the top of your deck. This attack does 40 more damage for each card you discarded in this way." }, { "name": "Ember Star", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Energy card in your discard pile. (You can't use more than 1 VSTAR Power in a game.)" @@ -1372,17 +1043,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1398,22 +1064,14 @@ "id": "swsh12pt5-24", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1425,19 +1083,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "The people of ancient times believed that Larvesta fell from the sun.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1453,30 +1105,21 @@ "id": "swsh12pt5-25", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Volcanic Heat", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "During your next turn, this Pokémon can't attack." @@ -1488,18 +1131,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Yuya Oka", "rarity": "Rare", "flavorText": "Volcarona scatters burning scales. Some say it does this to start fires. Others say it's trying to rescue those that suffer in the cold.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1515,31 +1153,20 @@ "id": "swsh12pt5-26", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hydro Burn", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Water Energy attached, this attack does 80 more damage." @@ -1551,19 +1178,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Shiburingaru", "rarity": "Rare Holo", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1579,31 +1200,21 @@ "id": "swsh12pt5-27", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1615,17 +1226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Sekio", "rarity": "Common", "flavorText": "Its venom sacs produce a fluid that this Pokémon then heats up with the flame in its tail. This process creates Salandit's poisonous gas.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1641,30 +1248,21 @@ "id": "swsh12pt5-28", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Tail Trickery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Super Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Burned." @@ -1676,17 +1274,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "aoki", "rarity": "Uncommon", "flavorText": "Only female Salazzle exist. They emit a gas laden with pheromones to captivate male Salandit.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1702,32 +1296,21 @@ "id": "swsh12pt5-29", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1739,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Thanks to its thick fat, cold seas don't bother it at all, but it gets tired pretty easily in warm waters.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1765,29 +1344,20 @@ "id": "swsh12pt5-30", "name": "Galarian Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Find It", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." @@ -1799,17 +1369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It can radiate chilliness from the bottoms of its feet. It'll spend the whole day tap-dancing on a frozen floor.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1825,33 +1391,21 @@ "id": "swsh12pt5-31", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Water Gun", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1863,19 +1417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "kodama", "rarity": "Common", "flavorText": "It shows off by spraying jets of seawater from the nostrils above its eyes. It eats a solid ton of Wishiwashi every day.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1891,35 +1439,21 @@ "id": "swsh12pt5-32", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "attacks": [ { "name": "Bubble Drain", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." }, { "name": "Heavy Impact", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" @@ -1931,20 +1465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "32", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare", "flavorText": "It can sometimes knock out opponents with the shock created by breaching and crashing its big body onto the water.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1960,33 +1487,21 @@ "id": "swsh12pt5-33", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1998,18 +1513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "0313", "rarity": "Common", "flavorText": "No matter how dirty the water in the river, it will adapt and thrive. It has a strong will to survive.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2025,24 +1535,14 @@ "id": "swsh12pt5-34", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2054,17 +1554,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "otumami", "rarity": "Common", "flavorText": "It can only survive in cold areas. It bounces happily around, even in environments as cold as -150 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2080,28 +1576,20 @@ "id": "swsh12pt5-35", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Emotional Draw", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 5 cards." }, { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2113,17 +1601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Luvdisc makes its home in coral reefs in warm seas. It especially likes sleeping in the space between Corsola's branches.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2139,31 +1623,20 @@ "id": "swsh12pt5-36", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Summoning", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Dynamic Wave", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Put 3 Energy attached to this Pokémon into your hand. This attack does 180 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2175,19 +1648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2203,37 +1670,23 @@ "id": "swsh12pt5-37", "name": "Kyogre V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dual Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Typhoon", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "During your next turn, this Pokémon can't use Aqua Typhoon." @@ -2245,18 +1698,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2272,34 +1719,23 @@ "id": "swsh12pt5-38", "name": "Glaceon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frost Charge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Freezing Wind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -2311,17 +1747,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2337,23 +1768,14 @@ "id": "swsh12pt5-39", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2365,17 +1787,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2391,22 +1809,14 @@ "id": "swsh12pt5-40", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -2418,17 +1828,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "0313", "rarity": "Common", "flavorText": "This Pokémon generates electricity by contracting its muscles. Excited trembling is a sign that Shinx is generating a tremendous amount of electricity.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2444,34 +1850,22 @@ "id": "swsh12pt5-41", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Jumping Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2483,17 +1877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2509,33 +1899,22 @@ "id": "swsh12pt5-42", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Shorting Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 90 damage to each of your opponent's Pokémon that has a Pokémon Tool attached. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2547,17 +1926,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "By joining its tail with that of another Luxio, this Pokémon can receive some of the other Luxio's electricity and power up its own electric blasts.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2573,31 +1948,21 @@ "id": "swsh12pt5-43", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Electrostep", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Scar Strikes", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "100+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 100 more damage." @@ -2609,17 +1974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "sui", "rarity": "Rare", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2635,13 +1996,9 @@ "id": "swsh12pt5-44", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "abilities": [ { @@ -2653,9 +2010,7 @@ "attacks": [ { "name": "Seeking Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "Search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck." @@ -2671,9 +2026,7 @@ "artist": "Ryota Murayama", "rarity": "Rare", "flavorText": "Luxray can see through solid objects. It will instantly spot prey trying to hide behind walls, even if the walls are thick.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2689,14 +2042,9 @@ "id": "swsh12pt5-45", "name": "Rotom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2710,10 +2058,7 @@ "attacks": [ { "name": "Scrap Short", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40+", "text": "Put any number of Pokémon Tool cards from your discard pile in the Lost Zone. This attack does 40 more damage for each card you put in the Lost Zone in this way." @@ -2725,16 +2070,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2750,13 +2091,9 @@ "id": "swsh12pt5-46", "name": "Rotom VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rotom V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2771,10 +2108,7 @@ "attacks": [ { "name": "Scrap Pulse", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "80+", "text": "Put any number of Pokémon Tool cards from your discard pile in the Lost Zone. This attack does 40 more damage for each card you put in the Lost Zone in this way." @@ -2786,16 +2120,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2811,19 +2141,13 @@ "id": "swsh12pt5-47", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2839,9 +2163,7 @@ "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As it flies, it scatters electricity around, so bird Pokémon keep their distance. That's why Emolga can keep all its food to itself.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2857,17 +2179,11 @@ "id": "swsh12pt5-48", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "abilities": [ { "name": "Ad Hoc Shock", @@ -2878,9 +2194,7 @@ "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -2892,18 +2206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "NC Empire", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2919,32 +2228,21 @@ "id": "swsh12pt5-49", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2956,17 +2254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "When spread, the frills on its head act like solar panels, generating the power behind this Pokémon's electric moves.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2982,31 +2276,21 @@ "id": "swsh12pt5-50", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon also does 50 damage to itself." @@ -3018,17 +2302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "A now-vanished desert culture treasured these Pokémon. Appropriately, when Heliolisk came to the Galar region, treasure came with them.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3044,17 +2324,10 @@ "id": "swsh12pt5-51", "name": "Radiant Charjabug", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Vikavolt" - ], + "types": ["Lightning"], + "evolvesTo": ["Vikavolt"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -3068,9 +2341,7 @@ "attacks": [ { "name": "Linear Attack", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3082,18 +2353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Mizue", "rarity": "Radiant Rare", "flavorText": "While its durable shell protects it from attacks, Charjabug strikes at enemies with jolts of electricity discharged from the tips of its jaws.", - "nationalPokedexNumbers": [ - 737 - ], + "nationalPokedexNumbers": [737], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3109,20 +2375,13 @@ "id": "swsh12pt5-52", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Wild Charge", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This Pokémon also does 20 damage to itself." @@ -3134,17 +2393,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "HYOGONOSUKE", "rarity": "Rare", "flavorText": "It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3160,35 +2415,23 @@ "id": "swsh12pt5-53", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Thunderous Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't attack." @@ -3200,16 +2443,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3225,13 +2464,9 @@ "id": "swsh12pt5-54", "name": "Zeraora VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3239,21 +2474,14 @@ "attacks": [ { "name": "Reactive Pulse", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon in play that has an Ability." }, { "name": "Max Fist", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "Discard 2 Energy from this Pokémon." @@ -3265,17 +2493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Nisota Niso", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3291,13 +2514,9 @@ "id": "swsh12pt5-55", "name": "Zeraora VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3305,23 +2524,14 @@ "attacks": [ { "name": "Crushing Beat", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may discard a Stadium in play." }, { "name": "Lightning Storm Star", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Choose 1 of your opponent's Pokémon 4 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 60 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -3336,9 +2546,7 @@ "number": "55", "artist": "aky CG Works", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3354,29 +2562,20 @@ "id": "swsh12pt5-56", "name": "Pincurchin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Continuous Tumble", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -3388,17 +2587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It feeds on seaweed, using its teeth to scrape it off rocks. Electric current flows from the tips of its spines.", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3414,23 +2609,14 @@ "id": "swsh12pt5-57", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Psychic"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3448,17 +2634,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "zig", "rarity": "Common", "flavorText": "Though it may look like it's just a bunch of eggs, it's a proper Pokémon. Exeggcute communicates with others of its kind via telepathy, apparently.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3474,31 +2656,21 @@ "id": "swsh12pt5-58", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage for each Energy attached to all of your Pokémon." }, { "name": "Stampede", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3516,18 +2688,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Toshinao Aoki", "rarity": "Rare", "flavorText": "Each of Exeggutor's three heads is thinking different thoughts. The three don't seem to be very interested in one another.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3543,30 +2710,20 @@ "id": "swsh12pt5-59", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psypump", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Psychic Energy cards from your discard pile to 1 of your Pokémon." }, { "name": "Limit Break", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent has 3 or fewer Prize cards remaining, this attack does 90 more damage." @@ -3584,18 +2741,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Atsushi Furusawa", "rarity": "Rare Holo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3611,34 +2763,23 @@ "id": "swsh12pt5-60", "name": "Mew V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Mix", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck." }, { "name": "Psychic Leap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -3659,9 +2800,7 @@ "number": "60", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3677,29 +2816,20 @@ "id": "swsh12pt5-61", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -3717,17 +2847,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent by biting.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3743,30 +2869,20 @@ "id": "swsh12pt5-62", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Moon Kinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -3784,17 +2900,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Narumi Sato", "rarity": "Uncommon", "flavorText": "The phase of the moon apparently has some effect on its power. It's active on the night of a full moon.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3810,23 +2922,15 @@ "id": "swsh12pt5-63", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Fade to Black", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -3844,18 +2948,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "DOM", "rarity": "Uncommon", "flavorText": "Its body is entirely hollow. When it opens its mouth, it sucks everything in as if it were a black hole.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3871,31 +2970,20 @@ "id": "swsh12pt5-64", "name": "Tapu Lele", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Energy Burst", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Energy attached to both Active Pokémon." }, { "name": "Spiral Drain", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Heal 30 damage from this Pokémon." @@ -3907,17 +2995,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "Although called a guardian deity, Tapu Lele is devoid of guilt about its cruel disposition and can be described as nature incarnate.", - "nationalPokedexNumbers": [ - 786 - ], + "nationalPokedexNumbers": [786], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3933,34 +3017,23 @@ "id": "swsh12pt5-65", "name": "Hatterene V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Horoscope", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your deck. You may attach any number of Energy cards you find there to this Pokémon. Put the other cards back in any order." }, { "name": "Teleportation Burst", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -3978,17 +3051,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "kawayoo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4004,13 +3072,9 @@ "id": "swsh12pt5-66", "name": "Hatterene VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatterene V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4025,11 +3089,7 @@ "attacks": [ { "name": "G-Max Smite", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Your opponent's Active Pokémon is now Confused." @@ -4047,17 +3107,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4073,30 +3128,20 @@ "id": "swsh12pt5-67", "name": "Enamorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Loving Sympathy", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 70 more damage." @@ -4108,18 +3153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Jiro Sasumo", "rarity": "Rare", "flavorText": "When it flies to this land from across the sea, the bitter winter comes to an end. According to legend, this Pokémon's love gives rise to the budding of fresh life across Hisui.", - "nationalPokedexNumbers": [ - 905 - ], + "nationalPokedexNumbers": [905], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4135,34 +3175,22 @@ "id": "swsh12pt5-68", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4174,20 +3202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "68", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "It travels by rolling down cliffs. If it falls into a river, it will explode with its last gasp.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4203,13 +3224,9 @@ "id": "swsh12pt5-69", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Sun Energy", @@ -4220,10 +3237,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4235,17 +3249,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "OKACHEKE", "rarity": "Uncommon", "flavorText": "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4261,23 +3271,14 @@ "id": "swsh12pt5-70", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4289,17 +3290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "It was discovered in ancient ruins. While moving, it constantly spins. It stands on one foot even when asleep.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4315,23 +3312,14 @@ "id": "swsh12pt5-71", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4343,17 +3331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "It's exceedingly energetic, with enough stamina to keep running all through the night. Taking it for walks can be a challenging experience.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4369,23 +3353,14 @@ "id": "swsh12pt5-72", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Chop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4397,18 +3372,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It chooses a Pangoro as its master and then imitates its master's actions. This is how it learns to battle and hunt for prey.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4424,32 +3394,21 @@ "id": "swsh12pt5-73", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Invite Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Smash Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4461,17 +3420,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "This Pokémon can bond very strongly with its Trainer, but it also has a habit of biting. Raising a Rockruff for a long time can be challenging.", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4487,21 +3442,14 @@ "id": "swsh12pt5-74", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Midnight Fang", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "240-", "text": "This attack does 80 less damage for each Energy attached to your opponent's Active Pokémon." @@ -4513,17 +3461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "kodama", "rarity": "Rare", "flavorText": "This form of Lycanroc is reckless. It charges headlong at its opponents, attacking without any care about what injuries it might receive.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4539,23 +3483,14 @@ "id": "swsh12pt5-75", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Darkness"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smog", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -4567,17 +3502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "miki kudo", "rarity": "Common", "flavorText": "It adores polluted air. Some claim that Koffing used to be more plentiful in the Galar region than they are now.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4593,30 +3524,20 @@ "id": "swsh12pt5-76", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Slash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Lost Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Put a random card from your opponent's hand in the Lost Zone." @@ -4628,17 +3549,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shiburingaru", "rarity": "Rare Holo", "flavorText": "Swift as the wind, Absol races through fields and mountains. Its curved, bow-like horn is acutely sensitive to the warning signs of natural disasters.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4654,22 +3571,14 @@ "id": "swsh12pt5-77", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -4681,17 +3590,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It steals things from people just to amuse itself with their frustration. A rivalry exists between this Pokémon and Nickit.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4707,32 +3612,21 @@ "id": "swsh12pt5-78", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads." }, { "name": "Claw Slash", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -4744,17 +3638,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "Don't be fooled by its gorgeous fur and elegant figure. This is a moody and vicious Pokémon.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4770,34 +3660,22 @@ "id": "swsh12pt5-79", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dredge Up", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 3 cards of your opponent's deck." @@ -4809,18 +3687,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It buries some of its prey in the sand to use as emergency meals when its hunts are unsuccessful.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4836,32 +3709,21 @@ "id": "swsh12pt5-80", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Wild Tackle", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -4873,19 +3735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Uta", "rarity": "Rare", "flavorText": "This Pokémon is quick to anger, and it has no problem using its prodigious strength to get its way. It lives for duels against Obstagoon.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4901,32 +3757,21 @@ "id": "swsh12pt5-81", "name": "Skrelp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Dragalge" - ], + "types": ["Darkness"], + "evolvesTo": ["Dragalge"], "attacks": [ { "name": "Tackle", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Melt", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4938,17 +3783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It drifts in the ocean, blending in with floating seaweed. When other Pokémon come to feast on the seaweed, Skrelp feasts on them instead.", - "nationalPokedexNumbers": [ - 690 - ], + "nationalPokedexNumbers": [690], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4964,30 +3805,21 @@ "id": "swsh12pt5-82", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skrelp", "attacks": [ { "name": "Rocket Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. If this Pokémon evolved from Skrelp during this turn, put 8 damage counters on that Pokémon instead of 1 during Pokémon Checkup." }, { "name": "Razor Fin", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4999,17 +3831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "NC Empire", "rarity": "Rare", "flavorText": "Dragalge uses a poisonous liquid capable of corroding metal to send tankers that enter its territory to the bottom of the sea.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5025,19 +3853,13 @@ "id": "swsh12pt5-83", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Assault Gate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "90", "text": "If this Pokémon didn't move from the Bench to the Active Spot this turn, this attack does nothing. This attack's damage isn't affected by Weakness." @@ -5049,18 +3871,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "It gathers things it likes and passes them through its loop to teleport them to a secret place.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5076,22 +3893,14 @@ "id": "swsh12pt5-84", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Metal"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Fasten Claws", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5109,17 +3918,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "miki kudo", "rarity": "Common", "flavorText": "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5135,32 +3940,21 @@ "id": "swsh12pt5-85", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "attacks": [ { "name": "Sharp Claws", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 60 more damage." }, { "name": "Slash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5178,18 +3972,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Teeziro", "rarity": "Rare", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5205,31 +3994,21 @@ "id": "swsh12pt5-86", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "X-Scissor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Dangerous Claws", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 80 more damage." @@ -5247,18 +4026,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "kodama", "rarity": "Rare", "flavorText": "Bulky pincers account for one third of Scizor's body weight. A single swing of one of these pincers will crush a boulder completely.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5274,32 +4048,21 @@ "id": "swsh12pt5-87", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slight Intrusion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -5317,18 +4080,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "sowsow", "rarity": "Common", "flavorText": "It eats iron ore—and sometimes railroad tracks— to build up the steel armor that protects its body.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5344,36 +4102,22 @@ "id": "swsh12pt5-88", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Confront", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Wreak Havoc", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." @@ -5391,19 +4135,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Lairon live in mountains brimming with spring water and iron ore, so these Pokémon often came into conflict with humans in the past.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5419,34 +4157,21 @@ "id": "swsh12pt5-89", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Counter Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -5464,20 +4189,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "89", "artist": "GOSSAN", "rarity": "Rare Holo", "flavorText": "Aggron has a horn sharp enough to perforate thick iron sheets. It brings down its opponents by ramming into them horn first.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5493,24 +4211,15 @@ "id": "swsh12pt5-90", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -5528,18 +4237,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Nisota Niso", "rarity": "Uncommon", "flavorText": "Two Beldum have become stuck together via their own magnetic forces. With two brains, the resulting Metang has doubled psychic powers.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5555,22 +4259,14 @@ "id": "swsh12pt5-91", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -5588,17 +4284,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Yuya Oka", "rarity": "Common", "flavorText": "It uses river stones to maintain the cutting edges of the blades covering its body. These sharpened blades allow it to bring down opponents.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5614,22 +4306,14 @@ "id": "swsh12pt5-92", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Pierce", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5647,17 +4331,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It uses river stones to maintain the cutting edges of the blades covering its body. These sharpened blades allow it to bring down opponents.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5673,30 +4353,21 @@ "id": "swsh12pt5-93", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Spike Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." }, { "name": "Power Edge", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5714,17 +4385,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "DOM", "rarity": "Uncommon", "flavorText": "It's accompanied by a large retinue of Pawniard. Bisharp keeps a keen eye on its minions, ensuring none of them even think of double-crossing it.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5740,30 +4407,20 @@ "id": "swsh12pt5-94", "name": "Zacian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Battle Legion", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 10 more damage for each of your Benched Pokémon. This attack's damage isn't affected by Weakness or by any effects on your opponent's Active Pokémon." }, { "name": "Slicing Blade", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5781,18 +4438,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "Now armed with a weapon it used in ancient times, this Pokémon needs only a single strike to fell even Gigantamax Pokémon.", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5808,34 +4460,23 @@ "id": "swsh12pt5-95", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Piercing Strike", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." }, { "name": "Behemoth Blade", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 160 more damage." @@ -5853,17 +4494,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5879,13 +4515,9 @@ "id": "swsh12pt5-96", "name": "Zacian VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Zacian V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -5893,23 +4525,14 @@ "attacks": [ { "name": "Break Edge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." }, { "name": "Sword Star", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "310", "text": "This Pokémon also does 30 damage to itself. (You can't use more than 1 VSTAR Power in a game.)" @@ -5927,17 +4550,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5953,13 +4571,9 @@ "id": "swsh12pt5-97", "name": "Zamazenta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Metal Shield", @@ -5970,11 +4584,7 @@ "attacks": [ { "name": "Retaliate", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If any of your Pokémon were Knocked Out during your opponent's last turn, this attack does 120 more damage." @@ -5992,18 +4602,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "GIDORA", "rarity": "Rare Holo", "flavorText": "Its ability to deflect any attack led to it being known as the Fighting Master's Shield. It was feared and respected by all.", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6019,14 +4624,9 @@ "id": "swsh12pt5-98", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6040,11 +4640,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -6062,17 +4658,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6088,13 +4679,9 @@ "id": "swsh12pt5-99", "name": "Zamazenta VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Zamazenta V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -6109,11 +4696,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "During your next turn, this Pokémon can't attack." @@ -6131,17 +4714,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6157,50 +4735,34 @@ "id": "swsh12pt5-100", "name": "Rayquaza V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Spiral Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6216,14 +4778,9 @@ "id": "swsh12pt5-101", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6238,26 +4795,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6273,14 +4822,9 @@ "id": "swsh12pt5-102", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6295,26 +4839,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6330,52 +4866,34 @@ "id": "swsh12pt5-103", "name": "Duraludon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Breaking Swipe", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6391,14 +4909,9 @@ "id": "swsh12pt5-104", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6413,28 +4926,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6450,14 +4953,9 @@ "id": "swsh12pt5-105", "name": "Radiant Eternatus", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Radiant Pokémon Rule: You can't have more than 1 Radiant Pokémon in your deck." ], @@ -6471,28 +4969,19 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Fire", - "Darkness", - "Colorless" - ], + "cost": ["Fire", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Kagemaru Himeno", "rarity": "Radiant Rare", "flavorText": "The core on its chest absorbs energy emanating from the lands of the Galar region. This energy is what allows Eternatus to stay active.", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6508,31 +4997,20 @@ "id": "swsh12pt5-106", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Adrena-Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If this Pokémon has no damage counters on it, this attack does nothing." @@ -6544,18 +5022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When Tauros begins whipping itself with its tails, it's a warning that the Pokémon is about to charge with astounding speed.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6571,13 +5044,9 @@ "id": "swsh12pt5-107", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sudden Transformation", @@ -6591,17 +5060,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare Holo", "flavorText": "It can reconstitute its entire cellular structure to change into what it sees, but it returns to normal when it relaxes.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6617,14 +5082,9 @@ "id": "swsh12pt5-108", "name": "Eevee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -6641,20 +5101,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Vee Brave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage." @@ -6666,16 +5120,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "You Iribi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6691,21 +5141,13 @@ "id": "swsh12pt5-109", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6717,19 +5159,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "Asako Ito", "rarity": "Rare", "flavorText": "This Pokémon's stomach is so strong, even eating moldy or rotten food will not affect it.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6745,22 +5181,14 @@ "id": "swsh12pt5-110", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6778,17 +5206,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Ligton", "rarity": "Common", "flavorText": "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6804,16 +5228,10 @@ "id": "swsh12pt5-111", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "abilities": [ { "name": "Carefree Countenance", @@ -6824,10 +5242,7 @@ "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -6839,17 +5254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6865,28 +5276,20 @@ "id": "swsh12pt5-112", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 2 cards." }, { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6908,9 +5311,7 @@ "artist": "sui", "rarity": "Common", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6926,35 +5327,23 @@ "id": "swsh12pt5-113", "name": "Regigigas V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "240", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Angry Whack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "This attack does 10 more damage for each damage counter on this Pokémon. This Pokémon is now Confused." @@ -6966,19 +5355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "113", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6994,13 +5376,9 @@ "id": "swsh12pt5-114", "name": "Regigigas VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Regigigas V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -7015,11 +5393,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -7031,19 +5405,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "114", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7059,29 +5426,20 @@ "id": "swsh12pt5-115", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gather Flowers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle up to 2 Energy cards from your discard pile into your deck." }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7099,17 +5457,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7125,37 +5479,23 @@ "id": "swsh12pt5-116", "name": "Stoutland V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Dip Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon also does 30 damage to itself." @@ -7167,18 +5507,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "116", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7194,22 +5528,14 @@ "id": "swsh12pt5-117", "name": "Yungoos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Gumshoos" - ], + "types": ["Colorless"], + "evolvesTo": ["Gumshoos"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -7221,17 +5547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "Although it will eat anything, it prefers fresh living things, so it marches down streets in search of prey.", - "nationalPokedexNumbers": [ - 734 - ], + "nationalPokedexNumbers": [734], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7247,31 +5569,21 @@ "id": "swsh12pt5-118", "name": "Gumshoos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Yungoos", "attacks": [ { "name": "Stakeout Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent's Active Pokémon moved from the Bench to the Active Spot during your opponent's last turn, this attack does 120 more damage." }, { "name": "Lunge Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -7283,17 +5595,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Mizue", "rarity": "Rare", "flavorText": "Patient by nature, this Pokémon loses control of itself and pounces when it spots its favorite meal—Rattata!", - "nationalPokedexNumbers": [ - 735 - ], + "nationalPokedexNumbers": [735], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7309,30 +5617,20 @@ "id": "swsh12pt5-119", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Primate Acting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a Supporter card from your opponent's discard pile and use the effect of that card as the effect of this attack." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7344,18 +5642,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Sekio", "rarity": "Rare", "flavorText": "With waves of its fan—made from leaves and its own fur—Oranguru skillfully gives instructions to other Pokémon.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7371,35 +5664,23 @@ "id": "swsh12pt5-120", "name": "Greedent V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Nom-Nom-Nom Incisors", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Draw 3 cards." @@ -7411,17 +5692,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7437,22 +5713,14 @@ "id": "swsh12pt5-121", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Rolling Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." @@ -7464,17 +5732,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Its curly fleece is such an effective cushion that this Pokémon could fall off a cliff and stand right back up at the bottom, unharmed.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7490,30 +5754,21 @@ "id": "swsh12pt5-122", "name": "Dubwool", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Wooloo", "attacks": [ { "name": "Overhead Throw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack also does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rolling Dash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -7525,17 +5780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "Weave a carpet from its springy wool, and you end up with something closer to a trampoline. You'll start to bounce the moment you set foot on it.", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7551,9 +5802,7 @@ "id": "swsh12pt5-123", "name": "Bea", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 5 cards of your deck, and attach any Energy cards you discarded in this way to your Benched Fighting Pokémon in any way you like.", "You may play only 1 Supporter card during your turn." @@ -7576,9 +5825,7 @@ "id": "swsh12pt5-124", "name": "Bede", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -7601,9 +5848,7 @@ "id": "swsh12pt5-125", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon.", "You may play any number of Item cards during your turn." @@ -7625,9 +5870,7 @@ "id": "swsh12pt5-126", "name": "Digging Duo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip a coin. If heads, look at the bottom 8 cards of your deck and put 1 of them into your hand. If tails, look at the bottom 3 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -7650,9 +5893,7 @@ "id": "swsh12pt5-127", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put up to 2 basic Energy cards from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -7674,9 +5915,7 @@ "id": "swsh12pt5-128", "name": "Energy Search", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a basic Energy card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -7698,9 +5937,7 @@ "id": "swsh12pt5-129", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play any number of Item cards during your turn." @@ -7722,9 +5959,7 @@ "id": "swsh12pt5-130", "name": "Friends in Hisui", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -7747,9 +5982,7 @@ "id": "swsh12pt5-131", "name": "Friends in Sinnoh", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -7772,9 +6005,7 @@ "id": "swsh12pt5-132", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -7796,9 +6027,7 @@ "id": "swsh12pt5-133", "name": "Hop", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -7821,9 +6050,7 @@ "id": "swsh12pt5-134", "name": "Leon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -7846,9 +6073,7 @@ "id": "swsh12pt5-135", "name": "Lost Vacuum", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you put another card from your hand in the Lost Zone. Choose a Pokémon Tool attached to any Pokémon, or any Stadium in play, and put it in the Lost Zone.", "You may play any number of Item cards during your turn." @@ -7871,9 +6096,7 @@ "id": "swsh12pt5-136", "name": "Nessa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -7896,9 +6119,7 @@ "id": "swsh12pt5-137", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -7920,9 +6141,7 @@ "id": "swsh12pt5-138", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play any number of Item cards during your turn." @@ -7944,9 +6163,7 @@ "id": "swsh12pt5-139", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play any number of Item cards during your turn." @@ -7968,9 +6185,7 @@ "id": "swsh12pt5-140", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -7993,9 +6208,7 @@ "id": "swsh12pt5-141", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card onto the Basic Pokémon to evolve it, skipping the Stage 1. You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play any number of Item cards during your turn." @@ -8017,9 +6230,7 @@ "id": "swsh12pt5-142", "name": "Rescue Carrier", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -8042,10 +6253,7 @@ "id": "swsh12pt5-143", "name": "Sky Seal Stone", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The Pokémon V this card is attached to can use the VSTAR Power on this card. Star Order During your turn, you may use this Ability. During this turn, if your opponent's Active Pokémon VSTAR or Active Pokémon VMAX is Knocked Out by damage from an attack from your Basic Pokémon V, take 1 more Prize card. (You can't use more than 1 VSTAR Power in a game.)", "You may play any number of Item cards during your turn.", @@ -8069,9 +6277,7 @@ "id": "swsh12pt5-144", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play any number of Item cards during your turn." @@ -8093,9 +6299,7 @@ "id": "swsh12pt5-145", "name": "Trekking Shoes", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top card of your deck. You may put that card into your hand. If you don't, discard that card and draw a card.", "You may play any number of Item cards during your turn." @@ -8118,9 +6322,7 @@ "id": "swsh12pt5-146", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you discard 2 other cards from your hand. Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -8142,10 +6344,7 @@ "id": "swsh12pt5-147", "name": "Elesa's Sparkle", "supertype": "Trainer", - "subtypes": [ - "Fusion Strike", - "Supporter" - ], + "subtypes": ["Fusion Strike", "Supporter"], "rules": [ "Choose up to 2 of your Fusion Strike Pokémon. For each of those Pokémon, search your deck for a Fusion Strike Energy card and attach it to that Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -8168,9 +6367,7 @@ "id": "swsh12pt5-148", "name": "Friends in Hisui", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -8193,9 +6390,7 @@ "id": "swsh12pt5-149", "name": "Friends in Sinnoh", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -8218,9 +6413,7 @@ "id": "swsh12pt5-150", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -8244,9 +6437,7 @@ "id": "swsh12pt5-151", "name": "Volo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard 1 of your Benched Pokémon V and all attached cards.", "You may play only 1 Supporter card during your turn." @@ -8397,24 +6588,14 @@ "id": "swsh12pt5-160", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon also does 30 damage to itself." @@ -8426,17 +6607,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "You Iribi", "rarity": "Rare Secret", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8448,4 +6625,4 @@ "large": "https://images.pokemontcg.io/swsh12pt5/160_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh12pt5gg.json b/cards/en/swsh12pt5gg.json index a9a7a4203..f006f4d6d 100644 --- a/cards/en/swsh12pt5gg.json +++ b/cards/en/swsh12pt5gg.json @@ -3,31 +3,21 @@ "id": "swsh12pt5gg-GG01", "name": "Hisuian Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Grass"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Cheerful Charge", - "cost": [ - - ], + "cost": [], "convertedEnergyCost": 0, "damage": "", "text": "You can use this attack only if you go second, and only during your first turn. Choose up to 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a basic Energy card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -39,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG01", "artist": "HYOGONOSUKE", "rarity": "Trainer Gallery Rare Holo", "flavorText": "An enigmatic Pokémon that happens to bear a resemblance to a Poké Ball. When excited, it discharges the electric current it has stored in its belly, then lets out a great, uproarious laugh.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -65,13 +51,9 @@ "id": "swsh12pt5gg-GG02", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "abilities": [ { @@ -83,10 +65,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -98,17 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG02", "artist": "Nurikabe", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It signals its emotions with its melodies. Scientists are studying these melodic patterns.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -124,32 +99,21 @@ "id": "swsh12pt5gg-GG03", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Boltsplosion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If Electivire is on your Bench, this attack does 120 more damage." @@ -161,19 +125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG03", "artist": "Saya Tsuruta", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When Magmortar inhales deeply, the fire burning in its belly intensifies, rising in temperature to over 3,600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -189,14 +147,9 @@ "id": "swsh12pt5gg-GG04", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Lesson in Zeal", @@ -207,10 +160,7 @@ "attacks": [ { "name": "Glistening Droplets", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 5 damage counters on your opponent's Pokémon in any way you like." @@ -222,17 +172,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG04", "artist": "Tomokazu Komiya", "rarity": "Trainer Gallery Rare Holo", "flavorText": "This Oricorio has drunk red nectar. If its Trainer gives the wrong order, this passionate Pokémon becomes fiercely angry.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -248,21 +194,13 @@ "id": "swsh12pt5gg-GG05", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Raging Freeze", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, your opponent's Active Pokémon is now Paralyzed." @@ -274,18 +212,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG05", "artist": "zig", "rarity": "Trainer Gallery Rare Holo", "flavorText": "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -301,13 +234,9 @@ "id": "swsh12pt5gg-GG06", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Wave Veil", @@ -318,9 +247,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -332,17 +259,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG06", "artist": "Taira Akitsu", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -358,29 +281,20 @@ "id": "swsh12pt5gg-GG07", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Line Force", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each of your Benched Pokémon." @@ -392,17 +306,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG07", "artist": "KEIICHIRO ITO", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are then too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -418,31 +328,21 @@ "id": "swsh12pt5gg-GG08", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Explosive Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Benched Magmortar have any damage counters on them, this attack does 90 more damage." }, { "name": "High-Voltage Current", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -454,19 +354,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG08", "artist": "Mina Nakai", "rarity": "Trainer Gallery Rare Holo", "flavorText": "The amount of electrical energy this Pokémon produces is proportional to the rate of its pulse. The voltage jumps while Electivire is battling.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -482,14 +376,9 @@ "id": "swsh12pt5gg-GG09", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "abilities": [ { @@ -501,11 +390,7 @@ "attacks": [ { "name": "Head Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -517,18 +402,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG09", "artist": "Nelnal", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It has an electrical organ on its chest. While generating electricity, it fills its surroundings with what sounds like the strumming of a bass guitar.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -544,13 +424,9 @@ "id": "swsh12pt5gg-GG10", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Mysterious Tail", @@ -561,10 +437,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -582,17 +455,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG10", "artist": "Ryota Murayama", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -608,30 +477,20 @@ "id": "swsh12pt5gg-GG11", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Moon Kinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -649,17 +508,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG11", "artist": "sowsow", "rarity": "Trainer Gallery Rare Holo", "flavorText": "The phase of the moon apparently has some effect on its power. It's active on the night of a full moon.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -675,24 +530,13 @@ "id": "swsh12pt5gg-GG12", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike", - "Single Strike", - "Rapid Strike" - ], + "subtypes": ["Basic", "Fusion Strike", "Single Strike", "Rapid Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Photon Boost", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fusion Strike Energy attached, this attack does 80 more damage." @@ -710,17 +554,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG12", "artist": "Scav", "rarity": "Trainer Gallery Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -736,13 +576,9 @@ "id": "swsh12pt5gg-GG13", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Princess's Curtain", @@ -753,9 +589,7 @@ "attacks": [ { "name": "Spike Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." @@ -767,17 +601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG13", "artist": "Haruko Ichikawa", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It can instantly create many diamonds by compressing the carbon in the air between its hands.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -793,13 +623,9 @@ "id": "swsh12pt5gg-GG14", "name": "Comfey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Flower Selecting", @@ -810,10 +636,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -825,17 +648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG14", "artist": "Yano Keiji", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Comfey picks flowers with its vine and decorates itself with them. For some reason, flowers won't wither once they're attached to a Comfey.", - "nationalPokedexNumbers": [ - 764 - ], + "nationalPokedexNumbers": [764], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -851,13 +670,9 @@ "id": "swsh12pt5gg-GG15", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Sun Energy", @@ -868,10 +683,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -883,17 +695,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG15", "artist": "Nobuhiro Imagawa", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -909,29 +717,20 @@ "id": "swsh12pt5gg-GG16", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Swirling Disaster", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Claw Rend", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 70 more damage." @@ -943,17 +742,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG16", "artist": "Uta", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Swift as the wind, Absol races through fields and mountains. Its curved, bow-like horn is acutely sensitive to the warning signs of natural disasters.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -969,13 +764,9 @@ "id": "swsh12pt5gg-GG17", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "abilities": [ { @@ -987,11 +778,7 @@ "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1003,17 +790,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG17", "artist": "NC Empire", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1029,13 +812,9 @@ "id": "swsh12pt5gg-GG18", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -1047,11 +826,7 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -1069,18 +844,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG18", "artist": "Shinya Komatsu", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Some say that Magnezone receives signals from space via the antenna on its head and that it's being controlled by some mysterious being.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1096,13 +866,9 @@ "id": "swsh12pt5gg-GG19", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -1114,10 +880,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1127,9 +890,7 @@ "artist": "Asako Ito", "rarity": "Trainer Gallery Rare Holo", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1145,14 +906,9 @@ "id": "swsh12pt5gg-GG20", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Red Assist", @@ -1163,27 +919,19 @@ "attacks": [ { "name": "Dyna Barrier", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG20", "artist": "Teeziro", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1199,13 +947,9 @@ "id": "swsh12pt5gg-GG21", "name": "Hisuian Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hisuian Sliggoo", "abilities": [ { @@ -1217,29 +961,19 @@ "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Water", - "Metal", - "Colorless" - ], + "cost": ["Water", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG21", "artist": "You Iribi", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Able to freely control the hardness of its metallic shell. It loathes solitude and is extremely clingy— it will fume and run riot if those dearest to it ever leave its side.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1255,13 +989,9 @@ "id": "swsh12pt5gg-GG22", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sudden Transformation", @@ -1275,17 +1005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG22", "artist": "Miki Tanaka", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It can reconstitute its entire cellular structure to change into what it sees, but it returns to normal when it relaxes.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1301,13 +1027,9 @@ "id": "swsh12pt5gg-GG23", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Mysterious Nest", @@ -1318,10 +1040,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1333,17 +1052,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG23", "artist": "Kurata So", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When it sees a person, it digs a hole with its tail to make its escape. If you happen to find one, consider yourself lucky.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1359,13 +1074,9 @@ "id": "swsh12pt5gg-GG24", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Miracle Body", @@ -1376,10 +1087,7 @@ "attacks": [ { "name": "Rout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." @@ -1391,18 +1099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG24", "artist": "Yuu Nishida", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Miltank produces highly nutritious milk, so it's been supporting the lives of people and other Pokémon since ancient times.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1418,13 +1121,9 @@ "id": "swsh12pt5gg-GG25", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -1436,11 +1135,7 @@ "attacks": [ { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -1452,18 +1147,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG25", "artist": "Amelicart", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1479,23 +1169,14 @@ "id": "swsh12pt5gg-GG26", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1507,17 +1188,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG26", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It's exceedingly energetic, with enough stamina to keep running all through the night. Taking it for walks can be a challenging experience.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1533,22 +1210,14 @@ "id": "swsh12pt5gg-GG27", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1566,17 +1235,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG27", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1592,22 +1257,14 @@ "id": "swsh12pt5gg-GG28", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Perplex", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -1625,17 +1282,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG28", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "If it finds bad children who won't listen to their parents, it will spirit them away—or so it's said.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1651,16 +1304,10 @@ "id": "swsh12pt5gg-GG29", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "abilities": [ { "name": "Carefree Countenance", @@ -1671,10 +1318,7 @@ "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1686,17 +1330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG29", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1712,16 +1352,10 @@ "id": "swsh12pt5gg-GG30", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "abilities": [ { "name": "Pika Dash", @@ -1732,11 +1366,7 @@ "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1748,17 +1378,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG30", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1774,32 +1400,21 @@ "id": "swsh12pt5gg-GG31", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt Bounce", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1811,18 +1426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG31", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1838,23 +1448,14 @@ "id": "swsh12pt5gg-GG32", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -1866,17 +1467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG32", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "The mushrooms, known as tochukaso, are controlling the bug. Even if the bug bugs the mushrooms, they tell it to bug off.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1892,32 +1489,21 @@ "id": "swsh12pt5gg-GG33", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slight Intrusion", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -1929,17 +1515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG33", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It has a very tenacious nature. Its acute sense of smell lets it chase a chosen prey without ever losing track.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1955,32 +1537,21 @@ "id": "swsh12pt5gg-GG34", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1992,17 +1563,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG34", "artist": "Kouki Saitou", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Rubbing its fleece generates electricity. You'll want to pet it because it's cute, but if you use your bare hand, you'll get a painful shock.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2018,13 +1585,9 @@ "id": "swsh12pt5gg-GG35", "name": "Leafeon VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2039,11 +1602,7 @@ "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -2055,17 +1614,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG35", "artist": "Jiro Sasumo", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2081,14 +1635,9 @@ "id": "swsh12pt5gg-GG36", "name": "Entei V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2102,10 +1651,7 @@ "attacks": [ { "name": "Burning Rondo", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -2117,18 +1663,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG36", "artist": "Shigenori Negishi", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2144,13 +1684,9 @@ "id": "swsh12pt5gg-GG37", "name": "Simisear VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Simisear V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2158,20 +1694,14 @@ "attacks": [ { "name": "Fireball Fever", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "You may discard up to 5 cards from the top of your deck. This attack does 40 more damage for each card you discarded in this way." }, { "name": "Ember Star", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Energy card in your discard pile. (You can't use more than 1 VSTAR Power in a game.)" @@ -2183,17 +1713,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG37", "artist": "nagano", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2209,14 +1734,9 @@ "id": "swsh12pt5gg-GG38", "name": "Suicune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2230,10 +1750,7 @@ "attacks": [ { "name": "Blizzard Rondo", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -2245,17 +1762,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG38", "artist": "Atsushi Furusawa", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2271,14 +1783,9 @@ "id": "swsh12pt5gg-GG39", "name": "Lumineon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2292,11 +1799,7 @@ "attacks": [ { "name": "Aqua Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Shuffle this Pokémon and all attached cards into your deck." @@ -2308,16 +1811,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG39", "artist": "Jerky", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2333,13 +1832,9 @@ "id": "swsh12pt5gg-GG40", "name": "Glaceon VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2347,22 +1842,14 @@ "attacks": [ { "name": "Icicle Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Crystal Star", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "During your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -2374,17 +1861,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG40", "artist": "Gemi", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2400,14 +1882,9 @@ "id": "swsh12pt5gg-GG41", "name": "Raikou V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2421,10 +1898,7 @@ "attacks": [ { "name": "Lightning Rondo", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -2436,16 +1910,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "GG41", "artist": "nagimiso", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2461,13 +1931,9 @@ "id": "swsh12pt5gg-GG42", "name": "Zeraora VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2475,21 +1941,14 @@ "attacks": [ { "name": "Reactive Pulse", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon in play that has an Ability." }, { "name": "Max Fist", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "Discard 2 Energy from this Pokémon." @@ -2501,17 +1960,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG42", "artist": "aoki", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2527,13 +1981,9 @@ "id": "swsh12pt5gg-GG43", "name": "Zeraora VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2541,23 +1991,14 @@ "attacks": [ { "name": "Crushing Beat", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may discard a Stadium in play." }, { "name": "Lightning Storm Star", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Choose 1 of your opponent's Pokémon 4 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 60 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -2572,9 +2013,7 @@ "number": "GG43", "artist": "Ligton", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2590,13 +2029,9 @@ "id": "swsh12pt5gg-GG44", "name": "Mewtwo VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2604,20 +2039,14 @@ "attacks": [ { "name": "Psy Purge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "Discard up to 3 Psychic Energy from your Pokémon. This attack does 90 damage for each card you discarded in this way." }, { "name": "Star Raid", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 120 damage to each of your opponent's Pokémon V. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -2635,17 +2064,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG44", "artist": "GOSSAN", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2661,13 +2085,9 @@ "id": "swsh12pt5gg-GG45", "name": "Deoxys VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Deoxys V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2682,11 +2102,7 @@ "attacks": [ { "name": "Max Drain", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Heal 30 damage from this Pokémon." @@ -2704,18 +2120,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG45", "artist": "Akira Komayama", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2731,13 +2141,9 @@ "id": "swsh12pt5gg-GG46", "name": "Deoxys VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Deoxys V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -2745,20 +2151,14 @@ "attacks": [ { "name": "Psychic Javelin", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Star Force", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to both Active Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -2776,17 +2176,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG46", "artist": "DOM", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2802,13 +2197,9 @@ "id": "swsh12pt5gg-GG47", "name": "Hatterene VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatterene V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2823,11 +2214,7 @@ "attacks": [ { "name": "G-Max Smite", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Your opponent's Active Pokémon is now Confused." @@ -2845,17 +2232,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG47", "artist": "sui", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2871,14 +2253,9 @@ "id": "swsh12pt5gg-GG48", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2892,11 +2269,7 @@ "attacks": [ { "name": "Storm Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -2908,17 +2281,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG48", "artist": "Hataya", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2934,14 +2302,9 @@ "id": "swsh12pt5gg-GG49", "name": "Drapion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2955,12 +2318,7 @@ "attacks": [ { "name": "Dynamic Tail", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "This attack also does 60 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2972,17 +2330,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG49", "artist": "Yuka Morii", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2998,13 +2351,9 @@ "id": "swsh12pt5gg-GG50", "name": "Darkrai VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Darkrai V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3019,10 +2368,7 @@ "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Darkness Energy attached to all of your Pokémon." @@ -3034,17 +2380,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG50", "artist": "Pani Kobayashi", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3060,34 +2401,23 @@ "id": "swsh12pt5gg-GG51", "name": "Hisuian Samurott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Basket Crash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Pokémon Tools from your opponent's Pokémon." }, { "name": "Shadow Slash", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -3099,17 +2429,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG51", "artist": "kodama", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3125,13 +2450,9 @@ "id": "swsh12pt5gg-GG52", "name": "Hisuian Samurott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Hisuian Samurott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3146,10 +2467,7 @@ "attacks": [ { "name": "Merciless Blade", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "110+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 110 more damage." @@ -3161,17 +2479,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG52", "artist": "Shibuzoh.", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3187,15 +2500,9 @@ "id": "swsh12pt5gg-GG53", "name": "Hoopa V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3209,11 +2516,7 @@ "attacks": [ { "name": "Shadow Impact", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Put 3 damage counters on 1 of your Pokémon." @@ -3225,17 +2528,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG53", "artist": "OKACHEKE", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3251,14 +2549,9 @@ "id": "swsh12pt5gg-GG54", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3272,11 +2565,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -3294,17 +2583,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG54", "artist": "Haru Akasaka", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3320,13 +2604,9 @@ "id": "swsh12pt5gg-GG55", "name": "Regigigas VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Regigigas V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3341,11 +2621,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -3357,19 +2633,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "GG55", "artist": "Aya Kusube", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3385,13 +2654,9 @@ "id": "swsh12pt5gg-GG56", "name": "Hisuian Zoroark VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hisuian Zoroark V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3406,10 +2671,7 @@ "attacks": [ { "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." @@ -3421,17 +2683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG56", "artist": "SIE NANAHARA", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3447,9 +2704,7 @@ "id": "swsh12pt5gg-GG57", "name": "Adaman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard 2 Metal Energy cards from your hand. Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3472,9 +2727,7 @@ "id": "swsh12pt5gg-GG58", "name": "Cheren's Care", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Colorless Pokémon that has any damage counters on it and all attached cards into your hand.", "You may play only 1 Supporter card during your turn." @@ -3497,9 +2750,7 @@ "id": "swsh12pt5gg-GG59", "name": "Colress's Experiment", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 5 cards of your deck and put 3 of them into your hand. Put the other cards in the Lost Zone.", "You may play only 1 Supporter card during your turn." @@ -3522,9 +2773,7 @@ "id": "swsh12pt5gg-GG60", "name": "Cynthia's Ambition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 5 cards in your hand. If any of your Pokémon were Knocked Out during your opponent's last turn, draw cards until you have 8 cards in your hand instead.", "You may play only 1 Supporter card during your turn." @@ -3547,9 +2796,7 @@ "id": "swsh12pt5gg-GG61", "name": "Gardenia's Vigor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, attach up to 2 Grass Energy cards from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -3572,9 +2819,7 @@ "id": "swsh12pt5gg-GG62", "name": "Grant", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Fighting Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance). During your turn, if this Grant is in your discard pile, you may discard 2 cards, except any Grant, from your hand. If you do, put this Grant into your hand. (This effect doesn't use up your Supporter card for the turn.)", "You may play only 1 Supporter card during your turn." @@ -3597,9 +2842,7 @@ "id": "swsh12pt5gg-GG63", "name": "Irida", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Water Pokémon and an Item card, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3622,9 +2865,7 @@ "id": "swsh12pt5gg-GG64", "name": "Melony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -3647,9 +2888,7 @@ "id": "swsh12pt5gg-GG65", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3672,9 +2911,7 @@ "id": "swsh12pt5gg-GG66", "name": "Roxanne", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if your opponent has 3 or fewer Prize cards remaining. Each player shuffles their hand into their deck. Then, you draw 6 cards, and your opponent draws 2 cards.", "You may play only 1 Supporter card during your turn." @@ -3697,13 +2934,9 @@ "id": "swsh12pt5gg-GG67", "name": "Origin Forme Palkia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Origin Forme Palkia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3718,10 +2951,7 @@ "attacks": [ { "name": "Subspace Swell", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -3733,17 +2963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG67", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3759,13 +2984,9 @@ "id": "swsh12pt5gg-GG68", "name": "Origin Forme Dialga VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Origin Forme Dialga V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3773,22 +2994,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Star Chronos", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Take another turn after this one. (Skip Pokémon Checkup.) (You can't use more than 1 VSTAR Power in a game.)" @@ -3806,18 +3019,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "GG68", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3833,13 +3040,9 @@ "id": "swsh12pt5gg-GG69", "name": "Giratina VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Giratina V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3847,37 +3050,25 @@ "attacks": [ { "name": "Lost Impact", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "280", "text": "Put 2 Energy attached to your Pokémon in the Lost Zone." }, { "name": "Star Requiem", - "cost": [ - "Grass", - "Psychic" - ], + "cost": ["Grass", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "You can use this attack only if you have 10 or more cards in the Lost Zone. Your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG69", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3893,13 +3084,9 @@ "id": "swsh12pt5gg-GG70", "name": "Arceus VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3914,11 +3101,7 @@ "attacks": [ { "name": "Trinity Nova", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." @@ -3930,17 +3113,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "GG70", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3952,4 +3130,4 @@ "large": "https://images.pokemontcg.io/swsh12pt5gg/GG70_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh12tg.json b/cards/en/swsh12tg.json index eda094d76..8be93c1b7 100644 --- a/cards/en/swsh12tg.json +++ b/cards/en/swsh12tg.json @@ -3,33 +3,22 @@ "id": "swsh12tg-TG01", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flare Parade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Serena card in your discard pile." @@ -41,17 +30,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG01", "artist": "Naoki Saito", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -67,30 +52,21 @@ "id": "swsh12tg-TG02", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Mellow Wave", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -102,18 +78,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG02", "artist": "chibi", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Milotic has provided inspiration to many artists. It has even been referred to as the most beautiful Pokémon of all.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -129,17 +100,11 @@ "id": "swsh12tg-TG03", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "abilities": [ { "name": "Dynamotor", @@ -150,11 +115,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -166,18 +127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG03", "artist": "saino misaki", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -193,13 +149,9 @@ "id": "swsh12tg-TG04", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Selfish Lips", @@ -210,10 +162,7 @@ "attacks": [ { "name": "Psychic Assault", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -231,18 +180,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG04", "artist": "HYOGONOSUKE", "rarity": "Trainer Gallery Rare Holo", "flavorText": "In certain parts of Galar, Jynx was once feared and worshiped as the Queen of Ice.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -258,13 +202,9 @@ "id": "swsh12tg-TG05", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -276,10 +216,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -291,18 +228,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG05", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It has the power to predict the future. Its power peaks when it is protecting its Trainer.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -318,21 +250,14 @@ "id": "swsh12tg-TG06", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Rapid Strike Tentacles", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "Reveal any number of Rapid Strike cards from your hand. This attack does 40 damage for each card you revealed in this way. Then, shuffle those cards into your deck." @@ -350,19 +275,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG06", "artist": "Fumie Kittaka", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It's said that Malamar's hypnotic powers played a role in certain history-changing events.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -378,24 +297,14 @@ "id": "swsh12tg-TG07", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -407,17 +316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG07", "artist": "Hideki Ishikawa", "rarity": "Trainer Gallery Rare Holo", "flavorText": "When it rubs the rocks on its neck against you, that's proof of its love for you. However, the rocks are sharp, so the gesture is quite painful!", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -433,14 +338,9 @@ "id": "swsh12tg-TG08", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Throwing Coach", @@ -451,9 +351,7 @@ "attacks": [ { "name": "Fling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -465,17 +363,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG08", "artist": "nagimiso", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Passimian live in groups of about 20, with each member performing an assigned role. Through cooperation, the group survives.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -491,48 +385,32 @@ "id": "swsh12tg-TG09", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Revenge", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "40+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 120 more damage." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG09", "artist": "Teeziro", "rarity": "Trainer Gallery Rare Holo", "flavorText": "Druddigon are vicious and cunning. They take up residence in nests dug out by other Pokémon, treating the stolen nests as their own lairs.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -548,29 +426,20 @@ "id": "swsh12tg-TG10", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Colorful Palette", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your deck. You may attach any number of basic Energy cards you find there to 1 of your Pokémon. Shuffle the other cards back into your deck." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -582,17 +451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG10", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Trainer Gallery Rare Holo", "flavorText": "It draws symbols with the fluid that oozes from the tip of its tail. Depending on the symbol, Smeargle fanatics will pay big money for them.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -608,32 +473,21 @@ "id": "swsh12tg-TG11", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Magical Echo", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon." }, { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -651,17 +505,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG11", "artist": "Yuu Nishida", "rarity": "Trainer Gallery Rare Holo", "flavorText": "As it flies in a calm and relaxed manner, Altaria performs a humming song that would enrapture any audience.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -677,14 +527,9 @@ "id": "swsh12tg-TG12", "name": "Kricketune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -698,11 +543,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 80 more damage." @@ -714,16 +555,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG12", "artist": "HYOGONOSUKE", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -739,34 +576,23 @@ "id": "swsh12tg-TG13", "name": "Serperior V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Noble Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each Pokémon (both yours and your opponent's)." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -778,16 +604,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG13", "artist": "Teeziro", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -803,37 +625,23 @@ "id": "swsh12tg-TG14", "name": "Blaziken V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Discard 2 Energy from this Pokémon." @@ -845,17 +653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG14", "artist": "nagimiso", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -871,14 +674,9 @@ "id": "swsh12tg-TG15", "name": "Blaziken VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -886,19 +684,14 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Max Blaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Choose up to 2 of your Benched Rapid Strike Pokémon and attach an Energy card from your discard pile to each of them." @@ -910,17 +703,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG15", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -936,26 +724,16 @@ "id": "swsh12tg-TG16", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cross Fist", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -967,17 +745,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG16", "artist": "yuu", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -993,34 +766,23 @@ "id": "swsh12tg-TG17", "name": "Mawile V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pouty Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Chomp Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a random card from your opponent's hand." @@ -1032,16 +794,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG17", "artist": "saino misaki", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1057,34 +815,23 @@ "id": "swsh12tg-TG18", "name": "Corviknight V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Clutch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Sky Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't use Sky Hurricane." @@ -1102,16 +849,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG18", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1127,13 +870,9 @@ "id": "swsh12tg-TG19", "name": "Corviknight VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corviknight V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1148,11 +887,7 @@ "attacks": [ { "name": "G-Max Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use G-Max Hurricane." @@ -1173,9 +908,7 @@ "number": "TG19", "artist": "Shigenori Negishi", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1191,14 +924,9 @@ "id": "swsh12tg-TG20", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1213,26 +941,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG20", "artist": "Hideki Ishikawa", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1248,14 +968,9 @@ "id": "swsh12tg-TG21", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1270,28 +985,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG21", "artist": "AKIRA EGAWA", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1307,14 +1012,9 @@ "id": "swsh12tg-TG22", "name": "Blissey V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1328,9 +1028,7 @@ "attacks": [ { "name": "Blissful Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon." @@ -1342,19 +1040,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "TG22", "artist": "You Iribi", "rarity": "Trainer Gallery Rare Holo V", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1370,9 +1061,7 @@ "id": "swsh12tg-TG23", "name": "Friends in Galar", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -1395,9 +1084,7 @@ "id": "swsh12tg-TG24", "name": "Gordie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -1420,9 +1107,7 @@ "id": "swsh12tg-TG25", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -1445,9 +1130,7 @@ "id": "swsh12tg-TG26", "name": "Professor Burnet", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 cards and discard them. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -1470,9 +1153,7 @@ "id": "swsh12tg-TG27", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -1495,9 +1176,7 @@ "id": "swsh12tg-TG28", "name": "Sordward & Shielbert", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Trainer card from your discard pile. Then, ask your opponent if you may put it into your hand. If yes, put that card into your hand. If no, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -1520,14 +1199,9 @@ "id": "swsh12tg-TG29", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1542,26 +1216,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG29", "artist": "PLANETA Mochizuki", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1577,14 +1243,9 @@ "id": "swsh12tg-TG30", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1599,28 +1260,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG30", "artist": "PLANETA Mochizuki", "rarity": "Trainer Gallery Rare Secret", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1632,4 +1283,4 @@ "large": "https://images.pokemontcg.io/swsh12tg/TG30_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh2.json b/cards/en/swsh2.json index 03f664fc2..890cc922a 100644 --- a/cards/en/swsh2.json +++ b/cards/en/swsh2.json @@ -3,16 +3,10 @@ "id": "swsh2-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "abilities": [ { "name": "Adaptive Evolution", @@ -23,9 +17,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -37,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Uta", "rarity": "Common", "flavorText": "For protection, it releases a horrible stench from the antenna on its head to drive away enemies.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -63,17 +51,11 @@ "id": "swsh2-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Adaptive Evolution", @@ -84,10 +66,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -99,19 +78,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Asako Ito", "rarity": "Uncommon", "flavorText": "It is waiting for the moment to evolve. At this stage, it can only harden, so it remains motionless to avoid attack.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -127,30 +100,21 @@ "id": "swsh2-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Panic Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "" @@ -162,17 +126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Taira Akitsu", "rarity": "Rare", "flavorText": "In battle, it flaps its wings at great speed to release highly toxic dust into the air.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -188,31 +148,21 @@ "id": "swsh2-4", "name": "Scyther", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Scizor" - ], + "types": ["Grass"], + "evolvesTo": ["Scizor"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Blinding Scythe attack does 70 more damage (before applying Weakness and Resistance)." }, { "name": "Blinding Scythe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -224,17 +174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "KEIICHIRO ITO", "rarity": "Common", "flavorText": "Its two sharp scythes are more than just weapons. It uses them with dexterity to dress its prey before eating.", - "nationalPokedexNumbers": [ - 123 - ], + "nationalPokedexNumbers": [123], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -250,30 +196,20 @@ "id": "swsh2-5", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Berry Picking", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle up to 5 basic Energy cards from your discard pile into your deck." }, { "name": "Bind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -285,17 +221,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It stores berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -311,31 +243,20 @@ "id": "swsh2-6", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Superpowered Horns", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -347,18 +268,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It roams through forests searching for sweet nectar. Although it boasts fantastic physical strength, it's not that good at flying.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -374,32 +290,21 @@ "id": "swsh2-7", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Grass"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Mini Drain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -411,17 +316,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It searches about for clean water. If it does not drink water for too long, the leaf on its head wilts.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -437,17 +338,11 @@ "id": "swsh2-8", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "abilities": [ { "name": "Top Entry", @@ -458,11 +353,7 @@ "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads." @@ -474,17 +365,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "It is nocturnal and becomes active at nightfall. It feeds on aquatic mosses that grow in the riverbed.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -500,32 +387,21 @@ "id": "swsh2-9", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lombre", "attacks": [ { "name": "Spirited Rushdown", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Prize card you have taken." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Heal 30 damage from this Pokémon." @@ -537,18 +413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "The rhythm of bright, festive music activates Ludicolo's cells, making it more powerful.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -564,22 +435,14 @@ "id": "swsh2-10", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Agility", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon." @@ -591,17 +454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It lives in ponds and marshes that feature lots of plant life. It often fights with Dewpider, whose habitat and diet are similar.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -617,30 +476,21 @@ "id": "swsh2-11", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Threatening Pattern", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, Energy can't be attached from your opponent's hand to the Defending Pokémon." }, { "name": "U-turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -652,17 +502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "chibi", "rarity": "Uncommon", "flavorText": "Its thin, winglike antennae are highly absorbent. It waits out rainy days in tree hollows.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -678,34 +524,21 @@ "id": "swsh2-12", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Grass"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -717,19 +550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It lives on snowy mountains. It sinks its legs into the snow to absorb water and keep its own temperature down.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -745,34 +572,21 @@ "id": "swsh2-13", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snover", "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Megaton Lariat", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -784,19 +598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Kazuma Koda", "rarity": "Rare", "flavorText": "If it sees any packs of Darumaka going after Snover, it chases them off, swinging its sizable arms like hammers.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -812,32 +620,21 @@ "id": "swsh2-14", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Grass"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Dark Guidance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from your discard pile onto your Bench." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -849,17 +646,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "sui", "rarity": "Common", "flavorText": "After a lost child perished in the forest, their spirit possessed a tree stump, causing the spirit's rebirth as this Pokémon.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -875,31 +668,21 @@ "id": "swsh2-15", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Phantump", "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Shadow Cage", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -911,19 +694,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "15", "artist": "kawayoo", "rarity": "Rare", "flavorText": "People fear it due to a belief that it devours any who try to cut down trees in its forest, but to the Pokémon it shares its woods with, it's kind.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -939,22 +716,14 @@ "id": "swsh2-16", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -966,17 +735,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Its natural enemies, like Rookidee, may flee rather than risk getting caught in its large mandibles that can snap thick tree branches.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -992,35 +757,23 @@ "id": "swsh2-17", "name": "Rillaboom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Forest Feast", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "This Pokémon also does 30 damage to itself." @@ -1032,18 +785,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1059,13 +806,9 @@ "id": "swsh2-18", "name": "Rillaboom VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rillaboom V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1073,21 +816,14 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" }, { "name": "Max Beating", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "You may discard up to 3 Grass Energy from this Pokémon. If you do, this attack does 50 more damage for each card you discarded in this way." @@ -1099,18 +835,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1126,14 +856,9 @@ "id": "swsh2-19", "name": "Eldegoss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1147,10 +872,7 @@ "attacks": [ { "name": "Float Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -1162,16 +884,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1187,23 +905,14 @@ "id": "swsh2-20", "name": "Applin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Flapple" - ], + "types": ["Grass"], + "evolvesTo": ["Flapple"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -1215,17 +924,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Mizue", "rarity": "Common", "flavorText": "It spends its entire life inside an apple. It hides from its natural enemies, bird Pokémon, by pretending it's just an apple and nothing more.", - "nationalPokedexNumbers": [ - 840 - ], + "nationalPokedexNumbers": [840], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1241,22 +946,14 @@ "id": "swsh2-21", "name": "Applin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Flapple" - ], + "types": ["Grass"], + "evolvesTo": ["Flapple"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks." @@ -1268,17 +965,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It spends its entire life inside an apple. It hides from its natural enemies, bird Pokémon, by pretending it's just an apple and nothing more.", - "nationalPokedexNumbers": [ - 840 - ], + "nationalPokedexNumbers": [840], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1294,13 +987,9 @@ "id": "swsh2-22", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -1312,10 +1001,7 @@ "attacks": [ { "name": "Acid Spray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -1327,17 +1013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1353,13 +1035,9 @@ "id": "swsh2-23", "name": "Appletun", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -1371,10 +1049,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1386,19 +1061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Eating a sweet apple caused its evolution. A nectarous scent wafts from its body, luring in the bug Pokémon it preys on.", - "nationalPokedexNumbers": [ - 842 - ], + "nationalPokedexNumbers": [842], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1414,32 +1083,21 @@ "id": "swsh2-24", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1451,17 +1109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "sui", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1477,31 +1131,21 @@ "id": "swsh2-25", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Hex", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 90 more damage." }, { "name": "Flickering Flames", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1513,17 +1157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "It is said to live 1,000 years, and each of its tails is loaded with supernatural powers.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1539,37 +1179,23 @@ "id": "swsh2-26", "name": "Ninetales V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Nine-Tailed Shapeshifter", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -1581,17 +1207,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1607,33 +1228,21 @@ "id": "swsh2-27", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Odor Sleuth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a card from your discard pile into your hand." }, { "name": "Fire Claws", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1645,18 +1254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Ryota Murayama", "rarity": "Common", "flavorText": "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1672,13 +1276,9 @@ "id": "swsh2-28", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -1690,11 +1290,7 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -1706,18 +1302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Hasuno", "rarity": "Rare", "flavorText": "The sight of it running over 6,200 miles in a single day and night has captivated many people.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1733,32 +1324,21 @@ "id": "swsh2-29", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Heat Breath", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -1770,18 +1350,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Its entire body is burning. When it breathes, the temperature rises. When it sneezes, flames shoot out!", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1797,32 +1372,21 @@ "id": "swsh2-30", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Burst Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Ground Burn", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Each player discards the top card of their deck. This attack does 100 more damage for each Energy card discarded in this way." @@ -1834,19 +1398,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "Kazuma Koda", "rarity": "Rare", "flavorText": "Magmortar takes down its enemies by shooting fireballs, which burn them to a blackened crisp. It avoids this method when hunting prey.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1862,22 +1420,14 @@ "id": "swsh2-31", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Fire"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Scorch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -1889,17 +1439,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Sekio", "rarity": "Common", "flavorText": "The flame on its head keeps its body slightly warm. This Pokémon takes lost children by the hand to guide them to the spirit world.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1915,17 +1461,11 @@ "id": "swsh2-32", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "abilities": [ { "name": "Top Entry", @@ -1936,9 +1476,7 @@ "attacks": [ { "name": "Reignite", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a Fire Energy card from your discard pile to 1 of your Pokémon." @@ -1950,17 +1488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "This Pokémon appears just before someone passes away, so it's feared as an emissary of death.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1976,13 +1510,9 @@ "id": "swsh2-33", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Lampent", "abilities": [ { @@ -1994,10 +1524,7 @@ "attacks": [ { "name": "Mirage Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -2009,18 +1536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Taira Akitsu", "rarity": "Rare Holo", "flavorText": "This Pokémon haunts dilapidated mansions. It sways its arms to hypnotize opponents with the ominous dancing of its flames.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2036,30 +1558,20 @@ "id": "swsh2-34", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Lick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -2071,18 +1583,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "There's a hole in its tail that allows it to draw in the air it needs to keep its fire burning. If the hole gets blocked, this Pokémon will fall ill.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2098,14 +1605,9 @@ "id": "swsh2-35", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2119,11 +1621,7 @@ "attacks": [ { "name": "Crimson Legs", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -2135,17 +1633,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2161,13 +1654,9 @@ "id": "swsh2-36", "name": "Cinderace VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cinderace V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2175,21 +1664,14 @@ "attacks": [ { "name": "Counter", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Max Pyro Ball", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Your opponent's Active Pokémon is now Burned." @@ -2201,17 +1683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2227,32 +1704,21 @@ "id": "swsh2-37", "name": "Galarian Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Mr. Rime" - ], + "types": ["Water"], + "evolvesTo": ["Mr. Rime"], "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Triple Spin", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage for each heads." @@ -2264,17 +1730,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "kirisAki", "rarity": "Common", "flavorText": "Its talent is tap-dancing. It can also manipulate temperatures to create a floor of ice, which this Pokémon can kick up to use as a barrier.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2290,13 +1752,9 @@ "id": "swsh2-38", "name": "Galarian Mr. Rime", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Mr. Mime", "abilities": [ { @@ -2308,10 +1766,7 @@ "attacks": [ { "name": "Triple Spin", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage for each heads." @@ -2323,17 +1778,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It's highly skilled at tap-dancing. It waves its cane of ice in time with its graceful movements.", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2349,22 +1800,14 @@ "id": "swsh2-39", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Leap Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2376,17 +1819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "kanahei", "rarity": "Common", "flavorText": "It is virtually worthless in terms of both power and speed. It is the most weak and pathetic Pokémon in the world.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2402,35 +1841,21 @@ "id": "swsh2-40", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Wrack Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Big Storm", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "200", "text": "Discard any Stadium in play." @@ -2442,20 +1867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "40", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It has an extremely aggressive nature. The Hyper Beam it shoots from its mouth totally incinerates all targets.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2471,32 +1889,21 @@ "id": "swsh2-41", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2514,17 +1921,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "0313", "rarity": "Common", "flavorText": "It makes its nest on sheer cliffs. Riding the sea breeze, it glides up into the expansive skies.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2540,32 +1943,21 @@ "id": "swsh2-42", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Power Cyclone", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -2583,18 +1975,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "It is a messenger of the skies, carrying small Pokémon and eggs to safety in its bill.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2610,37 +1997,23 @@ "id": "swsh2-43", "name": "Milotic V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Impact", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Hypno Splash", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2652,17 +2025,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2678,22 +2046,14 @@ "id": "swsh2-44", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Spiral Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -2705,17 +2065,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Graceful ripples running across the water's surface are a sure sign that Tympole are singing in high-pitched voices below.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2731,24 +2087,15 @@ "id": "swsh2-45", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Twirling Sign", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -2760,18 +2107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "It weakens its prey with sound waves intense enough to cause headaches, then entangles them with its sticky tongue.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2787,32 +2129,21 @@ "id": "swsh2-46", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Resonance", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is Confused, this attack does 120 more damage." @@ -2824,19 +2155,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "The vibrating of the bumps all over its body causes earthquake-like tremors. Seismitoad and Croagunk are similar species.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2852,23 +2177,14 @@ "id": "swsh2-47", "name": "Galarian Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Water"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Ice Punch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2880,18 +2196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It lived in snowy areas for so long that its fire sac cooled off and atrophied. It now has an organ that generates cold instead.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2907,34 +2218,21 @@ "id": "swsh2-48", "name": "Galarian Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darumaka", "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crushing Headbutt", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "During your next turn, this Pokémon can't use Crushing Headbutt." @@ -2946,19 +2244,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "On days when blizzards blow through, it comes down to where people live. It stashes food in the snowball on its head, taking it home for later.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2974,34 +2266,23 @@ "id": "swsh2-49", "name": "Inteleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Snipe Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Report", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -3013,17 +2294,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3039,13 +2315,9 @@ "id": "swsh2-50", "name": "Inteleon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Inteleon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3053,20 +2325,14 @@ "attacks": [ { "name": "Hydro Snipe", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." }, { "name": "Max Bullet", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3078,17 +2344,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3104,30 +2365,20 @@ "id": "swsh2-51", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon." }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -3145,17 +2396,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It's so strong that it can knock out some opponents in a single hit, but it also may forget what it's battling midfight.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3171,22 +2418,14 @@ "id": "swsh2-52", "name": "Arrokuda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barraskewda" - ], + "types": ["Water"], + "evolvesTo": ["Barraskewda"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3198,17 +2437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "If it sees any movement around it, this Pokémon charges for it straightaway, leading with its sharply pointed jaw. It's very proud of that jaw.", - "nationalPokedexNumbers": [ - 846 - ], + "nationalPokedexNumbers": [846], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3224,29 +2459,21 @@ "id": "swsh2-53", "name": "Barraskewda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Arrokuda", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Spiral Jet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "Discard 2 Water Energy cards from your hand. If you don't, this attack does nothing." @@ -3258,17 +2485,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "This Pokémon has a jaw that's as sharp as a spear and as strong as steel. Apparently Barraskewda's flesh is surprisingly tasty, too.", - "nationalPokedexNumbers": [ - 847 - ], + "nationalPokedexNumbers": [847], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3284,13 +2507,9 @@ "id": "swsh2-54", "name": "Eiscue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Ice Face", @@ -3301,11 +2520,7 @@ "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3317,18 +2532,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It drifted in on the flow of ocean waters from a frigid place. It keeps its head iced constantly to make sure it stays nice and cold.", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3344,14 +2554,9 @@ "id": "swsh2-55", "name": "Eiscue V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3365,11 +2570,7 @@ "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3381,17 +2582,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3407,22 +2603,14 @@ "id": "swsh2-56", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -3434,17 +2622,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Hasegawa Saki", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3460,30 +2644,21 @@ "id": "swsh2-57", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Orb Collector", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Rolling Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -3499,9 +2674,7 @@ "artist": "otumami", "rarity": "Uncommon", "flavorText": "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3517,33 +2690,21 @@ "id": "swsh2-58", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electroslug", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3555,18 +2716,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Midori Harada", "rarity": "Common", "flavorText": "While it's often blamed for power outages, the truth is the cause of outages is more often an error on the part of the electric company.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3582,32 +2738,21 @@ "id": "swsh2-59", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electrified Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If this Pokémon has any Special Energy attached, this attack does 90 more damage." @@ -3619,19 +2764,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "A single Electivire can provide enough electricity for all the buildings in a big city for a year.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3647,22 +2786,14 @@ "id": "swsh2-60", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Under Pressure", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent has 3 or fewer Prize cards remaining, this attack does 50 more damage." @@ -3674,17 +2805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Uta", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3700,17 +2827,11 @@ "id": "swsh2-61", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "abilities": [ { "name": "Top Entry", @@ -3721,9 +2842,7 @@ "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -3735,17 +2854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3761,30 +2876,21 @@ "id": "swsh2-62", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Raid", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60+", "text": "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -3796,17 +2902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3822,22 +2924,14 @@ "id": "swsh2-63", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Thunder Jolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -3849,17 +2943,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "0313", "rarity": "Common", "flavorText": "When spread, the frills on its head act like solar panels, generating the power behind this Pokémon's electric moves.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3875,30 +2965,21 @@ "id": "swsh2-64", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Eerie Impulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -3910,17 +2991,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "A now-vanished desert culture treasured these Pokémon. Appropriately, when Heliolisk came to the Galar region, treasure came with them.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3936,34 +3013,22 @@ "id": "swsh2-65", "name": "Charjabug", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Grubbin", - "evolvesTo": [ - "Vikavolt" - ], + "evolvesTo": ["Vikavolt"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Lightning Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3975,18 +3040,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "While its durable shell protects it from attacks, Charjabug strikes at enemies with jolts of electricity discharged from the tips of its jaws.", - "nationalPokedexNumbers": [ - 737 - ], + "nationalPokedexNumbers": [737], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4002,34 +3062,21 @@ "id": "swsh2-66", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Energy attached to all of your Pokémon." }, { "name": "Thunder Jolt Beam", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "This Pokémon also does 30 damage to itself." @@ -4041,18 +3088,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It builds up electricity in its abdomen, focuses it through its jaws, and then fires the electricity off in concentrated beams.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4068,33 +3110,23 @@ "id": "swsh2-67", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electrify", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." @@ -4106,17 +3138,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4132,22 +3159,14 @@ "id": "swsh2-68", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4159,18 +3178,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "nagimiso", "rarity": "Common", "flavorText": "It stores poison in an internal poison sac and secretes that poison through its skin. If you touch this Pokémon, a tingling sensation follows.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4186,31 +3200,21 @@ "id": "swsh2-69", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "attacks": [ { "name": "Poison Shout", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Your opponent's Active Pokémon is now Poisoned." }, { "name": "Hammer In", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4222,18 +3226,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "When this Pokémon sounds as if it's strumming a guitar, it's actually clawing at the protrusions on its chest to generate electricity.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4249,34 +3248,23 @@ "id": "swsh2-70", "name": "Toxtricity V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Jab", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Electric Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage." @@ -4288,17 +3276,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4314,13 +3297,9 @@ "id": "swsh2-71", "name": "Toxtricity VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxtricity V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4328,11 +3307,7 @@ "attacks": [ { "name": "G-Max Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 80 more damage." @@ -4344,17 +3319,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4370,14 +3340,9 @@ "id": "swsh2-72", "name": "Pincurchin V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4391,11 +3356,7 @@ "attacks": [ { "name": "Sparking Strike", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -4407,17 +3368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4433,29 +3389,20 @@ "id": "swsh2-73", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Torment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4467,17 +3414,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4493,31 +3436,21 @@ "id": "swsh2-74", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Psychic"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Shining Fingers", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Magical Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4529,17 +3462,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "sowsow", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4555,13 +3484,9 @@ "id": "swsh2-75", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -4573,10 +3498,7 @@ "attacks": [ { "name": "Moon Kick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4588,18 +3510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "miki kudo", "rarity": "Rare Holo", "flavorText": "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4615,22 +3532,14 @@ "id": "swsh2-76", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." @@ -4648,17 +3557,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It is extremely good at climbing tree trunks and likes to eat the new sprouts on the trees.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4674,29 +3579,21 @@ "id": "swsh2-77", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Energy Warp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move an Energy from 1 of your opponent's Benched Pokémon to their Active Pokémon." }, { "name": "Psychic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4714,17 +3611,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "so-taro", "rarity": "Uncommon", "flavorText": "They say that it stays still and quiet because it is seeing both the past and future at the same time.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4740,22 +3633,14 @@ "id": "swsh2-78", "name": "Galarian Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Psychic"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -4773,18 +3658,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Watch your step when wandering areas oceans once covered. What looks like a stone could be this Pokémon, and it will curse you if you kick it.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4800,13 +3680,9 @@ "id": "swsh2-79", "name": "Galarian Cursola", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Galarian Corsola", "abilities": [ { @@ -4818,10 +3694,7 @@ "attacks": [ { "name": "Corner", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -4839,18 +3712,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Its shell is overflowing with its heightened otherworldly energy. The ectoplasm serves as protection for this Pokémon's core spirit.", - "nationalPokedexNumbers": [ - 864 - ], + "nationalPokedexNumbers": [864], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4866,13 +3734,9 @@ "id": "swsh2-80", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Counterattack", @@ -4883,10 +3747,7 @@ "attacks": [ { "name": "Psychic Assault", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -4904,17 +3765,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Psychic power allows these Pokémon to fly. Some say they were the guardians of an ancient city. Others say they were the guardians' emissaries.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4930,22 +3787,14 @@ "id": "swsh2-81", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Psychic"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Sneaky Placement", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on 1 of your opponent's Pokémon." @@ -4963,19 +3812,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "81", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "If you build sand mounds when you're playing, destroy them before you go home, or they may get possessed and become Sandygast.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4991,32 +3834,21 @@ "id": "swsh2-82", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sandygast", "attacks": [ { "name": "Sand Sink", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top card of your opponent's deck. If this Pokémon has a Cursed Shovel attached, discard 2 more cards from the top of your opponent's deck." }, { "name": "Super Absorption", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -5034,20 +3866,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "Once it has whipped up a sandstorm to halt its opponents in their tracks, this terrifying Pokémon snatches away their vitality.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5063,32 +3888,21 @@ "id": "swsh2-83", "name": "Hatenna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hattrem" - ], + "types": ["Psychic"], + "evolvesTo": ["Hattrem"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5106,17 +3920,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Via the protrusion on its head, it senses other creatures' emotions. If you don't have a calm disposition, it will never warm up to you.", - "nationalPokedexNumbers": [ - 856 - ], + "nationalPokedexNumbers": [856], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5132,33 +3942,22 @@ "id": "swsh2-84", "name": "Hattrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatenna", - "evolvesTo": [ - "Hatterene" - ], + "evolvesTo": ["Hatterene"], "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Brutal Swing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5176,17 +3975,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "No matter who you are, if you bring strong emotions near this Pokémon, it will silence you violently.", - "nationalPokedexNumbers": [ - 857 - ], + "nationalPokedexNumbers": [857], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5202,13 +3997,9 @@ "id": "swsh2-85", "name": "Hatterene", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hattrem", "abilities": [ { @@ -5220,9 +4011,7 @@ "attacks": [ { "name": "Dripping Grudge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon for each Pokémon in your discard pile." @@ -5240,18 +4029,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It emits psychic power strong enough to cause headaches as a deterrent to the approach of others.", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5267,32 +4051,21 @@ "id": "swsh2-86", "name": "Milcery", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Alcremie" - ], + "types": ["Psychic"], + "evolvesTo": ["Alcremie"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." }, { "name": "Tackle", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5304,17 +4077,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "This Pokémon was born from sweet-smelling particles in the air. Its body is made of cream.", - "nationalPokedexNumbers": [ - 868 - ], + "nationalPokedexNumbers": [868], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5330,30 +4099,21 @@ "id": "swsh2-87", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "attacks": [ { "name": "Decorate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Draining Kiss", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." @@ -5365,17 +4125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Mizue", "rarity": "Rare", "flavorText": "When it trusts a Trainer, it will treat them to berries it's decorated with cream.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5391,29 +4147,20 @@ "id": "swsh2-88", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Replenish Time", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -5431,17 +4178,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "These intelligent Pokémon touch horns with each other to share information between them.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5457,22 +4200,14 @@ "id": "swsh2-89", "name": "Dreepy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drakloak" - ], + "types": ["Psychic"], + "evolvesTo": ["Drakloak"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5490,17 +4225,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "After being reborn as a ghost Pokémon, Dreepy wanders the areas it used to inhabit back when it was alive in prehistoric seas.", - "nationalPokedexNumbers": [ - 885 - ], + "nationalPokedexNumbers": [885], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5516,33 +4247,22 @@ "id": "swsh2-90", "name": "Drakloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dreepy", - "evolvesTo": [ - "Dragapult" - ], + "evolvesTo": ["Dragapult"], "attacks": [ { "name": "Summon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Dreepy and put it onto your Bench. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5560,17 +4280,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It's capable of flying faster than 120 mph. It battles alongside Dreepy and dotes on them until they successfully evolve.", - "nationalPokedexNumbers": [ - 886 - ], + "nationalPokedexNumbers": [886], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5586,13 +4302,9 @@ "id": "swsh2-91", "name": "Dragapult", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drakloak", "abilities": [ { @@ -5604,10 +4316,7 @@ "attacks": [ { "name": "Phantom Force", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "120", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." @@ -5629,9 +4338,7 @@ "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "When it isn't battling, it keeps Dreepy in the holes on its horns. Once a fight starts, it launches the Dreepy like supersonic missiles.", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5647,33 +4354,23 @@ "id": "swsh2-92", "name": "Dragapult V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Jet Assault", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage." @@ -5691,16 +4388,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5716,13 +4409,9 @@ "id": "swsh2-93", "name": "Dragapult VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dragapult V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5730,19 +4419,14 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Max Phantom", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "Put 5 damage counters on your opponent's Benched Pokémon in any way you like." @@ -5760,16 +4444,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5785,32 +4465,21 @@ "id": "swsh2-94", "name": "Galarian Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Fighting"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5822,17 +4491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "The Farfetch'd of the Galar region are brave warriors, and they wield thick, tough leeks in battle.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5848,31 +4513,21 @@ "id": "swsh2-95", "name": "Galarian Sirfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Farfetch'd", "attacks": [ { "name": "Pierce", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Meteor Assault", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon can't use Meteor Assault again until it leaves the Active Spot." @@ -5884,18 +4539,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "You Iribi", "rarity": "Rare Holo", "flavorText": "Only Farfetch'd that have survived many battles can attain this evolution. When this Pokémon's leek withers, it will retire from combat.", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5911,33 +4561,21 @@ "id": "swsh2-96", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5949,19 +4587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It hunts without twitching a muscle by pulling in its prey with powerful magnetism. But sometimes it pulls natural enemies in close.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5977,22 +4609,14 @@ "id": "swsh2-97", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Yoga Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6004,17 +4628,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6030,31 +4650,21 @@ "id": "swsh2-98", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Yoga Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." @@ -6066,17 +4676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6092,22 +4698,14 @@ "id": "swsh2-99", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Fighting"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Razor Fin", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6119,18 +4717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Its slimy body is hard to grasp. In one region, it is said to have been born from hardened mud.", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6146,13 +4739,9 @@ "id": "swsh2-100", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Barboach", "abilities": [ { @@ -6164,10 +4753,7 @@ "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "140", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6179,19 +4765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It makes its nest at the bottom of swamps. It will eat anything—if it is alive, Whiscash will eat it.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6207,23 +4787,14 @@ "id": "swsh2-101", "name": "Galarian Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Runerigus" - ], + "types": ["Fighting"], + "evolvesTo": ["Runerigus"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This Pokémon also does 30 damage to itself." @@ -6235,18 +4806,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "A clay slab with cursed engravings took possession of a Yamask. The slab is said to be absorbing the Yamask's dark power.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6262,32 +4828,21 @@ "id": "swsh2-102", "name": "Galarian Runerigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Yamask", "attacks": [ { "name": "Spreading Spite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each damage counter on this Galarian Runerigus, put 2 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Mad Hammer", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -6299,18 +4854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "A powerful curse was woven into an ancient painting. After absorbing the spirit of a Yamask, the painting began to move.", - "nationalPokedexNumbers": [ - 867 - ], + "nationalPokedexNumbers": [867], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6326,24 +4876,14 @@ "id": "swsh2-103", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Fighting"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage for each heads." @@ -6355,18 +4895,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "After two Binacle find a suitably sized rock, they adhere themselves to it and live together. They cooperate to gather food during high tide.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6382,32 +4917,21 @@ "id": "swsh2-104", "name": "Barbaracle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Binacle", "attacks": [ { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Hand Press", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have more cards in your hand than your opponent, this attack does 80 more damage." @@ -6419,19 +4943,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Seven Binacle come together to form one Barbaracle. The Binacle that serves as the head gives orders to those serving as the limbs.", - "nationalPokedexNumbers": [ - 689 - ], + "nationalPokedexNumbers": [689], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6447,22 +4965,14 @@ "id": "swsh2-105", "name": "Rolycoly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Carkol" - ], + "types": ["Fighting"], + "evolvesTo": ["Carkol"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6474,18 +4984,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Most of its body has the same composition as coal. Fittingly, this Pokémon was first discovered in coal mines about 400 years ago.", - "nationalPokedexNumbers": [ - 837 - ], + "nationalPokedexNumbers": [837], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6501,35 +5006,22 @@ "id": "swsh2-106", "name": "Carkol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rolycoly", - "evolvesTo": [ - "Coalossal" - ], + "evolvesTo": ["Coalossal"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Heat Crash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6541,19 +5033,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It forms coal inside its body. Coal dropped by this Pokémon once helped fuel the lives of people in the Galar region.", - "nationalPokedexNumbers": [ - 838 - ], + "nationalPokedexNumbers": [838], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6569,13 +5055,9 @@ "id": "swsh2-107", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "abilities": [ { @@ -6587,12 +5069,7 @@ "attacks": [ { "name": "Flaming Avalanche", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -6604,20 +5081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "107", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6633,34 +5103,23 @@ "id": "swsh2-108", "name": "Sandaconda V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sand Eater", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Fighting Energy card from your discard pile to this Pokémon." }, { "name": "Sand Breath", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -6672,18 +5131,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6699,29 +5152,20 @@ "id": "swsh2-109", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Team Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Benched Pokémon that has \"Falinks\" in its name." @@ -6733,17 +5177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "Five of them are troopers, and one is the brass. The brass's orders are absolute.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6759,14 +5199,9 @@ "id": "swsh2-110", "name": "Falinks V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6780,11 +5215,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -6796,17 +5227,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6822,33 +5248,20 @@ "id": "swsh2-111", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Mega Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Power Press", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If this Pokémon has at least 1 extra Energy attached (in addition to this attack's cost), this attack does 60 more damage." @@ -6860,20 +5273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "111", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "It stands in grasslands, watching the sun's descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6889,22 +5295,14 @@ "id": "swsh2-112", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Darkness"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Suffocating Gas", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6916,17 +5314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its body is full of poisonous gas. It floats into garbage dumps, seeking out the fumes of raw, rotting trash.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6942,13 +5336,9 @@ "id": "swsh2-113", "name": "Galarian Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Koffing", "abilities": [ { @@ -6960,9 +5350,7 @@ "attacks": [ { "name": "Severe Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon during Pokémon Checkup." @@ -6974,19 +5362,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This Pokémon consumes particles that contaminate the air. Instead of leaving droppings, it expels clean air.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7002,23 +5384,14 @@ "id": "swsh2-114", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Poison Gas", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -7030,18 +5403,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "From its rear, it sprays a foul-smelling liquid at opponents. It aims for their faces, and it can hit them from over 16 feet away.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7057,32 +5425,21 @@ "id": "swsh2-115", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Poison Ring", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon can't retreat." @@ -7094,19 +5451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "In its belly, it reserves stinky fluid that it shoots from its tail during battle. As this Pokémon's diet varies, so does the stench of its fluid.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7122,29 +5473,20 @@ "id": "swsh2-116", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Splitting Spite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of each player's deck." }, { "name": "Dripping Grudge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon for each Pokémon in your discard pile." @@ -7156,18 +5498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It was bound to a fissure in an Odd Keystone as punishment for misdeeds 500 years ago.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7183,23 +5520,14 @@ "id": "swsh2-117", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Darkness"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 50 more damage." @@ -7211,17 +5539,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Its favorite places are unsanitary ones. If you leave trash lying around, you could even find one of these Pokémon living in your room.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7237,13 +5561,9 @@ "id": "swsh2-118", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -7255,11 +5575,7 @@ "attacks": [ { "name": "Sludge Bomb", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7271,18 +5587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "This Pokémon eats trash, which turns into poison inside its body. The main component of the poison depends on what sort of trash was eaten.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7298,22 +5609,14 @@ "id": "swsh2-119", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Pluck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." @@ -7331,17 +5634,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It wears a bone to protect its rear. It often squabbles with others of its kind over particularly comfy bones.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7357,30 +5656,21 @@ "id": "swsh2-120", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Bone Rush", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." }, { "name": "Blindside", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 100 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7398,18 +5688,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "kodama", "rarity": "Rare", "flavorText": "Although it's a bit of a ruffian, this Pokémon will take lost Vullaby under its wing and care for them till they're ready to leave the nest.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7425,35 +5710,23 @@ "id": "swsh2-121", "name": "Malamar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drag Off", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Brain Shake", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent's Active Pokémon is now Confused." @@ -7465,17 +5738,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7491,13 +5759,9 @@ "id": "swsh2-122", "name": "Malamar VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Malamar V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7505,11 +5769,7 @@ "attacks": [ { "name": "Max Jammer", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck." @@ -7521,17 +5781,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7547,32 +5802,21 @@ "id": "swsh2-123", "name": "Impidimp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Morgrem" - ], + "types": ["Darkness"], + "evolvesTo": ["Morgrem"], "attacks": [ { "name": "Beat", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stampede", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7584,17 +5828,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Through its nose, it sucks in the emanations produced by people and Pokémon when they feel annoyed. It thrives off this negative energy.", - "nationalPokedexNumbers": [ - 859 - ], + "nationalPokedexNumbers": [859], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7610,34 +5850,22 @@ "id": "swsh2-124", "name": "Morgrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Impidimp", - "evolvesTo": [ - "Grimmsnarl" - ], + "evolvesTo": ["Grimmsnarl"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "False Surrender", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -7649,18 +5877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "When it gets down on all fours as if to beg for forgiveness, it's trying to lure opponents in so that it can stab them with its spear-like hair.", - "nationalPokedexNumbers": [ - 860 - ], + "nationalPokedexNumbers": [860], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7676,13 +5899,9 @@ "id": "swsh2-125", "name": "Grimmsnarl", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Morgrem", "abilities": [ { @@ -7694,11 +5913,7 @@ "attacks": [ { "name": "Energy Press", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -7710,19 +5925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "125", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "With the hair wrapped around its body helping to enhance its muscles, this Pokémon can overwhelm even Machamp.", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7738,16 +5947,10 @@ "id": "swsh2-126", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Perrserker" - ], + "types": ["Metal"], + "evolvesTo": ["Perrserker"], "abilities": [ { "name": "Evolution Roar", @@ -7758,10 +5961,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7779,18 +5979,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7806,32 +6001,21 @@ "id": "swsh2-127", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "attacks": [ { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Claw Dagger", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 3 coins. This attack does 80 damage for each heads." @@ -7849,18 +6033,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "127", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7876,31 +6055,21 @@ "id": "swsh2-128", "name": "Scizor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scyther", "attacks": [ { "name": "Raid", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Scyther during this turn, this attack does 90 more damage." }, { "name": "Guard Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -7918,17 +6087,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "Once it has identified something as an enemy, it will continue beating them with its steel-hard pincers until there's nothing left but scraps.", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7944,32 +6109,21 @@ "id": "swsh2-129", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Speed Dive", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7987,17 +6141,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It appears in ancient ruins. The pattern on its body doesn't come from any culture in the Galar region, so it remains shrouded in mystery.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8013,31 +6163,21 @@ "id": "swsh2-130", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Smack", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Gyro Ball", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -8055,19 +6195,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "130", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Some believe it to be a deity that summons rain clouds. When angered, it lets out a warning cry that rings out like the tolling of a bell.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8083,31 +6217,21 @@ "id": "swsh2-131", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Gravitational Drop", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -8125,20 +6249,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "131", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "It uses three small units to catch prey and battle enemies. The main body mostly just gives orders.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8154,30 +6271,20 @@ "id": "swsh2-132", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Gathering Food", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each Energy attached to this Pokémon, search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -8195,17 +6302,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Hideki Ishikawa", "rarity": "Uncommon", "flavorText": "They lay their eggs deep inside their nests. When attacked by Heatmor, they retaliate using their massive mandibles.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8221,23 +6324,14 @@ "id": "swsh2-133", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Slicing Blade", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8255,17 +6349,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Sekio", "rarity": "Common", "flavorText": "Honedge's soul once belonged to a person who was killed a long time ago by the sword that makes up Honedge's body.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8281,35 +6371,22 @@ "id": "swsh2-134", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double Slash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage for each heads." @@ -8327,18 +6404,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "Honedge evolves into twins. The two blades rub together to emit a metallic sound that unnerves opponents.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8354,13 +6426,9 @@ "id": "swsh2-135", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -8372,11 +6440,7 @@ "attacks": [ { "name": "Power Edge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -8394,19 +6458,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "In this defensive stance, Aegislash uses its steel body and a force field of spectral power to reduce the damage of any attack.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8422,37 +6480,23 @@ "id": "swsh2-136", "name": "Copperajah V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Wrack Down", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -8470,19 +6514,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "136", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8498,13 +6535,9 @@ "id": "swsh2-137", "name": "Copperajah VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Copperajah V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -8512,23 +6545,14 @@ "attacks": [ { "name": "Dangerous Nose", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 100 more damage." }, { "name": "G-Max Hammer", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -8546,19 +6570,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "137", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8574,30 +6591,20 @@ "id": "swsh2-138", "name": "Duraludon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Sharpener", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Metal Energy card from your discard pile to 1 of your Pokémon." }, { "name": "Power Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -8615,18 +6622,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Its body resembles polished metal, and it's both lightweight and strong. The only drawback is that it rusts easily.", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8642,31 +6644,20 @@ "id": "swsh2-139", "name": "Zacian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach a Metal Energy card from your discard pile to this Pokémon." }, { "name": "Smashing Edge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, discard 2 Energy from this Pokémon." @@ -8684,18 +6675,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "139", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "Now armed with a weapon it used in ancient times, this Pokémon needs only a single strike to fell even Gigantamax Pokémon.", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8711,31 +6697,20 @@ "id": "swsh2-140", "name": "Zamazenta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Power Rush", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -8753,18 +6728,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "Hideki Ishikawa", "rarity": "Rare", "flavorText": "Its ability to deflect any attack led to it being known as the Fighting Master's Shield. It was feared and respected by all.", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8780,30 +6750,20 @@ "id": "swsh2-141", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Collapse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon is now Asleep." @@ -8815,20 +6775,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "141", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8844,13 +6797,9 @@ "id": "swsh2-142", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Lucky Match", @@ -8861,10 +6810,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8882,17 +6828,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8908,32 +6850,21 @@ "id": "swsh2-143", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Chirp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon with Fighting Resistance, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Razor Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8951,17 +6882,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Ryota Murayama", "rarity": "Common", "flavorText": "Where people go, these Pokémon follow. If you're scattering food for them, be careful—several hundred of them can gather at once.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8977,35 +6904,22 @@ "id": "swsh2-144", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Razor Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -9023,17 +6937,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It can fly moderately quickly. No matter how far it travels, it can always find its way back to its master and its nest.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9049,32 +6959,21 @@ "id": "swsh2-145", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Daunt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 50 less damage (before applying Weakness and Resistance)." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon." @@ -9092,17 +6991,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Unfezant are exceptional fliers. The females are known for their stamina, while the males outclass them in terms of speed.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9118,33 +7013,21 @@ "id": "swsh2-146", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Burrow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -9156,17 +7039,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It excels at digging holes. Using its ears, it can dig a nest 33 feet deep in one night.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9182,34 +7061,21 @@ "id": "swsh2-147", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Mining Rush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Discard up to 6 cards from the top of your deck. If you do, this attack does 30 damage for each card you discarded in this way." }, { "name": "Headbutt Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -9221,19 +7087,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "147", "artist": "kodama", "rarity": "Rare", "flavorText": "With power equal to an excavator, it can dig through dense bedrock. It's a huge help during tunnel construction.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9249,28 +7109,20 @@ "id": "swsh2-148", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Windfall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 5 cards." }, { "name": "Speed Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -9288,17 +7140,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "148", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It drives its opponents to exhaustion with its agile maneuvers, then ends the fight with a flashy finishing move.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9314,33 +7162,21 @@ "id": "swsh2-149", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Colorless"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -9352,18 +7188,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "so-taro", "rarity": "Common", "flavorText": "Its fluffy fur is a delight to pet, but carelessly reaching out to touch this Pokémon could result in painful retaliation.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9379,34 +7210,21 @@ "id": "swsh2-150", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard the top card of your opponent's deck." }, { "name": "Big Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Flip a coin. If heads, discard your opponent's Active Pokémon and all attached cards." @@ -9418,19 +7236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "150", "artist": "Ryuta Fuse", "rarity": "Uncommon", "flavorText": "Once it accepts you as a friend, it tries to show its affection with a hug. Letting it do that is dangerous—it could easily shatter your bones.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9446,32 +7258,21 @@ "id": "swsh2-151", "name": "Skwovet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Greedent" - ], + "types": ["Colorless"], + "evolvesTo": ["Greedent"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -9483,17 +7284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "151", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Found throughout the Galar region, this Pokémon becomes uneasy if its cheeks are ever completely empty of berries.", - "nationalPokedexNumbers": [ - 819 - ], + "nationalPokedexNumbers": [819], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9509,13 +7306,9 @@ "id": "swsh2-152", "name": "Greedent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skwovet", "abilities": [ { @@ -9527,11 +7320,7 @@ "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -9543,17 +7332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It stashes berries in its tail—so many berries that they fall out constantly. But this Pokémon is a bit slow-witted, so it doesn't notice the loss.", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9569,14 +7354,9 @@ "id": "swsh2-153", "name": "Dubwool V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9590,11 +7370,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -9606,17 +7382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9632,9 +7403,7 @@ "id": "swsh2-154", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9657,9 +7426,7 @@ "id": "swsh2-155", "name": "Burning Scarf", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Fire Pokémon this card is attached to is in the Active Spot and is damaged by an opponent's attack (even if it is Knocked Out), the Attacking Pokémon is now Burned.", @@ -9683,9 +7450,7 @@ "id": "swsh2-156", "name": "Capacious Bucket", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9708,9 +7473,7 @@ "id": "swsh2-157", "name": "Cursed Shovel", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, discard the top 2 cards of your opponent's deck.", @@ -9734,9 +7497,7 @@ "id": "swsh2-158", "name": "Dan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. You and your opponent play Rock-Paper-Scissors until someone wins. If you win, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -9759,9 +7520,7 @@ "id": "swsh2-159", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your Active Pokémon recovers from all Special Conditions.", "You may play any number of Item cards during your turn." @@ -9784,9 +7543,7 @@ "id": "swsh2-160", "name": "Galar Mine", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The Retreat Cost of both Active Pokémon is ColorlessColorless more.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -9809,9 +7566,7 @@ "id": "swsh2-161", "name": "Milo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn." @@ -9834,9 +7589,7 @@ "id": "swsh2-162", "name": "Nugget", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you drew it from your deck at the beginning of your turn, before you put it into your hand.", "Draw 3 cards.", @@ -9860,9 +7613,7 @@ "id": "swsh2-163", "name": "Oleana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Your opponent reveals their hand. Put a Trainer card you find there on the bottom of their deck.", @@ -9886,9 +7637,7 @@ "id": "swsh2-164", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9911,9 +7660,7 @@ "id": "swsh2-165", "name": "Scoop Up Net", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 1 of your Pokémon that isn't a Pokémon V or a Pokémon-GX into your hand. (Discard all attached cards.)", "You may play any number of Item cards during your turn." @@ -9936,9 +7683,7 @@ "id": "swsh2-166", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9961,9 +7706,7 @@ "id": "swsh2-167", "name": "Sonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9986,9 +7729,7 @@ "id": "swsh2-168", "name": "Tool Scrapper", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 Pokémon Tools attached to Pokémon (yours or your opponent's) and discard them.", "You may play any number of Item cards during your turn." @@ -10011,9 +7752,7 @@ "id": "swsh2-169", "name": "Training Court", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may put a basic Energy card from their discard pile into their hand.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -10036,9 +7775,7 @@ "id": "swsh2-170", "name": "Turffield Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for an Evolution Grass Pokémon, reveal it, and put it into their hand. Then, that player shuffles their deck.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -10061,9 +7798,7 @@ "id": "swsh2-171", "name": "Capture Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Colorless Energy.", "When you attach this card from your hand to a Pokémon, search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -10085,9 +7820,7 @@ "id": "swsh2-172", "name": "Horror Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Psychic Energy.", "If the Psychic Pokémon this card is attached to is in the Active Spot and is damaged by an opponent's attack (even if it is Knocked Out), put 2 damage counters on the Attacking Pokémon." @@ -10109,9 +7842,7 @@ "id": "swsh2-173", "name": "Speed Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Lightning Energy.", "When you attach this card from your hand to a Lightning Pokémon, draw 2 cards." @@ -10133,9 +7864,7 @@ "id": "swsh2-174", "name": "Twin Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon that isn't a Pokémon V or a Pokémon-GX, it provides ColorlessColorless Energy.", "If this card is attached to a Pokémon V or a Pokémon-GX, it provides Colorless Energy instead." @@ -10157,35 +7886,23 @@ "id": "swsh2-175", "name": "Rillaboom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Forest Feast", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "This Pokémon also does 30 damage to itself." @@ -10197,18 +7914,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "175", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10224,14 +7935,9 @@ "id": "swsh2-176", "name": "Eldegoss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10245,10 +7951,7 @@ "attacks": [ { "name": "Float Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -10260,16 +7963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "176", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10285,37 +7984,23 @@ "id": "swsh2-177", "name": "Ninetales V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Nine-Tailed Shapeshifter", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -10327,17 +8012,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "177", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10353,14 +8033,9 @@ "id": "swsh2-178", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10374,11 +8049,7 @@ "attacks": [ { "name": "Crimson Legs", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -10390,17 +8061,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "178", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10416,37 +8082,23 @@ "id": "swsh2-179", "name": "Milotic V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Impact", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Hypno Splash", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Your opponent's Active Pokémon is now Asleep." @@ -10458,17 +8110,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "179", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10484,34 +8131,23 @@ "id": "swsh2-180", "name": "Inteleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Snipe Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Report", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -10523,17 +8159,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "180", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10549,33 +8180,23 @@ "id": "swsh2-181", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electrify", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." @@ -10587,17 +8208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "181", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10613,34 +8229,23 @@ "id": "swsh2-182", "name": "Toxtricity V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Jab", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Electric Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage." @@ -10652,17 +8257,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "182", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10678,33 +8278,23 @@ "id": "swsh2-183", "name": "Dragapult V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Jet Assault", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage." @@ -10722,16 +8312,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "183", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10747,34 +8333,23 @@ "id": "swsh2-184", "name": "Sandaconda V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sand Eater", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Fighting Energy card from your discard pile to this Pokémon." }, { "name": "Sand Breath", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -10786,18 +8361,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "184", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10813,14 +8382,9 @@ "id": "swsh2-185", "name": "Falinks V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10834,11 +8398,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -10850,17 +8410,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10876,35 +8431,23 @@ "id": "swsh2-186", "name": "Malamar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drag Off", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Brain Shake", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent's Active Pokémon is now Confused." @@ -10916,17 +8459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "186", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10942,37 +8480,23 @@ "id": "swsh2-187", "name": "Copperajah V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Wrack Down", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -10990,19 +8514,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "187", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11018,14 +8535,9 @@ "id": "swsh2-188", "name": "Dubwool V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11039,11 +8551,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -11055,17 +8563,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "188", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11081,9 +8584,7 @@ "id": "swsh2-189", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11106,9 +8607,7 @@ "id": "swsh2-190", "name": "Milo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn." @@ -11131,9 +8630,7 @@ "id": "swsh2-191", "name": "Oleana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Your opponent reveals their hand. Put a Trainer card you find there on the bottom of their deck.", @@ -11157,9 +8654,7 @@ "id": "swsh2-192", "name": "Sonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11182,13 +8677,9 @@ "id": "swsh2-193", "name": "Rillaboom VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rillaboom V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11196,21 +8687,14 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" }, { "name": "Max Beating", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "You may discard up to 3 Grass Energy from this Pokémon. If you do, this attack does 50 more damage for each card you discarded in this way." @@ -11222,18 +8706,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "193", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11249,13 +8727,9 @@ "id": "swsh2-194", "name": "Cinderace VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cinderace V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11263,21 +8737,14 @@ "attacks": [ { "name": "Counter", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Max Pyro Ball", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Your opponent's Active Pokémon is now Burned." @@ -11289,17 +8756,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "194", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11315,13 +8777,9 @@ "id": "swsh2-195", "name": "Inteleon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Inteleon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11329,20 +8787,14 @@ "attacks": [ { "name": "Hydro Snipe", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." }, { "name": "Max Bullet", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11354,17 +8806,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "195", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11380,13 +8827,9 @@ "id": "swsh2-196", "name": "Toxtricity VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxtricity V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11394,11 +8837,7 @@ "attacks": [ { "name": "G-Max Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 80 more damage." @@ -11410,17 +8849,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "196", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11436,13 +8870,9 @@ "id": "swsh2-197", "name": "Dragapult VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dragapult V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11450,19 +8880,14 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Max Phantom", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "Put 5 damage counters on your opponent's Benched Pokémon in any way you like." @@ -11480,16 +8905,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "197", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11505,13 +8926,9 @@ "id": "swsh2-198", "name": "Malamar VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Malamar V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11519,11 +8936,7 @@ "attacks": [ { "name": "Max Jammer", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck." @@ -11535,17 +8948,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "198", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11561,13 +8969,9 @@ "id": "swsh2-199", "name": "Copperajah VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Copperajah V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11575,23 +8979,14 @@ "attacks": [ { "name": "Dangerous Nose", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is a Basic Pokémon, this attack does 100 more damage." }, { "name": "G-Max Hammer", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -11609,19 +9004,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "199", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11637,9 +9025,7 @@ "id": "swsh2-200", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11662,9 +9048,7 @@ "id": "swsh2-201", "name": "Milo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn." @@ -11687,9 +9071,7 @@ "id": "swsh2-202", "name": "Oleana", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand.", "Your opponent reveals their hand. Put a Trainer card you find there on the bottom of their deck.", @@ -11713,9 +9095,7 @@ "id": "swsh2-203", "name": "Sonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11738,13 +9118,9 @@ "id": "swsh2-204", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -11756,10 +9132,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -11771,18 +9144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "PLANETA Tsuji", "rarity": "Rare Secret", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11798,13 +9166,9 @@ "id": "swsh2-205", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "abilities": [ { @@ -11816,11 +9180,7 @@ "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -11838,18 +9198,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "205", "artist": "PLANETA Tsuji", "rarity": "Rare Secret", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11865,9 +9220,7 @@ "id": "swsh2-206", "name": "Big Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon this card is attached to gets +30 HP.", @@ -11891,9 +9244,7 @@ "id": "swsh2-207", "name": "Scoop Up Net", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 1 of your Pokémon that isn't a Pokémon V or a Pokémon-GX into your hand. (Discard all attached cards.)", "You may play any number of Item cards during your turn." @@ -11916,9 +9267,7 @@ "id": "swsh2-208", "name": "Tool Scrapper", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 Pokémon Tools attached to Pokémon (yours or your opponent's) and discard them.", "You may play any number of Item cards during your turn." @@ -11941,9 +9290,7 @@ "id": "swsh2-209", "name": "Twin Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon that isn't a Pokémon V or a Pokémon-GX, it provides ColorlessColorless Energy.", "If this card is attached to a Pokémon V or a Pokémon-GX, it provides Colorless Energy instead." diff --git a/cards/en/swsh3.json b/cards/en/swsh3.json index 3dcd83748..83c1f36cd 100644 --- a/cards/en/swsh3.json +++ b/cards/en/swsh3.json @@ -3,34 +3,23 @@ "id": "swsh3-1", "name": "Butterfree V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dizzying Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Blasting Wind", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -42,16 +31,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -67,13 +52,9 @@ "id": "swsh3-2", "name": "Butterfree VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Butterfree V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -81,11 +62,7 @@ "attacks": [ { "name": "G-Max Toxbreeze", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -100,9 +77,7 @@ "number": "2", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -118,22 +93,14 @@ "id": "swsh3-3", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Scratch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -145,17 +112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The mushrooms, known as tochukaso, are controlling the bug. Even if the bug bugs the mushrooms, they tell it to bug off.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -171,31 +134,21 @@ "id": "swsh3-4", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Mushroom Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -207,18 +160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "The bug is mostly dead, with the mushroom on its back having become the main body. If the mushroom comes off, the bug stops moving.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -234,29 +182,20 @@ "id": "swsh3-5", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may draw cards until you have 5 cards in your hand." }, { "name": "Giga Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -268,17 +207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -294,32 +229,21 @@ "id": "swsh3-6", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -331,17 +255,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It's good at finding berries and gathers them from all over. It's kind enough to share them with friends.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -357,31 +277,21 @@ "id": "swsh3-7", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "During your next turn, this Pokémon can't attack." @@ -393,17 +303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Hasegawa Saki", "rarity": "Uncommon", "flavorText": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -419,22 +325,14 @@ "id": "swsh3-8", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -446,17 +344,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Mizue", "rarity": "Common", "flavorText": "Its strange physiology reacts to electrical energy in interesting ways. The presence of a Shelmet will cause this Pokémon to evolve.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -472,22 +366,14 @@ "id": "swsh3-9", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Spray Fluid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -499,19 +385,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "9", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "When attacked, it tightly shuts the lid of its shell. This reaction fails to protect it from Karrablast, however, because they can still get into the shell.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -527,21 +407,14 @@ "id": "swsh3-10", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Jet Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -557,9 +430,7 @@ "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It moves with blinding speed and lobs poison at foes. Featuring Accelgor as a main character is a surefire way to make a movie or comic popular.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -575,16 +446,10 @@ "id": "swsh3-11", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "abilities": [ { "name": "Sky Circus", @@ -595,11 +460,7 @@ "attacks": [ { "name": "Wind Shard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -611,17 +472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "At a distance, it launches its sharp feathers while flying about. If the enemy gets too close, Rowlet switches tactics and delivers vicious kicks.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -637,23 +494,15 @@ "id": "swsh3-12", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -665,17 +514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It throws one knifelike feather after another at its enemies, and each one precisely strikes a weak point. These feathers are known as blade quills.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -691,13 +536,9 @@ "id": "swsh3-13", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "abilities": [ { @@ -709,10 +550,7 @@ "attacks": [ { "name": "Splitting Arrow", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -724,18 +562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "As if wielding a bow, it launches the arrow quills hidden among the feathers of its wings. Decidueye's shots never miss.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -751,32 +584,21 @@ "id": "swsh3-14", "name": "Bounsweet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Steenee" - ], + "types": ["Grass"], + "evolvesTo": ["Steenee"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Flop", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -788,17 +610,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its body gives off a sweet, fruity scent that is extremely appetizing to bird Pokémon.", - "nationalPokedexNumbers": [ - 761 - ], + "nationalPokedexNumbers": [761], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -814,33 +632,22 @@ "id": "swsh3-15", "name": "Steenee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bounsweet", - "evolvesTo": [ - "Tsareena" - ], + "evolvesTo": ["Tsareena"], "attacks": [ { "name": "Captivate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Smack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -852,17 +659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "sui", "rarity": "Uncommon", "flavorText": "As it twirls like a dancer, a sweet smell spreads out around it. Anyone who inhales the scent will feel a surge of happiness.", - "nationalPokedexNumbers": [ - 762 - ], + "nationalPokedexNumbers": [762], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -878,30 +681,21 @@ "id": "swsh3-16", "name": "Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "attacks": [ { "name": "Power Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Time Out Kick", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." @@ -913,18 +707,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "so-taro", "rarity": "Rare", "flavorText": "This feared Pokémon has long, slender legs and a cruel heart. It shows no mercy as it stomps on its opponents.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -940,22 +729,14 @@ "id": "swsh3-17", "name": "Wimpod", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Golisopod" - ], + "types": ["Grass"], + "evolvesTo": ["Golisopod"], "attacks": [ { "name": "Gnaw and Run", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -967,19 +748,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "MAHOU", "rarity": "Common", "flavorText": "It's nature's cleaner—it eats anything and everything, including garbage and rotten things. The ground near its nest is always clean.", - "nationalPokedexNumbers": [ - 767 - ], + "nationalPokedexNumbers": [767], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -995,32 +770,21 @@ "id": "swsh3-18", "name": "Golisopod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wimpod", "attacks": [ { "name": "Hard Times Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 50 more damage for each of your opponent's Pokémon V and Pokémon-GX in play." }, { "name": "Smash Turn", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -1032,18 +796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "It will do anything to win, taking advantage of every opening and finishing opponents off with the small claws on its front legs.", - "nationalPokedexNumbers": [ - 768 - ], + "nationalPokedexNumbers": [768], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1059,37 +818,23 @@ "id": "swsh3-19", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -1101,18 +846,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1128,13 +867,9 @@ "id": "swsh3-20", "name": "Charizard VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1142,24 +877,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max Wildfire", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 2 Energy from this Pokémon." @@ -1171,18 +896,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1198,34 +917,23 @@ "id": "swsh3-21", "name": "Houndoom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vengeful Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your Benched Fire Pokémon have any damage counters on them, this attack does 100 more damage." @@ -1237,16 +945,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1262,31 +966,21 @@ "id": "swsh3-22", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1298,17 +992,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1324,34 +1014,22 @@ "id": "swsh3-23", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Heat Beak", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Your opponent's Active Pokémon is now Burned." @@ -1363,17 +1041,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "kodama", "rarity": "Uncommon", "flavorText": "During a battle, the hot flame in its body increases. Its kicks have outstanding destructive power.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1389,13 +1063,9 @@ "id": "swsh3-24", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "abilities": [ { @@ -1407,11 +1077,7 @@ "attacks": [ { "name": "Turbo Drive", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -1423,18 +1089,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "When facing a tough foe, it looses flames from its wrists. Its powerful legs let it jump clear over buildings.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1450,31 +1111,20 @@ "id": "swsh3-25", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fire Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Raging Flare", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -1486,20 +1136,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "25", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1515,32 +1158,21 @@ "id": "swsh3-26", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1552,17 +1184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Megumi Higuchi", "rarity": "Common", "flavorText": "This Pokémon lives in caves in volcanoes. The fire within the tuft on its head can reach 600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1578,31 +1206,21 @@ "id": "swsh3-27", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "During your next turn, this Pokémon can't attack." @@ -1614,17 +1232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "0313", "rarity": "Uncommon", "flavorText": "When it gets excited, embers rise from its head and tail and it gets hot. For some reason, it loves sweets.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1640,31 +1254,21 @@ "id": "swsh3-28", "name": "Galarian Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Galarian Darumaka", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Frozen Heat", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110+", "text": "You may discard all Water Energy from this Pokémon. If you do, this attack does 60 more damage." @@ -1676,19 +1280,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Anger has reignited its atrophied flame sac. This Pokémon spews fire everywhere as it rampages indiscriminately.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1704,22 +1302,14 @@ "id": "swsh3-29", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -1731,18 +1321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Uta", "rarity": "Common", "flavorText": "It protects itself with flame. Long years ago, people believed Larvesta had a nest on the sun.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1758,31 +1343,21 @@ "id": "swsh3-30", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Cauterize", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "80", "text": "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing." }, { "name": "Fire Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1794,17 +1369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "NC Empire", "rarity": "Rare", "flavorText": "According to legends, it was hatched from a flaming cocoon to save people and Pokémon that were suffering from the cold.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1820,23 +1391,15 @@ "id": "swsh3-31", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -1854,17 +1417,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "Its speed right after takeoff already puts it in the top speed class of all bird Pokémon.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1880,13 +1439,9 @@ "id": "swsh3-32", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "abilities": [ { @@ -1898,11 +1453,7 @@ "attacks": [ { "name": "Mach Flight", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -1920,17 +1471,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Bird Pokémon make up most of its diet. It approaches at high speeds and smacks them down to the ground with its powerful kick.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1946,35 +1493,23 @@ "id": "swsh3-33", "name": "Centiskorch V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Radiating Heat", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." }, { "name": "Burning Train", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -1986,18 +1521,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2013,13 +1542,9 @@ "id": "swsh3-34", "name": "Centiskorch VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Centiskorch V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2027,10 +1552,7 @@ "attacks": [ { "name": "G-Max Centiferno", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "This attack does 40 more damage for each Fire Energy attached to this Pokémon. If you did any damage with this attack, you may attach a Fire Energy card from your discard pile to this Pokémon." @@ -2042,18 +1564,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2069,32 +1585,21 @@ "id": "swsh3-35", "name": "Galarian Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Mr. Rime" - ], + "types": ["Water"], + "evolvesTo": ["Mr. Rime"], "attacks": [ { "name": "Reflect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2106,17 +1611,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Its talent is tap-dancing. It can also manipulate temperatures to create a floor of ice, which this Pokémon can kick up to use as a barrier.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2132,13 +1633,9 @@ "id": "swsh3-36", "name": "Galarian Mr. Rime", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Mr. Mime", "abilities": [ { @@ -2150,11 +1647,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -2166,18 +1659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It's highly skilled at tap-dancing. It waves its cane of ice in time with its graceful movements.", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2193,30 +1681,20 @@ "id": "swsh3-37", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aurora Loop", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Put 2 Water Energy attached to this Pokémon into your hand." @@ -2228,17 +1706,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2254,22 +1728,14 @@ "id": "swsh3-38", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." @@ -2281,17 +1747,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Although unattractive and unpopular, this Pokémon's marvelous vitality has made it a subject of research.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2307,13 +1769,9 @@ "id": "swsh3-39", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -2325,11 +1783,7 @@ "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -2341,18 +1795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "Milotic has provided inspiration to many artists. It has even been referred to as the most beautiful Pokémon of all.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2368,29 +1817,20 @@ "id": "swsh3-40", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Fossil Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Rare Fossil cards and put them onto your Bench. Then, shuffle your deck." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2402,17 +1842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The reason it hasn't changed at all in a hundred million years is that it's apparently already a perfect life-form.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2428,32 +1864,21 @@ "id": "swsh3-41", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2465,17 +1890,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2491,31 +1912,21 @@ "id": "swsh3-42", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "During your next turn, this Pokémon can't attack." @@ -2527,17 +1938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It prefers places with clean water. When its tuft runs low, it replenishes it by siphoning up water with its tail.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2553,32 +1960,21 @@ "id": "swsh3-43", "name": "Galarian Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Water"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2590,17 +1986,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It lived in snowy areas for so long that its fire sac cooled off and atrophied. It now has an organ that generates cold instead.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2616,34 +2008,21 @@ "id": "swsh3-44", "name": "Galarian Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darumaka", "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crushing Headbutt", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "During your next turn, this Pokémon can't use Crushing Headbutt." @@ -2655,19 +2034,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "44", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "On days when blizzards blow through, it comes down to where people live. It stashes food in the snowball on its head, taking it home for later.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2683,22 +2056,14 @@ "id": "swsh3-45", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Ice Over", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2710,17 +2075,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Unable to survive in hot areas, it makes itself comfortable by breathing out air cold enough to cause snow. It burrows into the snow to sleep.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2736,23 +2097,15 @@ "id": "swsh3-46", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Freezing Headbutt", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2764,18 +2117,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "By drinking pure water, it grows its icy body. This Pokémon can be hard to find on days with warm, sunny weather.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2791,13 +2139,9 @@ "id": "swsh3-47", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "abilities": [ { @@ -2809,10 +2153,7 @@ "attacks": [ { "name": "Frost Smash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "" @@ -2824,18 +2165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "kodama", "rarity": "Rare", "flavorText": "When its anger reaches a breaking point, this Pokémon unleashes a fierce blizzard that freezes every creature around it, be they friend or foe.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2851,32 +2187,21 @@ "id": "swsh3-48", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Chop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Icicle", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2888,18 +2213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "When this Pokémon is in good health, its snot becomes thicker and stickier. It will smear its snot on anyone it doesn't like.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2915,32 +2235,21 @@ "id": "swsh3-49", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Frozen Slice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon also does 50 damage to itself." @@ -2952,19 +2261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It swims through frigid seas, searching for prey. From its frozen breath, it forms icy fangs that are harder than steel.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2980,28 +2283,20 @@ "id": "swsh3-50", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Deep Sea Swirl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 8 cards." }, { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3013,17 +2308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "sui", "rarity": "Common", "flavorText": "Individually, they're incredibly weak. It's by gathering up into schools that they're able to confront opponents.", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3039,32 +2330,21 @@ "id": "swsh3-51", "name": "Mareanie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Toxapex" - ], + "types": ["Water"], + "evolvesTo": ["Toxapex"], "attacks": [ { "name": "Regeneration", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Poison Tentacles", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -3076,18 +2356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The first symptom of its sting is numbness. The next is an itching sensation so intense that it's impossible to resist the urge to claw at your skin.", - "nationalPokedexNumbers": [ - 747 - ], + "nationalPokedexNumbers": [747], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3103,31 +2378,21 @@ "id": "swsh3-52", "name": "Toxapex", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mareanie", "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from this Pokémon and heal all damage from it." }, { "name": "Poisonous Whip", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -3139,19 +2404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "To survive in the cold waters of Galar, this Pokémon forms a dome with its legs, enclosing its body so it can capture its own body heat.", - "nationalPokedexNumbers": [ - 748 - ], + "nationalPokedexNumbers": [748], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3167,13 +2426,9 @@ "id": "swsh3-53", "name": "Dracovish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Rare Fossil", "abilities": [ { @@ -3185,11 +2440,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3201,19 +2452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "Powerful legs and jaws made it the apex predator of its time. Its own overhunting of its prey was what drove it to extinction.", - "nationalPokedexNumbers": [ - 882 - ], + "nationalPokedexNumbers": [882], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3229,34 +2474,21 @@ "id": "swsh3-54", "name": "Arctovish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Rare Fossil", "attacks": [ { "name": "Hard Face", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 60 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cold Breath", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3268,18 +2500,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Though it's able to capture prey by freezing its surroundings, it has trouble eating the prey afterward because its mouth is on top of its head.", - "nationalPokedexNumbers": [ - 883 - ], + "nationalPokedexNumbers": [883], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3295,22 +2522,14 @@ "id": "swsh3-55", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3322,17 +2541,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "sowsow", "rarity": "Common", "flavorText": "Rubbing its fleece generates electricity. You'll want to pet it because it's cute, but if you use your bare hand, you'll get a painful shock.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3348,23 +2563,15 @@ "id": "swsh3-56", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -3376,17 +2583,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3402,30 +2605,21 @@ "id": "swsh3-57", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "130", "text": "" @@ -3437,18 +2631,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "kodama", "rarity": "Rare", "flavorText": "Its tail shines bright and strong. It has been prized since long ago as a beacon for sailors.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3464,23 +2653,14 @@ "id": "swsh3-58", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard all Energy from this Pokémon." @@ -3492,17 +2672,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Yumi", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3518,31 +2694,21 @@ "id": "swsh3-59", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Strafe", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Flash Impact", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3554,17 +2720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "nagimiso", "rarity": "Rare", "flavorText": "It stimulates its own muscles with electricity, so it can move quickly. It eases its soreness with electricity, too, so it can recover quickly as well.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3580,35 +2742,23 @@ "id": "swsh3-60", "name": "Vikavolt V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Paralyzing Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Super Zap Cannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Discard 2 Energy from this Pokémon." @@ -3620,18 +2770,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3647,30 +2791,20 @@ "id": "swsh3-61", "name": "Tapu Koko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Allure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -3686,9 +2820,7 @@ "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "The lightning-wielding guardian deity of Melemele, Tapu Koko is brimming with curiosity and appears before people from time to time.", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3704,32 +2836,21 @@ "id": "swsh3-62", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3741,18 +2862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stores poison in an internal poison sac and secretes that poison through its skin. If you touch this Pokémon, a tingling sensation follows.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3768,32 +2884,21 @@ "id": "swsh3-63", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "attacks": [ { "name": "Risk Taker", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, discard the top 5 cards of your opponent's deck. If tails, discard the top 5 cards of your deck." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -3805,18 +2910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Capable of generating 15,000 volts of electricity, this Pokémon looks down on all that would challenge it.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3832,30 +2932,20 @@ "id": "swsh3-64", "name": "Pincurchin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Zing Zap", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3867,18 +2957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It feeds on seaweed, using its teeth to scrape it off rocks. Electric current flows from the tips of its spines.", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3894,32 +2979,21 @@ "id": "swsh3-65", "name": "Dracozolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rare Fossil", "attacks": [ { "name": "Amping Up", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, this Pokémon's Amping Up attack does 90 more damage (before applying Weakness and Resistance)." }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -3931,20 +3005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "65", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "In ancient times, it was unbeatable thanks to its powerful lower body, but it went extinct anyway after it depleted all its plant-based food sources.", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3960,13 +3027,9 @@ "id": "swsh3-66", "name": "Arctozolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rare Fossil", "abilities": [ { @@ -3978,10 +3041,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -3993,18 +3053,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "The shaking of its freezing upper half is what generates its electricity. It has a hard time walking around.", - "nationalPokedexNumbers": [ - 881 - ], + "nationalPokedexNumbers": [881], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4020,32 +3075,21 @@ "id": "swsh3-67", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Psychic"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Moon Kick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4057,17 +3101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "The songs they sing are totally different depending on the region they live in. Some even sound like they're shouting!", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4083,31 +3123,21 @@ "id": "swsh3-68", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Sleep Pulse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Double Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90×", "text": "Flip 2 coins. This attack does 90 damage for each heads." @@ -4119,18 +3149,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Lee HyunJung", "rarity": "Rare", "flavorText": "When it gets angry, it inhales with all its might, and its body gradually inflates. Sometimes they can grow 20 times larger!", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4146,24 +3171,16 @@ "id": "swsh3-69", "name": "Mew V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "X Ball", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to both Active Pokémon." @@ -4184,9 +3201,7 @@ "number": "69", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4202,23 +3217,14 @@ "id": "swsh3-70", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Psychic"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4230,18 +3236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "otumami", "rarity": "Common", "flavorText": "In contrast to its appearance, it's quite timid. When playing with other puppy Pokémon, it sometimes gets bullied.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4257,32 +3258,21 @@ "id": "swsh3-71", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Jaw Lock", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Headbutt Bounce", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -4294,18 +3284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "Although it's popular with young people, Granbull is timid and sensitive, so it's totally incompetent as a watchdog.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4321,29 +3306,20 @@ "id": "swsh3-72", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4361,17 +3337,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "The phase of the moon apparently has some effect on its power. It's active on the night of a full moon.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4387,32 +3359,21 @@ "id": "swsh3-73", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Fortunate Eye", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your opponent's deck and put them back in any order." }, { "name": "Gentle Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4430,17 +3391,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Mizue", "rarity": "Common", "flavorText": "Though they're still only babies, there's psychic power stored in their ribbonlike feelers, and sometimes they use that power to fight.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4456,33 +3413,22 @@ "id": "swsh3-74", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Whiny Voice", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." }, { "name": "Double Spin", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -4500,18 +3446,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "It's said that when stars shine in the night sky, this Pokémon will spirit away sleeping children. Some call it the Witch of Punishment.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4527,30 +3468,21 @@ "id": "swsh3-75", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Bend", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Choose 2 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into their deck." @@ -4568,18 +3500,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "It has tremendous psychic power, but it dislikes conflict. It's also able to predict the future based on the movement of the stars.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4595,34 +3522,21 @@ "id": "swsh3-76", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Rollout", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hammer In", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4640,19 +3554,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "Ryuta Fuse", "rarity": "Common", "flavorText": "They were sculpted from clay in ancient times. No one knows why, but some of them are driven to continually line up boulders.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4668,35 +3576,21 @@ "id": "swsh3-77", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Dynamic Chop", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Golurk Hammer", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "180", "text": "" @@ -4714,20 +3608,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "77", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Artillery platforms built into the walls of ancient castles served as perches from which Golurk could fire energy beams.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4743,21 +3630,13 @@ "id": "swsh3-78", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -4769,17 +3648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Its upper whiskers are sensors that survey its surroundings. Its lower whiskers are organs that shoot electricity.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4795,32 +3670,21 @@ "id": "swsh3-79", "name": "Morelull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Shiinotic" - ], + "types": ["Psychic"], + "evolvesTo": ["Shiinotic"], "attacks": [ { "name": "Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Flop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4832,17 +3696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Pokémon living in the forest eat the delicious caps on Morelull's head. The caps regrow overnight.", - "nationalPokedexNumbers": [ - 755 - ], + "nationalPokedexNumbers": [755], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4858,30 +3718,21 @@ "id": "swsh3-80", "name": "Shiinotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Morelull", "attacks": [ { "name": "Flickering Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack." }, { "name": "Fear the Forest", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If Glimwood Tangle is in play, this attack does 60 more damage." @@ -4893,18 +3744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "Its flickering spores lure in prey and put them to sleep. Once this Pokémon has its prey snoozing, it drains their vitality with its fingertips.", - "nationalPokedexNumbers": [ - 756 - ], + "nationalPokedexNumbers": [756], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4920,13 +3766,9 @@ "id": "swsh3-81", "name": "Mimikyu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Heal Jamming", @@ -4937,10 +3779,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4958,17 +3797,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Ryota Murayama", "rarity": "Rare", "flavorText": "It wears a rag fashioned into a Pikachu costume in an effort to look less scary. Unfortunately, the costume only makes it creepier.", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4984,22 +3819,14 @@ "id": "swsh3-82", "name": "Sinistea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Polteageist" - ], + "types": ["Psychic"], + "evolvesTo": ["Polteageist"], "attacks": [ { "name": "Furtive Drop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon." @@ -5017,17 +3844,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This Pokémon is said to have been born when a lonely spirit possessed a cold, leftover cup of tea.", - "nationalPokedexNumbers": [ - 854 - ], + "nationalPokedexNumbers": [854], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5043,13 +3866,9 @@ "id": "swsh3-83", "name": "Polteageist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sinistea", "abilities": [ { @@ -5061,10 +3880,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -5082,17 +3898,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "This species lives in antique teapots. Most pots are forgeries, but on rare occasions, an authentic work is found.", - "nationalPokedexNumbers": [ - 855 - ], + "nationalPokedexNumbers": [855], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5108,22 +3920,14 @@ "id": "swsh3-84", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5135,17 +3939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "If a Diglett digs through a field, it leaves the soil perfectly tilled and ideal for planting crops.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5161,30 +3961,21 @@ "id": "swsh3-85", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Mud Bomb", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5196,17 +3987,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "A team of Diglett triplets. It triggers huge earthquakes by burrowing 60 miles underground.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5222,32 +4009,21 @@ "id": "swsh3-86", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Sand Spray", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5259,17 +4035,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5285,34 +4057,22 @@ "id": "swsh3-87", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Sand Spray", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Rocket Evolution", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -5324,19 +4084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "Even sealed in its shell, it can move freely. Hard and fast, it has outstanding destructive power.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5352,34 +4106,21 @@ "id": "swsh3-88", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Pupitar", "attacks": [ { "name": "Bedrock Breaker", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Stadium in play." }, { "name": "Mountain Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "Discard the top 5 cards of your deck." @@ -5391,20 +4132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "88", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "Its body can't be harmed by any sort of attack, so it is very eager to make challenges against enemies.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5420,22 +4154,14 @@ "id": "swsh3-89", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "If a Stadium is in play, this attack does 10 more damage." @@ -5447,17 +4173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Its nest is a sloped, bowl-like pit in the desert. Once something has fallen in, there is no escape.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5473,23 +4195,15 @@ "id": "swsh3-90", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Sand Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5501,17 +4215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "The ultrasonic waves it generates by rubbing its two wings together cause severe headaches.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5527,13 +4237,9 @@ "id": "swsh3-91", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -5545,11 +4251,7 @@ "attacks": [ { "name": "Desert Geyser", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "If your opponent has a Stadium in play, discard it. If you discarded a Stadium in this way, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -5561,17 +4263,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "hatachu", "rarity": "Rare", "flavorText": "This Pokémon hides in the heart of sandstorms it creates and seldom appears where people can see it.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5587,13 +4285,9 @@ "id": "swsh3-92", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Resistance Shade", @@ -5604,10 +4298,7 @@ "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5619,17 +4310,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5645,34 +4332,21 @@ "id": "swsh3-93", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Double Stomp", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -5684,20 +4358,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "93", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It moves through the sands with its mouth open, swallowing sand along with its prey. It gets rid of the sand by spouting it from its nose.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5713,34 +4380,21 @@ "id": "swsh3-94", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Triple Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 3 coins. This attack does 80 damage for each heads." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" @@ -5752,20 +4406,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "94", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "Stones can get stuck in the ports on their bodies. Dwebble help dislodge such stones, so Hippowdon look after these Pokémon.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5781,37 +4428,23 @@ "id": "swsh3-95", "name": "Rhyperior V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drill Run", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Heavy Rock Artillery", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "During your next turn, this Pokémon can't use Heavy Rock Artillery." @@ -5823,19 +4456,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "95", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5851,34 +4477,21 @@ "id": "swsh3-96", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -5890,19 +4503,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "0313", "rarity": "Rare", "flavorText": "With power equal to an excavator, it can dig through dense bedrock. It's a huge help during tunnel construction.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5918,30 +4525,20 @@ "id": "swsh3-97", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Rock Hurl", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -5953,17 +4550,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Displaying amazing teamwork, they follow the orders of their boss as they all help out in the search for their favorite berries.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5979,31 +4572,21 @@ "id": "swsh3-98", "name": "Galarian Sirfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Farfetch'd", "attacks": [ { "name": "Pierce", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Meteor Assault", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon can't use Meteor Assault again until it leaves the Active Spot." @@ -6015,18 +4598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ryota Murayama", "rarity": "Rare", "flavorText": "Only Farfetch'd that have survived many battles can attain this evolution. When this Pokémon's leek withers, it will retire from combat.", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6042,14 +4620,9 @@ "id": "swsh3-99", "name": "Galarian Slowbro V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6063,11 +4636,7 @@ "attacks": [ { "name": "Tripping Shot", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -6079,18 +4648,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6106,33 +4669,21 @@ "id": "swsh3-100", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Stomp Off", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Sludge Whirlpool", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -6144,19 +4695,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Ryota Murayama", "rarity": "Common", "flavorText": "The wastewater coming from factories is clean these days, so Grimer have nothing to eat. They're said to be on the verge of extinction.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6172,32 +4717,21 @@ "id": "swsh3-101", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Grimer", "attacks": [ { "name": "Triple Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 3 damage counters on that Pokémon instead of 1." }, { "name": "Sludge Whirlpool", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -6209,20 +4743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "101", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "Because they scatter germs everywhere, they've long been targeted for extermination, leading to a steep decline in their population.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6238,32 +4765,21 @@ "id": "swsh3-102", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Darkness"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sting", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6275,17 +4791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Although the poison from its fangs isn't that strong, it's potent enough to weaken prey that gets caught in its web.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6301,13 +4813,9 @@ "id": "swsh3-103", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -6319,10 +4827,7 @@ "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6334,18 +4839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It spews threads from its mouth to catch its prey. When night falls, it leaves its web to go hunt aggressively.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6361,14 +4861,9 @@ "id": "swsh3-104", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6382,10 +4877,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6397,16 +4889,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6422,13 +4910,9 @@ "id": "swsh3-105", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Darkness Guard", @@ -6439,11 +4923,7 @@ "attacks": [ { "name": "Vortex of Darkness", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Darkness Energy attached to this Pokémon." @@ -6455,18 +4935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6482,32 +4957,21 @@ "id": "swsh3-106", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Dig Claws", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fake Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6519,17 +4983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "sowsow", "rarity": "Common", "flavorText": "It steals things from people just to amuse itself with their frustration. A rivalry exists between this Pokémon and Nickit.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6545,13 +5005,9 @@ "id": "swsh3-107", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "abilities": [ { @@ -6563,11 +5019,7 @@ "attacks": [ { "name": "Slashing Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6579,17 +5031,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Don't be fooled by its gorgeous fur and elegant figure. This is a moody and vicious Pokémon.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6605,22 +5053,14 @@ "id": "swsh3-108", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Darkness"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6632,17 +5072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "When it encounters something, its first urge is usually to bite it. If it likes what it tastes, it will commit the associated scent to memory.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6658,35 +5094,22 @@ "id": "swsh3-109", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6698,18 +5121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "While hunting for prey, Zweilous wanders its territory, its two heads often bickering over which way to go.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6725,13 +5143,9 @@ "id": "swsh3-110", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -6743,11 +5157,7 @@ "attacks": [ { "name": "Pitch-Black Fangs", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -6759,19 +5169,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "110", "artist": "kawayoo", "rarity": "Rare", "flavorText": "There are a slew of stories about villages that were destroyed by Hydreigon. It bites anything that moves.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6787,19 +5191,13 @@ "id": "swsh3-111", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Assault Gate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "90", "text": "If this Pokémon didn't move from the Bench to the Active Spot this turn, this attack does nothing. This attack's damage isn't affected by Weakness." @@ -6811,18 +5209,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "It gathers things it likes and passes them through its loop to teleport them to a secret place.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6838,22 +5231,14 @@ "id": "swsh3-112", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack." @@ -6865,17 +5250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6891,30 +5272,21 @@ "id": "swsh3-113", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "attacks": [ { "name": "Nasty Plot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -6926,17 +5298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6952,34 +5320,23 @@ "id": "swsh3-114", "name": "Grimmsnarl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Spiky Knuckle", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "200", "text": "Put 2 Darkness Energy attached to this Pokémon into your hand." @@ -6991,17 +5348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7017,13 +5369,9 @@ "id": "swsh3-115", "name": "Grimmsnarl VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Grimmsnarl V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7031,11 +5379,7 @@ "attacks": [ { "name": "G-Max Drill", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "170+", "text": "This attack does 50 more damage for each extra Darkness Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 100 damage in this way." @@ -7047,18 +5391,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7074,35 +5412,23 @@ "id": "swsh3-116", "name": "Eternatus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Power Accelerator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Dynamax Cannon", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage." @@ -7114,17 +5440,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7140,13 +5461,9 @@ "id": "swsh3-117", "name": "Eternatus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eternatus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7161,10 +5478,7 @@ "attacks": [ { "name": "Dread End", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Darkness Pokémon in play." @@ -7176,18 +5490,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "117", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7203,34 +5511,23 @@ "id": "swsh3-118", "name": "Scizor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hack Off", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Pokémon Tool and a Special Energy from your opponent's Active Pokémon." }, { "name": "Slashing Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -7248,17 +5545,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7274,13 +5566,9 @@ "id": "swsh3-119", "name": "Scizor VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scizor V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7288,21 +5576,14 @@ "attacks": [ { "name": "Hard Scissors", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Max Steelspike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "" @@ -7320,17 +5601,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7346,30 +5622,20 @@ "id": "swsh3-120", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Arms", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage." }, { "name": "Cutting Wind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7387,17 +5653,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "NC Empire", "rarity": "Common", "flavorText": "Its body is draped in steel armor. It looks heavy, but it can fly at speeds of up to 185 miles an hour!", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7413,32 +5675,21 @@ "id": "swsh3-121", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7456,18 +5707,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7483,35 +5729,22 @@ "id": "swsh3-122", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Lunge Out", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7529,19 +5762,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "122", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It habitually shows off its strength with the sparks it creates by ramming its steel body into boulders.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7557,13 +5784,9 @@ "id": "swsh3-123", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "abilities": [ { @@ -7575,12 +5798,7 @@ "attacks": [ { "name": "Gigaton Stomp", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -7598,19 +5816,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "While seeking iron for food, it digs tunnels by breaking through bedrock with its steel horns.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7626,30 +5838,21 @@ "id": "swsh3-124", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Fury Cutter", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip 3 coins. If 1 of them is heads, this attack does 20 more damage. If 2 of them are heads, this attack does 70 more damage. If all of them are heads, this attack does 140 more damage." }, { "name": "Seashell Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -7667,18 +5870,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "They use shells they've stolen from Shelmet to arm and protect themselves. They're very popular Pokémon in the Galar region.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7694,22 +5892,14 @@ "id": "swsh3-125", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Call for Backup", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -7727,18 +5917,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The two minigears that compose this Pokémon are closer than twins. They mesh well only with each other.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7754,34 +5939,22 @@ "id": "swsh3-126", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Call for Backup", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Spinning Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -7799,19 +5972,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "126", "artist": "NC Empire", "rarity": "Uncommon", "flavorText": "When Klang goes all out, the minigear links up perfectly with the outer part of the big gear, and this Pokémon's rotation speed increases sharply.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7827,32 +5994,21 @@ "id": "swsh3-127", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "attacks": [ { "name": "Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Clockwork", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "If you don't have Klink and Klang on your Bench, this attack does nothing." @@ -7870,19 +6026,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "127", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "From its spikes, it launches powerful blasts of electricity. Its red core contains an enormous amount of energy.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7898,14 +6048,9 @@ "id": "swsh3-128", "name": "Galarian Stunfisk V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7919,10 +6064,7 @@ "attacks": [ { "name": "Trapping Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 12 damage counters on the Attacking Pokémon." @@ -7940,19 +6082,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "128", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7968,32 +6103,21 @@ "id": "swsh3-129", "name": "Meltan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Melmetal" - ], + "types": ["Metal"], + "evolvesTo": ["Melmetal"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beam", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8011,17 +6135,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It dissolves and eats metal. Circulating liquid metal within its body is how it generates energy.", - "nationalPokedexNumbers": [ - 808 - ], + "nationalPokedexNumbers": [808], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8037,32 +6157,21 @@ "id": "swsh3-130", "name": "Melmetal", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "attacks": [ { "name": "Energy Link", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -8080,20 +6189,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "130", "artist": "NC Empire", "rarity": "Rare", "flavorText": "At the end of its life-span, Melmetal will rust and fall apart. The small shards left behind will eventually be reborn as Meltan.", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8109,24 +6211,14 @@ "id": "swsh3-131", "name": "Cufant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Copperajah" - ], + "types": ["Metal"], + "evolvesTo": ["Copperajah"], "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -8144,19 +6236,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "131", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It digs up the ground with its trunk. It's also very strong, being able to carry loads of over five tons without any problem at all.", - "nationalPokedexNumbers": [ - 878 - ], + "nationalPokedexNumbers": [878], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8172,13 +6258,9 @@ "id": "swsh3-132", "name": "Copperajah", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cufant", "abilities": [ { @@ -8190,12 +6272,7 @@ "attacks": [ { "name": "Vengeful Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage." @@ -8213,20 +6290,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "132", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "They came over from another region long ago and worked together with humans. Their green skin is resistant to water.", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8242,31 +6312,20 @@ "id": "swsh3-133", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rally Back", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -8278,18 +6337,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "133", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "You shouldn't get close to the child when it's playing outside its mother's pouch. Its mother is always nearby watching over it.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8305,20 +6359,13 @@ "id": "swsh3-134", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -8330,18 +6377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "They live in groups. The one with the longest, thickest, and most-scarred horns is the boss of the herd.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8357,22 +6399,14 @@ "id": "swsh3-135", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -8384,17 +6418,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It stands on its tail so it can see a long way. If it spots an enemy, it cries loudly to warn its kind.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8410,29 +6440,21 @@ "id": "swsh3-136", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Feelin' Fine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Tail Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "90", "text": "Flip a coin. If tails, this attack does nothing." @@ -8444,17 +6466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "It makes a nest to suit its long and skinny body. The nest is impossible for other Pokémon to enter.", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8470,13 +6488,9 @@ "id": "swsh3-137", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Final Dig", @@ -8487,9 +6501,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -8501,17 +6513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "Kazuma Koda", "rarity": "Common", "flavorText": "When it sees a person, it digs a hole with its tail to make its escape. If you happen to find one, consider yourself lucky.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8527,32 +6535,21 @@ "id": "swsh3-138", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Baby-Doll Eyes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Dig Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8564,18 +6561,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Before food becomes scarce in wintertime, its habit is to hoard food in many hidden locations.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8591,34 +6583,21 @@ "id": "swsh3-139", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard the top card of your opponent's deck." }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -8630,19 +6609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "139", "artist": "Uta", "rarity": "Uncommon", "flavorText": "Although it has a large body, it is quite skilled at climbing trees. It eats and sleeps in the treetops.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8658,30 +6631,20 @@ "id": "swsh3-140", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Energy Loop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put an Energy attached to this Pokémon into your hand." @@ -8699,18 +6662,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "140", "artist": "Hasuno", "rarity": "Rare", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8726,32 +6684,21 @@ "id": "swsh3-141", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Drawup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8763,17 +6710,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8789,31 +6732,21 @@ "id": "swsh3-142", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Captivating Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Moon Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -8825,17 +6758,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Tika Matsuno", "rarity": "Rare", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8851,37 +6780,23 @@ "id": "swsh3-143", "name": "Salamence V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swoop Across", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Storm", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -8899,17 +6814,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "143", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8925,13 +6835,9 @@ "id": "swsh3-144", "name": "Salamence VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Salamence V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -8939,21 +6845,14 @@ "attacks": [ { "name": "Sonic Double", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Max Wings", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "During your next turn, this Pokémon can't use Max Wings." @@ -8971,17 +6870,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "144", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8997,16 +6891,10 @@ "id": "swsh3-145", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "abilities": [ { "name": "Sky Circus", @@ -9017,10 +6905,7 @@ "attacks": [ { "name": "Keen Eye", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -9038,17 +6923,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9064,33 +6945,22 @@ "id": "swsh3-146", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -9108,17 +6978,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "146", "artist": "chibi", "rarity": "Uncommon", "flavorText": "It lives in forests and fields. Squabbles over territory occur when flocks collide.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9134,31 +7000,21 @@ "id": "swsh3-147", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Hurricane Blender", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "70", "text": "Move any amount of Energy from your Pokémon to your other Pokémon in any way you like." }, { "name": "Brave Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "This Pokémon also does 30 damage to itself." @@ -9180,9 +7036,7 @@ "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9198,22 +7052,14 @@ "id": "swsh3-148", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Colorless"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -9231,17 +7077,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "148", "artist": "Midori Harada", "rarity": "Common", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9257,13 +7099,9 @@ "id": "swsh3-149", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Ducklett", "abilities": [ { @@ -9275,11 +7113,7 @@ "attacks": [ { "name": "Feather Slice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "You may discard a card from your hand. If you do, this attack does 70 more damage." @@ -9301,9 +7135,7 @@ "artist": "Taira Akitsu", "rarity": "Rare", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9319,23 +7151,14 @@ "id": "swsh3-150", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -9347,17 +7170,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "150", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It excels at digging holes. Using its ears, it can dig a nest 33 feet deep in one night.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9373,22 +7192,14 @@ "id": "swsh3-151", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -9406,17 +7217,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "151", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its body is always warm. Trainers who live in cold areas apparently sleep with it in their bed.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9432,22 +7239,14 @@ "id": "swsh3-152", "name": "Skwovet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Greedent" - ], + "types": ["Colorless"], + "evolvesTo": ["Greedent"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -9459,17 +7258,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Found throughout the Galar region, this Pokémon becomes uneasy if its cheeks are ever completely empty of berries.", - "nationalPokedexNumbers": [ - 819 - ], + "nationalPokedexNumbers": [819], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9485,30 +7280,21 @@ "id": "swsh3-153", "name": "Greedent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skwovet", "attacks": [ { "name": "Scrape Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Smack and Run", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "Put this Pokémon and all attached cards into your hand." @@ -9520,17 +7306,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "153", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It stashes berries in its tail—so many berries that they fall out constantly. But this Pokémon is a bit slow-witted, so it doesn't notice the loss.", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9546,22 +7328,14 @@ "id": "swsh3-154", "name": "Rookidee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Corvisquire" - ], + "types": ["Colorless"], + "evolvesTo": ["Corvisquire"], "attacks": [ { "name": "Pluck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." @@ -9579,17 +7353,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "154", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "It will bravely challenge any opponent, no matter how powerful. This Pokémon benefits from every battle—even a defeat increases its strength a bit.", - "nationalPokedexNumbers": [ - 821 - ], + "nationalPokedexNumbers": [821], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9605,34 +7375,22 @@ "id": "swsh3-155", "name": "Corvisquire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rookidee", - "evolvesTo": [ - "Corviknight" - ], + "evolvesTo": ["Corviknight"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage for each heads." @@ -9650,17 +7408,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Smart enough to use tools in battle, these Pokémon have been seen picking up rocks and flinging them or using ropes to wrap up enemies.", - "nationalPokedexNumbers": [ - 822 - ], + "nationalPokedexNumbers": [822], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9676,13 +7430,9 @@ "id": "swsh3-156", "name": "Corviknight", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Corvisquire", "abilities": [ { @@ -9694,11 +7444,7 @@ "attacks": [ { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -9716,18 +7462,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "This Pokémon reigns supreme in the skies of the Galar region. The black luster of its steel body could drive terror into the heart of any foe.", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9743,9 +7484,7 @@ "id": "swsh3-157", "name": "Big Parasol", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "As long as the Pokémon this card is attached to is in the Active Spot, prevent all effects of attacks from your opponent's Pokémon done to all of your Pokémon. (Existing effects are not removed. Damage is not an effect.)", @@ -9769,9 +7508,7 @@ "id": "swsh3-158", "name": "Billowing Smoke", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is Knocked Out by damage from an attack from your opponent's Pokémon, that player discards any Prize cards they would take for that Knock Out instead of putting those cards into their hand.", @@ -9795,9 +7532,7 @@ "id": "swsh3-159", "name": "Bird Keeper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -9820,9 +7555,7 @@ "id": "swsh3-160", "name": "Cape of Toughness", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Basic Pokémon this card is attached to gets +50 HP, except Pokémon-GX.", @@ -9846,9 +7579,7 @@ "id": "swsh3-161", "name": "Familiar Bell", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with the same name as a Pokémon in your discard pile, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -9871,9 +7602,7 @@ "id": "swsh3-162", "name": "Glimwood Tangle", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, after that player flips any coins for an attack, they may ignore all results of those coin flips and begin flipping those coins again.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -9896,9 +7625,7 @@ "id": "swsh3-163", "name": "Kabu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", "You may play only 1 Supporter card during your turn." @@ -9921,9 +7648,7 @@ "id": "swsh3-164", "name": "Old PC", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip 2 coins. If both are heads, put a card from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -9946,9 +7671,7 @@ "id": "swsh3-165", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9971,9 +7694,7 @@ "id": "swsh3-166", "name": "Pokémon Breeder's Nurturing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose up to 2 of your Pokémon in play. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can't use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn." @@ -9996,9 +7717,7 @@ "id": "swsh3-167", "name": "Rare Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "hp": "70", "rules": [ "Play this card as if it were a 70-HP Basic Colorless Pokémon. At any time during your turn, you may discard this card from play.", @@ -10023,9 +7742,7 @@ "id": "swsh3-168", "name": "Rose", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 basic Energy cards from your discard pile to 1 of your Pokémon VMAX. If you attached any Energy cards in this way, discard your hand.", "You may play only 1 Supporter card during your turn." @@ -10048,9 +7765,7 @@ "id": "swsh3-169", "name": "Rose Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may draw cards until they have 3 cards in their hand.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -10073,9 +7788,7 @@ "id": "swsh3-170", "name": "Spikemuth", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever a player's Active Pokémon moves to the Bench during their turn, put 2 damage counters on that Pokémon.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -10098,9 +7811,7 @@ "id": "swsh3-171", "name": "Struggle Gloves", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to has Weakness to your opponent's Active Pokémon's type, its attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -10124,9 +7835,7 @@ "id": "swsh3-172", "name": "Turbo Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, attach a basic Energy card from your discard pile to 1 of your Basic Pokémon that isn't a Pokémon-GX.", "You may play any number of Item cards during your turn." @@ -10149,9 +7858,7 @@ "id": "swsh3-173", "name": "Yell Horn", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Both Active Pokémon are now Confused.", "You may play any number of Item cards during your turn." @@ -10174,9 +7881,7 @@ "id": "swsh3-174", "name": "Heat Fire Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Fire Energy.", "The Fire Pokémon this card is attached to gets +20 HP." @@ -10198,9 +7903,7 @@ "id": "swsh3-175", "name": "Hiding Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Darkness Energy.", "The Darkness Pokémon this card is attached to has no Retreat Cost." @@ -10222,9 +7925,7 @@ "id": "swsh3-176", "name": "Powerful Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Colorless Energy.", "The attacks of the Colorless Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." @@ -10246,34 +7947,23 @@ "id": "swsh3-177", "name": "Butterfree V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dizzying Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Blasting Wind", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -10285,16 +7975,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "177", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10310,34 +7996,23 @@ "id": "swsh3-178", "name": "Houndoom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Vengeful Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your Benched Fire Pokémon have any damage counters on them, this attack does 100 more damage." @@ -10349,16 +8024,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "178", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10374,35 +8045,23 @@ "id": "swsh3-179", "name": "Centiskorch V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Radiating Heat", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." }, { "name": "Burning Train", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -10414,18 +8073,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "179", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10441,35 +8094,23 @@ "id": "swsh3-180", "name": "Vikavolt V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Paralyzing Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Super Zap Cannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Discard 2 Energy from this Pokémon." @@ -10481,18 +8122,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "180", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10508,37 +8143,23 @@ "id": "swsh3-181", "name": "Rhyperior V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drill Run", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Heavy Rock Artillery", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "During your next turn, this Pokémon can't use Heavy Rock Artillery." @@ -10550,19 +8171,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "181", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10578,14 +8192,9 @@ "id": "swsh3-182", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10599,10 +8208,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -10614,16 +8220,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "182", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10639,34 +8241,23 @@ "id": "swsh3-183", "name": "Scizor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hack Off", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Pokémon Tool and a Special Energy from your opponent's Active Pokémon." }, { "name": "Slashing Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -10684,17 +8275,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "183", "artist": "Satoshi Shirai", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10710,14 +8296,9 @@ "id": "swsh3-184", "name": "Galarian Stunfisk V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10731,10 +8312,7 @@ "attacks": [ { "name": "Trapping Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 12 damage counters on the Attacking Pokémon." @@ -10752,19 +8330,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "184", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10780,37 +8351,23 @@ "id": "swsh3-185", "name": "Salamence V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swoop Across", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Storm", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -10828,17 +8385,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10854,9 +8406,7 @@ "id": "swsh3-186", "name": "Kabu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", "You may play only 1 Supporter card during your turn." @@ -10879,9 +8429,7 @@ "id": "swsh3-187", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10904,9 +8452,7 @@ "id": "swsh3-188", "name": "Pokémon Breeder's Nurturing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose up to 2 of your Pokémon in play. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can't use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn." @@ -10929,9 +8475,7 @@ "id": "swsh3-189", "name": "Rose", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 basic Energy cards from your discard pile to 1 of your Pokémon VMAX. If you attached any Energy cards in this way, discard your hand.", "You may play only 1 Supporter card during your turn." @@ -10954,13 +8498,9 @@ "id": "swsh3-190", "name": "Butterfree VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Butterfree V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10968,11 +8508,7 @@ "attacks": [ { "name": "G-Max Toxbreeze", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -10987,9 +8523,7 @@ "number": "190", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11005,13 +8539,9 @@ "id": "swsh3-191", "name": "Centiskorch VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Centiskorch V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11019,10 +8549,7 @@ "attacks": [ { "name": "G-Max Centiferno", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "This attack does 40 more damage for each Fire Energy attached to this Pokémon. If you did any damage with this attack, you may attach a Fire Energy card from your discard pile to this Pokémon." @@ -11034,18 +8561,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "191", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11061,13 +8582,9 @@ "id": "swsh3-192", "name": "Eternatus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eternatus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11082,10 +8599,7 @@ "attacks": [ { "name": "Dread End", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Darkness Pokémon in play." @@ -11097,18 +8611,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "192", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11124,13 +8632,9 @@ "id": "swsh3-193", "name": "Scizor VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scizor V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11138,21 +8642,14 @@ "attacks": [ { "name": "Hard Scissors", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Max Steelspike", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "" @@ -11170,17 +8667,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "193", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11196,13 +8688,9 @@ "id": "swsh3-194", "name": "Salamence VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Salamence V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11210,21 +8698,14 @@ "attacks": [ { "name": "Sonic Double", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Max Wings", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "During your next turn, this Pokémon can't use Max Wings." @@ -11242,17 +8723,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "194", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11268,9 +8744,7 @@ "id": "swsh3-195", "name": "Pokémon Breeder's Nurturing", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose up to 2 of your Pokémon in play. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can't use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn." @@ -11293,9 +8767,7 @@ "id": "swsh3-196", "name": "Rose", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 basic Energy cards from your discard pile to 1 of your Pokémon VMAX. If you attached any Energy cards in this way, discard your hand.", "You may play only 1 Supporter card during your turn." @@ -11318,13 +8790,9 @@ "id": "swsh3-197", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "abilities": [ { @@ -11336,12 +8804,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -11353,19 +8816,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "197", "artist": "5ban Graphics", "rarity": "Rare Secret", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11381,13 +8838,9 @@ "id": "swsh3-198", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "abilities": [ { @@ -11399,12 +8852,7 @@ "attacks": [ { "name": "Flaming Avalanche", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -11416,20 +8864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "198", "artist": "PLANETA Tsuji", "rarity": "Rare Secret", "flavorText": "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11445,9 +8886,7 @@ "id": "swsh3-199", "name": "Big Parasol", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "As long as the Pokémon this card is attached to is in the Active Spot, prevent all effects of attacks from your opponent's Pokémon done to all of your Pokémon. (Existing effects are not removed. Damage is not an effect.)", @@ -11471,9 +8910,7 @@ "id": "swsh3-200", "name": "Turbo Patch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, attach a basic Energy card from your discard pile to 1 of your Basic Pokémon that isn't a Pokémon-GX.", "You may play any number of Item cards during your turn." @@ -11496,9 +8933,7 @@ "id": "swsh3-201", "name": "Capture Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Colorless Energy.", "When you attach this card from your hand to a Pokémon, search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." diff --git a/cards/en/swsh35.json b/cards/en/swsh35.json index 201f2af4a..7ccf740fe 100644 --- a/cards/en/swsh35.json +++ b/cards/en/swsh35.json @@ -3,37 +3,23 @@ "id": "swsh35-1", "name": "Venusaur V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pollen Bomb", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." }, { "name": "Solar Typhoon", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "During your next turn, this Pokémon can't use Solar Typhoon." @@ -45,18 +31,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -72,22 +52,14 @@ "id": "swsh35-2", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -99,17 +71,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -125,23 +93,15 @@ "id": "swsh35-3", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -153,19 +113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -181,20 +135,14 @@ "id": "swsh35-4", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -206,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Hideki Ishikawa", "rarity": "Uncommon", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -232,14 +176,9 @@ "id": "swsh35-5", "name": "Eldegoss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -253,10 +192,7 @@ "attacks": [ { "name": "Float Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may shuffle this Pokémon and all cards attached to it into your deck." @@ -268,16 +204,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -293,32 +225,21 @@ "id": "swsh35-6", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Singe", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -330,17 +251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -356,29 +273,20 @@ "id": "swsh35-7", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -390,17 +298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Taira Akitsu", "rarity": "Uncommon", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -416,37 +320,23 @@ "id": "swsh35-8", "name": "Incineroar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Attach up to 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Flare Blitzer", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "This Pokémon also does 30 damage to itself." @@ -458,18 +348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "Kouki Saitou", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 727 - ], + "nationalPokedexNumbers": [727], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -485,33 +369,21 @@ "id": "swsh35-9", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -523,17 +395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stores flammable gas in its body and uses it to generate heat. The yellow sections on its belly get particularly hot.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -549,34 +417,21 @@ "id": "swsh35-10", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Heat Crawler", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -588,19 +443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -616,22 +465,14 @@ "id": "swsh35-11", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Bite", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -643,17 +484,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "With its sturdy jaws and fangs, it can easily chomp wooden boats to splinters. It fights with Basculin over food.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -669,20 +506,14 @@ "id": "swsh35-12", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Aqua Jet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -694,17 +525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Ryuta Fuse", "rarity": "Uncommon", "flavorText": "It drinks in seawater and jets it from its rear to propel itself. It's very sensitive to the scent of blood.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -720,35 +547,23 @@ "id": "swsh35-13", "name": "Wailord V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Draw Up", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Water Energy cards from your discard pile to this Pokémon." }, { "name": "Ocean Waves", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "120×", "text": "Flip 3 coins. This attack does 120 damage for each heads." @@ -760,19 +575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "13", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -788,14 +596,9 @@ "id": "swsh35-14", "name": "Drednaw V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -809,11 +612,7 @@ "attacks": [ { "name": "Powerful Bite", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -825,19 +624,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -853,13 +645,9 @@ "id": "swsh35-15", "name": "Drednaw VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drednaw V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -874,11 +662,7 @@ "attacks": [ { "name": "G-Max Headbutt", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "Flip a coin. If heads, this attack does 80 more damage." @@ -890,19 +674,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "15", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -918,34 +695,23 @@ "id": "swsh35-16", "name": "Gardevoir V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Swelling Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." @@ -957,17 +723,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -983,13 +744,9 @@ "id": "swsh35-17", "name": "Gardevoir VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gardevoir V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -997,11 +754,7 @@ "attacks": [ { "name": "Max Cure", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Heal 50 damage from this Pokémon." @@ -1013,17 +766,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1039,32 +787,21 @@ "id": "swsh35-18", "name": "Hatenna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hattrem" - ], + "types": ["Psychic"], + "evolvesTo": ["Hattrem"], "attacks": [ { "name": "Stampede", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1082,17 +819,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Via the protrusion on its head, it senses other creatures' emotions. If you don't have a calm disposition, it will never warm up to you.", - "nationalPokedexNumbers": [ - 856 - ], + "nationalPokedexNumbers": [856], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1108,33 +841,22 @@ "id": "swsh35-19", "name": "Hattrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatenna", - "evolvesTo": [ - "Hatterene" - ], + "evolvesTo": ["Hatterene"], "attacks": [ { "name": "Beat", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1152,18 +874,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "No matter who you are, if you bring strong emotions near this Pokémon, it will silence you violently.", - "nationalPokedexNumbers": [ - 857 - ], + "nationalPokedexNumbers": [857], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1179,13 +896,9 @@ "id": "swsh35-20", "name": "Hatterene", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hattrem", "abilities": [ { @@ -1197,10 +910,7 @@ "attacks": [ { "name": "Life Sucker", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "Heal 30 damage from this Pokémon." @@ -1218,18 +928,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It emits psychic power strong enough to cause headaches as a deterrent to the approach of others.", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1245,14 +950,9 @@ "id": "swsh35-21", "name": "Galarian Cursola V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1266,10 +966,7 @@ "attacks": [ { "name": "Hollow Missile", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." @@ -1287,17 +984,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 864 - ], + "nationalPokedexNumbers": [864], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1313,34 +1005,23 @@ "id": "swsh35-22", "name": "Alcremie V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sugary Sprinkles", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Benched Pokémon." }, { "name": "Sweet Splash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." @@ -1352,17 +1033,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1378,13 +1054,9 @@ "id": "swsh35-23", "name": "Alcremie VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alcremie V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1392,19 +1064,14 @@ "attacks": [ { "name": "Adornment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "G-Max Whisk", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way." @@ -1416,18 +1083,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1443,32 +1104,21 @@ "id": "swsh35-24", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Steady Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -1480,18 +1130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Its whole body is composed of muscles. Even though it's the size of a human child, it can hurl 100 grown-ups.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1507,34 +1152,22 @@ "id": "swsh35-25", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Pummel", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 70 more damage." @@ -1546,19 +1179,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful, it must wear a power-save belt to be able to regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1574,32 +1201,21 @@ "id": "swsh35-26", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Macho Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Fighting Pokémon in your discard pile." }, { "name": "Dynamite Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "This Pokémon also does 50 damage to itself." @@ -1611,19 +1227,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1639,34 +1249,23 @@ "id": "swsh35-27", "name": "Lucario V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aura Sphere", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Beatdown Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Beatdown Smash." @@ -1678,17 +1277,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1704,31 +1298,20 @@ "id": "swsh35-28", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Power Blast", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard a Fighting Energy from this Pokémon." @@ -1740,19 +1323,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Some say it can change to an even more powerful form when battling those who threaten the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1768,32 +1345,21 @@ "id": "swsh35-29", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Bite", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1805,17 +1371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "When it rubs the rocks on its neck against you, that's proof of its love for you. However, the rocks are sharp, so the gesture is quite painful!", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1831,31 +1393,21 @@ "id": "swsh35-30", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Rock Throw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Slashing Strike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your next turn, this Pokémon can't use Slashing Strike." @@ -1867,18 +1419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "The rocks in its mane are sharper than a knife. Fragments that break off are treasured as good luck charms.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1894,22 +1441,14 @@ "id": "swsh35-31", "name": "Rolycoly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Carkol" - ], + "types": ["Fighting"], + "evolvesTo": ["Carkol"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1921,18 +1460,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Most of its body has the same composition as coal. Fittingly, this Pokémon was first discovered in coal mines about 400 years ago.", - "nationalPokedexNumbers": [ - 837 - ], + "nationalPokedexNumbers": [837], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1948,34 +1482,23 @@ "id": "swsh35-32", "name": "Grapploct V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tie Up", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Moonsault Press", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Flip a coin. If heads, this attack does 100 more damage." @@ -1987,17 +1510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2013,32 +1531,21 @@ "id": "swsh35-33", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Darkness"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Snap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2050,17 +1557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Uta", "rarity": "Common", "flavorText": "The eggs of bird Pokémon are its favorite food. It swallows eggs whole, so sometimes an egg gets stuck, and Ekans faints.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2076,30 +1579,21 @@ "id": "swsh35-34", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Tail Snap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2111,17 +1605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "After stunning its opponents with the pattern on its stomach, it quickly wraps them up in its body and waits for them to stop moving.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2137,22 +1627,14 @@ "id": "swsh35-35", "name": "Galarian Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Darkness"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Pin Missile", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage for each heads." @@ -2164,18 +1646,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its restlessness has it constantly running around. If it sees another Pokémon, it will purposely run into them in order to start a fight.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2191,24 +1668,15 @@ "id": "swsh35-36", "name": "Galarian Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Zigzagoon", - "evolvesTo": [ - "Obstagoon" - ], + "evolvesTo": ["Obstagoon"], "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon also does 20 damage to itself." @@ -2220,18 +1688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It uses its long tongue to taunt opponents. Once the opposition is enraged, this Pokémon hurls itself at the opponent, tackling them forcefully.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2247,13 +1710,9 @@ "id": "swsh35-37", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -2265,11 +1724,7 @@ "attacks": [ { "name": "Knuckle Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't attack." @@ -2281,18 +1736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Its voice is staggering in volume. Obstagoon has a tendency to take on a threatening posture and shout—this move is known as Obstruct.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2308,20 +1758,13 @@ "id": "swsh35-38", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2333,17 +1776,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "kodama", "rarity": "Uncommon", "flavorText": "The elderly call it the disaster Pokémon and detest it, but interest in its power to predict disasters is on the rise.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2359,32 +1798,21 @@ "id": "swsh35-39", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Dig Claws", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fake Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2396,17 +1824,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "sowsow", "rarity": "Common", "flavorText": "It steals things from people just to amuse itself with their frustration. A rivalry exists between this Pokémon and Nickit.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2422,13 +1846,9 @@ "id": "swsh35-40", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "abilities": [ { @@ -2440,11 +1860,7 @@ "attacks": [ { "name": "Slashing Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2456,17 +1872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "Don't be fooled by its gorgeous fur and elegant figure. This is a moody and vicious Pokémon.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2482,32 +1894,21 @@ "id": "swsh35-41", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ram", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2519,17 +1920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "miki kudo", "rarity": "Common", "flavorText": "If it locks eyes with you, watch out! Nothing and no one is safe from the reckless headbutts of this troublesome Pokémon.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2545,31 +1942,21 @@ "id": "swsh35-42", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Corner", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Bad Brawl", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you played Piers from your hand during this turn, this attack does 90 more damage." @@ -2581,18 +1968,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "tetsuya koizumi", "rarity": "Rare Holo", "flavorText": "As halfhearted as this Pokémon's kicks may seem, they pack enough power to shatter Conkeldurr's concrete pillars.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2608,23 +1990,14 @@ "id": "swsh35-43", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Darkness"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 50 more damage." @@ -2636,17 +2009,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "nagimiso", "rarity": "Common", "flavorText": "Its favorite places are unsanitary ones. If you leave trash lying around, you could even find one of these Pokémon living in your room.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2662,32 +2031,21 @@ "id": "swsh35-44", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Tackle", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Attack from Behind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent's Active Pokémon is Confused, this attack does 50 more damage." @@ -2699,17 +2057,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "sui", "rarity": "Common", "flavorText": "It spins while making its luminescent spots flash. These spots allow it to communicate with others by using different patterns of light.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2725,32 +2079,21 @@ "id": "swsh35-45", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Eerie Wave", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Random Peck", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -2762,19 +2105,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Gazing at its luminescent spots will quickly induce a hypnotic state, putting the observer under Malamar's control.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2790,32 +2127,21 @@ "id": "swsh35-46", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tail Smack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2827,17 +2153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2853,14 +2175,9 @@ "id": "swsh35-47", "name": "Duraludon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2874,11 +2191,7 @@ "attacks": [ { "name": "Gatling Slug", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." @@ -2896,18 +2209,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2923,22 +2230,14 @@ "id": "swsh35-48", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2956,17 +2255,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "0313", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2982,13 +2277,9 @@ "id": "swsh35-49", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "abilities": [ { @@ -3000,10 +2291,7 @@ "attacks": [ { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -3021,17 +2309,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Taira Akitsu", "rarity": "Rare Holo", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3047,9 +2331,7 @@ "id": "swsh35-50", "name": "Bede", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -3072,9 +2354,7 @@ "id": "swsh35-51", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from your Active Pokémon.", "You may play any number of Item cards during your turn." @@ -3097,9 +2377,7 @@ "id": "swsh35-52", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play any number of Item cards during your turn." @@ -3122,9 +2400,7 @@ "id": "swsh35-53", "name": "Hop", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -3147,9 +2423,7 @@ "id": "swsh35-54", "name": "Hyper Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 120 damage from 1 of your Pokémon that has at least 2 Energy attached. If you healed any damage in this way, discard 2 Energy from it.", "You may play any number of Item cards during your turn." @@ -3172,9 +2446,7 @@ "id": "swsh35-55", "name": "Kabu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", "You may play only 1 Supporter card during your turn." @@ -3197,9 +2469,7 @@ "id": "swsh35-56", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -3222,9 +2492,7 @@ "id": "swsh35-57", "name": "Milo", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.", "You may play only 1 Supporter card during your turn." @@ -3247,9 +2515,7 @@ "id": "swsh35-58", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3272,9 +2538,7 @@ "id": "swsh35-59", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -3297,9 +2561,7 @@ "id": "swsh35-60", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -3322,9 +2584,7 @@ "id": "swsh35-61", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play any number of Item cards during your turn." @@ -3347,9 +2607,7 @@ "id": "swsh35-62", "name": "Professor's Research (Professor Magnolia)", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -3372,9 +2630,7 @@ "id": "swsh35-63", "name": "Rotom Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Draw cards until you have 6 cards in your hand. Your turn ends.", "You may play any number of Item cards during your turn." @@ -3397,9 +2653,7 @@ "id": "swsh35-64", "name": "Rotom Phone", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 5 cards of your deck, choose 1 of them, and shuffle the other cards back into your deck. Then, put the card you chose on top of your deck.", "You may play any number of Item cards during your turn." @@ -3422,9 +2676,7 @@ "id": "swsh35-65", "name": "Sonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3447,9 +2699,7 @@ "id": "swsh35-66", "name": "Suspicious Food Tin", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.", "You may play any number of Item cards during your turn." @@ -3472,9 +2722,7 @@ "id": "swsh35-67", "name": "Team Yell Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put an Energy attached to 1 of your opponent's Pokémon into their hand.", "You may play only 1 Supporter card during your turn." @@ -3497,9 +2745,7 @@ "id": "swsh35-68", "name": "Turffield Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for an Evolution Grass Pokémon, reveal it, and put it into their hand. Then, that player shuffles their deck.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -3522,14 +2768,9 @@ "id": "swsh35-69", "name": "Drednaw V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3543,11 +2784,7 @@ "attacks": [ { "name": "Powerful Bite", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -3559,19 +2796,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "69", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3587,34 +2817,23 @@ "id": "swsh35-70", "name": "Gardevoir V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Swelling Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." @@ -3626,17 +2845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3652,14 +2866,9 @@ "id": "swsh35-71", "name": "Galarian Cursola V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3673,10 +2882,7 @@ "attacks": [ { "name": "Hollow Missile", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." @@ -3694,17 +2900,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 864 - ], + "nationalPokedexNumbers": [864], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3720,34 +2921,23 @@ "id": "swsh35-72", "name": "Grapploct V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tie Up", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Moonsault Press", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Flip a coin. If heads, this attack does 100 more damage." @@ -3759,17 +2949,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3785,9 +2970,7 @@ "id": "swsh35-73", "name": "Hop", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -3810,13 +2993,9 @@ "id": "swsh35-74", "name": "Charizard VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3824,24 +3003,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max Wildfire", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 2 Energy from this Pokémon." @@ -3853,18 +3022,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3880,13 +3043,9 @@ "id": "swsh35-75", "name": "Drednaw VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drednaw V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3901,11 +3060,7 @@ "attacks": [ { "name": "G-Max Headbutt", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "Flip a coin. If heads, this attack does 80 more damage." @@ -3917,19 +3072,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "75", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3945,13 +3093,9 @@ "id": "swsh35-76", "name": "Gardevoir VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gardevoir V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3959,11 +3103,7 @@ "attacks": [ { "name": "Max Cure", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Heal 50 damage from this Pokémon." @@ -3975,17 +3115,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4001,9 +3136,7 @@ "id": "swsh35-77", "name": "Kabu", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.", "You may play only 1 Supporter card during your turn." @@ -4026,9 +3159,7 @@ "id": "swsh35-78", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -4051,37 +3182,23 @@ "id": "swsh35-79", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -4093,18 +3210,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4120,9 +3231,7 @@ "id": "swsh35-80", "name": "Suspicious Food Tin", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.", "You may play any number of Item cards during your turn." @@ -4141,4 +3250,4 @@ "large": "https://images.pokemontcg.io/swsh35/80_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh4.json b/cards/en/swsh4.json index 9138b252e..2bcac8020 100644 --- a/cards/en/swsh4.json +++ b/cards/en/swsh4.json @@ -3,22 +3,14 @@ "id": "swsh4-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Bug Hunch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Grass Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "sui", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -56,32 +44,22 @@ "id": "swsh4-2", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Shed Skin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -93,19 +71,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -121,13 +93,9 @@ "id": "swsh4-3", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "abilities": [ { @@ -139,10 +107,7 @@ "attacks": [ { "name": "Sharp Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -158,9 +123,7 @@ "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -176,22 +139,14 @@ "id": "swsh4-4", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -203,17 +158,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Hasuno", "rarity": "Common", "flavorText": "Six of them form a single Pokémon. Should one of the six be lost, the next morning there will once more be six.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -229,31 +180,21 @@ "id": "swsh4-5", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Head Crack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -265,19 +206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "miki kudo", "rarity": "Rare", "flavorText": "Each of its three heads has its own thoughts. When they want to go in different directions, Exeggutor becomes unable to move.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -293,33 +228,21 @@ "id": "swsh4-6", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "U-turn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -331,17 +254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "MAHOU", "rarity": "Common", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -357,33 +276,21 @@ "id": "swsh4-7", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "U-turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Cutting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -399,9 +306,7 @@ "artist": "Uta", "rarity": "Rare", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -417,32 +322,21 @@ "id": "swsh4-8", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Iron Defense", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks." @@ -454,18 +348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It sticks tree bark to itself with its saliva, making itself thicker and larger. Elderly Pineco are ridiculously huge.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -481,29 +370,20 @@ "id": "swsh4-9", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Energy Press", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to your opponent's Active Pokémon." }, { "name": "Amazing Bloom", - "cost": [ - "Lightning", - "Psychic" - ], + "cost": ["Lightning", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "For each of your Benched Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." @@ -515,17 +395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "5ban Graphics", "rarity": "Amazing Rare", "flavorText": "This Pokémon has the ability to move through time. Records describing it as a forest deity can be found from many different eras.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -541,22 +417,14 @@ "id": "swsh4-10", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -568,17 +436,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "If it remains still, it looks just like a real nut. It delights in surprising foraging Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -594,23 +458,15 @@ "id": "swsh4-11", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -622,17 +478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It lives deep in forests. With the leaf on its head, it makes a flute whose song makes listeners uneasy.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -648,13 +500,9 @@ "id": "swsh4-12", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -666,10 +514,7 @@ "attacks": [ { "name": "Fan Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "You may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon." @@ -681,19 +526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Uta", "rarity": "Rare", "flavorText": "A Pokémon that was feared as a forest guardian. It can read the foe's mind and take preemptive action.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -709,22 +548,14 @@ "id": "swsh4-13", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -736,17 +567,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Sekio", "rarity": "Common", "flavorText": "Because it lived almost entirely underground, it is nearly blind. It uses its antennae instead.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -762,17 +589,11 @@ "id": "swsh4-14", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Cast-off Shell", @@ -783,9 +604,7 @@ "attacks": [ { "name": "Absorb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -801,9 +620,7 @@ "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Its cry leaves a lasting headache if heard for too long. It moves so quickly that it is almost invisible.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -819,29 +636,20 @@ "id": "swsh4-15", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Flower Bearing", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, your opponent shuffles their Active Pokémon and all attached cards and puts them on the bottom of their deck." @@ -853,17 +661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Shibuzoh.", "rarity": "Rare Holo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -879,31 +683,20 @@ "id": "swsh4-16", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Techno Blast", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't attack." @@ -915,18 +708,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -942,33 +730,21 @@ "id": "swsh4-17", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Synthesis", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -980,17 +756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "If it has sunshine and water, it doesn't need to eat, because it can generate energy from the leaves on its back.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1006,32 +778,21 @@ "id": "swsh4-18", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Take Down", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -1043,18 +804,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "They inhabit mountainous regions. The leader of the herd is decided by a battle of clashing horns.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1070,30 +826,20 @@ "id": "swsh4-19", "name": "Dhelmise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Hook", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Special Anchor", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any Special Energy attached, this attack does 60 more damage." @@ -1105,19 +851,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "After a piece of seaweed merged with debris from a sunken ship, it was reborn as this ghost Pokémon.", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1133,33 +873,23 @@ "id": "swsh4-20", "name": "Orbeetle V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Mysterious Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1171,16 +901,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1196,13 +922,9 @@ "id": "swsh4-21", "name": "Orbeetle VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Orbeetle V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1217,10 +939,7 @@ "attacks": [ { "name": "G-Max Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1232,16 +951,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1257,34 +972,23 @@ "id": "swsh4-22", "name": "Zarude V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bind Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Jungle Rising", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "100", "text": "You may attach up to 2 basic Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon." @@ -1296,16 +1000,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1321,32 +1021,21 @@ "id": "swsh4-23", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Collect", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Flare", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1358,17 +1047,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "MAHOU", "rarity": "Common", "flavorText": "It has a preference for hot things. When it rains, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1384,33 +1069,22 @@ "id": "swsh4-24", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Raging Flames", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard the top 3 cards of your deck." @@ -1422,18 +1096,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "It has a barbaric nature. In battle, it whips its fiery tail around and slashes away with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1449,13 +1118,9 @@ "id": "swsh4-25", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -1467,10 +1132,7 @@ "attacks": [ { "name": "Royal Blaze", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "100+", "text": "This attack does 50 more damage for each Leon card in your discard pile." @@ -1482,19 +1144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1510,13 +1166,9 @@ "id": "swsh4-26", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1528,11 +1180,7 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1544,18 +1192,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "Once it has stored up enough heat, this Pokémon's body temperature can reach up to 1,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1571,33 +1214,21 @@ "id": "swsh4-27", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1609,18 +1240,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1636,34 +1262,21 @@ "id": "swsh4-28", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." @@ -1675,19 +1288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1703,34 +1310,23 @@ "id": "swsh4-29", "name": "Talonflame V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Flight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack during your first turn. Discard your hand and draw 6 cards." }, { "name": "Bright Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon." @@ -1751,9 +1347,7 @@ "number": "29", "artist": "Ryota Murayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1769,13 +1363,9 @@ "id": "swsh4-30", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1787,10 +1377,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1802,18 +1389,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "kodama", "rarity": "Rare", "flavorText": "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1829,24 +1411,14 @@ "id": "swsh4-31", "name": "Wailmer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wailord" - ], + "types": ["Water"], + "evolvesTo": ["Wailord"], "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -1858,19 +1430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "31", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It shows off by spraying jets of seawater from the nostrils above its eyes. It eats a solid ton of Wishiwashi every day.", - "nationalPokedexNumbers": [ - 320 - ], + "nationalPokedexNumbers": [320], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1886,13 +1452,9 @@ "id": "swsh4-32", "name": "Wailord", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wailmer", "abilities": [ { @@ -1904,12 +1466,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "10+", "text": "This attack does 40 more damage for each Water Energy attached to this Pokémon." @@ -1921,20 +1478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "32", "artist": "SATOSHI NAKAI", "rarity": "Rare Holo", "flavorText": "It can sometimes knock out opponents with the shock created by breaching and crashing its big body onto the water.", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1950,32 +1500,21 @@ "id": "swsh4-33", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seashell Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1987,17 +1526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "nagimiso", "rarity": "Common", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2013,34 +1548,22 @@ "id": "swsh4-34", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aqua Wash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." @@ -2052,18 +1575,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Megumi Higuchi", "rarity": "Uncommon", "flavorText": "As a result of strict training, each Dewott learns different forms for using the scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2079,13 +1597,9 @@ "id": "swsh4-35", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "abilities": [ { @@ -2097,11 +1611,7 @@ "attacks": [ { "name": "Aqua Wash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "You may put 2 Energy attached to your opponent's Active Pokémon into their hand." @@ -2113,18 +1623,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "One swing of the sword incorporated in its armor can fell an opponent. A simple glare from one of them quiets everybody.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2140,35 +1645,23 @@ "id": "swsh4-36", "name": "Galarian Darmanitan V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Freezing Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Frozen Slice", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -2180,17 +1673,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2206,13 +1694,9 @@ "id": "swsh4-37", "name": "Galarian Darmanitan VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darmanitan V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2220,12 +1704,7 @@ "attacks": [ { "name": "Max Whiteout", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "200", "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2237,18 +1716,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2264,23 +1737,14 @@ "id": "swsh4-38", "name": "Chewtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drednaw" - ], + "types": ["Water"], + "evolvesTo": ["Drednaw"], "attacks": [ { "name": "Jaw Lock", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -2292,18 +1756,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "kirisAki", "rarity": "Common", "flavorText": "Apparently the itch of its teething impels it to snap its jaws at anything in front of it.", - "nationalPokedexNumbers": [ - 833 - ], + "nationalPokedexNumbers": [833], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2319,34 +1778,21 @@ "id": "swsh4-39", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "attacks": [ { "name": "Vise Wave", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If you played Nessa from your hand during this turn, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2358,20 +1804,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "39", "artist": "Taira Akitsu", "rarity": "Rare", "flavorText": "With jaws that can shear through steel rods, this highly aggressive Pokémon chomps down on its unfortunate prey.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2387,20 +1826,13 @@ "id": "swsh4-40", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Continuous Gulp Missile", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard any number of Arrokuda from your Bench. This attack does 60 damage for each Arrokuda you discarded in this way." @@ -2418,17 +1850,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Cramorant's gluttony led it to try to swallow an Arrokuda whole, which in turn led to Cramorant getting an Arrokuda stuck in its throat.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2444,32 +1872,21 @@ "id": "swsh4-41", "name": "Arrokuda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barraskewda" - ], + "types": ["Water"], + "evolvesTo": ["Barraskewda"], "attacks": [ { "name": "Flock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Arrokuda and put them onto your Bench. Then, shuffle your deck." }, { "name": "Peck", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2481,17 +1898,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "If it sees any movement around it, this Pokémon charges for it straightaway, leading with its sharply pointed jaw. It's very proud of that jaw.", - "nationalPokedexNumbers": [ - 846 - ], + "nationalPokedexNumbers": [846], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2507,30 +1920,21 @@ "id": "swsh4-42", "name": "Barraskewda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Arrokuda", "attacks": [ { "name": "Targeted Skewer", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon for each damage counter on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Jet Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -2542,17 +1946,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "This Pokémon has a jaw that's as sharp as a spear and as strong as steel. Apparently Barraskewda's flesh is surprisingly tasty, too.", - "nationalPokedexNumbers": [ - 847 - ], + "nationalPokedexNumbers": [847], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2568,37 +1968,24 @@ "id": "swsh4-43", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard all Energy from this Pokémon." @@ -2610,16 +1997,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2635,28 +2018,18 @@ "id": "swsh4-44", "name": "Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 150 more damage." @@ -2668,17 +2041,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2694,23 +2062,14 @@ "id": "swsh4-45", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2722,17 +2081,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Sekio", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2748,13 +2103,9 @@ "id": "swsh4-46", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -2766,11 +2117,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2782,17 +2129,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "sui", "rarity": "Rare Holo", "flavorText": "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2808,13 +2151,9 @@ "id": "swsh4-47", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -2826,11 +2165,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2842,17 +2177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Mizue", "rarity": "Rare", "flavorText": "If it is angered or startled, the fur all over its body bristles like sharp needles that pierce foes.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2868,30 +2199,20 @@ "id": "swsh4-48", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Thunder Snipe", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon, and this attack does 160 damage to 1 of your opponent's Pokémon V or Pokémon-GX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2909,17 +2230,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2935,35 +2252,23 @@ "id": "swsh4-49", "name": "Ampharos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Damaging Spark", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2975,18 +2280,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Ryuta Fuse", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3002,21 +2301,13 @@ "id": "swsh4-50", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Amazing Shot", - "cost": [ - "Grass", - "Lightning", - "Metal" - ], + "cost": ["Grass", "Lightning", "Metal"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 120 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3028,18 +2319,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Hideki Ishikawa", "rarity": "Amazing Rare", "flavorText": "This rough Pokémon stores energy inside its body, then sweeps across the land, shooting off electricity.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3055,32 +2341,21 @@ "id": "swsh4-51", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3092,17 +2367,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3118,13 +2389,9 @@ "id": "swsh4-52", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "abilities": [ { @@ -3136,11 +2403,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3156,9 +2419,7 @@ "artist": "SATOSHI NAKAI", "rarity": "Rare", "flavorText": "It stimulates its own muscles with electricity, so it can move quickly. It eases its soreness with electricity, too, so it can recover quickly as well.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3174,22 +2435,14 @@ "id": "swsh4-53", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3201,17 +2454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3227,30 +2476,21 @@ "id": "swsh4-54", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Low Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Zap Kick", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -3262,17 +2502,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "0313", "rarity": "Uncommon", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3288,22 +2524,14 @@ "id": "swsh4-55", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3315,17 +2543,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Joltik can be found clinging to other Pokémon. It's soaking up static electricity because it can't produce a charge on its own.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3341,30 +2565,21 @@ "id": "swsh4-56", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Stun Needle", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Shocking Pursuit", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each damage counter on your opponent's Active Pokémon." @@ -3376,17 +2591,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It launches electrified fur from its abdomen as its means of attack. Opponents hit by the fur could be in for three full days and nights of paralysis.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3402,16 +2613,10 @@ "id": "swsh4-57", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "abilities": [ { "name": "Levitate", @@ -3422,9 +2627,7 @@ "attacks": [ { "name": "Tiny Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3436,17 +2639,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "sowsow", "rarity": "Common", "flavorText": "One alone can emit only trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3462,34 +2661,22 @@ "id": "swsh4-58", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Shocking Smash", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from 1 of your opponent's Pokémon." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3501,18 +2688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3528,31 +2710,21 @@ "id": "swsh4-59", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Electrified Bite Mark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, if they attach an Energy card from their hand to the Defending Pokémon, put 6 damage counters on that Pokémon." }, { "name": "Electro Sprinkler", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to 1 of your Benched Pokémon and 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3564,19 +2736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3592,31 +2758,20 @@ "id": "swsh4-60", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Wild Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon also does 60 damage to itself. Your opponent's Active Pokémon is now Paralyzed." @@ -3628,19 +2783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "When the interior part of its tail spins like a motor, Zekrom can generate many bolts of lightning to blast its surroundings.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3656,20 +2805,13 @@ "id": "swsh4-61", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Fighting Lightning", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent's Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 80 more damage." @@ -3685,9 +2827,7 @@ "artist": "so-taro", "rarity": "Rare Holo", "flavorText": "It runs as fast as lightning strikes, shredding its opponents with its high-voltage claws.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3703,29 +2843,20 @@ "id": "swsh4-62", "name": "Pincurchin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Spinning Fan", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Peck", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3737,17 +2868,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It feeds on seaweed, using its teeth to scrape it off rocks. Electric current flows from the tips of its spines.", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3763,32 +2890,21 @@ "id": "swsh4-63", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Psychic"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mini-Metronome", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." @@ -3800,17 +2916,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3826,13 +2938,9 @@ "id": "swsh4-64", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Clefairy", "abilities": [ { @@ -3844,11 +2952,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3860,17 +2964,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3886,29 +2986,20 @@ "id": "swsh4-65", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psypower", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Commanding Tail", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may have your opponent shuffle their hand into their deck. If you do, your opponent draws 4 cards." @@ -3926,17 +3017,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "Its tail has a small brain of its own. Beware! If you get close, it may react to your scent by biting.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3952,13 +3039,9 @@ "id": "swsh4-66", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Shell Survival", @@ -3969,27 +3052,19 @@ "attacks": [ { "name": "Life Squeeze", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 10." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "A most peculiar Pokémon that somehow appears in a Poké Ball when a Nincada evolves.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4005,22 +3080,14 @@ "id": "swsh4-67", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -4038,17 +3105,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "There's a proverb that says, \"Shun the house where Shuppet gather in the growing dusk.\"", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4064,13 +3127,9 @@ "id": "swsh4-68", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -4082,10 +3141,7 @@ "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -4103,17 +3159,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "kodama", "rarity": "Rare", "flavorText": "Resentment at being cast off made it spring into being. Some say that treating it well will satisfy it, and it will once more become a stuffed toy.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4129,22 +3181,14 @@ "id": "swsh4-69", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of either player's deck and put them back in any order." @@ -4162,17 +3206,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "nagimiso", "rarity": "Common", "flavorText": "If it finds bad children who won't listen to their parents, it will spirit them away—or so it's said.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4188,34 +3228,22 @@ "id": "swsh4-70", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4233,18 +3261,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Kazuma Koda", "rarity": "Uncommon", "flavorText": "Its body is entirely hollow. When it opens its mouth, it sucks everything in as if it were a black hole.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4260,13 +3283,9 @@ "id": "swsh4-71", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -4278,11 +3297,7 @@ "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -4300,18 +3315,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Shigenori Negishi", "rarity": "Rare Holo", "flavorText": "At the bidding of transmissions from the spirit world, it steals people and Pokémon away. No one knows whether it has a will of its own.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4327,29 +3337,20 @@ "id": "swsh4-72", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Auspicious Tone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon and a Supporter card, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -4367,17 +3368,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Emitting ultrasonic cries, it floats on winds to travel great distances.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4393,22 +3390,14 @@ "id": "swsh4-73", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Unamplified Soundwave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If you have any cards in your hand, this attack does nothing." @@ -4426,17 +3415,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "sui", "rarity": "Common", "flavorText": "While inside a cave, if you look up and see lots of heart-shaped marks lining the walls, it's evidence that Woobat live there.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4452,13 +3437,9 @@ "id": "swsh4-74", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "abilities": [ { @@ -4470,10 +3451,7 @@ "attacks": [ { "name": "Heart Stamp", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -4491,17 +3469,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Emitting powerful sound waves tires it out. Afterward, it won't be able to fly for a little while.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4517,22 +3491,14 @@ "id": "swsh4-75", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Psychic"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4544,17 +3510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Mizue", "rarity": "Common", "flavorText": "It shoots cotton from its body to protect itself. If it gets caught up in hurricane-strength winds, it can get sent to the other side of the Earth.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4570,29 +3532,21 @@ "id": "swsh4-76", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Flying Fury", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Before doing damage, you may discard any number of Pokémon Tools from your Pokémon. This attack does 40 more damage for each card you discarded in this way." @@ -4608,9 +3562,7 @@ "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It scatters cotton all over the place as a prank. If it gets wet, it'll become too heavy to move and have no choice but to answer for its mischief.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4626,19 +3578,13 @@ "id": "swsh4-77", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tail Trickery", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -4650,17 +3596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its upper whiskers are sensors that survey its surroundings. Its lower whiskers are organs that shoot electricity.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4676,30 +3618,20 @@ "id": "swsh4-78", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Geo Hunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile into your hand." }, { "name": "Aurora Gain", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Heal 30 damage from this Pokémon." @@ -4711,18 +3643,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "When the horns on its head shine in seven different colors, it is said to be sharing everlasting life.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4738,13 +3665,9 @@ "id": "swsh4-79", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Sparkle Veil", @@ -4755,11 +3678,7 @@ "attacks": [ { "name": "Sensitive Ray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." @@ -4771,17 +3690,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "It can instantly create many diamonds by compressing the carbon in the air between its hands.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4797,31 +3712,21 @@ "id": "swsh4-80", "name": "Milcery", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Alcremie" - ], + "types": ["Psychic"], + "evolvesTo": ["Alcremie"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4833,17 +3738,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "This Pokémon was born from sweet-smelling particles in the air. Its body is made of cream.", - "nationalPokedexNumbers": [ - 868 - ], + "nationalPokedexNumbers": [868], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4859,13 +3760,9 @@ "id": "swsh4-81", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "abilities": [ { @@ -4877,11 +3774,7 @@ "attacks": [ { "name": "Wonder Shine", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -4893,17 +3786,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When it trusts a Trainer, it will treat them to berries it's decorated with cream.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4919,30 +3808,20 @@ "id": "swsh4-82", "name": "Zacian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Metal Armament", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Amazing Sword", - "cost": [ - "Grass", - "Psychic", - "Metal" - ], + "cost": ["Grass", "Psychic", "Metal"], "convertedEnergyCost": 3, "damage": "150+", "text": "If your opponent has any Pokémon VMAX in play, this attack does 150 more damage." @@ -4954,18 +3833,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Shin Nagasawa", "rarity": "Amazing Rare", "flavorText": "Now armed with a weapon it used in ancient times, this Pokémon needs only a single strike to fell even Gigantamax Pokémon.", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4981,32 +3855,21 @@ "id": "swsh4-83", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Fighting"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5018,17 +3881,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "This Pokémon lives in cold water. It will leave the water to search for food when it gets cold outside.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5044,32 +3903,21 @@ "id": "swsh4-84", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fickle Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "If you have exactly 2, 4, or 6 Prize cards remaining, this attack does nothing." @@ -5081,18 +3929,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "otumami", "rarity": "Rare", "flavorText": "It has an easygoing nature. It doesn't care if it bumps its head on boats and boulders while swimming.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5108,29 +3951,20 @@ "id": "swsh4-85", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Deck Distiller", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5142,17 +3976,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It stores berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5168,32 +3998,21 @@ "id": "swsh4-86", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Stampede", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Strike Back", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon." @@ -5205,18 +4024,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5232,31 +4046,21 @@ "id": "swsh4-87", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "120", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5268,20 +4072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "87", "artist": "Hasegawa Saki", "rarity": "Rare", "flavorText": "The longer and bigger its tusks, the higher its rank in its herd. The tusks take long to grow.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5297,30 +4094,20 @@ "id": "swsh4-88", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cycle Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Tornado Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you played Bea from your hand during this turn, this attack does 80 more damage." @@ -5332,17 +4119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5358,31 +4141,20 @@ "id": "swsh4-89", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Megaton Fall", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon also does 30 damage to itself." @@ -5394,19 +4166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "The same rocks that form its body have been found in ground layers around the world.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5422,22 +4188,14 @@ "id": "swsh4-90", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Best Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5449,17 +4207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It's exceedingly energetic, with enough stamina to keep running all through the night. Taking it for walks can be a challenging experience.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5475,32 +4229,21 @@ "id": "swsh4-91", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Focus Fist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -5512,18 +4255,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It brings its claws together and whirls around at high speed before rushing toward its prey.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5539,31 +4277,20 @@ "id": "swsh4-92", "name": "Terrakion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Earthen Power", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have a Stadium in play, this attack does 80 more damage." @@ -5575,20 +4302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "92", "artist": "NC Empire", "rarity": "Rare", "flavorText": "It has phenomenal power. It will mercilessly crush anyone or anything that bullies small Pokémon.", - "nationalPokedexNumbers": [ - 639 - ], + "nationalPokedexNumbers": [639], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5604,30 +4324,20 @@ "id": "swsh4-93", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Beam", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Core Avenger", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have more Prize cards remaining than your opponent, this attack does 80 more damage." @@ -5639,20 +4349,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "93", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "Born when all of Zygarde's cells have been gathered together, it uses force to neutralize those who harm the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5668,32 +4371,21 @@ "id": "swsh4-94", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5705,17 +4397,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "When it rubs the rocks on its neck against you, that's proof of its love for you. However, the rocks are sharp, so the gesture is quite painful!", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5731,30 +4419,21 @@ "id": "swsh4-95", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Sharp Mane", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -5766,18 +4445,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "They live alone without forming packs. They will only listen to orders from Trainers who can draw out their true power.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5793,33 +4467,21 @@ "id": "swsh4-96", "name": "Mudbray", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mudsdale" - ], + "types": ["Fighting"], + "evolvesTo": ["Mudsdale"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5831,18 +4493,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Loads weighing up to 50 times as much as its own body weight pose no issue for this Pokémon. It's skilled at making use of mud.", - "nationalPokedexNumbers": [ - 749 - ], + "nationalPokedexNumbers": [749], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5858,32 +4515,21 @@ "id": "swsh4-97", "name": "Mudsdale", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mudbray", "attacks": [ { "name": "Mud Bomb", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Heavy Slam", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180-", "text": "This attack does 30 less damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -5895,19 +4541,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "tetsuya koizumi", "rarity": "Rare", "flavorText": "Mud that hardens around a Mudsdale's legs sets harder than stone. It's so hard that it allows this Pokémon to scrap a truck with a single kick.", - "nationalPokedexNumbers": [ - 750 - ], + "nationalPokedexNumbers": [750], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5923,37 +4563,23 @@ "id": "swsh4-98", "name": "Coalossal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -5965,19 +4591,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5993,13 +4612,9 @@ "id": "swsh4-99", "name": "Coalossal VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Coalossal V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6007,21 +4622,14 @@ "attacks": [ { "name": "Eruption Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40+", "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 90 more damage, and attach that card to this Pokémon." }, { "name": "G-Max Boulder", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -6033,19 +4641,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6061,32 +4662,21 @@ "id": "swsh4-100", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Beat", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -6098,18 +4688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It's very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6125,30 +4710,21 @@ "id": "swsh4-101", "name": "Grapploct", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Clobbopus", "attacks": [ { "name": "Full Nelson", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Tentacle Buster", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon used Full Nelson during your last turn, this attack does 120 more damage." @@ -6160,18 +4736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "A body made up of nothing but muscle makes the grappling moves this Pokémon performs with its tentacles tremendously powerful.", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6187,30 +4758,20 @@ "id": "swsh4-102", "name": "Zamazenta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Metal Armament", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Amazing Shield", - "cost": [ - "Lightning", - "Fighting", - "Metal" - ], + "cost": ["Lightning", "Fighting", "Metal"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX." @@ -6222,18 +4783,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "aky CG Works", "rarity": "Amazing Rare", "flavorText": "Its ability to deflect any attack led to it being known as the Fighting Master's Shield. It was feared and respected by all.", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6249,32 +4805,21 @@ "id": "swsh4-103", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6286,17 +4831,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It has a very tenacious nature. Its acute sense of smell lets it chase a chosen prey without ever losing track.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6312,31 +4853,21 @@ "id": "swsh4-104", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Ferocious Bellow", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 50 less damage (before applying Weakness and Resistance)." }, { "name": "Pitch-Black Fangs", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6348,17 +4879,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "It chases down prey in a pack of around ten. They defeat foes with perfectly coordinated teamwork.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6374,29 +4901,20 @@ "id": "swsh4-105", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Torment", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." @@ -6408,17 +4926,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "This Pokémon is feared. When its gemstone eyes begin to glow with a sinister shine, it's believed that Sableye will steal people's spirits away.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6434,37 +4948,23 @@ "id": "swsh4-106", "name": "Drapion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wrack Down", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Hazardous Claws", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -6476,18 +4976,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6503,25 +4997,14 @@ "id": "swsh4-107", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Dredge Up", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard the top 3 cards of your opponent's deck." @@ -6533,18 +5016,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "Sandile's still not good at hunting, so it mostly eats things that have collapsed in the desert. It's called \"the cleaner of the desert.\"", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6560,34 +5038,22 @@ "id": "swsh4-108", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dredge Up", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 3 cards of your opponent's deck." @@ -6599,18 +5065,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "It buries some of its prey in the sand to use as emergency meals when its hunts are unsuccessful.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6626,33 +5087,21 @@ "id": "swsh4-109", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Dredge Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard the top 3 cards of your opponent's deck." }, { "name": "Tantrum", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon is now Confused." @@ -6664,19 +5113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "It conceals itself in sandstorms that Flygon whip up and waits patiently for prey to appear.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6692,34 +5135,21 @@ "id": "swsh4-110", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Darkness"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Lucky Find", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Sludge Toss", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6731,18 +5161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its favorite places are unsanitary ones. If you leave trash lying around, you could even find one of these Pokémon living in your room.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6758,32 +5183,21 @@ "id": "swsh4-111", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Trash Cyclone", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Pokémon Tool card in your discard pile. Then, shuffle those cards into your deck." }, { "name": "Poison Spray", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6795,19 +5209,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "111", "artist": "Hasuno", "rarity": "Rare", "flavorText": "This Pokémon eats trash, which turns into poison inside its body. The main component of the poison depends on what sort of trash was eaten.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6823,32 +5231,21 @@ "id": "swsh4-112", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Perrserker" - ], + "types": ["Metal"], + "evolvesTo": ["Perrserker"], "attacks": [ { "name": "Scratch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fury Swipes", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage for each heads." @@ -6866,17 +5263,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6892,31 +5285,21 @@ "id": "swsh4-113", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "attacks": [ { "name": "Stealy Claws", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip 3 coins. If any of them are heads, your opponent reveals their hand. Then, for each heads, discard a Trainer card from your opponent's hand." }, { "name": "Claw Slash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6934,18 +5317,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6961,34 +5339,21 @@ "id": "swsh4-114", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "attacks": [ { "name": "Take Down", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." }, { "name": "Double KO", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Both Active Pokémon are Knocked Out." @@ -7006,19 +5371,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "114", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "In the moment that it gulps down its prey, the inside of its shell is exposed, but to this day, no one has ever seen that sight.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7034,37 +5393,23 @@ "id": "swsh4-115", "name": "Steelix V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raging Hammer", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "This Pokémon also does 30 damage to itself." @@ -7082,19 +5427,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "115", "artist": "Satoshi Shirai", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7110,32 +5448,21 @@ "id": "swsh4-116", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Ram", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7153,18 +5480,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "If you anger it, it will do more than rampage. It will also burst out strong magnetism, causing nearby machines to break.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7180,35 +5502,22 @@ "id": "swsh4-117", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Magnetic Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -7226,19 +5535,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "117", "artist": "Kazuma Koda", "rarity": "Uncommon", "flavorText": "It flies at high speeds around the skies. When it finds its prey, Metang takes a firm grip with its sharp claws and never lets go.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7254,13 +5557,9 @@ "id": "swsh4-118", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -7272,11 +5571,7 @@ "attacks": [ { "name": "Leg Quake", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn." @@ -7294,19 +5589,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "118", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It analyzes its opponents with more accuracy than a supercomputer, which enables it to calmly back them into a corner.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7322,13 +5611,9 @@ "id": "swsh4-119", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Dreamy Revelation", @@ -7339,11 +5624,7 @@ "attacks": [ { "name": "Amazing Star", - "cost": [ - "Psychic", - "Fighting", - "Metal" - ], + "cost": ["Psychic", "Fighting", "Metal"], "convertedEnergyCost": 3, "damage": "", "text": "Search your deck for up to 7 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." @@ -7361,17 +5642,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Sanosuke Sakuma", "rarity": "Amazing Rare", "flavorText": "Once every 1,000 years, the singing of a pure voice will rouse this Pokémon from its near-perpetual slumber. It wakes for only seven days.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7387,31 +5664,21 @@ "id": "swsh4-120", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Spike Draw", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "40", "text": "Draw a card." }, { "name": "Knuckle Impact", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your next turn, this Pokémon can't attack." @@ -7429,18 +5696,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "kodama", "rarity": "Rare", "flavorText": "It controls waves known as auras, which are powerful enough to pulverize huge rocks. It uses these waves to take down its prey.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7456,30 +5718,20 @@ "id": "swsh4-121", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Rewind Time", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to 1 of your Pokémon." }, { "name": "Flash of Destruction", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard 2 Energy from this Pokémon." @@ -7497,18 +5749,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7524,32 +5771,21 @@ "id": "swsh4-122", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Drill Run", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Slashing Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -7567,19 +5803,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "122", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "It's not uncommon for tunnels that appear to have formed naturally to actually be a result of Excadrill's rampant digging.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7595,22 +5825,14 @@ "id": "swsh4-123", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Reaction", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -7628,19 +5850,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It defends itself by launching spikes, but its aim isn't very good at first. Only after a lot of practice will it improve.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7656,20 +5872,14 @@ "id": "swsh4-124", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Swift Swing", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Metal Energy attached to this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon." @@ -7687,19 +5897,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "This Pokémon scrapes its spikes across rocks, and then uses the tips of its feelers to absorb the nutrients it finds within the stone.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7715,13 +5919,9 @@ "id": "swsh4-125", "name": "Galarian Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Counterattack", @@ -7732,11 +5932,7 @@ "attacks": [ { "name": "Grip and Squeeze", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -7754,19 +5950,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "125", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Living in mud with a high iron content has given it a strong steel body.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7782,35 +5972,23 @@ "id": "swsh4-126", "name": "Aegislash V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Sonic Edge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -7828,18 +6006,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "126", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7855,13 +6027,9 @@ "id": "swsh4-127", "name": "Aegislash VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aegislash V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7869,11 +6037,7 @@ "attacks": [ { "name": "Max Hack", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "This attack does 30 more damage for each Prize card you have taken." @@ -7891,18 +6055,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "127", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7918,29 +6076,20 @@ "id": "swsh4-128", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Overhaul", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Windup Cannon", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." @@ -7958,17 +6107,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "Built roughly 500 years ago by a scientist, the part called the Soul-Heart is the actual life-form.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7984,31 +6129,20 @@ "id": "swsh4-129", "name": "Duraludon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Raging Claws", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Power Blast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -8026,18 +6160,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Its body resembles polished metal, and it's both lightweight and strong. The only drawback is that it rusts easily.", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8053,13 +6182,9 @@ "id": "swsh4-130", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -8073,19 +6198,14 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8097,17 +6217,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "Lee HyunJung", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8123,13 +6239,9 @@ "id": "swsh4-131", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Gormandize", @@ -8140,12 +6252,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -8157,19 +6264,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "131", "artist": "Atsuko Nishida", "rarity": "Rare Holo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8185,32 +6286,20 @@ "id": "swsh4-132", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Wind Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "If your opponent has 5 or fewer cards in their hand, this attack does nothing." @@ -8228,18 +6317,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8255,23 +6339,14 @@ "id": "swsh4-133", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Double Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -8289,17 +6364,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It dislikes cold seasons. They migrate to other lands in search of warmth, flying over 180 miles a day.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8315,30 +6386,21 @@ "id": "swsh4-134", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 40 more damage." }, { "name": "Energy Assist", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." @@ -8360,9 +6422,7 @@ "artist": "kodama", "rarity": "Uncommon", "flavorText": "It dives at a steep angle as soon as it spots its prey. It catches its prey with sharp claws.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8378,23 +6438,14 @@ "id": "swsh4-135", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage for each heads." @@ -8406,17 +6457,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "135", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "If it senses danger, it scares the foe by crying out with the volume of a jet-plane engine.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8432,35 +6479,22 @@ "id": "swsh4-136", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Pokémon in play that has the Round attack." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -8472,18 +6506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "136", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8499,32 +6528,21 @@ "id": "swsh4-137", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon in play that has the Round attack." }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -8536,19 +6554,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "137", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Its roar in battle shakes the ground like a tremor—or like an earthquake has struck.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8564,21 +6576,13 @@ "id": "swsh4-138", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Amazing Burst", - "cost": [ - "Grass", - "Lightning", - "Fighting" - ], + "cost": ["Grass", "Lightning", "Fighting"], "convertedEnergyCost": 3, "damage": "80×", "text": "Discard all basic Energy from this Pokémon. This attack does 80 damage for each type of basic Energy you discarded in this way." @@ -8596,18 +6600,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "138", "artist": "5ban Graphics", "rarity": "Amazing Rare", "flavorText": "It flies in the ozone layer, way up high in the sky. Until recently, no one had ever seen it.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8623,28 +6622,20 @@ "id": "swsh4-139", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -8662,17 +6653,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "139", "artist": "0313", "rarity": "Common", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8688,34 +6675,23 @@ "id": "swsh4-140", "name": "Togekiss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "White Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 70 more damage." }, { "name": "Speed Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -8733,16 +6709,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8758,13 +6730,9 @@ "id": "swsh4-141", "name": "Togekiss VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togekiss V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -8772,10 +6740,7 @@ "attacks": [ { "name": "Max Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -8796,9 +6761,7 @@ "number": "141", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8814,30 +6777,20 @@ "id": "swsh4-142", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Jet Draft", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -8855,17 +6808,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Tornadus expels massive energy from its tail, causing severe storms. Its power is great enough to blow houses away.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8881,22 +6830,14 @@ "id": "swsh4-143", "name": "Pikipek", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Trumbeak" - ], + "types": ["Colorless"], + "evolvesTo": ["Trumbeak"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8914,17 +6855,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It may look spindly, but its neck muscles are heavy-duty. It can peck at a tree 16 times per second!", - "nationalPokedexNumbers": [ - 731 - ], + "nationalPokedexNumbers": [731], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8940,17 +6877,11 @@ "id": "swsh4-144", "name": "Trumbeak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pikipek", - "evolvesTo": [ - "Toucannon" - ], + "evolvesTo": ["Toucannon"], "abilities": [ { "name": "Charging Trumpet", @@ -8961,11 +6892,7 @@ "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -8983,17 +6910,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "From its mouth, it fires the seeds of berries it has eaten. The scattered seeds give rise to new plants.", - "nationalPokedexNumbers": [ - 732 - ], + "nationalPokedexNumbers": [732], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9009,32 +6932,21 @@ "id": "swsh4-145", "name": "Toucannon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Trumbeak", "attacks": [ { "name": "Energy Cutoff", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Loop Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put 2 Energy attached to this Pokémon into your hand." @@ -9052,18 +6964,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "145", "artist": "Sekio", "rarity": "Rare", "flavorText": "Known for forming harmonious couples, this Pokémon is brought to wedding ceremonies as a good luck charm.", - "nationalPokedexNumbers": [ - 733 - ], + "nationalPokedexNumbers": [733], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9079,9 +6986,7 @@ "id": "swsh4-146", "name": "Allister", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, discard up to 3 cards from your hand. (You must discard at least 1 card.)", "You may play only 1 Supporter card during your turn." @@ -9104,9 +7009,7 @@ "id": "swsh4-147", "name": "Bea", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 5 cards of your deck, and attach any Energy cards you discarded in this way to your Benched Fighting Pokémon in any way you like.", "You may play only 1 Supporter card during your turn." @@ -9129,9 +7032,7 @@ "id": "swsh4-148", "name": "Beauty", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "If you go first, you may play this card during your first turn.", "Draw 2 cards.", @@ -9155,9 +7056,7 @@ "id": "swsh4-149", "name": "Cara Liss", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Rare Fossil cards and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9180,9 +7079,7 @@ "id": "swsh4-150", "name": "Circhester Bath", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "All Basic Pokémon (both yours and your opponent's) take 20 less damage from attacks from the opponent's Pokémon (after applying Weakness and Resistance).", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -9205,9 +7102,7 @@ "id": "swsh4-151", "name": "Drone Rotom", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent reveals their hand. If they do, look at the top card of your opponent's deck.", "You may play any number of Item cards during your turn." @@ -9230,9 +7125,7 @@ "id": "swsh4-152", "name": "Hero's Medal", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon VMAX this card is attached to gets -100 HP, and if it is Knocked Out by damage from an attack from your opponent's Pokémon, that player takes 1 fewer Prize card. You can't attach this card to a Pokémon VMAX that has 100 HP or less remaining.", @@ -9256,9 +7149,7 @@ "id": "swsh4-153", "name": "League Staff", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If Wyndon Stadium is in play, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -9281,9 +7172,7 @@ "id": "swsh4-154", "name": "Leon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -9306,9 +7195,7 @@ "id": "swsh4-155", "name": "Memory Capsule", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon this card is attached to can use any attack from its previous Evolutions. (You still need the necessary Energy to use each attack.)", @@ -9332,9 +7219,7 @@ "id": "swsh4-156", "name": "Moomoo Cheese", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from up to 2 of your Pokémon that have Energy attached.", "You may play any number of Item cards during your turn." @@ -9357,9 +7242,7 @@ "id": "swsh4-157", "name": "Nessa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -9382,9 +7265,7 @@ "id": "swsh4-158", "name": "Opal", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Search your deck for a number of cards up to the number of heads, put them into your hand, and shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -9407,9 +7288,7 @@ "id": "swsh4-159", "name": "Rocky Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if it is Knocked Out), put 2 damage counters on the Attacking Pokémon.", @@ -9433,9 +7312,7 @@ "id": "swsh4-160", "name": "Telescopic Sight", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Benched Pokémon V and Benched Pokémon-GX.", @@ -9459,9 +7336,7 @@ "id": "swsh4-161", "name": "Wyndon Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player plays a Pokémon VMAX from their hand to evolve a Pokémon V during their turn, heal 100 damage from that Pokémon.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -9484,9 +7359,7 @@ "id": "swsh4-162", "name": "Aromatic Grass Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Grass Energy.", "The Grass Pokémon this card is attached to recovers from all Special Conditions and can't be affected by any Special Conditions." @@ -9508,9 +7381,7 @@ "id": "swsh4-163", "name": "Coating Metal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Metal Energy.", "The Metal Pokémon this card is attached to has no Weakness." @@ -9532,9 +7403,7 @@ "id": "swsh4-164", "name": "Stone Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Fighting Energy.", "The Fighting Pokémon this card is attached to takes 20 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance)." @@ -9556,9 +7425,7 @@ "id": "swsh4-165", "name": "Wash Water Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Water Energy.", "Prevent all effects of attacks from your opponent's Pokémon done to the Water Pokémon this card is attached to. (Existing effects are not removed. Damage is not an effect.)" @@ -9580,33 +7447,23 @@ "id": "swsh4-166", "name": "Orbeetle V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Mysterious Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -9618,16 +7475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9643,34 +7496,23 @@ "id": "swsh4-167", "name": "Zarude V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bind Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Jungle Rising", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "100", "text": "You may attach up to 2 basic Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon." @@ -9682,16 +7524,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "167", "artist": "PLANETA Igarashi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9707,34 +7545,23 @@ "id": "swsh4-168", "name": "Talonflame V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Flight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack during your first turn. Discard your hand and draw 6 cards." }, { "name": "Bright Wing", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon." @@ -9755,9 +7582,7 @@ "number": "168", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9773,35 +7598,23 @@ "id": "swsh4-169", "name": "Galarian Darmanitan V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Freezing Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Frozen Slice", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -9813,17 +7626,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9839,37 +7647,24 @@ "id": "swsh4-170", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard all Energy from this Pokémon." @@ -9881,16 +7676,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9906,35 +7697,23 @@ "id": "swsh4-171", "name": "Ampharos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dazzle Blast", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Damaging Spark", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9946,18 +7725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "171", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9973,33 +7746,23 @@ "id": "swsh4-172", "name": "Alakazam V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Spoon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Mind Ruler", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each card in your opponent's hand." @@ -10017,16 +7780,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "172", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10042,37 +7801,23 @@ "id": "swsh4-173", "name": "Coalossal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -10084,19 +7829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10112,14 +7850,9 @@ "id": "swsh4-174", "name": "Galarian Sirfetch'd V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10133,11 +7866,7 @@ "attacks": [ { "name": "Meteor Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -10149,17 +7878,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "174", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10175,37 +7899,23 @@ "id": "swsh4-175", "name": "Drapion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wrack Down", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Hazardous Claws", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -10217,18 +7927,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "175", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10244,37 +7948,23 @@ "id": "swsh4-176", "name": "Steelix V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Raging Hammer", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "210", "text": "This Pokémon also does 30 damage to itself." @@ -10292,19 +7982,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "176", "artist": "Satoshi Shirai", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10320,35 +8003,23 @@ "id": "swsh4-177", "name": "Aegislash V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Sonic Edge", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -10366,18 +8037,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "177", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10393,34 +8058,23 @@ "id": "swsh4-178", "name": "Togekiss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "White Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 70 more damage." }, { "name": "Speed Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -10438,16 +8092,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "178", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10463,9 +8113,7 @@ "id": "swsh4-179", "name": "Allister", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, discard up to 3 cards from your hand. (You must discard at least 1 card.)", "You may play only 1 Supporter card during your turn." @@ -10488,9 +8136,7 @@ "id": "swsh4-180", "name": "Bea", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 5 cards of your deck, and attach any Energy cards you discarded in this way to your Benched Fighting Pokémon in any way you like.", "You may play only 1 Supporter card during your turn." @@ -10513,9 +8159,7 @@ "id": "swsh4-181", "name": "Beauty", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "If you go first, you may play this card during your first turn.", "Draw 2 cards.", @@ -10539,9 +8183,7 @@ "id": "swsh4-182", "name": "Leon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -10564,9 +8206,7 @@ "id": "swsh4-183", "name": "Nessa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -10589,9 +8229,7 @@ "id": "swsh4-184", "name": "Opal", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Search your deck for a number of cards up to the number of heads, put them into your hand, and shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10614,9 +8252,7 @@ "id": "swsh4-185", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -10639,13 +8275,9 @@ "id": "swsh4-186", "name": "Orbeetle VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Orbeetle V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10660,10 +8292,7 @@ "attacks": [ { "name": "G-Max Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -10675,16 +8304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "186", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10700,13 +8325,9 @@ "id": "swsh4-187", "name": "Galarian Darmanitan VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darmanitan V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10714,12 +8335,7 @@ "attacks": [ { "name": "Max Whiteout", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "200", "text": "This attack also does 30 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -10731,18 +8347,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "187", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10758,28 +8368,18 @@ "id": "swsh4-188", "name": "Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 150 more damage." @@ -10791,17 +8391,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "188", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10817,13 +8412,9 @@ "id": "swsh4-189", "name": "Coalossal VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Coalossal V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10831,21 +8422,14 @@ "attacks": [ { "name": "Eruption Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40+", "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 90 more damage, and attach that card to this Pokémon." }, { "name": "G-Max Boulder", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -10857,19 +8441,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "189", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10885,13 +8462,9 @@ "id": "swsh4-190", "name": "Aegislash VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aegislash V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10899,11 +8472,7 @@ "attacks": [ { "name": "Max Hack", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "This attack does 30 more damage for each Prize card you have taken." @@ -10921,18 +8490,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "190", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10948,13 +8511,9 @@ "id": "swsh4-191", "name": "Togekiss VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Togekiss V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10962,10 +8521,7 @@ "attacks": [ { "name": "Max Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -10986,9 +8542,7 @@ "number": "191", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11004,9 +8558,7 @@ "id": "swsh4-192", "name": "Allister", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, discard up to 3 cards from your hand. (You must discard at least 1 card.)", "You may play only 1 Supporter card during your turn." @@ -11029,9 +8581,7 @@ "id": "swsh4-193", "name": "Bea", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard the top 5 cards of your deck, and attach any Energy cards you discarded in this way to your Benched Fighting Pokémon in any way you like.", "You may play only 1 Supporter card during your turn." @@ -11054,9 +8604,7 @@ "id": "swsh4-194", "name": "Beauty", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "If you go first, you may play this card during your first turn.", "Draw 2 cards.", @@ -11080,9 +8628,7 @@ "id": "swsh4-195", "name": "Leon", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, your Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -11105,9 +8651,7 @@ "id": "swsh4-196", "name": "Nessa", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -11130,9 +8674,7 @@ "id": "swsh4-197", "name": "Opal", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. Search your deck for a number of cards up to the number of heads, put them into your hand, and shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11155,13 +8697,9 @@ "id": "swsh4-198", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -11173,10 +8711,7 @@ "attacks": [ { "name": "Obstruct", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -11188,18 +8723,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "198", "artist": "aky CG Works", "rarity": "Rare Secret", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11215,13 +8745,9 @@ "id": "swsh4-199", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Primate Wisdom", @@ -11232,11 +8758,7 @@ "attacks": [ { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -11248,18 +8770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "199", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", "flavorText": "It knows the forest inside and out. If it comes across a wounded Pokémon, Oranguru will gather medicinal herbs to treat it.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11275,9 +8792,7 @@ "id": "swsh4-200", "name": "Cape of Toughness", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Basic Pokémon this card is attached to gets +50 HP, except Pokémon-GX.", @@ -11301,9 +8816,7 @@ "id": "swsh4-201", "name": "Hero's Medal", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon VMAX this card is attached to gets -100 HP, and if it is Knocked Out by damage from an attack from your opponent's Pokémon, that player takes 1 fewer Prize card. You can't attach this card to a Pokémon VMAX that has 100 HP or less remaining.", @@ -11327,9 +8840,7 @@ "id": "swsh4-202", "name": "Memory Capsule", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Pokémon this card is attached to can use any attack from its previous Evolutions. (You still need the necessary Energy to use each attack.)", @@ -11353,9 +8864,7 @@ "id": "swsh4-203", "name": "Telescopic Sight", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Benched Pokémon V and Benched Pokémon-GX.", @@ -11375,4 +8884,4 @@ "large": "https://images.pokemontcg.io/swsh4/203_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh45.json b/cards/en/swsh45.json index 10766e68b..38824f078 100644 --- a/cards/en/swsh45.json +++ b/cards/en/swsh45.json @@ -3,32 +3,21 @@ "id": "swsh45-1", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -66,30 +51,21 @@ "id": "swsh45-2", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Nosedive", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -105,9 +81,7 @@ "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -123,13 +97,9 @@ "id": "swsh45-3", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Woodland Stroll", @@ -140,11 +110,7 @@ "attacks": [ { "name": "Leaf Step", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -156,17 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Yuu Nishida", "rarity": "Rare", "flavorText": "It has the power to travel across time, but it is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -182,23 +144,14 @@ "id": "swsh45-4", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Pierce", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -210,18 +163,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Uta", "rarity": "Common", "flavorText": "It prefers harsh environments such as deserts. It can survive for 30 days on water stored in its body.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -237,29 +185,20 @@ "id": "swsh45-5", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Attach Leaves", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Grass Energy cards from your discard pile to your Benched Pokémon in any way you like." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -271,17 +210,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Bunches of delicious fruit grow around its neck. In warm areas, many ranches raise Tropius.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -297,16 +232,10 @@ "id": "swsh45-6", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "abilities": [ { "name": "Sky Circus", @@ -317,11 +246,7 @@ "attacks": [ { "name": "Wind Shard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -333,17 +258,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "At a distance, it launches its sharp feathers while flying about. If the enemy gets too close, Rowlet switches tactics and delivers vicious kicks.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -359,23 +280,15 @@ "id": "swsh45-7", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -387,17 +300,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "It throws one knifelike feather after another at its enemies, and each one precisely strikes a weak point. These feathers are known as blade quills.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -413,13 +322,9 @@ "id": "swsh45-8", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "abilities": [ { @@ -431,10 +336,7 @@ "attacks": [ { "name": "Splitting Arrow", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -446,18 +348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "As if wielding a bow, it launches the arrow quills hidden among the feathers of its wings. Decidueye's shots never miss.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -473,34 +370,23 @@ "id": "swsh45-9", "name": "Dhelmise V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Anchor Anger", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during their last turn, this attack does 90 more damage." }, { "name": "Giga Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't use Giga Hammer." @@ -512,17 +398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -538,13 +419,9 @@ "id": "swsh45-10", "name": "Dhelmise VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dhelmise V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -552,20 +429,14 @@ "attacks": [ { "name": "Swinging Chain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each Grass Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Max Anchor", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use Max Anchor." @@ -577,18 +448,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 781 - ], + "nationalPokedexNumbers": [781], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -604,22 +469,14 @@ "id": "swsh45-11", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -631,17 +488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -657,17 +510,11 @@ "id": "swsh45-12", "name": "Thwackey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grookey", - "evolvesTo": [ - "Rillaboom" - ], + "evolvesTo": ["Rillaboom"], "abilities": [ { "name": "Lay of the Land", @@ -678,9 +525,7 @@ "attacks": [ { "name": "Branch Poké", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -692,18 +537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "0313", "rarity": "Uncommon", "flavorText": "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers.", - "nationalPokedexNumbers": [ - 811 - ], + "nationalPokedexNumbers": [811], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -719,13 +559,9 @@ "id": "swsh45-13", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "abilities": [ { @@ -737,12 +573,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -754,19 +585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -782,22 +607,14 @@ "id": "swsh45-14", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Leafage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -809,17 +626,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -835,29 +648,21 @@ "id": "swsh45-15", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "attacks": [ { "name": "Enriching Seeds", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 1 of your Benched Pokémon." }, { "name": "Surprise Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -869,17 +674,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "kodama", "rarity": "Uncommon", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -895,31 +696,20 @@ "id": "swsh45-16", "name": "Zarude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Suctioning Vines", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Jungle Blast", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -931,18 +721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Once the vines on Zarude's body tear off, they become nutrients in the soil. This helps the plants of the forest grow.", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -958,21 +743,13 @@ "id": "swsh45-17", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Amazing Blaze", - "cost": [ - "Fire", - "Lightning", - "Darkness" - ], + "cost": ["Fire", "Lightning", "Darkness"], "convertedEnergyCost": 3, "damage": "270", "text": "This Pokémon also does 60 damage to itself." @@ -984,19 +761,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "PLANETA Tsuji", "rarity": "Amazing Rare", "flavorText": "When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1012,14 +783,9 @@ "id": "swsh45-18", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1033,11 +799,7 @@ "attacks": [ { "name": "Crimson Legs", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -1049,17 +811,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1075,13 +832,9 @@ "id": "swsh45-19", "name": "Cinderace VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cinderace V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1089,21 +842,14 @@ "attacks": [ { "name": "Counter", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Max Pyro Ball", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Your opponent's Active Pokémon is now Burned." @@ -1115,17 +861,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1141,22 +882,14 @@ "id": "swsh45-20", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1172,9 +905,7 @@ "artist": "Taira Akitsu", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1190,22 +921,13 @@ "id": "swsh45-21", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Amazing Surge", - "cost": [ - "Water", - "Lightning", - "Metal", - "Colorless" - ], + "cost": ["Water", "Lightning", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "This attack does 80 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1217,19 +939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Anesaki Dynamic", "rarity": "Amazing Rare", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1245,22 +961,14 @@ "id": "swsh45-22", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1272,17 +980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It inflates the flotation sac around its neck and pokes its head out of the water to see what is going on.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1298,20 +1002,14 @@ "id": "swsh45-23", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Surf", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50", "text": "" @@ -1323,17 +1021,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "Its flotation sac developed as a result of pursuing aquatic prey. It can double as a rubber raft.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1349,13 +1043,9 @@ "id": "swsh45-24", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Ocean Search", @@ -1366,10 +1056,7 @@ "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1381,17 +1068,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Narumi Sato", "rarity": "Rare", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1407,32 +1090,20 @@ "id": "swsh45-25", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Dynamite Steam", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120×", "text": "Flip 2 coins. This attack does 120 damage for each heads." @@ -1444,19 +1115,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "nagimiso", "rarity": "Rare", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1472,32 +1137,21 @@ "id": "swsh45-26", "name": "Chewtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drednaw" - ], + "types": ["Water"], + "evolvesTo": ["Drednaw"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1509,18 +1163,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "sowsow", "rarity": "Common", "flavorText": "It starts off battles by attacking with its rock-hard horn, but as soon as the opponent flinches, this Pokémon bites down and never lets go.", - "nationalPokedexNumbers": [ - 833 - ], + "nationalPokedexNumbers": [833], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1536,13 +1185,9 @@ "id": "swsh45-27", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "abilities": [ { @@ -1554,11 +1199,7 @@ "attacks": [ { "name": "Skull Bash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -1570,19 +1211,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "This Pokémon rapidly extends its retractable neck to sink its sharp fangs into distant enemies and take them down.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1598,20 +1233,13 @@ "id": "swsh45-28", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spit-Out Shot", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1623,17 +1251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "This hungry Pokémon swallows Arrokuda whole. Occasionally, it makes a mistake and tries to swallow a Pokémon other than its preferred prey.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1649,22 +1273,14 @@ "id": "swsh45-29", "name": "Snom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frosmoth" - ], + "types": ["Water"], + "evolvesTo": ["Frosmoth"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -1676,18 +1292,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "It spits out thread imbued with a frigid sort of energy and uses it to tie its body to branches, disguising itself as an icicle while it sleeps.", - "nationalPokedexNumbers": [ - 872 - ], + "nationalPokedexNumbers": [872], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1703,13 +1314,9 @@ "id": "swsh45-30", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -1721,10 +1328,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1736,18 +1340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1763,22 +1362,14 @@ "id": "swsh45-31", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Under Pressure", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent has 3 or fewer Prize cards remaining, this attack does 50 more damage." @@ -1790,17 +1381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Uta", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1816,17 +1403,11 @@ "id": "swsh45-32", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "abilities": [ { "name": "Top Entry", @@ -1837,9 +1418,7 @@ "attacks": [ { "name": "Zap Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -1851,17 +1430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "NC Empire", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1877,30 +1452,21 @@ "id": "swsh45-33", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Raid", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60+", "text": "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -1912,17 +1478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1938,13 +1500,9 @@ "id": "swsh45-34", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Roto Choice", @@ -1955,10 +1513,7 @@ "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1970,17 +1525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "One boy's invention led to the development of many different machines that take advantage of Rotom's unique capabilities.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1996,29 +1547,20 @@ "id": "swsh45-35", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Famished", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2030,17 +1572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2056,29 +1594,20 @@ "id": "swsh45-36", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Famished", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2090,17 +1619,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Hideki Ishikawa", "rarity": "Common", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2116,34 +1641,23 @@ "id": "swsh45-37", "name": "Morpeko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electro Wheel", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon." @@ -2155,17 +1669,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2181,13 +1690,9 @@ "id": "swsh45-38", "name": "Morpeko VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Morpeko V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2195,11 +1700,7 @@ "attacks": [ { "name": "Max Discharge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2211,16 +1712,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2236,14 +1733,9 @@ "id": "swsh45-39", "name": "Indeedee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2257,11 +1749,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 60 more damage for each Energy attached to your opponent's Active Pokémon." @@ -2279,17 +1767,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2305,22 +1788,14 @@ "id": "swsh45-40", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "If a Stadium is in play, this attack does 10 more damage." @@ -2332,17 +1807,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its nest is a sloped, bowl-like pit in the desert. Once something has fallen in, there is no escape.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2358,22 +1829,14 @@ "id": "swsh45-41", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Darkness"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Ascension", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -2385,17 +1848,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "Its body is full of poisonous gas. It floats into garbage dumps, seeking out the fumes of raw, rotting trash.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2411,13 +1870,9 @@ "id": "swsh45-42", "name": "Galarian Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Koffing", "abilities": [ { @@ -2429,9 +1884,7 @@ "attacks": [ { "name": "Severe Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon during Pokémon Checkup." @@ -2443,19 +1896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "This Pokémon consumes particles that contaminate the air. Instead of leaving droppings, it expels clean air.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2471,32 +1918,21 @@ "id": "swsh45-43", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Darkness"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sting", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2508,17 +1944,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "sowsow", "rarity": "Common", "flavorText": "Although the poison from its fangs isn't that strong, it's potent enough to weaken prey that gets caught in its web.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2534,14 +1966,9 @@ "id": "swsh45-44", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2555,10 +1982,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -2570,16 +1994,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2595,13 +2015,9 @@ "id": "swsh45-45", "name": "Crobat VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Crobat V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2609,21 +2025,14 @@ "attacks": [ { "name": "Stealth Poison", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Max Cutter", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" @@ -2635,16 +2044,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2660,23 +2065,13 @@ "id": "swsh45-46", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Amazing Destruction", - "cost": [ - "Fire", - "Psychic", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "", "text": "Your opponent's Active Pokémon is Knocked Out." @@ -2694,18 +2089,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Hasuno", "rarity": "Amazing Rare", "flavorText": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2721,22 +2111,14 @@ "id": "swsh45-47", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Instigate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards." @@ -2748,17 +2130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "kirisAki", "rarity": "Common", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2774,31 +2152,21 @@ "id": "swsh45-48", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "attacks": [ { "name": "Call for Goons", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Corner", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -2810,17 +2178,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Hideki Ishikawa", "rarity": "Rare Holo", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2836,24 +2200,14 @@ "id": "swsh45-49", "name": "Cufant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Copperajah" - ], + "types": ["Metal"], + "evolvesTo": ["Copperajah"], "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2871,19 +2225,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "0313", "rarity": "Common", "flavorText": "It digs up the ground with its trunk. It's also very strong, being able to carry loads of over five tons without any problem at all.", - "nationalPokedexNumbers": [ - 878 - ], + "nationalPokedexNumbers": [878], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2899,14 +2247,9 @@ "id": "swsh45-50", "name": "Ditto V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2920,9 +2263,7 @@ "attacks": [ { "name": "Stick On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to this Pokémon." @@ -2934,17 +2275,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2960,13 +2296,9 @@ "id": "swsh45-51", "name": "Ditto VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Ditto V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2974,11 +2306,7 @@ "attacks": [ { "name": "Max Transform", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." @@ -2990,18 +2318,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3017,13 +2339,9 @@ "id": "swsh45-52", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3037,19 +2355,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Wild Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3061,17 +2374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "so-taro", "rarity": "Common", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3087,35 +2396,23 @@ "id": "swsh45-53", "name": "Greedent V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Stumbling Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Flip a coin. If tails, this attack does nothing." @@ -3127,17 +2424,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "PLANETA Igarashi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3153,34 +2445,23 @@ "id": "swsh45-54", "name": "Cramorant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Beak Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Spit Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3198,16 +2479,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3223,13 +2500,9 @@ "id": "swsh45-55", "name": "Cramorant VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Cramorant V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3237,11 +2510,7 @@ "attacks": [ { "name": "Max Jet", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 80 damage for each heads." @@ -3259,17 +2528,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3285,29 +2549,20 @@ "id": "swsh45-56", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Helping Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Then, shuffle your deck." }, { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." @@ -3319,17 +2574,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "It uses the horns on its head to sense the emotions of others. Males will act as valets for those they serve, looking after their every need.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3345,9 +2596,7 @@ "id": "swsh45-57", "name": "Ball Guy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 different Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3370,9 +2619,7 @@ "id": "swsh45-58", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -3395,9 +2642,7 @@ "id": "swsh45-59", "name": "Gym Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -3420,9 +2665,7 @@ "id": "swsh45-60", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -3445,9 +2688,7 @@ "id": "swsh45-61", "name": "Rusted Shield", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Zamazenta V this card is attached to gets +70 HP.", @@ -3471,9 +2712,7 @@ "id": "swsh45-62", "name": "Rusted Sword", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Zacian V this card is attached to do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -3497,9 +2736,7 @@ "id": "swsh45-63", "name": "Team Yell Towel", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 50 damage from both Active Pokémon.", "You may play any number of Item cards during your turn." @@ -3522,34 +2759,23 @@ "id": "swsh45-64", "name": "Alcremie V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sugary Sprinkles", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Benched Pokémon." }, { "name": "Sweet Splash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." @@ -3561,17 +2787,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3587,9 +2808,7 @@ "id": "swsh45-65", "name": "Ball Guy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 different Item cards that have the word \"Ball\" in their name, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3612,9 +2831,7 @@ "id": "swsh45-66", "name": "Bird Keeper", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -3637,9 +2854,7 @@ "id": "swsh45-67", "name": "Cara Liss", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Rare Fossil cards and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3662,9 +2877,7 @@ "id": "swsh45-68", "name": "Gym Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -3687,9 +2900,7 @@ "id": "swsh45-69", "name": "Piers", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3712,9 +2923,7 @@ "id": "swsh45-70", "name": "Poké Kid", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -3737,9 +2946,7 @@ "id": "swsh45-71", "name": "Rose", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach up to 2 basic Energy cards from your discard pile to 1 of your Pokémon VMAX. If you attached any Energy cards in this way, discard your hand.", "You may play only 1 Supporter card during your turn." @@ -3762,9 +2969,7 @@ "id": "swsh45-72", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn." @@ -3787,13 +2992,9 @@ "id": "swsh45-73", "name": "Alcremie VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alcremie V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3801,19 +3002,14 @@ "attacks": [ { "name": "Adornment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck." }, { "name": "G-Max Whisk", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60×", "text": "Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way." @@ -3825,18 +3021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3848,4 +3038,4 @@ "large": "https://images.pokemontcg.io/swsh45/73_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh45sv.json b/cards/en/swsh45sv.json index 3438e03e5..edb652ba1 100644 --- a/cards/en/swsh45sv.json +++ b/cards/en/swsh45sv.json @@ -3,16 +3,10 @@ "id": "swsh45sv-SV001", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "abilities": [ { "name": "Sky Circus", @@ -23,11 +17,7 @@ "attacks": [ { "name": "Wind Shard", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -39,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV001", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "At a distance, it launches its sharp feathers while flying about. If the enemy gets too close, Rowlet switches tactics and delivers vicious kicks.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -65,23 +51,15 @@ "id": "swsh45sv-SV002", "name": "Dartrix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rowlet", - "evolvesTo": [ - "Decidueye" - ], + "evolvesTo": ["Decidueye"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -93,17 +71,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV002", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "It throws one knifelike feather after another at its enemies, and each one precisely strikes a weak point. These feathers are known as blade quills.", - "nationalPokedexNumbers": [ - 723 - ], + "nationalPokedexNumbers": [723], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -119,13 +93,9 @@ "id": "swsh45sv-SV003", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "abilities": [ { @@ -137,10 +107,7 @@ "attacks": [ { "name": "Splitting Arrow", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -152,18 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV003", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "As if wielding a bow, it launches the arrow quills hidden among the feathers of its wings. Decidueye's shots never miss.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -179,22 +141,14 @@ "id": "swsh45sv-SV004", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -206,17 +160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV004", "artist": "Sanosuke Sakuma", "rarity": "Rare Shiny", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -232,17 +182,11 @@ "id": "swsh45sv-SV005", "name": "Thwackey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grookey", - "evolvesTo": [ - "Rillaboom" - ], + "evolvesTo": ["Rillaboom"], "abilities": [ { "name": "Lay of the Land", @@ -253,9 +197,7 @@ "attacks": [ { "name": "Branch Poké", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -267,18 +209,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV005", "artist": "tetsuya koizumi", "rarity": "Rare Shiny", "flavorText": "The faster a Thwackey can beat out a rhythm with its two sticks, the more respect it wins from its peers.", - "nationalPokedexNumbers": [ - 811 - ], + "nationalPokedexNumbers": [811], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -294,13 +231,9 @@ "id": "swsh45sv-SV006", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "abilities": [ { @@ -312,12 +245,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -329,19 +257,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV006", "artist": "Ryuta Fuse", "rarity": "Rare Shiny", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -357,22 +279,14 @@ "id": "swsh45sv-SV007", "name": "Blipbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dottler" - ], + "types": ["Grass"], + "evolvesTo": ["Dottler"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -384,17 +298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV007", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "Often found in gardens, this Pokémon has hairs on its body that it uses to assess its surroundings.", - "nationalPokedexNumbers": [ - 824 - ], + "nationalPokedexNumbers": [824], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -410,33 +320,22 @@ "id": "swsh45sv-SV008", "name": "Dottler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Blipbug", - "evolvesTo": [ - "Orbeetle" - ], + "evolvesTo": ["Orbeetle"], "attacks": [ { "name": "Reflect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Ram", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -448,18 +347,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV008", "artist": "tetsuya koizumi", "rarity": "Rare Shiny", "flavorText": "As it grows inside its shell, it uses its psychic abilities to monitor the outside world and prepare for evolution.", - "nationalPokedexNumbers": [ - 825 - ], + "nationalPokedexNumbers": [825], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -475,13 +369,9 @@ "id": "swsh45sv-SV009", "name": "Orbeetle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dottler", "abilities": [ { @@ -493,10 +383,7 @@ "attacks": [ { "name": "Brainwave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -508,17 +395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV009", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "It emits psychic energy to observe and study what's around it—and what's around it can include things over six miles away.", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -534,31 +417,21 @@ "id": "swsh45sv-SV010", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -570,17 +443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV010", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -596,29 +465,21 @@ "id": "swsh45sv-SV011", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "attacks": [ { "name": "Blessing of Fluff", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -630,17 +491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV011", "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -656,22 +513,14 @@ "id": "swsh45sv-SV012", "name": "Applin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Flapple" - ], + "types": ["Grass"], + "evolvesTo": ["Flapple"], "attacks": [ { "name": "Withdraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks." @@ -683,17 +532,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV012", "artist": "otumami", "rarity": "Rare Shiny", "flavorText": "It spends its entire life inside an apple. It hides from its natural enemies, bird Pokémon, by pretending it's just an apple and nothing more.", - "nationalPokedexNumbers": [ - 840 - ], + "nationalPokedexNumbers": [840], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -709,13 +554,9 @@ "id": "swsh45sv-SV013", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -727,10 +568,7 @@ "attacks": [ { "name": "Acid Spray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -742,17 +580,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV013", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -768,13 +602,9 @@ "id": "swsh45sv-SV014", "name": "Appletun", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -786,10 +616,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -801,19 +628,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV014", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "Eating a sweet apple caused its evolution. A nectarous scent wafts from its body, luring in the bug Pokémon it preys on.", - "nationalPokedexNumbers": [ - 842 - ], + "nationalPokedexNumbers": [842], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -829,22 +650,14 @@ "id": "swsh45sv-SV015", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -856,17 +669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV015", "artist": "MAHOU", "rarity": "Rare Shiny", "flavorText": "It has special pads on the backs of its feet, and one on its nose. Once it's raring to fight, these pads radiate tremendous heat.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -882,34 +691,22 @@ "id": "swsh45sv-SV016", "name": "Raboot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Scorbunny", - "evolvesTo": [ - "Cinderace" - ], + "evolvesTo": ["Cinderace"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Magnum Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -921,17 +718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV016", "artist": "Lee HyunJung", "rarity": "Rare Shiny", "flavorText": "It kicks berries right off the branches of trees and then juggles them with its feet, practicing its footwork.", - "nationalPokedexNumbers": [ - 814 - ], + "nationalPokedexNumbers": [814], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -947,13 +740,9 @@ "id": "swsh45sv-SV017", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "abilities": [ { @@ -965,11 +754,7 @@ "attacks": [ { "name": "Flare Striker", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "Discard 2 Energy from this Pokémon." @@ -981,17 +766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV017", "artist": "Hitoshi Ariga", "rarity": "Rare Shiny", "flavorText": "It's skilled at both offense and defense, and it gets pumped up when cheered on. But if it starts showboating, it could put itself in a tough spot.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1007,33 +788,21 @@ "id": "swsh45sv-SV018", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1045,17 +814,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV018", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "It stores flammable gas in its body and uses it to generate heat. The yellow sections on its belly get particularly hot.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1071,32 +836,21 @@ "id": "swsh45sv-SV019", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Hundred Foot Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "For each Fire Energy attached to this Pokémon, discard the top card of your opponent's deck." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." @@ -1108,19 +862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV019", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1136,32 +884,21 @@ "id": "swsh45sv-SV020", "name": "Galarian Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Mr. Rime" - ], + "types": ["Water"], + "evolvesTo": ["Mr. Rime"], "attacks": [ { "name": "Reflect", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1173,17 +910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV020", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "Its talent is tap-dancing. It can also manipulate temperatures to create a floor of ice, which this Pokémon can kick up to use as a barrier.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1199,13 +932,9 @@ "id": "swsh45sv-SV021", "name": "Galarian Mr. Rime", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Mr. Mime", "abilities": [ { @@ -1217,11 +946,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -1233,18 +958,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV021", "artist": "Hideki Ishikawa", "rarity": "Rare Shiny", "flavorText": "It's highly skilled at tap-dancing. It waves its cane of ice in time with its graceful movements.", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1260,30 +980,20 @@ "id": "swsh45sv-SV022", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aurora Loop", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Put 2 Water Energy attached to this Pokémon into your hand." @@ -1295,17 +1005,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV022", "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1321,23 +1027,14 @@ "id": "swsh45sv-SV023", "name": "Galarian Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Water"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Ice Punch", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1349,18 +1046,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV023", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "It lived in snowy areas for so long that its fire sac cooled off and atrophied. It now has an organ that generates cold instead.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1376,34 +1068,21 @@ "id": "swsh45sv-SV024", "name": "Galarian Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darumaka", "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crushing Headbutt", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "During your next turn, this Pokémon can't use Crushing Headbutt." @@ -1415,19 +1094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV024", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "On days when blizzards blow through, it comes down to where people live. It stashes food in the snowball on its head, taking it home for later.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1443,22 +1116,14 @@ "id": "swsh45sv-SV025", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1470,17 +1135,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV025", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1496,17 +1157,11 @@ "id": "swsh45sv-SV026", "name": "Drizzile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sobble", - "evolvesTo": [ - "Inteleon" - ], + "evolvesTo": ["Inteleon"], "abilities": [ { "name": "Shady Dealings", @@ -1517,10 +1172,7 @@ "attacks": [ { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1532,17 +1184,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV026", "artist": "Ryuta Fuse", "rarity": "Rare Shiny", "flavorText": "A clever combatant, this Pokémon battles using water balloons created with moisture secreted from its palms.", - "nationalPokedexNumbers": [ - 817 - ], + "nationalPokedexNumbers": [817], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1558,13 +1206,9 @@ "id": "swsh45sv-SV027", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -1576,10 +1220,7 @@ "attacks": [ { "name": "Aqua Bullet", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1591,17 +1232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV027", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "It has many hidden capabilities, such as fingertips that can shoot water and a membrane on its back that it can use to glide through the air.", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1617,34 +1254,21 @@ "id": "swsh45sv-SV028", "name": "Chewtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drednaw" - ], + "types": ["Water"], + "evolvesTo": ["Drednaw"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1656,18 +1280,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV028", "artist": "otumami", "rarity": "Rare Shiny", "flavorText": "It starts off battles by attacking with its rock-hard horn, but as soon as the opponent flinches, this Pokémon bites down and never lets go.", - "nationalPokedexNumbers": [ - 833 - ], + "nationalPokedexNumbers": [833], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1683,34 +1302,21 @@ "id": "swsh45sv-SV029", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "attacks": [ { "name": "Vise Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Jaw Lock", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -1722,19 +1328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV029", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "This Pokémon rapidly extends its retractable neck to sink its sharp fangs into distant enemies and take them down.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1750,30 +1350,20 @@ "id": "swsh45sv-SV030", "name": "Cramorant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon." }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -1791,17 +1381,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV030", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "It's so strong that it can knock out some opponents in a single hit, but it also may forget what it's battling midfight.", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1817,22 +1403,14 @@ "id": "swsh45sv-SV031", "name": "Arrokuda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barraskewda" - ], + "types": ["Water"], + "evolvesTo": ["Barraskewda"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1844,17 +1422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV031", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "If it sees any movement around it, this Pokémon charges for it straightaway, leading with its sharply pointed jaw. It's very proud of that jaw.", - "nationalPokedexNumbers": [ - 846 - ], + "nationalPokedexNumbers": [846], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1870,29 +1444,21 @@ "id": "swsh45sv-SV032", "name": "Barraskewda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Arrokuda", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Spiral Jet", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "Discard 2 Water Energy cards from your hand. If you don't, this attack does nothing." @@ -1904,17 +1470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV032", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "This Pokémon has a jaw that's as sharp as a spear and as strong as steel. Apparently Barraskewda's flesh is surprisingly tasty, too.", - "nationalPokedexNumbers": [ - 847 - ], + "nationalPokedexNumbers": [847], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1930,22 +1492,14 @@ "id": "swsh45sv-SV033", "name": "Snom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frosmoth" - ], + "types": ["Water"], + "evolvesTo": ["Frosmoth"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." @@ -1957,18 +1511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV033", "artist": "Yumi", "rarity": "Rare Shiny", "flavorText": "It spits out thread imbued with a frigid sort of energy and uses it to tie its body to branches, disguising itself as an icicle while it sleeps.", - "nationalPokedexNumbers": [ - 872 - ], + "nationalPokedexNumbers": [872], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1984,13 +1533,9 @@ "id": "swsh45sv-SV034", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -2002,10 +1547,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2017,18 +1559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV034", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2044,13 +1581,9 @@ "id": "swsh45sv-SV035", "name": "Eiscue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Ice Face", @@ -2061,11 +1594,7 @@ "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2077,18 +1606,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV035", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "It drifted in on the flow of ocean waters from a frigid place. It keeps its head iced constantly to make sure it stays nice and cold.", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2104,13 +1628,9 @@ "id": "swsh45sv-SV036", "name": "Dracovish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Rare Fossil", "abilities": [ { @@ -2122,11 +1642,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -2138,19 +1654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV036", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "Powerful legs and jaws made it the apex predator of its time. Its own overhunting of its prey was what drove it to extinction.", - "nationalPokedexNumbers": [ - 882 - ], + "nationalPokedexNumbers": [882], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2166,34 +1676,21 @@ "id": "swsh45sv-SV037", "name": "Arctovish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Rare Fossil", "attacks": [ { "name": "Hard Face", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 60 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Cold Breath", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2205,18 +1702,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV037", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "Though it's able to capture prey by freezing its surroundings, it has trouble eating the prey afterward because its mouth is on top of its head.", - "nationalPokedexNumbers": [ - 883 - ], + "nationalPokedexNumbers": [883], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2232,13 +1724,9 @@ "id": "swsh45sv-SV038", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Roto Choice", @@ -2249,10 +1737,7 @@ "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2264,17 +1749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV038", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "One boy's invention led to the development of many different machines that take advantage of Rotom's unique capabilities.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2290,31 +1771,21 @@ "id": "swsh45sv-SV039", "name": "Yamper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Boltund" - ], + "types": ["Lightning"], + "evolvesTo": ["Boltund"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2326,17 +1797,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV039", "artist": "sowsow", "rarity": "Rare Shiny", "flavorText": "This Pokémon is very popular as a herding dog in the Galar region. As it runs, it generates electricity from the base of its tail.", - "nationalPokedexNumbers": [ - 835 - ], + "nationalPokedexNumbers": [835], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2352,32 +1819,21 @@ "id": "swsh45sv-SV040", "name": "Boltund", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Yamper", "attacks": [ { "name": "Big Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Fighting Fangs", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is a Pokémon V or Pokémon-GX, this attack does 90 more damage." @@ -2389,17 +1845,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV040", "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "This Pokémon generates electricity and channels it into its legs to keep them going strong. Boltund can run nonstop for three full days.", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2415,32 +1867,21 @@ "id": "swsh45sv-SV041", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2452,18 +1893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV041", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "It stores poison in an internal poison sac and secretes that poison through its skin. If you touch this Pokémon, a tingling sensation follows.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2479,32 +1915,21 @@ "id": "swsh45sv-SV042", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "attacks": [ { "name": "Risk Taker", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, discard the top 5 cards of your opponent's deck. If tails, discard the top 5 cards of your deck." }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -2516,18 +1941,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV042", "artist": "Hideki Ishikawa", "rarity": "Rare Shiny", "flavorText": "When this Pokémon sounds as if it's strumming a guitar, it's actually clawing at the protrusions on its chest to generate electricity.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2543,20 +1963,13 @@ "id": "swsh45sv-SV043", "name": "Pincurchin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Shocking Needles", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Paralyzed." @@ -2568,18 +1981,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV043", "artist": "Motofumi Fujiwara", "rarity": "Rare Shiny", "flavorText": "It feeds on seaweed, using its teeth to scrape it off rocks. Electric current flows from the tips of its spines.", - "nationalPokedexNumbers": [ - 871 - ], + "nationalPokedexNumbers": [871], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2595,29 +2003,20 @@ "id": "swsh45sv-SV044", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Torment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." }, { "name": "Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2629,17 +2028,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV044", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2655,32 +2050,21 @@ "id": "swsh45sv-SV045", "name": "Dracozolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rare Fossil", "attacks": [ { "name": "Amping Up", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, this Pokémon's Amping Up attack does 90 more damage (before applying Weakness and Resistance)." }, { "name": "Giga Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -2692,20 +2076,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV045", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "In ancient times, it was unbeatable thanks to its powerful lower body, but it went extinct anyway after it depleted all its plant-based food sources.", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2721,13 +2098,9 @@ "id": "swsh45sv-SV046", "name": "Arctozolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rare Fossil", "abilities": [ { @@ -2739,10 +2112,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2754,18 +2124,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV046", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "The shaking of its freezing upper half is what generates its electricity. It has a hard time walking around.", - "nationalPokedexNumbers": [ - 881 - ], + "nationalPokedexNumbers": [881], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2781,22 +2146,14 @@ "id": "swsh45sv-SV047", "name": "Galarian Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Psychic"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2814,17 +2171,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV047", "artist": "Sanosuke Sakuma", "rarity": "Rare Shiny", "flavorText": "This Pokémon will look into your eyes and read the contents of your heart. If it finds evil there, it promptly hides away.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2840,13 +2193,9 @@ "id": "swsh45sv-SV048", "name": "Galarian Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Galarian Ponyta", "abilities": [ { @@ -2858,10 +2207,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -2879,17 +2225,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV048", "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "Brave and prideful, this Pokémon dashes airily through the forest, its steps aided by the psychic power stored in the fur on its fetlocks.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2905,22 +2247,14 @@ "id": "swsh45sv-SV049", "name": "Galarian Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Psychic"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." @@ -2938,18 +2272,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV049", "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "Watch your step when wandering areas oceans once covered. What looks like a stone could be this Pokémon, and it will curse you if you kick it.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2965,13 +2294,9 @@ "id": "swsh45sv-SV050", "name": "Galarian Cursola", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Galarian Corsola", "abilities": [ { @@ -2983,10 +2308,7 @@ "attacks": [ { "name": "Corner", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -3004,18 +2326,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV050", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "Its shell is overflowing with its heightened otherworldly energy. The ectoplasm serves as protection for this Pokémon's core spirit.", - "nationalPokedexNumbers": [ - 864 - ], + "nationalPokedexNumbers": [864], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3031,21 +2348,13 @@ "id": "swsh45sv-SV051", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -3057,17 +2366,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV051", "artist": "Mizue", "rarity": "Rare Shiny", "flavorText": "Its upper whiskers are sensors that survey its surroundings. Its lower whiskers are organs that shoot electricity.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3083,22 +2388,14 @@ "id": "swsh45sv-SV052", "name": "Sinistea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Polteageist" - ], + "types": ["Psychic"], + "evolvesTo": ["Polteageist"], "attacks": [ { "name": "Furtive Drop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon." @@ -3116,17 +2413,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV052", "artist": "MAHOU", "rarity": "Rare Shiny", "flavorText": "This Pokémon is said to have been born when a lonely spirit possessed a cold, leftover cup of tea.", - "nationalPokedexNumbers": [ - 854 - ], + "nationalPokedexNumbers": [854], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3142,13 +2435,9 @@ "id": "swsh45sv-SV053", "name": "Polteageist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sinistea", "abilities": [ { @@ -3160,10 +2449,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -3181,17 +2467,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV053", "artist": "Sanosuke Sakuma", "rarity": "Rare Shiny", "flavorText": "This species lives in antique teapots. Most pots are forgeries, but on rare occasions, an authentic work is found.", - "nationalPokedexNumbers": [ - 855 - ], + "nationalPokedexNumbers": [855], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3207,32 +2489,21 @@ "id": "swsh45sv-SV054", "name": "Hatenna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hattrem" - ], + "types": ["Psychic"], + "evolvesTo": ["Hattrem"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3250,17 +2521,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV054", "artist": "otumami", "rarity": "Rare Shiny", "flavorText": "Via the protrusion on its head, it senses other creatures' emotions. If you don't have a calm disposition, it will never warm up to you.", - "nationalPokedexNumbers": [ - 856 - ], + "nationalPokedexNumbers": [856], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3276,33 +2543,22 @@ "id": "swsh45sv-SV055", "name": "Hattrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatenna", - "evolvesTo": [ - "Hatterene" - ], + "evolvesTo": ["Hatterene"], "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Brutal Swing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3320,17 +2576,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV055", "artist": "Lee HyunJung", "rarity": "Rare Shiny", "flavorText": "No matter who you are, if you bring strong emotions near this Pokémon, it will silence you violently.", - "nationalPokedexNumbers": [ - 857 - ], + "nationalPokedexNumbers": [857], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3346,13 +2598,9 @@ "id": "swsh45sv-SV056", "name": "Hatterene", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hattrem", "abilities": [ { @@ -3364,9 +2612,7 @@ "attacks": [ { "name": "Dripping Grudge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon for each Pokémon in your discard pile." @@ -3384,18 +2630,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV056", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "It emits psychic power strong enough to cause headaches as a deterrent to the approach of others.", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3411,32 +2652,21 @@ "id": "swsh45sv-SV057", "name": "Milcery", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Alcremie" - ], + "types": ["Psychic"], + "evolvesTo": ["Alcremie"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." }, { "name": "Tackle", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3448,17 +2678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV057", "artist": "Motofumi Fujiwara", "rarity": "Rare Shiny", "flavorText": "This Pokémon was born from sweet-smelling particles in the air. Its body is made of cream.", - "nationalPokedexNumbers": [ - 868 - ], + "nationalPokedexNumbers": [868], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3474,30 +2700,21 @@ "id": "swsh45sv-SV058", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "attacks": [ { "name": "Decorate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Draining Kiss", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." @@ -3509,17 +2726,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV058", "artist": "MAHOU", "rarity": "Rare Shiny", "flavorText": "When it trusts a Trainer, it will treat them to berries it's decorated with cream.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3535,29 +2748,20 @@ "id": "swsh45sv-SV059", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Replenish Time", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -3575,17 +2779,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV059", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "These intelligent Pokémon touch horns with each other to share information between them.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3601,22 +2801,14 @@ "id": "swsh45sv-SV060", "name": "Dreepy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drakloak" - ], + "types": ["Psychic"], + "evolvesTo": ["Drakloak"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -3634,17 +2826,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV060", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "After being reborn as a ghost Pokémon, Dreepy wanders the areas it used to inhabit back when it was alive in prehistoric seas.", - "nationalPokedexNumbers": [ - 885 - ], + "nationalPokedexNumbers": [885], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3660,33 +2848,22 @@ "id": "swsh45sv-SV061", "name": "Drakloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dreepy", - "evolvesTo": [ - "Dragapult" - ], + "evolvesTo": ["Dragapult"], "attacks": [ { "name": "Summon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Dreepy and put it onto your Bench. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3704,17 +2881,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV061", "artist": "tetsuya koizumi", "rarity": "Rare Shiny", "flavorText": "It's capable of flying faster than 120 mph. It battles alongside Dreepy and dotes on them until they successfully evolve.", - "nationalPokedexNumbers": [ - 886 - ], + "nationalPokedexNumbers": [886], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3730,13 +2903,9 @@ "id": "swsh45sv-SV062", "name": "Dragapult", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drakloak", "abilities": [ { @@ -3748,10 +2917,7 @@ "attacks": [ { "name": "Phantom Force", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "120", "text": "Put 3 damage counters on your opponent's Benched Pokémon in any way you like." @@ -3773,9 +2939,7 @@ "artist": "Naoki Saito", "rarity": "Rare Shiny", "flavorText": "When it isn't battling, it keeps Dreepy in the holes on its horns. Once a fight starts, it launches the Dreepy like supersonic missiles.", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3791,32 +2955,21 @@ "id": "swsh45sv-SV063", "name": "Galarian Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Fighting"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Pierce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3828,17 +2981,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV063", "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "The Farfetch'd of the Galar region are brave warriors, and they wield thick, tough leeks in battle.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3854,31 +3003,21 @@ "id": "swsh45sv-SV064", "name": "Galarian Sirfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Farfetch'd", "attacks": [ { "name": "Pierce", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Meteor Assault", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon can't use Meteor Assault again until it leaves the Active Spot." @@ -3890,18 +3029,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV064", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "Only Farfetch'd that have survived many battles can attain this evolution. When this Pokémon's leek withers, it will retire from combat.", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3917,23 +3051,14 @@ "id": "swsh45sv-SV065", "name": "Galarian Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Runerigus" - ], + "types": ["Fighting"], + "evolvesTo": ["Runerigus"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This Pokémon also does 30 damage to itself." @@ -3945,18 +3070,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV065", "artist": "sowsow", "rarity": "Rare Shiny", "flavorText": "A clay slab with cursed engravings took possession of a Yamask. The slab is said to be absorbing the Yamask's dark power.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3972,32 +3092,21 @@ "id": "swsh45sv-SV066", "name": "Galarian Runerigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Yamask", "attacks": [ { "name": "Spreading Spite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each damage counter on this Galarian Runerigus, put 2 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Mad Hammer", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -4009,18 +3118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV066", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "A powerful curse was woven into an ancient painting. After absorbing the spirit of a Yamask, the painting began to move.", - "nationalPokedexNumbers": [ - 867 - ], + "nationalPokedexNumbers": [867], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4036,22 +3140,14 @@ "id": "swsh45sv-SV067", "name": "Rolycoly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Carkol" - ], + "types": ["Fighting"], + "evolvesTo": ["Carkol"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4063,18 +3159,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV067", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "Most of its body has the same composition as coal. Fittingly, this Pokémon was first discovered in coal mines about 400 years ago.", - "nationalPokedexNumbers": [ - 837 - ], + "nationalPokedexNumbers": [837], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4090,35 +3181,22 @@ "id": "swsh45sv-SV068", "name": "Carkol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rolycoly", - "evolvesTo": [ - "Coalossal" - ], + "evolvesTo": ["Coalossal"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Heat Crash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4130,19 +3208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV068", "artist": "tetsuya koizumi", "rarity": "Rare Shiny", "flavorText": "It forms coal inside its body. Coal dropped by this Pokémon once helped fuel the lives of people in the Galar region.", - "nationalPokedexNumbers": [ - 838 - ], + "nationalPokedexNumbers": [838], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4158,13 +3230,9 @@ "id": "swsh45sv-SV069", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "abilities": [ { @@ -4176,12 +3244,7 @@ "attacks": [ { "name": "Flaming Avalanche", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -4193,20 +3256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV069", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4222,22 +3278,14 @@ "id": "swsh45sv-SV070", "name": "Silicobra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandaconda" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandaconda"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen." @@ -4249,18 +3297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV070", "artist": "Akira Komayama", "rarity": "Rare Shiny", "flavorText": "It spews sand from its nostrils. While the enemy is blinded, it burrows into the ground to hide.", - "nationalPokedexNumbers": [ - 843 - ], + "nationalPokedexNumbers": [843], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4276,31 +3319,21 @@ "id": "swsh45sv-SV071", "name": "Sandaconda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Silicobra", "attacks": [ { "name": "Coil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "During your next turn, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Skull Bash", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -4312,18 +3345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV071", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "Its unique style of coiling allows it to blast sand out of its sand sac more efficiently.", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4339,22 +3367,14 @@ "id": "swsh45sv-SV072", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Bind", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4366,18 +3386,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV072", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "It's very curious, but its means of investigating things is to try to punch them with its tentacles. The search for food is what brings it onto land.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4393,32 +3408,21 @@ "id": "swsh45sv-SV073", "name": "Grapploct", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Clobbopus", "attacks": [ { "name": "Octolock", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Until this Grapploct leaves the Active Spot, the Defending Pokémon's attacks cost ColorlessColorless more, and the Defending Pokémon can't retreat. This effect can't be applied more than once." }, { "name": "Tough Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -4430,18 +3434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV073", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "A body made up of nothing but muscle makes the grappling moves this Pokémon performs with its tentacles tremendously powerful.", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4457,29 +3456,20 @@ "id": "swsh45sv-SV074", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Team Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Benched Pokémon that has \"Falinks\" in its name." @@ -4491,17 +3481,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV074", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "Five of them are troopers, and one is the brass. The brass's orders are absolute.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4517,33 +3503,20 @@ "id": "swsh45sv-SV075", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Mega Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Power Press", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If this Pokémon has at least 1 extra Energy attached (in addition to this attack's cost), this attack does 60 more damage." @@ -4555,20 +3528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV075", "artist": "Hitoshi Ariga", "rarity": "Rare Shiny", "flavorText": "It stands in grasslands, watching the sun's descent from zenith to horizon. This Pokémon has a talent for delivering dynamic kicks.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4584,22 +3550,14 @@ "id": "swsh45sv-SV076", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Darkness"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Ascension", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." @@ -4611,17 +3569,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV076", "artist": "Yumi", "rarity": "Rare Shiny", "flavorText": "Its body is full of poisonous gas. It floats into garbage dumps, seeking out the fumes of raw, rotting trash.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4637,13 +3591,9 @@ "id": "swsh45sv-SV077", "name": "Galarian Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Koffing", "abilities": [ { @@ -4655,9 +3605,7 @@ "attacks": [ { "name": "Severe Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon during Pokémon Checkup." @@ -4669,19 +3617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV077", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "This Pokémon consumes particles that contaminate the air. Instead of leaving droppings, it expels clean air.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4697,16 +3639,10 @@ "id": "swsh45sv-SV078", "name": "Galarian Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Darkness"], + "evolvesTo": ["Linoone"], "abilities": [ { "name": "Headbutt Tantrum", @@ -4717,10 +3653,7 @@ "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4732,17 +3665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV078", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "Thought to be the oldest form of Zigzagoon, it moves in zigzags and wreaks havoc upon its surroundings.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4758,34 +3687,22 @@ "id": "swsh45sv-SV079", "name": "Galarian Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Zigzagoon", - "evolvesTo": [ - "Obstagoon" - ], + "evolvesTo": ["Obstagoon"], "attacks": [ { "name": "Night Slash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4797,18 +3714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV079", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "This very aggressive Pokémon will recklessly challenge opponents stronger than itself.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4824,13 +3736,9 @@ "id": "swsh45sv-SV080", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -4842,10 +3750,7 @@ "attacks": [ { "name": "Obstruct", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -4857,18 +3762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV080", "artist": "Ryuta Fuse", "rarity": "Rare Shiny", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4884,22 +3784,14 @@ "id": "swsh45sv-SV081", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Instigate", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent shuffles their hand and puts it on the bottom of their deck. If they put any cards on the bottom of their deck in this way, they draw 3 cards." @@ -4911,17 +3803,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV081", "artist": "Saya Tsuruta", "rarity": "Rare Shiny", "flavorText": "Aided by the soft pads on its feet, it silently raids the food stores of other Pokémon. It survives off its ill-gotten gains.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4937,31 +3825,21 @@ "id": "swsh45sv-SV082", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "attacks": [ { "name": "Thief", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4973,17 +3851,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV082", "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "It secretly marks potential targets with a scent. By following the scent, it stalks its targets and steals from them when they least expect it.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4999,32 +3873,21 @@ "id": "swsh45sv-SV083", "name": "Impidimp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Morgrem" - ], + "types": ["Darkness"], + "evolvesTo": ["Morgrem"], "attacks": [ { "name": "Beat", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stampede", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5036,17 +3899,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV083", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "Through its nose, it sucks in the emanations produced by people and Pokémon when they feel annoyed. It thrives off this negative energy.", - "nationalPokedexNumbers": [ - 859 - ], + "nationalPokedexNumbers": [859], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5062,34 +3921,22 @@ "id": "swsh45sv-SV084", "name": "Morgrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Impidimp", - "evolvesTo": [ - "Grimmsnarl" - ], + "evolvesTo": ["Grimmsnarl"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "False Surrender", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -5101,18 +3948,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV084", "artist": "SATOSHI NAKAI", "rarity": "Rare Shiny", "flavorText": "When it gets down on all fours as if to beg for forgiveness, it's trying to lure opponents in so that it can stab them with its spear-like hair.", - "nationalPokedexNumbers": [ - 860 - ], + "nationalPokedexNumbers": [860], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5128,13 +3970,9 @@ "id": "swsh45sv-SV085", "name": "Grimmsnarl", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Morgrem", "abilities": [ { @@ -5146,11 +3984,7 @@ "attacks": [ { "name": "Energy Press", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5162,19 +3996,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV085", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "With the hair wrapped around its body helping to enhance its muscles, this Pokémon can overwhelm even Machamp.", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5190,16 +4018,10 @@ "id": "swsh45sv-SV086", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Perrserker" - ], + "types": ["Metal"], + "evolvesTo": ["Perrserker"], "abilities": [ { "name": "Evolution Roar", @@ -5210,10 +4032,7 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5231,18 +4050,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV086", "artist": "Shigenori Negishi", "rarity": "Rare Shiny", "flavorText": "Living with a savage, seafaring people has toughened this Pokémon's body so much that parts of it have turned to iron.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5258,13 +4072,9 @@ "id": "swsh45sv-SV087", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "abilities": [ { @@ -5276,11 +4086,7 @@ "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5298,18 +4104,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV087", "artist": "Ryuta Fuse", "rarity": "Rare Shiny", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5325,13 +4126,9 @@ "id": "swsh45sv-SV088", "name": "Galarian Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Snap Trap", @@ -5342,10 +4139,7 @@ "attacks": [ { "name": "Damage Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -5363,18 +4157,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV088", "artist": "tetsuya koizumi", "rarity": "Rare Shiny", "flavorText": "Living in mud with a high iron content has given it a strong steel body.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5390,31 +4179,21 @@ "id": "swsh45sv-SV089", "name": "Corviknight", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corvisquire", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" }, { "name": "Iron Wings", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "You may discard 2 Energy from this Pokémon. If you do, during your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance)." @@ -5432,18 +4211,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV089", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "This Pokémon reigns supreme in the skies of the Galar region. The black luster of its steel body could drive terror into the heart of any foe.", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5459,24 +4233,14 @@ "id": "swsh45sv-SV090", "name": "Cufant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Copperajah" - ], + "types": ["Metal"], + "evolvesTo": ["Copperajah"], "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5494,19 +4258,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV090", "artist": "sowsow", "rarity": "Rare Shiny", "flavorText": "It digs up the ground with its trunk. It's also very strong, being able to carry loads of over five tons without any problem at all.", - "nationalPokedexNumbers": [ - 878 - ], + "nationalPokedexNumbers": [878], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5522,13 +4280,9 @@ "id": "swsh45sv-SV091", "name": "Copperajah", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cufant", "abilities": [ { @@ -5540,12 +4294,7 @@ "attacks": [ { "name": "Vengeful Stomp", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage." @@ -5563,20 +4312,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SV091", "artist": "Shin Nagasawa", "rarity": "Rare Shiny", "flavorText": "They came over from another region long ago and worked together with humans. Their green skin is resistant to water.", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5592,30 +4334,20 @@ "id": "swsh45sv-SV092", "name": "Duraludon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Sharpener", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Metal Energy card from your discard pile to 1 of your Pokémon." }, { "name": "Power Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -5633,18 +4365,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV092", "artist": "Souichirou Gunjima", "rarity": "Rare Shiny", "flavorText": "Its body resembles polished metal, and it's both lightweight and strong. The only drawback is that it rusts easily.", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5660,32 +4387,21 @@ "id": "swsh45sv-SV093", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Glance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck." }, { "name": "Tail Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -5697,17 +4413,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV093", "artist": "MAHOU", "rarity": "Rare Shiny", "flavorText": "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5723,13 +4435,9 @@ "id": "swsh45sv-SV094", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -5741,9 +4449,7 @@ "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -5755,17 +4461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV094", "artist": "kirisAki", "rarity": "Rare Shiny", "flavorText": "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won't tolerate even a speck of the stuff.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5781,22 +4483,14 @@ "id": "swsh45sv-SV095", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Colorless"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5814,17 +4508,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV095", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5840,13 +4530,9 @@ "id": "swsh45sv-SV096", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Ducklett", "abilities": [ { @@ -5858,11 +4544,7 @@ "attacks": [ { "name": "Feather Slice", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "You may discard a card from your hand. If you do, this attack does 70 more damage." @@ -5884,9 +4566,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare Shiny", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5902,23 +4582,14 @@ "id": "swsh45sv-SV097", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -5930,17 +4601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV097", "artist": "Misa Tsutsui", "rarity": "Rare Shiny", "flavorText": "It excels at digging holes. Using its ears, it can dig a nest 33 feet deep in one night.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5956,13 +4623,9 @@ "id": "swsh45sv-SV098", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Primate Wisdom", @@ -5973,11 +4636,7 @@ "attacks": [ { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5989,18 +4648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV098", "artist": "nagimiso", "rarity": "Rare Shiny", "flavorText": "It knows the forest inside and out. If it comes across a wounded Pokémon, Oranguru will gather medicinal herbs to treat it.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6016,32 +4670,21 @@ "id": "swsh45sv-SV099", "name": "Skwovet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Greedent" - ], + "types": ["Colorless"], + "evolvesTo": ["Greedent"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6053,17 +4696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV099", "artist": "Naoki Saito", "rarity": "Rare Shiny", "flavorText": "Found throughout the Galar region, this Pokémon becomes uneasy if its cheeks are ever completely empty of berries.", - "nationalPokedexNumbers": [ - 819 - ], + "nationalPokedexNumbers": [819], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6079,13 +4718,9 @@ "id": "swsh45sv-SV100", "name": "Greedent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skwovet", "abilities": [ { @@ -6097,11 +4732,7 @@ "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -6113,17 +4744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV100", "artist": "Hideki Ishikawa", "rarity": "Rare Shiny", "flavorText": "It stashes berries in its tail—so many berries that they fall out constantly. But this Pokémon is a bit slow-witted, so it doesn't notice the loss.", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6139,32 +4766,21 @@ "id": "swsh45sv-SV101", "name": "Rookidee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Corvisquire" - ], + "types": ["Colorless"], + "evolvesTo": ["Corvisquire"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Glide", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6182,17 +4798,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV101", "artist": "Lee HyunJung", "rarity": "Rare Shiny", "flavorText": "It will bravely challenge any opponent, no matter how powerful. This Pokémon benefits from every battle—even a defeat increases its strength a bit.", - "nationalPokedexNumbers": [ - 821 - ], + "nationalPokedexNumbers": [821], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6208,33 +4820,22 @@ "id": "swsh45sv-SV102", "name": "Corvisquire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rookidee", - "evolvesTo": [ - "Corviknight" - ], + "evolvesTo": ["Corviknight"], "attacks": [ { "name": "Pluck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -6252,17 +4853,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV102", "artist": "Masakazu Fukuda", "rarity": "Rare Shiny", "flavorText": "Smart enough to use tools in battle, these Pokémon have been seen picking up rocks and flinging them or using ropes to wrap up enemies.", - "nationalPokedexNumbers": [ - 822 - ], + "nationalPokedexNumbers": [822], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6278,23 +4875,14 @@ "id": "swsh45sv-SV103", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -6306,17 +4894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SV103", "artist": "Kyoko Umemoto", "rarity": "Rare Shiny", "flavorText": "If its fleece grows too long, Wooloo won't be able to move. Cloth made with the wool of this Pokémon is surprisingly strong.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6332,31 +4916,21 @@ "id": "swsh45sv-SV104", "name": "Dubwool", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Wooloo", "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -6368,18 +4942,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV104", "artist": "Kouki Saitou", "rarity": "Rare Shiny", "flavorText": "Its majestic horns are meant only to impress the opposite gender. They never see use in battle.", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6395,35 +4964,23 @@ "id": "swsh45sv-SV105", "name": "Rillaboom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Forest Feast", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "This Pokémon also does 30 damage to itself." @@ -6435,18 +4992,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV105", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6462,13 +5013,9 @@ "id": "swsh45sv-SV106", "name": "Rillaboom VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rillaboom V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6476,21 +5023,14 @@ "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "" }, { "name": "Max Beating", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "You may discard up to 3 Grass Energy from this Pokémon. If you do, this attack does 50 more damage for each card you discarded in this way." @@ -6502,18 +5042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV106", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6529,13 +5063,9 @@ "id": "swsh45sv-SV107", "name": "Charizard VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6543,24 +5073,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max Wildfire", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 2 Energy from this Pokémon." @@ -6572,18 +5092,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV107", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6599,35 +5113,23 @@ "id": "swsh45sv-SV108", "name": "Centiskorch V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Radiating Heat", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." }, { "name": "Burning Train", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -6639,18 +5141,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV108", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6666,13 +5162,9 @@ "id": "swsh45sv-SV109", "name": "Centiskorch VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Centiskorch V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6680,10 +5172,7 @@ "attacks": [ { "name": "G-Max Centiferno", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "This attack does 40 more damage for each Fire Energy attached to this Pokémon. If you did any damage with this attack, you may attach a Fire Energy card from your discard pile to this Pokémon." @@ -6695,18 +5184,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV109", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6722,35 +5205,23 @@ "id": "swsh45sv-SV110", "name": "Lapras V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Surf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon." }, { "name": "Ocean Loop", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Put 2 Water Energy attached to this Pokémon into your hand." @@ -6762,17 +5233,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV110", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6788,13 +5254,9 @@ "id": "swsh45sv-SV111", "name": "Lapras VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lapras V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6802,11 +5264,7 @@ "attacks": [ { "name": "G-Max Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -6818,18 +5276,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV111", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6845,34 +5297,23 @@ "id": "swsh45sv-SV112", "name": "Toxtricity V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Jab", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Electric Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 90 more damage." @@ -6884,17 +5325,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV112", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6910,13 +5346,9 @@ "id": "swsh45sv-SV113", "name": "Toxtricity VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxtricity V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6924,11 +5356,7 @@ "attacks": [ { "name": "G-Max Riot", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 80 more damage." @@ -6940,17 +5368,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV113", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6966,14 +5389,9 @@ "id": "swsh45sv-SV114", "name": "Indeedee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6987,11 +5405,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 60 more damage for each Energy attached to your opponent's Active Pokémon." @@ -7009,17 +5423,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV114", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7035,14 +5444,9 @@ "id": "swsh45sv-SV115", "name": "Falinks V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7056,11 +5460,7 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -7072,17 +5472,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV115", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7098,34 +5493,23 @@ "id": "swsh45sv-SV116", "name": "Grimmsnarl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Spiky Knuckle", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "200", "text": "Put 2 Darkness Energy attached to this Pokémon into your hand." @@ -7137,17 +5521,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV116", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7163,13 +5542,9 @@ "id": "swsh45sv-SV117", "name": "Grimmsnarl VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Grimmsnarl V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7177,11 +5552,7 @@ "attacks": [ { "name": "G-Max Drill", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "170+", "text": "This attack does 50 more damage for each extra Darkness Energy attached to this Pokémon (in addition to this attack's cost). You can't add more than 100 damage in this way." @@ -7193,18 +5564,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV117", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7220,14 +5585,9 @@ "id": "swsh45sv-SV118", "name": "Ditto V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7241,9 +5601,7 @@ "attacks": [ { "name": "Stick On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to this Pokémon." @@ -7255,17 +5613,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV118", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7281,13 +5634,9 @@ "id": "swsh45sv-SV119", "name": "Ditto VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Ditto V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7295,11 +5644,7 @@ "attacks": [ { "name": "Max Transform", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." @@ -7311,18 +5656,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV119", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7338,14 +5677,9 @@ "id": "swsh45sv-SV120", "name": "Dubwool V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7359,11 +5693,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -7375,17 +5705,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV120", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7401,35 +5726,23 @@ "id": "swsh45sv-SV121", "name": "Eternatus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Power Accelerator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Dynamax Cannon", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage." @@ -7441,17 +5754,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SV121", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7467,13 +5775,9 @@ "id": "swsh45sv-SV122", "name": "Eternatus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eternatus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7488,10 +5792,7 @@ "attacks": [ { "name": "Dread End", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Darkness Pokémon in play." @@ -7503,18 +5804,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SV122", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", diff --git a/cards/en/swsh5.json b/cards/en/swsh5.json index 2c75fec44..5eca0c08c 100644 --- a/cards/en/swsh5.json +++ b/cards/en/swsh5.json @@ -3,22 +3,14 @@ "id": "swsh5-1", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Venoshock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 40 more damage." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sekio", "rarity": "Common", "flavorText": "Its bud looks like a human face. Because of the bud, it is rumored to be a type of legendary mandrake plant.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -56,17 +44,11 @@ "id": "swsh5-2", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "abilities": [ { "name": "Dangerous Mucus", @@ -77,11 +59,7 @@ "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -93,18 +71,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "It spits out Poison Powder to immobilize the enemy and then finishes it with a spray of Acid.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -120,31 +93,21 @@ "id": "swsh5-3", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "attacks": [ { "name": "Panic Vine", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused. During your opponent's next turn, that Pokémon can't retreat." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -156,19 +119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Tika Matsuno", "rarity": "Rare", "flavorText": "Once ingested into this Pokémon's body, even the hardest object will melt into nothing.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -184,32 +141,21 @@ "id": "swsh5-4", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Zzzt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Beat", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -221,18 +167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kazuma Koda", "rarity": "Common", "flavorText": "It prefers harsh environments such as deserts. It can survive for 30 days on water stored in its body.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -248,30 +189,21 @@ "id": "swsh5-5", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Pull", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Spiny Punch", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon has any Darkness Energy attached, this attack does 70 more damage." @@ -283,18 +215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Packs of them follow travelers through the desert until the travelers can no longer move.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -310,14 +237,9 @@ "id": "swsh5-6", "name": "Kricketune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -331,11 +253,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 80 more damage." @@ -347,16 +265,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Satoshi Shirai", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -372,22 +286,14 @@ "id": "swsh5-7", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "attacks": [ { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -399,17 +305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "The deeper a Cherubi's red, the more nutrients it has stockpiled in its body. And the sweeter and tastier its small ball!", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -425,13 +327,9 @@ "id": "swsh5-8", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -443,11 +341,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -459,18 +353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Mina Nakai", "rarity": "Rare Holo", "flavorText": "The faint scent that emanates from its full blossom entices bug Pokémon to it.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -486,32 +375,20 @@ "id": "swsh5-9", "name": "Carnivine", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Big Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Triple Whip", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 3 coins. This attack does 60 damage for each heads." @@ -523,18 +400,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "It binds itself to trees in marshes. It attracts prey with its sweet-smelling drool and gulps them down.", - "nationalPokedexNumbers": [ - 455 - ], + "nationalPokedexNumbers": [455], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -550,29 +422,20 @@ "id": "swsh5-10", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Vise Grip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Devour", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "For each of your Durant in play, discard the top card of your opponent's deck." @@ -584,17 +447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "kodama", "rarity": "Uncommon", "flavorText": "With their large mandibles, these Pokémon can crunch their way through rock. They work together to protect their eggs from Sandaconda.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -610,22 +469,14 @@ "id": "swsh5-11", "name": "Scatterbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Spewpa" - ], + "types": ["Grass"], + "evolvesTo": ["Spewpa"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -637,17 +488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Midori Harada", "rarity": "Common", "flavorText": "The powder that covers its body regulates its temperature, so it can live in any region or climate.", - "nationalPokedexNumbers": [ - 664 - ], + "nationalPokedexNumbers": [664], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -663,34 +510,22 @@ "id": "swsh5-12", "name": "Spewpa", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Scatterbug", - "evolvesTo": [ - "Vivillon" - ], + "evolvesTo": ["Vivillon"], "attacks": [ { "name": "Grass Cocooning", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from this Pokémon." }, { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -702,19 +537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "The beaks of birds can't begin to scratch its stalwart body. To defend itself, it spews powder.", - "nationalPokedexNumbers": [ - 665 - ], + "nationalPokedexNumbers": [665], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -730,31 +559,21 @@ "id": "swsh5-13", "name": "Vivillon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spewpa", "attacks": [ { "name": "Vital Powder", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal all damage from 2 of your Benched Pokémon." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -766,17 +585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "miki kudo", "rarity": "Rare", "flavorText": "The patterns on this Pokémon's wings depend on the climate and topography of its habitat. It scatters colorful scales.", - "nationalPokedexNumbers": [ - 666 - ], + "nationalPokedexNumbers": [666], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -792,22 +607,14 @@ "id": "swsh5-14", "name": "Fomantis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lurantis" - ], + "types": ["Grass"], + "evolvesTo": ["Lurantis"], "attacks": [ { "name": "Continuous Slash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -819,17 +626,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It loves the sunshine. When it basks in the sunlight regularly, it grows up with vivid coloration.", - "nationalPokedexNumbers": [ - 753 - ], + "nationalPokedexNumbers": [753], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -845,30 +648,21 @@ "id": "swsh5-15", "name": "Lurantis", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Fomantis", "attacks": [ { "name": "Leaf Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Solar Cutter", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -880,18 +674,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "As it slashes into its enemies, it looks like it's dancing. Its elegant appearance has led some to call it the most glamorous Grass Pokémon.", - "nationalPokedexNumbers": [ - 754 - ], + "nationalPokedexNumbers": [754], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -907,30 +696,20 @@ "id": "swsh5-16", "name": "Tapu Bulu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Push Down", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Nature's Judgment", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 80 more damage." @@ -942,18 +721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "Although it's called a guardian deity, it's violent enough to crush anyone it sees as an enemy.", - "nationalPokedexNumbers": [ - 787 - ], + "nationalPokedexNumbers": [787], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -969,22 +743,14 @@ "id": "swsh5-17", "name": "Blipbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dottler" - ], + "types": ["Grass"], + "evolvesTo": ["Dottler"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -996,17 +762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Often found in gardens, this Pokémon has hairs on its body that it uses to assess its surroundings.", - "nationalPokedexNumbers": [ - 824 - ], + "nationalPokedexNumbers": [824], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1022,34 +784,23 @@ "id": "swsh5-18", "name": "Flapple V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sour Spit", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost ColorlessColorless more." }, { "name": "Wing Attack", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -1061,16 +812,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1086,13 +833,9 @@ "id": "swsh5-19", "name": "Flapple VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Flapple V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1100,11 +843,7 @@ "attacks": [ { "name": "G-Max Rolling", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "250-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -1116,18 +855,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1143,30 +876,20 @@ "id": "swsh5-20", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Heat Dash", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Fire Energy card from your hand to this Pokémon." }, { "name": "Fire Fang", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Burned." @@ -1178,18 +901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1205,33 +923,23 @@ "id": "swsh5-21", "name": "Victini V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "V Bullet", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 50 more damage." }, { "name": "Flare Shot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Energy from this Pokémon." @@ -1243,16 +951,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kagemaru Himeno", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1268,13 +972,9 @@ "id": "swsh5-22", "name": "Victini VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Victini V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1282,19 +982,14 @@ "attacks": [ { "name": "Spreading Flames", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Max Victory", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "100+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage." @@ -1306,17 +1001,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1332,35 +1022,21 @@ "id": "swsh5-23", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1372,18 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "You Iribi", "rarity": "Common", "flavorText": "It loves to eat roasted berries, but sometimes it gets too excited and burns them to a crisp.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1399,36 +1070,22 @@ "id": "swsh5-24", "name": "Pignite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Tepig", - "evolvesTo": [ - "Emboar" - ], + "evolvesTo": ["Emboar"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1440,19 +1097,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "When its internal fire flares up, its movements grow sharper and faster. When in trouble, it emits smoke.", - "nationalPokedexNumbers": [ - 499 - ], + "nationalPokedexNumbers": [499], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1468,14 +1119,9 @@ "id": "swsh5-25", "name": "Emboar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pignite", "abilities": [ { @@ -1487,12 +1133,7 @@ "attacks": [ { "name": "Heat Crash", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -1504,20 +1145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "25", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "It has mastered fast and powerful fighting moves. It grows a beard of fire.", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1533,30 +1167,20 @@ "id": "swsh5-26", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Burning Licks", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon." @@ -1568,18 +1192,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "A flame serves as its tongue, melting through the hard shell of Durant so that Heatmor can devour their insides.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1595,22 +1214,14 @@ "id": "swsh5-27", "name": "Salandit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Salazzle" - ], + "types": ["Fire"], + "evolvesTo": ["Salazzle"], "attacks": [ { "name": "Call Sign", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." @@ -1622,17 +1233,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "This sneaky Pokémon will slink behind its prey and immobilize it with poisonous gas before the prey even realizes Salandit is there.", - "nationalPokedexNumbers": [ - 757 - ], + "nationalPokedexNumbers": [757], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1648,30 +1255,21 @@ "id": "swsh5-28", "name": "Salazzle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Salandit", "attacks": [ { "name": "Perplex", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Derisive Roasting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "This attack does 90 damage for each Special Condition affecting your opponent's Active Pokémon." @@ -1683,17 +1281,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "The winner of competitions between Salazzle is decided by which one has the most male Salandit with it.", - "nationalPokedexNumbers": [ - 758 - ], + "nationalPokedexNumbers": [758], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1709,23 +1303,14 @@ "id": "swsh5-29", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Burned." @@ -1737,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It wraps prey up with its heated body, cooking them in its coils. Once they're well-done, it will voraciously nibble them down to the last morsel.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1763,13 +1344,9 @@ "id": "swsh5-30", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "abilities": [ { @@ -1781,12 +1358,7 @@ "attacks": [ { "name": "Bursting Inferno", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Your opponent's Active Pokémon is now Burned." @@ -1798,18 +1370,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "While its burning body is already dangerous on its own, this excessively hostile Pokémon also has large and very sharp fangs.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1825,22 +1392,14 @@ "id": "swsh5-31", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen." @@ -1852,17 +1411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1878,23 +1433,15 @@ "id": "swsh5-32", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -1906,17 +1453,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "0313", "rarity": "Uncommon", "flavorText": "It is capable of swimming backwards by rapidly flapping its winglike pectoral fins and stout tail.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1932,13 +1475,9 @@ "id": "swsh5-33", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seadra", "abilities": [ { @@ -1950,9 +1489,7 @@ "attacks": [ { "name": "Aqua Burst", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40×", "text": "This attack does 40 damage for each Water Energy attached to this Pokémon." @@ -1964,17 +1501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It stores energy by sleeping at underwater depths at which no other life forms can survive.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1990,32 +1523,21 @@ "id": "swsh5-34", "name": "Galarian Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Mr. Rime" - ], + "types": ["Water"], + "evolvesTo": ["Mr. Rime"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Find It", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." @@ -2027,17 +1549,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "kodama", "rarity": "Common", "flavorText": "It can radiate chilliness from the bottoms of its feet. It'll spend the whole day tap-dancing on a frozen floor.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2053,32 +1571,21 @@ "id": "swsh5-35", "name": "Galarian Mr. Rime", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Mr. Mime", "attacks": [ { "name": "Ball Juggling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Discard any number of Item cards that have the word \"Ball\" in their name from your hand. This attack does 40 more damage for each card you discarded in this way." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -2090,18 +1597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "HYOGONOSUKE", "rarity": "Rare", "flavorText": "Its amusing movements make it very popular. It releases its psychic power from the pattern on its belly.", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2117,33 +1619,21 @@ "id": "swsh5-36", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Fin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2155,17 +1645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Using its dorsal fin as a suction pad, it clings to a Mantine's underside to scavenge for leftovers.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2181,13 +1667,9 @@ "id": "swsh5-37", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -2199,11 +1681,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2215,18 +1693,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2242,24 +1715,14 @@ "id": "swsh5-38", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2271,18 +1734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "chibi", "rarity": "Common", "flavorText": "It was originally a Pokémon from afar that escaped to the wild. It can adapt to the dirtiest river.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2298,34 +1756,21 @@ "id": "swsh5-39", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "attacks": [ { "name": "Knock Off", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a random card from your opponent's hand." }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2337,19 +1782,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Hasegawa Saki", "rarity": "Uncommon", "flavorText": "A brutish Pokémon that loves to battle. It will crash itself into any foe that approaches its nest.", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2365,15 +1804,9 @@ "id": "swsh5-40", "name": "Empoleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2387,11 +1820,7 @@ "attacks": [ { "name": "Swirling Slice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -2403,17 +1832,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2429,31 +1853,21 @@ "id": "swsh5-41", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Recover", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy from this Pokémon and heal all damage from it." }, { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2465,18 +1879,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "miki kudo", "rarity": "Common", "flavorText": "Legend has it that the residents of a sunken ancient city changed into these Pokémon.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2492,21 +1901,14 @@ "id": "swsh5-42", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "attacks": [ { "name": "Sediment Sink", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each Water Energy card in your discard pile." @@ -2518,19 +1920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Whenever a full moon hangs in the night sky, schools of Jellicent gather near the surface of the sea, waiting for their prey to appear.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2546,30 +1942,20 @@ "id": "swsh5-43", "name": "Bruxish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -2581,17 +1967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "Its skin is thick enough to fend off Mareanie's spikes. With its robust teeth, Bruxish crunches up the spikes and eats them.", - "nationalPokedexNumbers": [ - 779 - ], + "nationalPokedexNumbers": [779], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2607,22 +1989,14 @@ "id": "swsh5-44", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Haymaker", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your next turn, this Pokémon can't use Haymaker." @@ -2634,18 +2008,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Hasuno", "rarity": "Common", "flavorText": "While it's often blamed for power outages, the truth is the cause of outages is more often an error on the part of the electric company.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2661,34 +2030,21 @@ "id": "swsh5-45", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Tumbling Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Lightning Slam", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "During your next turn, this Pokémon can't use Lightning Slam." @@ -2700,19 +2056,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "A single Electivire can provide enough electricity for all the buildings in a big city for a year.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2728,23 +2078,14 @@ "id": "swsh5-46", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2756,17 +2097,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "sowsow", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2782,34 +2119,22 @@ "id": "swsh5-47", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Jumping Kick", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2821,17 +2146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Megumi Higuchi", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2847,31 +2168,21 @@ "id": "swsh5-48", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Electrostep", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Scar Strikes", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "100+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 100 more damage." @@ -2883,17 +2194,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kazuma Koda", "rarity": "Rare Holo", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2909,29 +2216,20 @@ "id": "swsh5-49", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2943,17 +2241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2969,34 +2263,23 @@ "id": "swsh5-50", "name": "Tapu Koko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Spiral Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 40 more damage for each Energy attached to all of your opponent's Pokémon." @@ -3008,16 +2291,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3033,13 +2312,9 @@ "id": "swsh5-51", "name": "Tapu Koko VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tapu Koko V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3047,11 +2322,7 @@ "attacks": [ { "name": "Max Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "If you have more Prize cards remaining than your opponent, their Active Pokémon is now Paralyzed." @@ -3063,16 +2334,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3088,16 +2355,10 @@ "id": "swsh5-52", "name": "Yamper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Boltund" - ], + "types": ["Lightning"], + "evolvesTo": ["Boltund"], "abilities": [ { "name": "Ball Search", @@ -3108,10 +2369,7 @@ "attacks": [ { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3123,17 +2381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "sui", "rarity": "Common", "flavorText": "This gluttonous Pokémon only assists people with their work because it wants treats. As it runs, it crackles with electricity.", - "nationalPokedexNumbers": [ - 835 - ], + "nationalPokedexNumbers": [835], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3149,31 +2403,21 @@ "id": "swsh5-53", "name": "Boltund", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Yamper", "attacks": [ { "name": "Corner", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Defiant Spark", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "If this Pokémon has any damage counters on it, this attack can be used for Lightning." @@ -3185,17 +2429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "chibi", "rarity": "Rare", "flavorText": "It sends electricity through its legs to boost their strength. Running at top speed, it easily breaks 50 mph.", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3211,23 +2451,14 @@ "id": "swsh5-54", "name": "Galarian Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Tantailizing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with their Active Pokémon." @@ -3245,18 +2476,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Ryota Murayama", "rarity": "Common", "flavorText": "Because Galarian Slowpoke eat the seeds of a plant that grows only in Galar, their tails have developed a spicy flavor.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3272,32 +2498,21 @@ "id": "swsh5-55", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Headbutt Bounce", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Power Gem", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3315,17 +2530,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "kawayoo", "rarity": "Common", "flavorText": "It bounces around on its tail to keep its heart pumping. It carries a pearl from Clamperl on its head.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3341,32 +2552,21 @@ "id": "swsh5-56", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Dazzle Dance", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Power Gem", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3384,19 +2584,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It uses black pearls to amplify its psychic power. It does an odd dance to gain control over foes.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3412,23 +2606,14 @@ "id": "swsh5-57", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Self-Destruct", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon also does 60 damage to itself." @@ -3446,17 +2631,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "sui", "rarity": "Common", "flavorText": "It was discovered in ancient ruins. While moving, it constantly spins. It stands on one foot even when asleep.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3472,31 +2653,21 @@ "id": "swsh5-58", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Power Split", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach Psychic Energy cards from your discard pile to your Pokémon in any way you like until your Pokémon and your opponent's Pokémon have the same total amount of Energy attached." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3514,18 +2685,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "It appears to have been born from clay dolls made by ancient people. It uses telekinesis to float and move.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3541,28 +2707,20 @@ "id": "swsh5-59", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Pleasant Tone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3580,17 +2738,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "Emitting ultrasonic cries, it floats on winds to travel great distances.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3606,23 +2760,14 @@ "id": "swsh5-60", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Focused Wish", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3640,17 +2785,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "There's enough psychic power in Espurr to send a wrestler flying, but because this power can't be controlled, Espurr finds it troublesome.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3666,13 +2807,9 @@ "id": "swsh5-61", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "abilities": [ { @@ -3684,10 +2821,7 @@ "attacks": [ { "name": "Psychic Sphere", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -3705,17 +2839,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Yuu Nishida", "rarity": "Rare Holo", "flavorText": "The defensive instinct of the males is strong. It's when they're protecting themselves or their partners that they unleash their full power.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3731,14 +2861,9 @@ "id": "swsh5-62", "name": "Mimikyu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3752,9 +2877,7 @@ "attacks": [ { "name": "Jealous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon for each Prize card your opponent has taken." @@ -3772,17 +2895,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3798,34 +2916,23 @@ "id": "swsh5-63", "name": "Necrozma V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Prismatic Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Special Laser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage." @@ -3843,18 +2950,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3870,33 +2971,22 @@ "id": "swsh5-64", "name": "Dottler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Blipbug", - "evolvesTo": [ - "Orbeetle" - ], + "evolvesTo": ["Orbeetle"], "attacks": [ { "name": "Radar", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put them back in any order." }, { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3914,18 +3004,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "As it grows inside its shell, it uses its psychic abilities to monitor the outside world and prepare for evolution.", - "nationalPokedexNumbers": [ - 825 - ], + "nationalPokedexNumbers": [825], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3941,31 +3026,21 @@ "id": "swsh5-65", "name": "Orbeetle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dottler", "attacks": [ { "name": "Evomancy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each Energy attached to this Pokémon, search your deck for a Stage 2 Pokémon, except Orbeetle, and put it onto your Bench. Then, shuffle your deck." }, { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3983,17 +3058,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "It emits psychic energy to observe and study what's around it—and what's around it can include things over six miles away.", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4009,24 +3080,14 @@ "id": "swsh5-66", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Focus Fist", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4038,17 +3099,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ryuta Fuse", "rarity": "Common", "flavorText": "If one gets angry, all the others around it will get angry, so silence is a rare visitor in a troop of Mankey.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4064,31 +3121,21 @@ "id": "swsh5-67", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Field Crush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent has a Stadium in play, discard it." }, { "name": "Steamin' Mad Strike", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Benched Pokémon that has any damage counters on it." @@ -4100,18 +3147,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The blood vessels in its brain are sturdier than those of other Pokémon, so it can stay healthy despite its constant raging.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4127,24 +3169,14 @@ "id": "swsh5-68", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4169,20 +3201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "68", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It rapidly bores through the ground at 50 mph by squirming and twisting its massive, rugged body.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4198,32 +3223,21 @@ "id": "swsh5-69", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Beat", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4235,17 +3249,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "You Iribi", "rarity": "Common", "flavorText": "It wears its mother's skull on its head, so no one knows what its bare face looks like. However, it's clear that it's always crying.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4261,13 +3271,9 @@ "id": "swsh5-70", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "abilities": [ { @@ -4279,10 +3285,7 @@ "attacks": [ { "name": "Bonemerang", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "90×", "text": "Flip 2 coins. This attack does 90 damage for each heads." @@ -4294,18 +3297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Narumi Sato", "rarity": "Rare", "flavorText": "They thump their bones rhythmically to communicate among themselves. There are nearly 50 different rhythmic patterns.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4321,23 +3319,14 @@ "id": "swsh5-71", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4349,17 +3338,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It flies straight at its target's face then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4375,32 +3360,21 @@ "id": "swsh5-72", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." }, { "name": "Guillotine", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4412,17 +3386,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "Its flight is soundless. It uses its lengthy tail to carry off its prey… Then its elongated fangs do the rest.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4438,23 +3408,14 @@ "id": "swsh5-73", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4466,18 +3427,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Timburr that have started carrying logs that are about three times their size are nearly ready to evolve.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4493,35 +3449,22 @@ "id": "swsh5-74", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4533,19 +3476,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Uta", "rarity": "Uncommon", "flavorText": "Gurdurr excels at demolition—construction is not its forte. In any case, there's skill in the way this Pokémon wields its metal beam.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4561,34 +3498,21 @@ "id": "swsh5-75", "name": "Conkeldurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gurdurr", "attacks": [ { "name": "Hammer Pressure", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If the Defending Pokémon is an Evolution Pokémon, it can't attack during your opponent's next turn." }, { "name": "Mega Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" @@ -4600,19 +3524,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "When going all out, this Pokémon throws aside its concrete pillars and leaps at opponents to pummel them with its fists.", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4628,24 +3546,14 @@ "id": "swsh5-76", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -4657,17 +3565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "NC Empire", "rarity": "Common", "flavorText": "They seclude themselves in the mountains and devote themselves to training. The form of their kicks and chops differs from pack to pack.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4683,31 +3587,21 @@ "id": "swsh5-77", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Spinning Whip", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused. Shuffle this Pokémon and all attached cards into your deck." @@ -4719,17 +3613,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Taira Akitsu", "rarity": "Rare", "flavorText": "When Mienshao lets out a bizarre wail, you're in danger. A flurry of kicks and chops too fast to see is about to be unleashed!", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4745,22 +3635,14 @@ "id": "swsh5-78", "name": "Rolycoly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Carkol" - ], + "types": ["Fighting"], + "evolvesTo": ["Carkol"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -4772,18 +3654,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "It can race around like a unicycle, even on rough, rocky terrain. Burning coal sustains it.", - "nationalPokedexNumbers": [ - 837 - ], + "nationalPokedexNumbers": [837], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4799,37 +3676,22 @@ "id": "swsh5-79", "name": "Carkol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rolycoly", - "evolvesTo": [ - "Coalossal" - ], + "evolvesTo": ["Coalossal"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Wild Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This Pokémon also does 10 damage to itself." @@ -4841,19 +3703,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "Uta", "rarity": "Uncommon", "flavorText": "By rapidly rolling its legs, it can travel at over 18 mph. The temperature of the flames it breathes exceeds 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 838 - ], + "nationalPokedexNumbers": [838], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4869,32 +3725,21 @@ "id": "swsh5-80", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "attacks": [ { "name": "Coal Cannon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "90×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 90 damage for each heads." }, { "name": "Wild Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon also does 50 damage to itself." @@ -4906,20 +3751,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "While it's engaged in battle, its mountain of coal will burn bright red, sending off sparks that scorch the surrounding area.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4935,33 +3773,21 @@ "id": "swsh5-81", "name": "Silicobra", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandaconda" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandaconda"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Shot", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4973,18 +3799,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It spews sand from its nostrils. While the enemy is blinded, it burrows into the ground to hide.", - "nationalPokedexNumbers": [ - 843 - ], + "nationalPokedexNumbers": [843], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5000,31 +3821,21 @@ "id": "swsh5-82", "name": "Sandaconda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Silicobra", "attacks": [ { "name": "Big Sand Cannon", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60×", "text": "Discard the top 6 cards of your deck. This attack does 60 damage for each Fighting Energy card you discarded in this way." }, { "name": "Skull Bash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -5036,19 +3847,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "Its unique style of coiling allows it to blast sand out of its sand sac more efficiently.", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5064,21 +3869,13 @@ "id": "swsh5-83", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rapid Strike Squad", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Rapid Strike Pokémon in play." @@ -5090,18 +3887,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Hasuno", "rarity": "Rare", "flavorText": "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5117,32 +3909,20 @@ "id": "swsh5-84", "name": "Stonjourner", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If a Stadium is in play, this attack does 30 more damage." }, { "name": "Giga Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't use Giga Hammer." @@ -5154,19 +3934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Once a year, on a specific date and at a specific time, they gather out of nowhere and form up in a circle.", - "nationalPokedexNumbers": [ - 874 - ], + "nationalPokedexNumbers": [874], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5182,35 +3956,23 @@ "id": "swsh5-85", "name": "Single Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Laser Focus", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Impact Blow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Impact Blow." @@ -5222,17 +3984,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5248,14 +4005,9 @@ "id": "swsh5-86", "name": "Single Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Single Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5263,23 +4015,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max One Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "270", "text": "Discard all Energy from this Pokémon. This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -5291,18 +4034,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5318,35 +4055,23 @@ "id": "swsh5-87", "name": "Rapid Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hundred Furious Blows", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -5358,17 +4083,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5384,14 +4104,9 @@ "id": "swsh5-88", "name": "Rapid Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rapid Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5399,20 +4114,14 @@ "attacks": [ { "name": "Gale Thrust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 120 more damage." }, { "name": "G-Max Rapid Flow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 120 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5424,17 +4133,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5450,32 +4154,21 @@ "id": "swsh5-89", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Darkness"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Hide in Shadows", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5487,17 +4180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Asako Ito", "rarity": "Common", "flavorText": "Their skin is so thin that they'll be burned if sunlight hits them. When it gets cold out, they gather together to warm one another's bodies.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5513,17 +4202,11 @@ "id": "swsh5-90", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Discreet Draw", @@ -5534,10 +4217,7 @@ "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy from this Pokémon." @@ -5549,17 +4229,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "sui", "rarity": "Uncommon", "flavorText": "They can suck down over 10 ounces of blood in one go. They have been known to drink so much blood that they can no longer fly.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5575,13 +4251,9 @@ "id": "swsh5-91", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Golbat", "abilities": [ { @@ -5593,10 +4265,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "" @@ -5612,9 +4281,7 @@ "artist": "SATOSHI NAKAI", "rarity": "Rare Holo", "flavorText": "It feeds on the blood of living people and Pokémon. If it can't drink any blood for even a short while, it becomes weak and unable to fly.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5630,31 +4297,21 @@ "id": "swsh5-92", "name": "Galarian Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Slowpoke", "attacks": [ { "name": "Splattering Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Poisoned." }, { "name": "Unhinged Hammer", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon is affected by a Special Condition, this attack does 120 more damage." @@ -5666,19 +4323,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "If this Pokémon squeezes the tongue of the Shellder biting it, the Shellder will launch a toxic liquid from the tip of its shell.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5694,32 +4345,21 @@ "id": "swsh5-93", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand." }, { "name": "Peck", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5737,17 +4377,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It searches for shiny things for its boss. Murkrow's presence is said to be unlucky, so many people detest it.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5763,13 +4399,9 @@ "id": "swsh5-94", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "abilities": [ { @@ -5781,11 +4413,7 @@ "attacks": [ { "name": "Voltage Dive", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon has any Special Energy attached, this attack does 80 more damage." @@ -5803,18 +4431,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "Its goons take care of most of the fighting for it. The only time it dirties its own hands is in delivering a final blow to finish off an opponent.", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5830,23 +4453,14 @@ "id": "swsh5-95", "name": "Houndour", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Houndoom" - ], + "types": ["Darkness"], + "evolvesTo": ["Houndoom"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5858,17 +4472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "They make repeated eerie howls before dawn to call attention to their pack.", - "nationalPokedexNumbers": [ - 228 - ], + "nationalPokedexNumbers": [228], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5884,14 +4494,9 @@ "id": "swsh5-96", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "abilities": [ { @@ -5903,10 +4508,7 @@ "attacks": [ { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5918,18 +4520,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5945,38 +4542,23 @@ "id": "swsh5-97", "name": "Tyranitar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "230", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cragalanche", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Single Strike Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard the top 4 cards of your deck." @@ -5988,18 +4570,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6015,28 +4591,20 @@ "id": "swsh5-98", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Gather Food", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put an Item card from your discard pile into your hand." }, { "name": "Hangry Tackle", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If you have no cards in your hand, this attack does 90 more damage." @@ -6048,17 +4616,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "NC Empire", "rarity": "Uncommon", "flavorText": "Hunger hormones affect its temperament. Until its hunger is appeased, it gets up to all manner of evil deeds.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6074,35 +4638,21 @@ "id": "swsh5-99", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Onix", "attacks": [ { "name": "Steel Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage for each heads." }, { "name": "Heavy Impact", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "200", "text": "" @@ -6120,20 +4670,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "It is thought its body transformed as a result of iron accumulating internally from swallowing soil.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6149,31 +4692,20 @@ "id": "swsh5-100", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Powerful Vise", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Piercing Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." @@ -6191,17 +4723,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "kawayoo", "rarity": "Common", "flavorText": "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6217,23 +4745,14 @@ "id": "swsh5-101", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6251,17 +4770,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Mizue", "rarity": "Common", "flavorText": "Polishing Bronzor to a shine makes its surface reflect the truth, according to common lore. Be that as it may, Bronzor hates being polished.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6277,13 +4792,9 @@ "id": "swsh5-102", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -6295,11 +4806,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6317,19 +4824,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6345,31 +4846,21 @@ "id": "swsh5-103", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Slash attack does 70 more damage (before applying Weakness and Resistance)." }, { "name": "Slash", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6387,17 +4878,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "otumami", "rarity": "Common", "flavorText": "A pack of these Pokémon forms to serve a Bisharp boss. Each Pawniard trains diligently, dreaming of one day taking the lead.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6413,31 +4900,21 @@ "id": "swsh5-104", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Steel Slice", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is a Metal Pokémon, this attack does 90 more damage." @@ -6455,17 +4932,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Violent conflicts erupt between Bisharp and Fraxure over places where sharpening stones can be found.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6481,22 +4954,14 @@ "id": "swsh5-105", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Ambush", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -6514,18 +4979,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "sowsow", "rarity": "Common", "flavorText": "The blue eye on the sword's handguard is the true body of Honedge. With its old cloth, it drains people's lives away.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6541,24 +5001,15 @@ "id": "swsh5-106", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Cut Down", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -6576,18 +5027,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "The two swords employ a strategy of rapidly alternating between offense and defense to bring down their prey.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6603,13 +5049,9 @@ "id": "swsh5-107", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -6621,11 +5063,7 @@ "attacks": [ { "name": "Full Metal Blade", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "Discard 2 Metal Energy from this Pokémon." @@ -6643,19 +5081,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "miki kudo", "rarity": "Rare Holo", "flavorText": "Once upon a time, a king with an Aegislash reigned over the land. His Pokémon eventually drained him of life, and his kingdom fell with him.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6671,13 +5103,9 @@ "id": "swsh5-108", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -6689,10 +5117,7 @@ "attacks": [ { "name": "Gigaton Bash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX." @@ -6710,19 +5135,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "Its potent spectral powers allow it to manipulate others. It once used its powers to force people and Pokémon to build a kingdom to its liking.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6738,34 +5157,23 @@ "id": "swsh5-109", "name": "Corviknight V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Clutch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Sky Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't use Sky Hurricane." @@ -6783,16 +5191,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6808,13 +5212,9 @@ "id": "swsh5-110", "name": "Corviknight VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corviknight V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6829,11 +5229,7 @@ "attacks": [ { "name": "G-Max Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use G-Max Hurricane." @@ -6854,9 +5250,7 @@ "number": "110", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6872,22 +5266,14 @@ "id": "swsh5-111", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6905,17 +5291,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Sekio", "rarity": "Common", "flavorText": "Due to its short wings, it can't fly long distances. It wanders about restlessly and pecks at bug Pokémon.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6931,20 +5313,14 @@ "id": "swsh5-112", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Drill Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "70", "text": "" @@ -6966,9 +5342,7 @@ "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "Carrying food through Fearow's territory is dangerous. It will snatch the food away from you in a flash!", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6984,36 +5358,21 @@ "id": "swsh5-113", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Tongue Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -7025,20 +5384,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "113", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It licks filth clean with its tongue. Whatever it licks always stinks afterward, so whether it's really clean is…questionable.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7054,34 +5406,21 @@ "id": "swsh5-114", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Selickt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent chooses to discard the top 3 cards of their deck or to discard 3 cards from their hand." }, { "name": "Pitch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -7093,20 +5432,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "114", "artist": "Mina Nakai", "rarity": "Rare", "flavorText": "It uses its tongue much more skillfully than its hands or its feet. It can deftly pick up a single small bean with its tongue.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7122,33 +5454,21 @@ "id": "swsh5-115", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Cat Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -7160,17 +5480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "When it's happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7186,32 +5502,21 @@ "id": "swsh5-116", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Caturday", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. If you do, this Pokémon is now Asleep." }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -7223,19 +5528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "116", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7251,37 +5550,23 @@ "id": "swsh5-117", "name": "Stoutland V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Dip Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon also does 30 damage to itself." @@ -7293,18 +5578,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "117", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7320,13 +5599,9 @@ "id": "swsh5-118", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sap Sipper", @@ -7337,11 +5612,7 @@ "attacks": [ { "name": "Head Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -7353,18 +5624,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7380,29 +5646,20 @@ "id": "swsh5-119", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Spiral Rush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -7414,18 +5671,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "Drampa is a kind and friendly Pokémon—up until it's angered. When that happens, it stirs up a gale and flattens everything around.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7441,29 +5693,20 @@ "id": "swsh5-120", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Hand Kinesis", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each card in your hand." @@ -7475,18 +5718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Through its horns, it can pick up on the emotions of creatures around it. Positive emotions are the source of its strength.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7502,10 +5740,7 @@ "id": "swsh5-121", "name": "Bruno", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 7 cards instead.", "You may play only 1 Supporter card during your turn." @@ -7528,9 +5763,7 @@ "id": "swsh5-122", "name": "Camping Gear", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a card and put it into your hand. Then, shuffle your deck. Your turn ends.", "You may play any number of Item cards during your turn." @@ -7553,9 +5786,7 @@ "id": "swsh5-123", "name": "Cheryl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal all damage from each of your Evolution Pokémon. If you do, discard all Energy from the Pokémon that were healed in this way.", "You may play only 1 Supporter card during your turn." @@ -7578,9 +5809,7 @@ "id": "swsh5-124", "name": "Energy Recycler", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle up to 5 basic Energy cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -7603,9 +5832,7 @@ "id": "swsh5-125", "name": "Escape Rope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player switches their Active Pokémon with 1 of their Benched Pokémon. Your opponent switches first. (If a player does not have a Benched Pokémon, they don't switch Pokémon.)", "You may play any number of Item cards during your turn." @@ -7628,9 +5855,7 @@ "id": "swsh5-126", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "When your Active Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, you may move a Basic Energy from that Pokémon to the Pokémon this card is attached to.", @@ -7654,10 +5879,7 @@ "id": "swsh5-127", "name": "Fan of Waves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Rapid Strike" - ], + "subtypes": ["Item", "Rapid Strike"], "rules": [ "Put a Special Energy attached to 1 of your opponent's Pokémon on the bottom of their deck.", "You may play any number of Item cards during your turn." @@ -7680,10 +5902,7 @@ "id": "swsh5-128", "name": "Korrina's Focus", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn." @@ -7706,9 +5925,7 @@ "id": "swsh5-129", "name": "Level Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -7731,9 +5948,7 @@ "id": "swsh5-130", "name": "Phoebe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, damage from your Pokémon VMAX's attacks isn't affected by any effects on your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -7756,10 +5971,7 @@ "id": "swsh5-131", "name": "Rapid Strike Scroll of Swirls", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Rapid Strike" - ], + "subtypes": ["Pokémon Tool", "Rapid Strike"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -7768,11 +5980,7 @@ "attacks": [ { "name": "Matchless Maelstrom", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7796,10 +6004,7 @@ "id": "swsh5-132", "name": "Rapid Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.", @@ -7823,10 +6028,7 @@ "id": "swsh5-133", "name": "Single Strike Scroll of Scorn", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Single Strike" - ], + "subtypes": ["Pokémon Tool", "Single Strike"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -7835,9 +6037,7 @@ "attacks": [ { "name": "Furious Anger", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -7861,10 +6061,7 @@ "id": "swsh5-134", "name": "Single Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Search your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.", @@ -7888,9 +6085,7 @@ "id": "swsh5-135", "name": "Sordward & Shielbert", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Trainer card from your discard pile. Then, ask your opponent if you may put it into your hand. If yes, put that card into your hand. If no, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -7913,9 +6108,7 @@ "id": "swsh5-136", "name": "Tool Jammer", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "As long as the Pokémon this card is attached to is in the Active Spot, Pokémon Tools attached to your opponent's Active Pokémon have no effect, except for Tool Jammer.", @@ -7939,10 +6132,7 @@ "id": "swsh5-137", "name": "Tower of Darkness", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Single Strike" - ], + "subtypes": ["Stadium", "Single Strike"], "rules": [ "Once during each player's turn, that player may draw 2 cards. In order to use this effect, that player must discard a Single Strike card from their hand.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -7965,10 +6155,7 @@ "id": "swsh5-138", "name": "Tower of Waters", "supertype": "Trainer", - "subtypes": [ - "Stadium", - "Rapid Strike" - ], + "subtypes": ["Stadium", "Rapid Strike"], "rules": [ "The Retreat Cost of each Rapid Strike Pokémon in play (both yours and your opponent's) is ColorlessColorless less.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -7991,10 +6178,7 @@ "id": "swsh5-139", "name": "Urn of Vitality", "supertype": "Trainer", - "subtypes": [ - "Item", - "Single Strike" - ], + "subtypes": ["Item", "Single Strike"], "rules": [ "Shuffle up to 2 Single Strike Energy cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -8017,10 +6201,7 @@ "id": "swsh5-140", "name": "Rapid Strike Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Rapid Strike" - ], + "subtypes": ["Special", "Rapid Strike"], "rules": [ "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy." @@ -8042,10 +6223,7 @@ "id": "swsh5-141", "name": "Single Strike Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Single Strike" - ], + "subtypes": ["Special", "Single Strike"], "rules": [ "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." @@ -8067,14 +6245,9 @@ "id": "swsh5-142", "name": "Kricketune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8088,11 +6261,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 80 more damage." @@ -8104,16 +6273,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "142", "artist": "Satoshi Shirai", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8129,34 +6294,23 @@ "id": "swsh5-143", "name": "Flapple V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sour Spit", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost ColorlessColorless more." }, { "name": "Wing Attack", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -8168,16 +6322,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "143", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8193,33 +6343,23 @@ "id": "swsh5-144", "name": "Victini V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "V Bullet", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 50 more damage." }, { "name": "Flare Shot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Energy from this Pokémon." @@ -8231,16 +6371,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8256,15 +6392,9 @@ "id": "swsh5-145", "name": "Empoleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8278,11 +6408,7 @@ "attacks": [ { "name": "Swirling Slice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -8294,17 +6420,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "145", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8320,15 +6441,9 @@ "id": "swsh5-146", "name": "Empoleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8342,11 +6457,7 @@ "attacks": [ { "name": "Swirling Slice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -8358,17 +6469,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "146", "artist": "chibi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8384,34 +6490,23 @@ "id": "swsh5-147", "name": "Tapu Koko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Spiral Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 40 more damage for each Energy attached to all of your opponent's Pokémon." @@ -8423,16 +6518,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "147", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8448,14 +6539,9 @@ "id": "swsh5-148", "name": "Mimikyu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8469,9 +6555,7 @@ "attacks": [ { "name": "Jealous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon for each Prize card your opponent has taken." @@ -8489,17 +6573,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "148", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8515,34 +6594,23 @@ "id": "swsh5-149", "name": "Necrozma V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Prismatic Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Special Laser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached, this attack does 120 more damage." @@ -8560,18 +6628,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "149", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 800 - ], + "nationalPokedexNumbers": [800], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8587,35 +6649,23 @@ "id": "swsh5-150", "name": "Single Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Laser Focus", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Impact Blow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Impact Blow." @@ -8627,17 +6677,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "150", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8653,35 +6698,23 @@ "id": "swsh5-151", "name": "Single Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Laser Focus", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Impact Blow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Impact Blow." @@ -8693,17 +6726,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "151", "artist": "kawayoo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8719,35 +6747,23 @@ "id": "swsh5-152", "name": "Rapid Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hundred Furious Blows", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -8759,17 +6775,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8785,35 +6796,23 @@ "id": "swsh5-153", "name": "Rapid Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hundred Furious Blows", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -8825,17 +6824,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "Ryota Murayama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8851,38 +6845,23 @@ "id": "swsh5-154", "name": "Tyranitar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "230", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cragalanche", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Single Strike Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard the top 4 cards of your deck." @@ -8894,18 +6873,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "154", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8921,38 +6894,23 @@ "id": "swsh5-155", "name": "Tyranitar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "230", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cragalanche", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Single Strike Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard the top 4 cards of your deck." @@ -8964,18 +6922,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "155", "artist": "HYOGONOSUKE", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8991,34 +6943,23 @@ "id": "swsh5-156", "name": "Corviknight V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Clutch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Sky Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't use Sky Hurricane." @@ -9036,16 +6977,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "156", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9061,37 +6998,23 @@ "id": "swsh5-157", "name": "Stoutland V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Dip Fangs", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 1 more Prize card." }, { "name": "Wild Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "This Pokémon also does 30 damage to itself." @@ -9103,18 +7026,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "157", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9130,10 +7047,7 @@ "id": "swsh5-158", "name": "Bruno", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 7 cards instead.", "You may play only 1 Supporter card during your turn." @@ -9156,9 +7070,7 @@ "id": "swsh5-159", "name": "Cheryl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal all damage from each of your Evolution Pokémon. If you do, discard all Energy from the Pokémon that were healed in this way.", "You may play only 1 Supporter card during your turn." @@ -9181,10 +7093,7 @@ "id": "swsh5-160", "name": "Korrina's Focus", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn." @@ -9207,9 +7116,7 @@ "id": "swsh5-161", "name": "Phoebe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, damage from your Pokémon VMAX's attacks isn't affected by any effects on your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9232,10 +7139,7 @@ "id": "swsh5-162", "name": "Rapid Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.", @@ -9259,10 +7163,7 @@ "id": "swsh5-163", "name": "Single Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Search your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.", @@ -9286,13 +7187,9 @@ "id": "swsh5-164", "name": "Flapple VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Flapple V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9300,11 +7197,7 @@ "attacks": [ { "name": "G-Max Rolling", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "250-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -9316,18 +7209,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "164", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9343,13 +7230,9 @@ "id": "swsh5-165", "name": "Victini VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Victini V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9357,19 +7240,14 @@ "attacks": [ { "name": "Spreading Flames", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Max Victory", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "100+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage." @@ -9381,17 +7259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "165", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9407,13 +7280,9 @@ "id": "swsh5-166", "name": "Tapu Koko VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tapu Koko V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9421,11 +7290,7 @@ "attacks": [ { "name": "Max Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "If you have more Prize cards remaining than your opponent, their Active Pokémon is now Paralyzed." @@ -9437,16 +7302,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 785 - ], + "nationalPokedexNumbers": [785], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9462,14 +7323,9 @@ "id": "swsh5-167", "name": "Single Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Single Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9477,23 +7333,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max One Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "270", "text": "Discard all Energy from this Pokémon. This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -9505,18 +7352,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "167", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9532,14 +7373,9 @@ "id": "swsh5-168", "name": "Single Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Single Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9547,23 +7383,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max One Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "270", "text": "Discard all Energy from this Pokémon. This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -9575,18 +7402,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "168", "artist": "Kinu Nishimura", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9602,14 +7423,9 @@ "id": "swsh5-169", "name": "Rapid Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rapid Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9617,20 +7433,14 @@ "attacks": [ { "name": "Gale Thrust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 120 more damage." }, { "name": "G-Max Rapid Flow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 120 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9642,17 +7452,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9668,14 +7473,9 @@ "id": "swsh5-170", "name": "Rapid Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rapid Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9683,20 +7483,14 @@ "attacks": [ { "name": "Gale Thrust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 120 more damage." }, { "name": "G-Max Rapid Flow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 120 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9708,17 +7502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "170", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9734,13 +7523,9 @@ "id": "swsh5-171", "name": "Corviknight VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corviknight V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9755,11 +7540,7 @@ "attacks": [ { "name": "G-Max Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't use G-Max Hurricane." @@ -9780,9 +7561,7 @@ "number": "171", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9798,10 +7577,7 @@ "id": "swsh5-172", "name": "Bruno", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Shuffle your hand into your deck. Then, draw 4 cards. If any of your Pokémon were Knocked Out during your opponent's last turn, draw 7 cards instead.", "You may play only 1 Supporter card during your turn." @@ -9824,9 +7600,7 @@ "id": "swsh5-173", "name": "Cheryl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal all damage from each of your Evolution Pokémon. If you do, discard all Energy from the Pokémon that were healed in this way.", "You may play only 1 Supporter card during your turn." @@ -9849,10 +7623,7 @@ "id": "swsh5-174", "name": "Korrina's Focus", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Draw cards until you have 6 cards in your hand.", "You may play only 1 Supporter card during your turn." @@ -9875,9 +7646,7 @@ "id": "swsh5-175", "name": "Phoebe", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "During this turn, damage from your Pokémon VMAX's attacks isn't affected by any effects on your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9900,10 +7669,7 @@ "id": "swsh5-176", "name": "Rapid Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.", @@ -9927,10 +7693,7 @@ "id": "swsh5-177", "name": "Single Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "You can play this card only when it is the last card in your hand.", "Search your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.", @@ -9954,14 +7717,9 @@ "id": "swsh5-178", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -9973,11 +7731,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -9989,18 +7743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "178", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", "flavorText": "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10016,14 +7765,9 @@ "id": "swsh5-179", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "abilities": [ { @@ -10035,10 +7779,7 @@ "attacks": [ { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -10050,18 +7791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "179", "artist": "PLANETA Mochizuki", "rarity": "Rare Secret", "flavorText": "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10077,9 +7813,7 @@ "id": "swsh5-180", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "When your Active Pokémon is Knocked Out by damage from an attack from your opponent's Pokémon, you may move a Basic Energy from that Pokémon to the Pokémon this card is attached to.", @@ -10103,9 +7837,7 @@ "id": "swsh5-181", "name": "Level Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -10128,10 +7860,7 @@ "id": "swsh5-182", "name": "Rapid Strike Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Rapid Strike" - ], + "subtypes": ["Special", "Rapid Strike"], "rules": [ "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides 2 in any combination of Water Energy and Fighting Energy." @@ -10153,10 +7882,7 @@ "id": "swsh5-183", "name": "Single Strike Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Single Strike" - ], + "subtypes": ["Special", "Single Strike"], "rules": [ "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides Fighting and Darkness Energy but provides only 1 Energy at a time, and the attacks of the Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." diff --git a/cards/en/swsh6.json b/cards/en/swsh6.json index e9b50df91..e0057292b 100644 --- a/cards/en/swsh6.json +++ b/cards/en/swsh6.json @@ -3,23 +3,14 @@ "id": "swsh6-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Pierce", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -57,24 +44,15 @@ "id": "swsh6-2", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance)." @@ -86,19 +64,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -114,30 +86,21 @@ "id": "swsh6-3", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Persist Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has any Special Energy attached, it is Knocked Out." }, { "name": "Jet Spear", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "110", "text": "Discard an Energy from this Pokémon." @@ -149,17 +112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Misa Tsutsui", "rarity": "Rare Holo", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -175,32 +134,21 @@ "id": "swsh6-4", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -212,17 +160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "These very cowardly Pokémon join together and use Reflect to protect their nest.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -238,31 +182,21 @@ "id": "swsh6-5", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Rapid Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy from this Pokémon." @@ -274,17 +208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Sekio", "rarity": "Uncommon", "flavorText": "It flies through the night sky, sprinkling sparkly dust. According to some, if that dust sticks to you, good things will happen to you.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -300,30 +230,20 @@ "id": "swsh6-6", "name": "Heracross", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Single-Horn Throw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip 2 coins. If both of them are heads, this attack does 160 more damage." @@ -335,18 +255,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Hasuno", "rarity": "Common", "flavorText": "It roams through forests searching for sweet nectar. Although it boasts fantastic physical strength, it's not that good at flying.", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -362,33 +277,23 @@ "id": "swsh6-7", "name": "Celebi V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaflet Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Grass Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Slash Back", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -400,16 +305,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "AKIRA EGAWA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -425,13 +326,9 @@ "id": "swsh6-8", "name": "Celebi VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Celebi V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -446,10 +343,7 @@ "attacks": [ { "name": "Max Plant", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." @@ -461,16 +355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -486,25 +376,14 @@ "id": "swsh6-9", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Grass"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Whap Down", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -516,18 +395,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The berries that grow around its belly are like ice pops. Galarian Darumaka absolutely love these berries.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -543,14 +417,9 @@ "id": "swsh6-10", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snover", "abilities": [ { @@ -562,11 +431,7 @@ "attacks": [ { "name": "Mega Punch", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -578,19 +443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "This Pokémon is known to bring blizzards. A shake of its massive body is enough to cause whiteout conditions.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -606,32 +465,21 @@ "id": "swsh6-11", "name": "Deerling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sawsbuck" - ], + "types": ["Grass"], + "evolvesTo": ["Sawsbuck"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Rear Kick", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -643,17 +491,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Lee HyunJung", "rarity": "Common", "flavorText": "The turning of the seasons changes the color and scent of this Pokémon's fur. People use it to mark the seasons.", - "nationalPokedexNumbers": [ - 585 - ], + "nationalPokedexNumbers": [585], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -669,31 +513,21 @@ "id": "swsh6-12", "name": "Sawsbuck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Deerling", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Winter Horn", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have a Stadium in play, this attack does 80 more damage." @@ -705,17 +539,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Sekio", "rarity": "Rare", "flavorText": "They migrate according to the seasons. People can tell the season by looking at Sawsbuck's horns.", - "nationalPokedexNumbers": [ - 586 - ], + "nationalPokedexNumbers": [586], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -731,23 +561,14 @@ "id": "swsh6-13", "name": "Bounsweet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Steenee" - ], + "types": ["Grass"], + "evolvesTo": ["Steenee"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -759,17 +580,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "MAHOU", "rarity": "Common", "flavorText": "When under attack, it secretes a sweet and delicious sweat. The scent only calls more enemies to it.", - "nationalPokedexNumbers": [ - 761 - ], + "nationalPokedexNumbers": [761], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -785,34 +602,22 @@ "id": "swsh6-14", "name": "Steenee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bounsweet", - "evolvesTo": [ - "Tsareena" - ], + "evolvesTo": ["Tsareena"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Stomp", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -824,17 +629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Any Corvisquire that pecks at this Pokémon will be greeted with a smack from its sepals followed by a sharp kick.", - "nationalPokedexNumbers": [ - 762 - ], + "nationalPokedexNumbers": [762], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -850,32 +651,21 @@ "id": "swsh6-15", "name": "Tsareena", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Steenee", "attacks": [ { "name": "Tread On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 50 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -887,18 +677,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Yuu Nishida", "rarity": "Rare", "flavorText": "A kick from the hardened tips of this Pokémon's legs leaves a wound in the opponent's body and soul that will never heal.", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -914,24 +699,14 @@ "id": "swsh6-16", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Hit Twice", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." @@ -943,17 +718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "kodama", "rarity": "Common", "flavorText": "It attacks with rapid beats of its stick. As it strikes with amazing speed, it gets more and more pumped.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -969,25 +740,15 @@ "id": "swsh6-17", "name": "Thwackey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grookey", - "evolvesTo": [ - "Rillaboom" - ], + "evolvesTo": ["Rillaboom"], "attacks": [ { "name": "Knock Off", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a random card from your opponent's hand." @@ -999,18 +760,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "When it's drumming out rapid beats in battle, it gets so caught up in the rhythm that it won't even notice that it's already knocked out its opponent.", - "nationalPokedexNumbers": [ - 811 - ], + "nationalPokedexNumbers": [811], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1026,33 +782,21 @@ "id": "swsh6-18", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "attacks": [ { "name": "Wood Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Raging Repeated Strike", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Discard any amount of Energy from your Pokémon. This attack does 30 more damage for each card you discarded in this way." @@ -1064,19 +808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "18", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "The one with the best drumming techniques becomes the boss of the troop. It has a gentle disposition and values harmony among its group.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1092,30 +830,20 @@ "id": "swsh6-19", "name": "Zarude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pack Call", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Pokémon, reveal it, and put it into your hand. If you go second and it's your first turn, search for up to 3 Grass Pokémon instead of 1. Then, shuffle your deck." }, { "name": "Repeated Whip", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Grass Energy attached to this Pokémon." @@ -1127,18 +855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Once the vines on Zarude's body tear off, they become nutrients in the soil. This helps the plants of the forest grow.", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1154,37 +877,23 @@ "id": "swsh6-20", "name": "Blaziken V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Discard 2 Energy from this Pokémon." @@ -1196,17 +905,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1222,14 +926,9 @@ "id": "swsh6-21", "name": "Blaziken VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1237,19 +936,14 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Max Blaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Choose up to 2 of your Benched Rapid Strike Pokémon and attach an Energy card from your discard pile to each of them." @@ -1261,17 +955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "AKIRA EGAWA", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1287,13 +976,9 @@ "id": "swsh6-22", "name": "Castform Sunny Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Weather Reading", @@ -1304,11 +989,7 @@ "attacks": [ { "name": "High-Pressure Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard a Stadium in play. If you can't, this attack does nothing." @@ -1324,9 +1005,7 @@ "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Castform changes to this form when it basks in bright sunlight. When you touch its glowing skin, it feels all dried out!", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1342,22 +1021,14 @@ "id": "swsh6-23", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -1369,19 +1040,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It protects itself with flame. Long years ago, people believed Larvesta had a nest on the sun.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1397,32 +1062,21 @@ "id": "swsh6-24", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Discard 2 Energy from this Pokémon." @@ -1434,18 +1088,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Mika Pikazo", "rarity": "Rare", "flavorText": "According to legends, it was hatched from a flaming cocoon to save people and Pokémon that were suffering from the cold.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1461,36 +1110,23 @@ "id": "swsh6-25", "name": "Volcanion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Dynamite Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has 10 or more damage counters on it, this attack does 150 more damage." @@ -1502,18 +1138,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Ryota Murayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1529,23 +1159,14 @@ "id": "swsh6-26", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1557,17 +1178,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It has special pads on the backs of its feet, and one on its nose. Once it's raring to fight, these pads radiate tremendous heat.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1583,25 +1200,15 @@ "id": "swsh6-27", "name": "Raboot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Scorbunny", - "evolvesTo": [ - "Cinderace" - ], + "evolvesTo": ["Cinderace"], "attacks": [ { "name": "Volley Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "During your next turn, this Pokémon can't attack." @@ -1613,17 +1220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Souichirou Gunjima", "rarity": "Uncommon", "flavorText": "It kicks berries right off the branches of trees and then juggles them with its feet, practicing its footwork.", - "nationalPokedexNumbers": [ - 814 - ], + "nationalPokedexNumbers": [814], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1639,14 +1242,9 @@ "id": "swsh6-28", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "abilities": [ { @@ -1658,10 +1256,7 @@ "attacks": [ { "name": "Fireball Shot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "150", "text": "During your next turn, this Pokémon can't attack." @@ -1673,17 +1268,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "It's skilled at both offense and defense, and it gets pumped up when cheered on. But if it starts showboating, it could put itself in a tough spot.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1699,29 +1290,20 @@ "id": "swsh6-29", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wintry Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Melony cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1733,17 +1315,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Atsushi Furusawa", "rarity": "Common", "flavorText": "Crossing icy seas is no issue for this cold-resistant Pokémon. Its smooth skin is a little cool to the touch.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1759,23 +1337,14 @@ "id": "swsh6-30", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Water"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Cut Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -1787,17 +1356,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "NC Empire", "rarity": "Common", "flavorText": "It has a cunning yet savage disposition. It waits for parents to leave their nests, and then it sneaks in to steal their eggs.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1813,30 +1378,21 @@ "id": "swsh6-31", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Two-Hit KO", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, if the Defending Pokémon is damaged by an attack from a Rapid Strike Pokémon, it will be Knocked Out." }, { "name": "Nasty Plot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -1848,17 +1404,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Taira Akitsu", "rarity": "Rare Holo", "flavorText": "With its claws, it leaves behind signs for its friends to find. The number of distinct signs is said to be over 500.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1874,29 +1426,20 @@ "id": "swsh6-32", "name": "Delibird", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Package Delivery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put this Pokémon and all attached cards into your deck. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck." @@ -1908,17 +1451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "It has a generous habit of sharing its food with people and Pokémon, so it's always scrounging around for more food.", - "nationalPokedexNumbers": [ - 225 - ], + "nationalPokedexNumbers": [225], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1934,13 +1473,9 @@ "id": "swsh6-33", "name": "Castform Rainy Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Weather Reading", @@ -1951,10 +1486,7 @@ "attacks": [ { "name": "Rainfall", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1970,9 +1502,7 @@ "artist": "sowsow", "rarity": "Common", "flavorText": "This is Castform's form when pelted by rain. In an experiment where it was placed in a shower, this Pokémon didn't change to this form.", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1988,13 +1518,9 @@ "id": "swsh6-34", "name": "Castform Snowy Form", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Weather Reading", @@ -2005,11 +1531,7 @@ "attacks": [ { "name": "Frosty Typhoon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't use Frosty Typhoon." @@ -2025,9 +1547,7 @@ "artist": "miki kudo", "rarity": "Common", "flavorText": "This is Castform's form when caught in a hailstorm. Its whole body is chilled, and its skin is partially frozen!", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2043,24 +1563,14 @@ "id": "swsh6-35", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2072,17 +1582,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It can only survive in cold areas. It bounces happily around, even in environments as cold as −150 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2098,13 +1604,9 @@ "id": "swsh6-36", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -2116,10 +1618,7 @@ "attacks": [ { "name": "Crystal Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your next turn, this Pokémon can't attack." @@ -2131,17 +1630,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "It spits out cold air of nearly −60 degrees Fahrenheit to freeze its quarry. It brings frozen prey back to its lair and neatly lines them up.", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2157,22 +1652,14 @@ "id": "swsh6-37", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2184,18 +1671,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "kirisAki", "rarity": "Common", "flavorText": "Its body is covered in fluffy fur. The fur keeps it from feeling cold while it is rolling on ice.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2211,35 +1693,22 @@ "id": "swsh6-38", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2251,20 +1720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "38", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Be it Spheal or a Poké Ball, it will spin any round object on its nose with the greatest of ease.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2280,32 +1742,21 @@ "id": "swsh6-39", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Hail Prison", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard 2 Energy from this Pokémon. Your opponent's Active Pokémon is now Paralyzed." @@ -2317,20 +1768,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "39", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "It shatters drift ice with its strong tusks. Its thick layer of blubber repels enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2346,31 +1790,20 @@ "id": "swsh6-40", "name": "Tapu Fini", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Ocean Loop", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Put an Energy attached to this Pokémon into your hand." @@ -2382,17 +1815,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Although it's called a guardian deity, terrible calamities sometimes befall those who recklessly approach Tapu Fini.", - "nationalPokedexNumbers": [ - 788 - ], + "nationalPokedexNumbers": [788], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2408,33 +1837,21 @@ "id": "swsh6-41", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Keep Calling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Double Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -2446,17 +1863,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Yuu Nishida", "rarity": "Common", "flavorText": "When it gets wet, its skin changes color, and this Pokémon becomes invisible as if it were camouflaged.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2472,25 +1885,15 @@ "id": "swsh6-42", "name": "Drizzile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sobble", - "evolvesTo": [ - "Inteleon" - ], + "evolvesTo": ["Inteleon"], "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2502,17 +1905,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Highly intelligent but also very lazy, it keeps enemies out of its territory by laying traps everywhere.", - "nationalPokedexNumbers": [ - 817 - ], + "nationalPokedexNumbers": [817], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2528,14 +1927,9 @@ "id": "swsh6-43", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -2547,10 +1941,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2562,17 +1953,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "Its nictitating membranes let it pick out foes' weak points so it can precisely blast them with water that shoots from its fingertips at Mach 3.", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2588,31 +1975,21 @@ "id": "swsh6-44", "name": "Rapid Strike Urshifu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kubfu", "attacks": [ { "name": "Slashing Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Rapid-Fisted Rush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Rapid Strike Pokémon in play." @@ -2624,18 +2001,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "This form of Urshifu is a strong believer in defeating foes by raining many blows down on them. Its strikes are nonstop, flowing like a river.", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2651,34 +2023,23 @@ "id": "swsh6-45", "name": "Ice Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pierce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Glacial Lance", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -2690,17 +2051,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "D.A.G Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2716,13 +2072,9 @@ "id": "swsh6-46", "name": "Ice Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ice Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2730,20 +2082,14 @@ "attacks": [ { "name": "Ride of the High King", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Max Lance", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 2 Energy from this Pokémon. If you do, this attack does 120 more damage for each card you discarded in this way." @@ -2755,17 +2101,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2781,32 +2122,21 @@ "id": "swsh6-47", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2818,18 +2148,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Rubbing its fleece generates electricity. You'll want to pet it because it's cute, but if you use your bare hand, you'll get a painful shock.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2845,24 +2170,15 @@ "id": "swsh6-48", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2874,18 +2190,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "sui", "rarity": "Uncommon", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2901,30 +2212,21 @@ "id": "swsh6-49", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Searchlight Tail", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "90+", "text": "Your opponent reveals their hand. If you find any Energy cards there, this attack does 90 more damage." @@ -2936,18 +2238,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Megumi Mizutani", "rarity": "Rare", "flavorText": "Its tail shines bright and strong. It has been prized since long ago as a beacon for sailors.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2963,23 +2260,14 @@ "id": "swsh6-50", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2991,17 +2279,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3017,32 +2301,21 @@ "id": "swsh6-51", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "attacks": [ { "name": "Coordinated Bolt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack does 90 more damage." }, { "name": "Spark Rush", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90×", "text": "Flip a coin until you get tails. This attack does 90 damage for each heads." @@ -3054,17 +2327,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Hasuno", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3080,30 +2349,20 @@ "id": "swsh6-52", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Assisting Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Lightning Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon also does 30 damage to itself." @@ -3115,17 +2374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "As it flies around, it shoots lightning all over the place and causes forest fires. It is therefore disliked.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3141,26 +2396,16 @@ "id": "swsh6-53", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cross Fist", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3172,17 +2417,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "chibi", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3198,33 +2438,21 @@ "id": "swsh6-54", "name": "Galarian Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Sharpness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3242,18 +2470,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Because Galarian Slowpoke eat the seeds of a plant that grows only in Galar, their tails have developed a spicy flavor.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3269,22 +2492,14 @@ "id": "swsh6-55", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleep Pulse", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep." @@ -3302,17 +2517,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Motofumi Fujiwara", "rarity": "Common", "flavorText": "With its gas-like body, it can sneak into any place it desires. However, it can be blown away by wind.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3328,23 +2539,15 @@ "id": "swsh6-56", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -3362,17 +2565,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "If you get the feeling of being watched in darkness when nobody is around, Haunter is there.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3388,13 +2587,9 @@ "id": "swsh6-57", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -3406,11 +2601,7 @@ "attacks": [ { "name": "Pain Burst", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 40 more damage for each damage counter on your opponent's Active Pokémon." @@ -3428,17 +2619,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "It is said to emerge from darkness to steal the lives of those who become lost in mountains.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3454,14 +2641,9 @@ "id": "swsh6-58", "name": "Galarian Articuno V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3475,11 +2657,7 @@ "attacks": [ { "name": "Psyray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -3497,17 +2675,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3523,22 +2696,14 @@ "id": "swsh6-59", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -3550,17 +2715,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "If its horns capture the warm feelings of people or Pokémon, its body warms up slightly.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3576,24 +2737,15 @@ "id": "swsh6-60", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Mirage Step", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Kirlia and put them onto your Bench. Then, shuffle your deck." @@ -3605,17 +2757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "0313", "rarity": "Uncommon", "flavorText": "It has a psychic power that enables it to distort the space around it and see into the future.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3631,13 +2779,9 @@ "id": "swsh6-61", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -3649,11 +2793,7 @@ "attacks": [ { "name": "Brainwave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Psychic Energy attached to this Pokémon." @@ -3665,18 +2805,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "To protect its Trainer, it will expend all its psychic power to create a small black hole.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3692,23 +2827,14 @@ "id": "swsh6-62", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3726,17 +2852,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "There's a proverb that says, \"Shun the house where Shuppet gather in the growing dusk.\"", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3752,31 +2874,21 @@ "id": "swsh6-63", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "attacks": [ { "name": "Resolute Spite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20×", "text": "Put up to 7 damage counters on this Pokémon. This attack does 20 damage for each damage counter you placed in this way." }, { "name": "Eerie Light", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -3794,17 +2906,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "Resentment at being cast off made it spring into being. Some say that treating it well will satisfy it, and it will once more become a stuffed toy.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3820,29 +2928,20 @@ "id": "swsh6-64", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Crescent Glow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Psychic Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Photon Laser", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have at least 5 Energy in play, this attack does 90 more damage." @@ -3860,17 +2959,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Tika Matsuno", "rarity": "Rare Holo", "flavorText": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3886,32 +2981,21 @@ "id": "swsh6-65", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Punch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3929,19 +3013,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "0313", "rarity": "Common", "flavorText": "This Pokémon was created from clay. It received orders from its master many thousands of years ago, and it still follows those orders to this day.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3957,34 +3035,21 @@ "id": "swsh6-66", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Reinforced Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage." }, { "name": "Megaton Fall", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -4002,20 +3067,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "66", "artist": "Teeziro", "rarity": "Rare", "flavorText": "There's a theory that inside Golurk is a perpetual motion machine that produces limitless energy, but this belief hasn't been proven.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4031,23 +3089,14 @@ "id": "swsh6-67", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Psychic"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -4059,17 +3108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "The sweet smell of cotton candy perfumes Swirlix's fluffy fur. This Pokémon spits out sticky string to tangle up its enemies.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4085,32 +3130,21 @@ "id": "swsh6-68", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Swirlix", "attacks": [ { "name": "Follow the Scent", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. Put a number of cards up to the number of heads from your discard pile into your hand." }, { "name": "Fairy Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -4122,18 +3156,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "Slurpuff's fur contains a lot of air, making it soft to the touch and lighter than it looks.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4149,23 +3178,14 @@ "id": "swsh6-69", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Psychic"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4183,17 +3203,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "By exposing foes to the blinking of its luminescent spots, Inkay demoralizes them, and then it seizes the chance to flee.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4209,21 +3225,14 @@ "id": "swsh6-70", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Rapid Strike Tentacles", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40×", "text": "Reveal any number of Rapid Strike cards from your hand. This attack does 40 damage for each card you revealed in this way. Then, shuffle those cards into your deck." @@ -4241,19 +3250,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It's said that Malamar's hypnotic powers played a role in certain history-changing events.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4269,22 +3272,14 @@ "id": "swsh6-71", "name": "Hatenna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hattrem" - ], + "types": ["Psychic"], + "evolvesTo": ["Hattrem"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4302,17 +3297,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Sekio", "rarity": "Common", "flavorText": "If this Pokémon senses a strong emotion, it will run away as fast as it can. It prefers areas without people.", - "nationalPokedexNumbers": [ - 856 - ], + "nationalPokedexNumbers": [856], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4328,23 +3319,15 @@ "id": "swsh6-72", "name": "Hattrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hatenna", - "evolvesTo": [ - "Hatterene" - ], + "evolvesTo": ["Hatterene"], "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -4362,17 +3345,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "Using the braids on its head, it pummels foes to get them to quiet down. One blow from those braids would knock out a professional boxer.", - "nationalPokedexNumbers": [ - 857 - ], + "nationalPokedexNumbers": [857], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4388,13 +3367,9 @@ "id": "swsh6-73", "name": "Hatterene", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Hattrem", "abilities": [ { @@ -4406,10 +3381,7 @@ "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4427,17 +3399,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "chibi", "rarity": "Rare Holo", "flavorText": "If you're too loud around it, you risk being torn apart by the claws on its tentacle. This Pokémon is also known as the Forest Witch.", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4453,34 +3421,23 @@ "id": "swsh6-74", "name": "Shadow Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shadow Mist", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, they can't play any Special Energy or Stadium cards from their hand." }, { "name": "Astral Barrage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them." @@ -4498,17 +3455,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "D.A.G Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4524,13 +3476,9 @@ "id": "swsh6-75", "name": "Shadow Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shadow Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4545,11 +3493,7 @@ "attacks": [ { "name": "Max Geist", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon." @@ -4567,17 +3511,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4593,23 +3532,14 @@ "id": "swsh6-76", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -4621,17 +3551,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Souichirou Gunjima", "rarity": "Common", "flavorText": "It burrows through the ground at a shallow depth. It leaves raised earth in its wake, making it easy to spot.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4647,22 +3573,14 @@ "id": "swsh6-77", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Triple Heads", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 3 coins. This attack does 60 damage for each heads. If all of them are heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -4674,17 +3592,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "These Diglett triplets dig over 60 miles below sea level. No one knows what it's like underground.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4700,23 +3614,14 @@ "id": "swsh6-78", "name": "Galarian Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Fighting"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Puncture", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack's damage isn't affected by Resistance." @@ -4728,17 +3633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "The stalks of leeks are thicker and longer in the Galar region. Farfetch'd that adapted to these stalks took on a unique form.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4754,32 +3655,21 @@ "id": "swsh6-79", "name": "Galarian Sirfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Farfetch'd", "attacks": [ { "name": "Peck", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Leek Strike", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If this Pokémon has a Pokémon Tool attached, this attack does 90 more damage, and this attack's damage isn't affected by Resistance." @@ -4791,18 +3681,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Uta", "rarity": "Rare", "flavorText": "After deflecting attacks with its hard leaf shield, it strikes back with its sharp leek stalk. The leek stalk is both weapon and food.", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4818,14 +3703,9 @@ "id": "swsh6-80", "name": "Galarian Zapdos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4839,12 +3719,7 @@ "attacks": [ { "name": "Thunderous Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Before doing damage, discard a Special Energy from your opponent's Active Pokémon." @@ -4856,16 +3731,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4881,30 +3752,21 @@ "id": "swsh6-81", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kirlia", "attacks": [ { "name": "Feint", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Dynablade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon V in play." @@ -4916,18 +3778,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "NC Empire", "rarity": "Rare", "flavorText": "Sharply attuned to others' wishes for help, this Pokémon seeks out those in need and aids them in battle.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4943,23 +3800,14 @@ "id": "swsh6-82", "name": "Galarian Yamask", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Cofagrigus" - ], + "types": ["Fighting"], + "evolvesTo": ["Cofagrigus"], "attacks": [ { "name": "Brutal Swing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4971,18 +3819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "It's said that this Pokémon was formed when an ancient clay tablet was drawn to a vengeful spirit.", - "nationalPokedexNumbers": [ - 562 - ], + "nationalPokedexNumbers": [562], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4998,13 +3841,9 @@ "id": "swsh6-83", "name": "Galarian Runerigus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Galarian Yamask", "abilities": [ { @@ -5016,11 +3855,7 @@ "attacks": [ { "name": "Energy Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5032,18 +3867,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "KEIICHIRO ITO", "rarity": "Rare Holo", "flavorText": "Never touch its shadowlike body, or you'll be shown the horrific memories behind the picture carved into it.", - "nationalPokedexNumbers": [ - 867 - ], + "nationalPokedexNumbers": [867], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5059,32 +3889,21 @@ "id": "swsh6-84", "name": "Crabrawler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Crabominable" - ], + "types": ["Fighting"], + "evolvesTo": ["Crabominable"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Lariat", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." @@ -5096,19 +3915,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Crabrawler has been known to mistake Exeggutor for a coconut tree and climb it. The enraged Exeggutor shakes it off and stomps it.", - "nationalPokedexNumbers": [ - 739 - ], + "nationalPokedexNumbers": [739], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5124,34 +3937,21 @@ "id": "swsh6-85", "name": "Crabominable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Crabrawler", "attacks": [ { "name": "Double Lariat", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90×", "text": "Flip 2 coins. This attack does 90 damage for each heads." }, { "name": "Crabhammer", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -5163,20 +3963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "85", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Before it stops to think, it just starts pummeling. There are records of its turning back avalanches with a flurry of punches.", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5192,24 +3985,14 @@ "id": "swsh6-86", "name": "Rockruff", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lycanroc" - ], + "types": ["Fighting"], + "evolvesTo": ["Lycanroc"], "attacks": [ { "name": "Crunch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -5221,17 +4004,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "Yuu Nishida", "rarity": "Common", "flavorText": "When it rubs the rocks on its neck against you, that's proof of its love for you. However, the rocks are sharp, so the gesture is quite painful!", - "nationalPokedexNumbers": [ - 744 - ], + "nationalPokedexNumbers": [744], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5247,22 +4026,14 @@ "id": "swsh6-87", "name": "Lycanroc", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rockruff", "attacks": [ { "name": "Rogue Fangs", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "80+", "text": "This attack does 10 more damage for each Single Strike Pokémon in your discard pile." @@ -5274,18 +4045,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Teeziro", "rarity": "Rare Holo", "flavorText": "They live alone without forming packs. They will only listen to orders from Trainers who can draw out their true power.", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5301,14 +4067,9 @@ "id": "swsh6-88", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Throwing Coach", @@ -5319,9 +4080,7 @@ "attacks": [ { "name": "Fling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5333,17 +4092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Passimian live in groups of about 20, with each member performing an assigned role. Through cooperation, the group survives.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5359,14 +4114,9 @@ "id": "swsh6-89", "name": "Sandaconda V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5380,11 +4130,7 @@ "attacks": [ { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -5396,17 +4142,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5422,13 +4163,9 @@ "id": "swsh6-90", "name": "Sandaconda VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandaconda V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5436,20 +4173,14 @@ "attacks": [ { "name": "Sand Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "G-Max Cyclone", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Move any amount of Energy from your Pokémon to your other Pokémon in any way you like." @@ -5461,18 +4192,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "aky CG Works", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5488,23 +4213,14 @@ "id": "swsh6-91", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5516,18 +4232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Its tentacles tear off easily, but it isn't alarmed when that happens—it knows they'll grow back. It's about as smart as a three-year-old.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5543,13 +4254,9 @@ "id": "swsh6-92", "name": "Grapploct", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Clobbopus", "abilities": [ { @@ -5561,11 +4268,7 @@ "attacks": [ { "name": "Synchro Buster", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -5577,19 +4280,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "92", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "Searching for an opponent to test its skills against, it emerges onto land. Once the battle is over, it returns to the sea.", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5605,33 +4302,21 @@ "id": "swsh6-93", "name": "Kubfu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Urshifu" - ], + "types": ["Fighting"], + "evolvesTo": ["Urshifu"], "attacks": [ { "name": "Training", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Elbow Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5643,17 +4328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If Kubfu pulls the long white hair on its head, its fighting spirit heightens and power wells up from the depths of its belly.", - "nationalPokedexNumbers": [ - 891 - ], + "nationalPokedexNumbers": [891], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5669,23 +4350,14 @@ "id": "swsh6-94", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Darkness"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Smog", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -5697,17 +4369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It adores polluted air. Some claim that Koffing used to be more plentiful in the Galar region than they are now.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5723,30 +4391,21 @@ "id": "swsh6-95", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Mixin' Toxin", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused. Attach a Darkness Energy card from your discard pile to this Pokémon." }, { "name": "Smog Burst", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Darkness Energy attached to all of your Pokémon." @@ -5758,18 +4417,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "Very rarely, a sudden mutation can result in two small Koffing twins becoming conjoined as a Weezing.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5785,13 +4439,9 @@ "id": "swsh6-96", "name": "Galarian Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Koffing", "abilities": [ { @@ -5803,10 +4453,7 @@ "attacks": [ { "name": "Suffocating Gas", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5818,18 +4465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "Long ago, during a time when droves of factories fouled the air with pollution, Weezing changed into this form for some reason.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5845,14 +4487,9 @@ "id": "swsh6-97", "name": "Galarian Moltres V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5866,11 +4503,7 @@ "attacks": [ { "name": "Aura Burn", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -5882,17 +4515,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5908,13 +4536,9 @@ "id": "swsh6-98", "name": "Galarian Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Slowpoke", "abilities": [ { @@ -5926,11 +4550,7 @@ "attacks": [ { "name": "Spray Fluid", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -5942,19 +4562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "98", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "While chanting strange spells, this Pokémon combines its internal toxins with what it's eaten, creating strange potions.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5970,34 +4584,23 @@ "id": "swsh6-99", "name": "Galarian Slowking V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Concoction", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Word of Ruin", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." @@ -6009,18 +4612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6036,14 +4633,9 @@ "id": "swsh6-100", "name": "Galarian Slowking VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Slowking V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6051,10 +4643,7 @@ "attacks": [ { "name": "Max Toxify", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 12 damage counters on that Pokémon instead of 1." @@ -6066,18 +4655,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6093,14 +4676,9 @@ "id": "swsh6-101", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Bursting Needles", @@ -6111,10 +4689,7 @@ "attacks": [ { "name": "Poison Jab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6126,17 +4701,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "The small spikes covering its body developed from scales. They inject a toxin that causes fainting.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6152,22 +4723,13 @@ "id": "swsh6-102", "name": "Seviper", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Strong Tail", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you played a Single Strike Supporter card from your hand during this turn, this attack does 90 more damage." @@ -6179,18 +4741,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Constant polishing makes the edge of the blade on its tail extremely sharp. It's Zangoose's archrival.", - "nationalPokedexNumbers": [ - 336 - ], + "nationalPokedexNumbers": [336], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6206,28 +4763,20 @@ "id": "swsh6-103", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Ghostly Cries", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "For each Pokémon in your opponent's discard pile, put 1 damage counter on your opponent's Pokémon in any way you like. If you placed any damage counters in this way, your opponent shuffles all Pokémon from their discard pile into their deck." }, { "name": "Will-O-Wisp", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6239,17 +4788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "It was bound to a fissure in an Odd Keystone as punishment for misdeeds 500 years ago.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6265,14 +4810,9 @@ "id": "swsh6-104", "name": "Liepard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6286,11 +4826,7 @@ "attacks": [ { "name": "Shadow Ripper", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may put this Pokémon and all attached cards into your hand." @@ -6302,16 +4838,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6327,22 +4859,14 @@ "id": "swsh6-105", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Darkness"], + "evolvesTo": ["Whirlipede"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6354,18 +4878,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "Its bite injects a potent poison, enough to paralyze large bird Pokémon that try to prey on it.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6381,34 +4900,22 @@ "id": "swsh6-106", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Rolling Tackle", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -6420,19 +4927,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "hatachu", "rarity": "Uncommon", "flavorText": "It is usually motionless, but when attacked, it rotates at high speed and then crashes into its opponent.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6448,31 +4949,21 @@ "id": "swsh6-107", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Whirlipede", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "50", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Venoshock", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 120 more damage." @@ -6484,19 +4975,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "With quick movements, it chases down its foes, attacking relentlessly with its horns until it prevails.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6512,33 +4997,21 @@ "id": "swsh6-108", "name": "Single Strike Urshifu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Kubfu", "attacks": [ { "name": "Field Crush", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "If your opponent has a Stadium in play, discard it." }, { "name": "Fists of Strife", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage." @@ -6550,18 +5023,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Inhabiting the mountains of a distant region, this Pokémon races across sheer cliffs, training its legs and refining its moves.", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6577,34 +5045,21 @@ "id": "swsh6-109", "name": "Aron", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Lairon" - ], + "types": ["Metal"], + "evolvesTo": ["Lairon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -6622,18 +5077,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one.", - "nationalPokedexNumbers": [ - 304 - ], + "nationalPokedexNumbers": [304], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6649,37 +5099,22 @@ "id": "swsh6-110", "name": "Lairon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aron", - "evolvesTo": [ - "Aggron" - ], + "evolvesTo": ["Aggron"], "attacks": [ { "name": "Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -6697,19 +5132,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "110", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "It habitually shows off its strength with the size of sparks it creates by ramming its steel body into boulders.", - "nationalPokedexNumbers": [ - 305 - ], + "nationalPokedexNumbers": [305], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6725,34 +5154,21 @@ "id": "swsh6-111", "name": "Aggron", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Lairon", "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Seismic Rift", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "This attack also does 30 damage to each of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6770,20 +5186,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "111", "artist": "Teeziro", "rarity": "Rare", "flavorText": "While seeking iron for food, it digs tunnels by breaking through bedrock with its steel horns.", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6799,34 +5208,23 @@ "id": "swsh6-112", "name": "Metagross V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Synchro Hammer", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached, this attack does 90 more damage." @@ -6844,18 +5242,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6871,14 +5263,9 @@ "id": "swsh6-113", "name": "Metagross VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metagross V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6886,19 +5273,14 @@ "attacks": [ { "name": "Zap Traction", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Max Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "During your next turn, this Pokémon's Max Rush attack does 150 more damage." @@ -6916,18 +5298,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "113", "artist": "Ryota Murayama", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6943,31 +5319,20 @@ "id": "swsh6-114", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Headbang", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Metal Slash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your next turn, this Pokémon can't attack." @@ -6985,18 +5350,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Kazuma Koda", "rarity": "Rare Holo", "flavorText": "It has a body and heart of steel. It worked with its allies to punish people when they hurt Pokémon.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7012,31 +5372,20 @@ "id": "swsh6-115", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Raging Bull", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each damage counter on this Pokémon. This Pokémon is now Confused." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "This Pokémon also does 30 damage to itself." @@ -7048,18 +5397,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "They live in groups. The one with the longest, thickest, and most-scarred horns is the boss of the herd.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7075,22 +5419,14 @@ "id": "swsh6-116", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -7102,18 +5438,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "It was built 20 years ago by scientists who dreamed of exploring space. Their dreams have yet to come true.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7129,24 +5460,15 @@ "id": "swsh6-117", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage for each heads." @@ -7158,18 +5480,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "Nagomi Nijo", "rarity": "Uncommon", "flavorText": "Even though it doesn't die in the vacuum of space, it can't move around very well in zero gravity.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7185,13 +5502,9 @@ "id": "swsh6-118", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "abilities": [ { @@ -7203,11 +5516,7 @@ "attacks": [ { "name": "Superbeam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Discard 2 Energy from this Pokémon." @@ -7219,18 +5528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "A faulty update was added to its programming. Its behavior is noticeably strange, so the experiment may have been a failure.", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7246,14 +5550,9 @@ "id": "swsh6-119", "name": "Blissey V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -7267,9 +5566,7 @@ "attacks": [ { "name": "Blissful Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon." @@ -7281,19 +5578,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "119", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7309,22 +5599,13 @@ "id": "swsh6-120", "name": "Zangoose", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gale Claws", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "If you played a Rapid Strike Supporter card from your hand during this turn, this attack also does 50 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7336,18 +5617,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "Its fur would all stand on end if it smelled a Seviper nearby. Its sharp claws tear up its foes.", - "nationalPokedexNumbers": [ - 335 - ], + "nationalPokedexNumbers": [335], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7363,13 +5639,9 @@ "id": "swsh6-121", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Weather Reading", @@ -7380,11 +5652,7 @@ "attacks": [ { "name": "Weather Force", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Draw cards until you have 6 cards in your hand." @@ -7400,9 +5668,7 @@ "artist": "Asako Ito", "rarity": "Common", "flavorText": "Its form changes depending on the weather. The rougher conditions get, the rougher Castform's disposition!", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7418,14 +5684,9 @@ "id": "swsh6-122", "name": "Kecleon", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Chromashift", @@ -7436,11 +5697,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7452,18 +5709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare", "flavorText": "Its color changes for concealment and also when its mood or health changes. The darker the color, the healthier it is.", - "nationalPokedexNumbers": [ - 352 - ], + "nationalPokedexNumbers": [352], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7479,29 +5731,20 @@ "id": "swsh6-123", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Return", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may draw cards until you have 6 cards in your hand." }, { "name": "Sky Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Put this Pokémon and all attached cards into your hand." @@ -7519,17 +5762,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7545,36 +5784,23 @@ "id": "swsh6-124", "name": "Tornadus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If a Stadium is in play, this attack does 20 more damage." }, { "name": "Blasting Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -7592,17 +5818,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "124", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7618,14 +5839,9 @@ "id": "swsh6-125", "name": "Tornadus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tornadus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7633,22 +5849,14 @@ "attacks": [ { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Max Wind Spirit", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium." @@ -7666,17 +5874,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7692,30 +5895,20 @@ "id": "swsh6-126", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Fur Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance)." @@ -7727,17 +5920,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "Left alone, its fur will grow longer and longer, but it will only allow someone it trusts to cut it.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7753,31 +5942,21 @@ "id": "swsh6-127", "name": "Skwovet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Greedent" - ], + "types": ["Colorless"], + "evolvesTo": ["Greedent"], "attacks": [ { "name": "Scrounge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Pokémon Tool card from your discard pile into your hand." }, { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7789,17 +5968,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "It eats berries nonstop—a habit that has made it more resilient than it looks. It'll show up on farms, searching for yet more berries.", - "nationalPokedexNumbers": [ - 819 - ], + "nationalPokedexNumbers": [819], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7815,13 +5990,9 @@ "id": "swsh6-128", "name": "Greedent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skwovet", "abilities": [ { @@ -7833,11 +6004,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -7849,17 +6016,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "HYOGONOSUKE", "rarity": "Rare Holo", "flavorText": "Common throughout the Galar region, this Pokémon has strong teeth and can chew through the toughest of berry shells.", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7875,9 +6038,7 @@ "id": "swsh6-129", "name": "Agatha", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move up to 3 damage counters from your Active Pokémon to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -7900,9 +6061,7 @@ "id": "swsh6-130", "name": "Avery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3.", "You may play only 1 Supporter card during your turn." @@ -7925,10 +6084,7 @@ "id": "swsh6-131", "name": "Brawly", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -7951,9 +6107,7 @@ "id": "swsh6-132", "name": "Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards.", "You may play only 1 Supporter card during your turn." @@ -7976,9 +6130,7 @@ "id": "swsh6-133", "name": "Crushing Gloves", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Metal Pokémon (before applying Weakness and Resistance).", @@ -8002,9 +6154,7 @@ "id": "swsh6-134", "name": "Doctor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent's Active Pokémon is a Pokémon VMAX, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -8027,9 +6177,7 @@ "id": "swsh6-135", "name": "Dyna Tree Hill", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon (both yours and your opponent's) can't be healed.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -8052,10 +6200,7 @@ "id": "swsh6-136", "name": "Echoing Horn", "supertype": "Trainer", - "subtypes": [ - "Item", - "Rapid Strike" - ], + "subtypes": ["Item", "Rapid Strike"], "rules": [ "Put a Basic Pokémon from your opponent's discard pile onto their Bench.", "You may play any number of Item cards during your turn." @@ -8078,9 +6223,7 @@ "id": "swsh6-137", "name": "Expedition Uniform", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 3 cards of your deck and put them on top of your deck in any order.", "You may play any number of Item cards during your turn." @@ -8103,9 +6246,7 @@ "id": "swsh6-138", "name": "Fire-Resistant Gloves", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Fire Pokémon (before applying Weakness and Resistance).", @@ -8129,10 +6270,7 @@ "id": "swsh6-139", "name": "Flannery", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon, and discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -8155,9 +6293,7 @@ "id": "swsh6-140", "name": "Fog Crystal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Psychic Energy card or a Basic Psychic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -8180,9 +6316,7 @@ "id": "swsh6-141", "name": "Galarian Chestplate", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to has \"Galarian\" in its name, it takes 30 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).", @@ -8206,9 +6340,7 @@ "id": "swsh6-142", "name": "Honey", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw a card for each of your opponent's Benched Pokémon V.", "You may play only 1 Supporter card during your turn." @@ -8231,9 +6363,7 @@ "id": "swsh6-143", "name": "Justified Gloves", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Darkness Pokémon (before applying Weakness and Resistance).", @@ -8257,10 +6387,7 @@ "id": "swsh6-144", "name": "Karen's Conviction", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "During this turn, your Single Strike Pokémon's attacks do 20 more damage to your opponent's Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -8283,9 +6410,7 @@ "id": "swsh6-145", "name": "Klara", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or both: • Put up to 2 Pokémon from your discard pile into your hand. • Put up to 2 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -8308,9 +6433,7 @@ "id": "swsh6-146", "name": "Melony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -8333,9 +6456,7 @@ "id": "swsh6-147", "name": "Old Cemetery", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever any player attaches an Energy card from their hand to 1 of their non-Psychic Pokémon, put 2 damage counters on that Pokémon.", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -8358,9 +6479,7 @@ "id": "swsh6-148", "name": "Path to the Peak", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Pokémon with a Rule Box in play (both yours and your opponent's) have no Abilities. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "This Stadium stays in play when you play it. Discard it if another Stadium comes into play. If a Stadium with the same name is in play, you can't play this card." @@ -8383,9 +6502,7 @@ "id": "swsh6-149", "name": "Peonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 3 Prize cards into your hand. Then, for each Prize card you put into your hand in this way, put a card from your hand face down as a Prize card.", "You may play only 1 Supporter card during your turn." @@ -8408,9 +6525,7 @@ "id": "swsh6-150", "name": "Peony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -8433,10 +6548,7 @@ "id": "swsh6-151", "name": "Rapid Strike Scroll of the Skies", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Rapid Strike" - ], + "subtypes": ["Pokémon Tool", "Rapid Strike"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -8445,10 +6557,7 @@ "attacks": [ { "name": "Gravdrop", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon." @@ -8472,9 +6581,7 @@ "id": "swsh6-152", "name": "Rugged Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if it is Knocked Out), put an Energy attached to the Attacking Pokémon into your opponent's hand.", @@ -8498,10 +6605,7 @@ "id": "swsh6-153", "name": "Siebold", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Choose up to 2 of your Rapid Strike Pokémon and heal 60 damage from each of them.", "You may play only 1 Supporter card during your turn." @@ -8524,10 +6628,7 @@ "id": "swsh6-154", "name": "Single Strike Scroll of Piercing", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool", - "Single Strike" - ], + "subtypes": ["Pokémon Tool", "Single Strike"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -8536,11 +6637,7 @@ "attacks": [ { "name": "Bullet Breakthrough", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." @@ -8564,9 +6661,7 @@ "id": "swsh6-155", "name": "Weeding Gloves", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Grass Pokémon (before applying Weakness and Resistance).", @@ -8590,10 +6685,7 @@ "id": "swsh6-156", "name": "Welcoming Lantern", "supertype": "Trainer", - "subtypes": [ - "Item", - "Single Strike" - ], + "subtypes": ["Item", "Single Strike"], "rules": [ "Put a Single Strike Supporter card from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -8616,10 +6708,7 @@ "id": "swsh6-157", "name": "Impact Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Single Strike" - ], + "subtypes": ["Special", "Single Strike"], "rules": [ "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. The Pokémon this card is attached to can't be Poisoned, and if it is already Poisoned, it recovers from that Special Condition." @@ -8641,9 +6730,7 @@ "id": "swsh6-158", "name": "Lucky Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Colorless Energy.", "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if it is Knocked Out), draw a card." @@ -8665,10 +6752,7 @@ "id": "swsh6-159", "name": "Spiral Energy", "supertype": "Energy", - "subtypes": [ - "Special", - "Rapid Strike" - ], + "subtypes": ["Special", "Rapid Strike"], "rules": [ "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid Strike Pokémon, discard this card.", "As long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. The Pokémon this card is attached to can't be Paralyzed, and if it is already Paralyzed, it recovers from that Special Condition." @@ -8690,33 +6774,23 @@ "id": "swsh6-160", "name": "Celebi V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaflet Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Grass Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Slash Back", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -8728,16 +6802,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8753,37 +6823,23 @@ "id": "swsh6-161", "name": "Blaziken V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Discard 2 Energy from this Pokémon." @@ -8795,17 +6851,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "161", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8821,36 +6872,23 @@ "id": "swsh6-162", "name": "Volcanion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Dynamite Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has 10 or more damage counters on it, this attack does 150 more damage." @@ -8862,18 +6900,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "162", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8889,34 +6921,23 @@ "id": "swsh6-163", "name": "Ice Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pierce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Glacial Lance", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -8928,17 +6949,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8954,34 +6970,23 @@ "id": "swsh6-164", "name": "Ice Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pierce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Glacial Lance", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -8993,17 +6998,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "164", "artist": "OKACHEKE", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9019,26 +7019,16 @@ "id": "swsh6-165", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cross Fist", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9050,17 +7040,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "165", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9076,26 +7061,16 @@ "id": "swsh6-166", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cross Fist", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If 1 of your other Rapid Strike Pokémon used an attack during your last turn, this attack also does 160 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9107,17 +7082,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "166", "artist": "Atsushi Furusawa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9133,34 +7103,23 @@ "id": "swsh6-167", "name": "Galarian Rapidash V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Libra Horn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on 1 of your opponent's Pokémon until its remaining HP is 100." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -9178,16 +7137,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "167", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9203,34 +7158,23 @@ "id": "swsh6-168", "name": "Galarian Rapidash V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Libra Horn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on 1 of your opponent's Pokémon until its remaining HP is 100." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -9248,16 +7192,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "168", "artist": "sui", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9273,14 +7213,9 @@ "id": "swsh6-169", "name": "Galarian Articuno V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9294,11 +7229,7 @@ "attacks": [ { "name": "Psyray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -9316,17 +7247,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9342,14 +7268,9 @@ "id": "swsh6-170", "name": "Galarian Articuno V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9363,11 +7284,7 @@ "attacks": [ { "name": "Psyray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -9385,17 +7302,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "170", "artist": "Uta", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9411,34 +7323,23 @@ "id": "swsh6-171", "name": "Shadow Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shadow Mist", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, they can't play any Special Energy or Stadium cards from their hand." }, { "name": "Astral Barrage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them." @@ -9456,17 +7357,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "171", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9482,34 +7378,23 @@ "id": "swsh6-172", "name": "Shadow Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shadow Mist", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, they can't play any Special Energy or Stadium cards from their hand." }, { "name": "Astral Barrage", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 2 of your opponent's Pokémon and put 5 damage counters on each of them." @@ -9527,17 +7412,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "172", "artist": "kodama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9553,14 +7433,9 @@ "id": "swsh6-173", "name": "Galarian Zapdos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9574,12 +7449,7 @@ "attacks": [ { "name": "Thunderous Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Before doing damage, discard a Special Energy from your opponent's Active Pokémon." @@ -9591,16 +7461,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9616,14 +7482,9 @@ "id": "swsh6-174", "name": "Galarian Zapdos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9637,12 +7498,7 @@ "attacks": [ { "name": "Thunderous Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Before doing damage, discard a Special Energy from your opponent's Active Pokémon." @@ -9654,16 +7510,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "174", "artist": "Akira Komayama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9679,14 +7531,9 @@ "id": "swsh6-175", "name": "Sandaconda V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9700,11 +7547,7 @@ "attacks": [ { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -9716,17 +7559,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "175", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9742,14 +7580,9 @@ "id": "swsh6-176", "name": "Galarian Moltres V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9763,11 +7596,7 @@ "attacks": [ { "name": "Aura Burn", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -9779,17 +7608,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "176", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9805,14 +7629,9 @@ "id": "swsh6-177", "name": "Galarian Moltres V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9826,11 +7645,7 @@ "attacks": [ { "name": "Aura Burn", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -9842,17 +7657,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "177", "artist": "Shibuzoh.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9868,34 +7678,23 @@ "id": "swsh6-178", "name": "Galarian Slowking V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Concoction", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Word of Ruin", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." @@ -9907,18 +7706,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "178", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9934,34 +7727,23 @@ "id": "swsh6-179", "name": "Galarian Slowking V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Concoction", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 3 cards." }, { "name": "Word of Ruin", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "At the end of your opponent's next turn, the Defending Pokémon will be Knocked Out." @@ -9973,18 +7755,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "179", "artist": "Tomokazu Komiya", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10000,14 +7776,9 @@ "id": "swsh6-180", "name": "Liepard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10021,11 +7792,7 @@ "attacks": [ { "name": "Shadow Ripper", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "You may put this Pokémon and all attached cards into your hand." @@ -10037,16 +7804,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10062,34 +7825,23 @@ "id": "swsh6-181", "name": "Metagross V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Synchro Hammer", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached, this attack does 90 more damage." @@ -10107,18 +7859,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "181", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10134,14 +7880,9 @@ "id": "swsh6-182", "name": "Blissey V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10155,9 +7896,7 @@ "attacks": [ { "name": "Blissful Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon." @@ -10169,19 +7908,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "182", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10197,14 +7929,9 @@ "id": "swsh6-183", "name": "Blissey V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "250", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10218,9 +7945,7 @@ "attacks": [ { "name": "Blissful Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to this Pokémon. If you did any damage with this attack, you may attach up to 3 Energy cards from your discard pile to this Pokémon." @@ -10232,19 +7957,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "183", "artist": "Saya Tsuruta", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10260,36 +7978,23 @@ "id": "swsh6-184", "name": "Tornadus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If a Stadium is in play, this attack does 20 more damage." }, { "name": "Blasting Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -10307,17 +8012,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "184", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10333,36 +8033,23 @@ "id": "swsh6-185", "name": "Tornadus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blow Through", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If a Stadium is in play, this attack does 20 more damage." }, { "name": "Blasting Hammer", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -10380,17 +8067,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "tetsuya koizumi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10406,9 +8088,7 @@ "id": "swsh6-186", "name": "Agatha", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move up to 3 damage counters from your Active Pokémon to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -10431,9 +8111,7 @@ "id": "swsh6-187", "name": "Avery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3.", "You may play only 1 Supporter card during your turn." @@ -10456,10 +8134,7 @@ "id": "swsh6-188", "name": "Brawly", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10482,9 +8157,7 @@ "id": "swsh6-189", "name": "Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards.", "You may play only 1 Supporter card during your turn." @@ -10507,9 +8180,7 @@ "id": "swsh6-190", "name": "Doctor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent's Active Pokémon is a Pokémon VMAX, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -10532,10 +8203,7 @@ "id": "swsh6-191", "name": "Flannery", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon, and discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -10558,9 +8226,7 @@ "id": "swsh6-192", "name": "Honey", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw a card for each of your opponent's Benched Pokémon V.", "You may play only 1 Supporter card during your turn." @@ -10583,10 +8249,7 @@ "id": "swsh6-193", "name": "Karen's Conviction", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "During this turn, your Single Strike Pokémon's attacks do 20 more damage to your opponent's Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -10609,9 +8272,7 @@ "id": "swsh6-194", "name": "Klara", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or both: • Put up to 2 Pokémon from your discard pile into your hand. • Put up to 2 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -10634,9 +8295,7 @@ "id": "swsh6-195", "name": "Melony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -10659,9 +8318,7 @@ "id": "swsh6-196", "name": "Peonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 3 Prize cards into your hand. Then, for each Prize card you put into your hand in this way, put a card from your hand face down as a Prize card.", "You may play only 1 Supporter card during your turn." @@ -10684,9 +8341,7 @@ "id": "swsh6-197", "name": "Peony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10709,10 +8364,7 @@ "id": "swsh6-198", "name": "Siebold", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Choose up to 2 of your Rapid Strike Pokémon and heal 60 damage from each of them.", "You may play only 1 Supporter card during your turn." @@ -10735,13 +8387,9 @@ "id": "swsh6-199", "name": "Celebi VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Celebi V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10756,10 +8404,7 @@ "attacks": [ { "name": "Max Plant", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Then, shuffle your deck." @@ -10771,16 +8416,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "199", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10796,14 +8437,9 @@ "id": "swsh6-200", "name": "Blaziken VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10811,19 +8447,14 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Max Blaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Choose up to 2 of your Benched Rapid Strike Pokémon and attach an Energy card from your discard pile to each of them." @@ -10835,17 +8466,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "200", "artist": "AKIRA EGAWA", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10861,14 +8487,9 @@ "id": "swsh6-201", "name": "Blaziken VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10876,19 +8497,14 @@ "attacks": [ { "name": "Clutch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Max Blaze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "130", "text": "Choose up to 2 of your Benched Rapid Strike Pokémon and attach an Energy card from your discard pile to each of them." @@ -10900,17 +8516,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "201", "artist": "Shigenori Negishi", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10926,13 +8537,9 @@ "id": "swsh6-202", "name": "Ice Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ice Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -10940,20 +8547,14 @@ "attacks": [ { "name": "Ride of the High King", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Max Lance", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 2 Energy from this Pokémon. If you do, this attack does 120 more damage for each card you discarded in this way." @@ -10965,17 +8566,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "202", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10991,13 +8587,9 @@ "id": "swsh6-203", "name": "Ice Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ice Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11005,20 +8597,14 @@ "attacks": [ { "name": "Ride of the High King", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." }, { "name": "Max Lance", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 2 Energy from this Pokémon. If you do, this attack does 120 more damage for each card you discarded in this way." @@ -11030,17 +8616,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "203", "artist": "Oswaldo KATO", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11056,13 +8637,9 @@ "id": "swsh6-204", "name": "Shadow Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shadow Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11077,11 +8654,7 @@ "attacks": [ { "name": "Max Geist", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon." @@ -11099,17 +8672,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11125,13 +8693,9 @@ "id": "swsh6-205", "name": "Shadow Rider Calyrex VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shadow Rider Calyrex V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11146,11 +8710,7 @@ "attacks": [ { "name": "Max Geist", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon." @@ -11168,17 +8728,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "205", "artist": "Mitsuhiro Arita", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11194,13 +8749,9 @@ "id": "swsh6-206", "name": "Sandaconda VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandaconda V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11208,20 +8759,14 @@ "attacks": [ { "name": "Sand Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack also does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "G-Max Cyclone", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Move any amount of Energy from your Pokémon to your other Pokémon in any way you like." @@ -11233,18 +8778,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "206", "artist": "aky CG Works", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11260,14 +8799,9 @@ "id": "swsh6-207", "name": "Galarian Slowking VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Slowking V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11275,10 +8809,7 @@ "attacks": [ { "name": "Max Toxify", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 12 damage counters on that Pokémon instead of 1." @@ -11290,18 +8821,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "207", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11317,14 +8842,9 @@ "id": "swsh6-208", "name": "Metagross VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metagross V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11332,19 +8852,14 @@ "attacks": [ { "name": "Zap Traction", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Max Rush", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "During your next turn, this Pokémon's Max Rush attack does 150 more damage." @@ -11362,18 +8877,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "208", "artist": "Ryota Murayama", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11389,14 +8898,9 @@ "id": "swsh6-209", "name": "Tornadus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tornadus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11404,22 +8908,14 @@ "attacks": [ { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" }, { "name": "Max Wind Spirit", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If a Stadium is in play, this attack does 120 more damage. Then, discard that Stadium." @@ -11437,17 +8933,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "209", "artist": "Mitsuhiro Arita", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11463,9 +8954,7 @@ "id": "swsh6-210", "name": "Agatha", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Move up to 3 damage counters from your Active Pokémon to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -11488,9 +8977,7 @@ "id": "swsh6-211", "name": "Avery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3.", "You may play only 1 Supporter card during your turn." @@ -11513,10 +9000,7 @@ "id": "swsh6-212", "name": "Brawly", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Search your deck for up to 3 Basic Rapid Strike Pokémon and put them onto your Bench. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11539,9 +9023,7 @@ "id": "swsh6-213", "name": "Caitlin", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards.", "You may play only 1 Supporter card during your turn." @@ -11564,9 +9046,7 @@ "id": "swsh6-214", "name": "Doctor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent's Active Pokémon is a Pokémon VMAX, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -11589,10 +9069,7 @@ "id": "swsh6-215", "name": "Flannery", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "Discard a Special Energy from 1 of your opponent's Pokémon, and discard a Stadium in play.", "You may play only 1 Supporter card during your turn." @@ -11615,10 +9092,7 @@ "id": "swsh6-216", "name": "Karen's Conviction", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Single Strike" - ], + "subtypes": ["Supporter", "Single Strike"], "rules": [ "During this turn, your Single Strike Pokémon's attacks do 20 more damage to your opponent's Active Pokémon for each Prize card your opponent has taken (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn." @@ -11641,9 +9115,7 @@ "id": "swsh6-217", "name": "Klara", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or both: • Put up to 2 Pokémon from your discard pile into your hand. • Put up to 2 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn." @@ -11666,9 +9138,7 @@ "id": "swsh6-218", "name": "Melony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a Water Energy card from your discard pile to 1 of your Pokémon V. If you do, draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -11691,9 +9161,7 @@ "id": "swsh6-219", "name": "Peonia", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put up to 3 Prize cards into your hand. Then, for each Prize card you put into your hand in this way, put a card from your hand face down as a Prize card.", "You may play only 1 Supporter card during your turn." @@ -11716,9 +9184,7 @@ "id": "swsh6-220", "name": "Peony", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and search your deck for up to 2 Trainer cards, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11741,10 +9207,7 @@ "id": "swsh6-221", "name": "Siebold", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Rapid Strike" - ], + "subtypes": ["Supporter", "Rapid Strike"], "rules": [ "Choose up to 2 of your Rapid Strike Pokémon and heal 60 damage from each of them.", "You may play only 1 Supporter card during your turn." @@ -11767,13 +9230,9 @@ "id": "swsh6-222", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -11785,11 +9244,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -11801,17 +9256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "222", "artist": "Ryo Ueda", "rarity": "Rare Secret", "flavorText": "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11827,13 +9278,9 @@ "id": "swsh6-223", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -11845,11 +9292,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -11867,19 +9310,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "223", "artist": "Eske Yoshinob", "rarity": "Rare Secret", "flavorText": "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11895,13 +9332,9 @@ "id": "swsh6-224", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Gormandize", @@ -11912,12 +9345,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -11929,19 +9357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "224", "artist": "Saki Hayashiro", "rarity": "Rare Secret", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11957,10 +9379,7 @@ "id": "swsh6-225", "name": "Echoing Horn", "supertype": "Trainer", - "subtypes": [ - "Item", - "Rapid Strike" - ], + "subtypes": ["Item", "Rapid Strike"], "rules": [ "Put a Basic Pokémon from your opponent's discard pile onto their Bench.", "You may play any number of Item cards during your turn." @@ -11983,10 +9402,7 @@ "id": "swsh6-226", "name": "Fan of Waves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Rapid Strike" - ], + "subtypes": ["Item", "Rapid Strike"], "rules": [ "Put a Special Energy attached to 1 of your opponent's Pokémon on the bottom of their deck.", "You may play any number of Item cards during your turn." @@ -12009,9 +9425,7 @@ "id": "swsh6-227", "name": "Fog Crystal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Psychic Energy card or a Basic Psychic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -12034,9 +9448,7 @@ "id": "swsh6-228", "name": "Rugged Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached.", "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if it is Knocked Out), put an Energy attached to the Attacking Pokémon into your opponent's hand.", @@ -12060,10 +9472,7 @@ "id": "swsh6-229", "name": "Urn of Vitality", "supertype": "Trainer", - "subtypes": [ - "Item", - "Single Strike" - ], + "subtypes": ["Item", "Single Strike"], "rules": [ "Shuffle up to 2 Single Strike Energy cards from your discard pile into your deck.", "You may play any number of Item cards during your turn." @@ -12086,10 +9495,7 @@ "id": "swsh6-230", "name": "Welcoming Lantern", "supertype": "Trainer", - "subtypes": [ - "Item", - "Single Strike" - ], + "subtypes": ["Item", "Single Strike"], "rules": [ "Put a Single Strike Supporter card from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -12112,9 +9518,7 @@ "id": "swsh6-231", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "231", "rarity": "Rare Secret", "legalities": { @@ -12131,9 +9535,7 @@ "id": "swsh6-232", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "232", "rarity": "Rare Secret", "legalities": { @@ -12150,9 +9552,7 @@ "id": "swsh6-233", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "233", "rarity": "Rare Secret", "legalities": { diff --git a/cards/en/swsh7.json b/cards/en/swsh7.json index ebfdabcc4..713aa06b8 100644 --- a/cards/en/swsh7.json +++ b/cards/en/swsh7.json @@ -3,14 +3,9 @@ "id": "swsh7-1", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Vise Coach", @@ -21,11 +16,7 @@ "attacks": [ { "name": "Seismic Toss", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -37,18 +28,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Although it's tough, it can't handle cold well. When night falls, it buries itself in leafage and sleeps.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -64,23 +50,14 @@ "id": "swsh7-2", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Continuous Spin", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage for each heads." @@ -96,9 +73,7 @@ "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when Hoppip gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -114,18 +89,11 @@ "id": "swsh7-3", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "60", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "abilities": [ { "name": "Solar Evolution", @@ -136,9 +104,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -154,9 +120,7 @@ "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It spreads its petals to absorb sunlight. It also floats in the air to get closer to the sun.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -172,14 +136,9 @@ "id": "swsh7-4", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "abilities": [ { @@ -191,9 +150,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "60", "text": "" @@ -209,9 +166,7 @@ "artist": "Tika Matsuno", "rarity": "Rare Holo", "flavorText": "Even in the fiercest wind, it can control its fluff to make its way to any place in the world it wants.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -227,23 +182,14 @@ "id": "swsh7-5", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -255,17 +201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "otumami", "rarity": "Common", "flavorText": "It attaches itself to a tree branch using the top of its head. Strong winds can sometimes make it fall.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -281,31 +223,20 @@ "id": "swsh7-6", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Rally Back", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -317,17 +248,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Oswaldo KATO", "rarity": "Rare", "flavorText": "Bunches of delicious fruit grow around its neck. In warm areas, many ranches raise Tropius.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -343,14 +270,9 @@ "id": "swsh7-7", "name": "Leafeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -364,11 +286,7 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -380,16 +298,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -405,13 +319,9 @@ "id": "swsh7-8", "name": "Leafeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -419,21 +329,14 @@ "attacks": [ { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Max Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Heal 30 damage from this Pokémon." @@ -445,17 +348,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -471,23 +369,14 @@ "id": "swsh7-9", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -499,17 +388,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Mika Pikazo", "rarity": "Common", "flavorText": "They prefer clean water and soil. When the environment they live in turns bad, the whole bunch will up and move to a new area.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -525,21 +410,14 @@ "id": "swsh7-10", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Dizzying Flower", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If tails, your opponent's Active Pokémon is now Confused." @@ -551,17 +429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "It's well liked by other Pokémon because of its beauty. The flower on its head needs constant care, or it will soon wither and rot.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -577,32 +451,21 @@ "id": "swsh7-11", "name": "Dwebble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Crustle" - ], + "types": ["Grass"], + "evolvesTo": ["Crustle"], "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Sharp Claws", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -614,18 +477,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It first tries to find a rock to live in, but if there are no suitable rocks to be found, Dwebble may move in to the ports of a Hippowdon.", - "nationalPokedexNumbers": [ - 557 - ], + "nationalPokedexNumbers": [557], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -641,32 +499,21 @@ "id": "swsh7-12", "name": "Crustle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dwebble", "attacks": [ { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 60 more damage." }, { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -678,19 +525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "Its thick claws are its greatest weapons. They're mighty enough to crack Rhyperior's carapace.", - "nationalPokedexNumbers": [ - 558 - ], + "nationalPokedexNumbers": [558], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -706,35 +547,23 @@ "id": "swsh7-13", "name": "Trevenant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Absorb Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Shadow Claw", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a random card from your opponent's hand." @@ -746,17 +575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -772,13 +596,9 @@ "id": "swsh7-14", "name": "Trevenant VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Trevenant V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -786,21 +606,14 @@ "attacks": [ { "name": "Missing in the Forest", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "This attack does 40 damage for each Supporter card in your opponent's discard pile." }, { "name": "Max Tree", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" @@ -812,18 +625,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "MUGENUP", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -839,22 +646,14 @@ "id": "swsh7-15", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -866,17 +665,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Mizue", "rarity": "Common", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -892,13 +687,9 @@ "id": "swsh7-16", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "abilities": [ { @@ -910,9 +701,7 @@ "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -924,17 +713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -950,22 +735,14 @@ "id": "swsh7-17", "name": "Applin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Flapple" - ], + "types": ["Grass"], + "evolvesTo": ["Flapple"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -977,17 +754,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "As soon as it's born, it burrows into an apple. Not only does the apple serve as its food source, but the flavor of the fruit determines its evolution.", - "nationalPokedexNumbers": [ - 840 - ], + "nationalPokedexNumbers": [840], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1003,14 +776,9 @@ "id": "swsh7-18", "name": "Flareon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Flareon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1018,11 +786,7 @@ "attacks": [ { "name": "Max Detonate", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard the top 5 cards of your deck. This attack does 100 damage for each Energy card you discarded in this way." @@ -1034,17 +798,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1060,32 +819,20 @@ "id": "swsh7-19", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Angry Fang", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage for each damage counter on all of your Benched Single Strike Pokémon." }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -1097,18 +844,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1124,20 +866,13 @@ "id": "swsh7-20", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Victory Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." @@ -1149,17 +884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Teeziro", "rarity": "Rare Holo", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1175,34 +906,23 @@ "id": "swsh7-21", "name": "Volcarona V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Surging Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon." @@ -1214,17 +934,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "kawayoo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1240,22 +955,14 @@ "id": "swsh7-22", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1267,17 +974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "This hot-blooded Pokémon is filled with curiosity. When it gets angry or starts fighting, its short mane gets hot.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1293,30 +996,21 @@ "id": "swsh7-23", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "attacks": [ { "name": "Combustion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Rip Claw", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -1328,18 +1022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "The temperature of its breath is over 10,000 degrees Fahrenheit, but Pyroar doesn't use it on its prey. This Pokémon prefers to eat raw meat.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1355,22 +1044,14 @@ "id": "swsh7-24", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1382,18 +1063,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "It has been found that its brain cells are 10 times more active when Psyduck is experiencing a headache.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1409,30 +1085,21 @@ "id": "swsh7-25", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Psybeam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1444,17 +1111,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "A professional swimmer, it can continue swimming for two days straight by waving its long tail skillfully.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1470,23 +1133,14 @@ "id": "swsh7-26", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Water"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1498,17 +1152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "Its body is 99% water. The remaining 1% contains the organ that makes its poison.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1524,32 +1174,21 @@ "id": "swsh7-27", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Poisonous Prison", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat." @@ -1561,18 +1200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Mina Nakai", "rarity": "Uncommon", "flavorText": "It communicates with others of its kind by lighting up the red orbs on its head. When the orbs are blinking, it's a warning sign.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1588,37 +1222,23 @@ "id": "swsh7-28", "name": "Gyarados V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Get Angry", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each damage counter on this Pokémon." }, { "name": "Heavy Storm", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -1630,18 +1250,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1657,13 +1271,9 @@ "id": "swsh7-29", "name": "Gyarados VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Gyarados V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1671,23 +1281,14 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Max Tyrant", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -1699,19 +1300,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "29", "artist": "Shin Nagasawa", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1727,14 +1321,9 @@ "id": "swsh7-30", "name": "Vaporeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vaporeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1742,20 +1331,14 @@ "attacks": [ { "name": "Bubble Pod", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Water Pokémon from your discard pile onto your Bench. If you do, attach up to 3 Water Energy cards from your discard pile to that Pokémon." }, { "name": "Max Torrent", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 100 more damage." @@ -1767,17 +1350,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1793,14 +1371,9 @@ "id": "swsh7-31", "name": "Suicune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1814,10 +1387,7 @@ "attacks": [ { "name": "Blizzard Rondo", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -1829,17 +1399,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1855,32 +1420,21 @@ "id": "swsh7-32", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Water"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1892,17 +1446,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Teeziro", "rarity": "Common", "flavorText": "Its leaf grew too large for it to live on land. That is how it began to live floating in the water.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1918,24 +1468,15 @@ "id": "swsh7-33", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -1947,17 +1488,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "It lives at the water's edge where it is sunny. It sleeps on a bed of water grass by day and becomes active at night.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1973,13 +1510,9 @@ "id": "swsh7-34", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "abilities": [ { @@ -1991,10 +1524,7 @@ "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -2006,18 +1536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "sowsow", "rarity": "Rare Holo", "flavorText": "If it hears festive music, it begins moving in rhythm in order to amplify its power.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2033,32 +1558,21 @@ "id": "swsh7-35", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Water"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Fin", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2070,17 +1584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "With its sturdy jaws and fangs, it can easily chomp wooden boats to splinters. It fights with Basculin over food.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2096,30 +1606,21 @@ "id": "swsh7-36", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Taunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon." }, { "name": "Jet Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "During your next turn, this Pokémon can't attack." @@ -2131,17 +1632,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kazuma Koda", "rarity": "Rare", "flavorText": "It drinks in seawater and jets it from its rear to propel itself. It's very sensitive to the scent of blood.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2157,23 +1654,14 @@ "id": "swsh7-37", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Flail Around", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -2185,17 +1673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It is a shabby and ugly Pokémon. However, it is very hardy and can survive on little water.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2211,14 +1695,9 @@ "id": "swsh7-38", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -2230,10 +1709,7 @@ "attacks": [ { "name": "Double Smash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "Flip 2 coins. This attack does 70 damage for each heads." @@ -2245,18 +1721,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "sui", "rarity": "Rare", "flavorText": "It's said that a glimpse of a Milotic and its beauty will calm any hostile emotions you're feeling.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2272,28 +1743,20 @@ "id": "swsh7-39", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Synchrodraw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand." }, { "name": "Water Gun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2305,17 +1768,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Mizue", "rarity": "Common", "flavorText": "Luvdisc makes its home in coral reefs in warm seas. It especially likes sleeping in the space between Corsola's branches.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2331,34 +1790,23 @@ "id": "swsh7-40", "name": "Glaceon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Awakening", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Heavy Snow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Stadium in play." @@ -2370,17 +1818,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2396,13 +1839,9 @@ "id": "swsh7-41", "name": "Glaceon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2417,11 +1856,7 @@ "attacks": [ { "name": "Max Icicle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2433,17 +1868,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2459,22 +1889,14 @@ "id": "swsh7-42", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2486,18 +1908,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It uses sound waves to communicate with others of its kind. People and other Pokémon species can't hear its cries of warning.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2513,29 +1930,20 @@ "id": "swsh7-43", "name": "Cryogonal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Element Chain", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 6 cards of your deck and attach any number of basic Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck." }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2547,17 +1955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They are composed of ice crystals. They capture prey with chains of ice, freezing the prey at -148 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 615 - ], + "nationalPokedexNumbers": [615], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2573,32 +1977,21 @@ "id": "swsh7-44", "name": "Bergmite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Avalugg" - ], + "types": ["Water"], + "evolvesTo": ["Avalugg"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2610,18 +2003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "kirisAki", "rarity": "Common", "flavorText": "This Pokémon lives in areas of frigid cold. It secures itself to the back of an Avalugg by freezing its feet in place.", - "nationalPokedexNumbers": [ - 712 - ], + "nationalPokedexNumbers": [712], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2637,34 +2025,21 @@ "id": "swsh7-45", "name": "Avalugg", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bergmite", "attacks": [ { "name": "Frost Barrier", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Hammer In", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -2676,20 +2051,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "45", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "As Avalugg moves about during the day, the cracks in its body deepen. The Pokémon's body returns to a pristine state overnight.", - "nationalPokedexNumbers": [ - 713 - ], + "nationalPokedexNumbers": [713], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2705,14 +2073,9 @@ "id": "swsh7-46", "name": "Wishiwashi", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "30", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Group Power", @@ -2723,10 +2086,7 @@ "attacks": [ { "name": "Schooling Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each basic Energy attached to this Pokémon." @@ -2738,17 +2098,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Teeziro", "rarity": "Rare", "flavorText": "When it senses danger, its eyes tear up. The sparkle of its tears signals other Wishiwashi to gather.", - "nationalPokedexNumbers": [ - 746 - ], + "nationalPokedexNumbers": [746], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2764,30 +2120,20 @@ "id": "swsh7-47", "name": "Eiscue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Blockface", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -2799,18 +2145,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "This Pokémon keeps its heat-sensitive head cool with ice. It fishes for its food, dangling its single hair into the sea to lure in prey.", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2826,37 +2167,23 @@ "id": "swsh7-48", "name": "Arctovish V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Ancient Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can't attack during your opponent's next turn." }, { "name": "Giga Impact", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "During your next turn, this Pokémon can't attack." @@ -2868,17 +2195,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 883 - ], + "nationalPokedexNumbers": [883], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2894,33 +2216,21 @@ "id": "swsh7-49", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Energize", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2932,17 +2242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "chibi", "rarity": "Common", "flavorText": "When Pikachu meet, they'll touch their tails together and exchange electricity through them as a form of greeting.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2958,31 +2264,21 @@ "id": "swsh7-50", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Big Sparking", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to each Pokémon V and Pokémon-GX (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard all Energy from this Pokémon." @@ -2994,18 +2290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "If its electric pouches run empty, it raises its tail to gather electricity from the atmosphere.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3021,13 +2312,9 @@ "id": "swsh7-51", "name": "Jolteon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Jolteon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3035,10 +2322,7 @@ "attacks": [ { "name": "Max Thunder Rumble", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "This attack also does 100 damage to 1 of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3053,9 +2337,7 @@ "number": "51", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3071,22 +2353,14 @@ "id": "swsh7-52", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3098,17 +2372,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "sowsow", "rarity": "Common", "flavorText": "On the dark ocean floor, its only means of communication is its constantly flashing lights.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3124,32 +2394,21 @@ "id": "swsh7-53", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Blinding Beam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3161,18 +2420,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "This Pokémon flashes a bright light that blinds its prey. This creates an opening for it to deliver an electrical attack.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3188,32 +2442,21 @@ "id": "swsh7-54", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3225,17 +2468,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Rubbing its fleece generates electricity. You'll want to pet it because it's cute, but if you use your bare hand, you'll get a painful shock.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3251,17 +2490,11 @@ "id": "swsh7-55", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "abilities": [ { "name": "Dynamotor", @@ -3272,11 +2505,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3288,18 +2517,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "OKACHEKE", "rarity": "Uncommon", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3315,32 +2539,21 @@ "id": "swsh7-56", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electron Crush", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "You may discard 3 Lightning Energy from this Pokémon. If you do, this attack does 120 more damage." @@ -3352,18 +2565,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "Its tail shines bright and strong. It has been prized since long ago as a beacon for sailors.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3379,19 +2587,13 @@ "id": "swsh7-57", "name": "Emolga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3407,9 +2609,7 @@ "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "As it flies, it scatters electricity around, so bird Pokémon keep their distance. That's why Emolga can keep all its food to itself.", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3425,34 +2625,23 @@ "id": "swsh7-58", "name": "Dracozolt V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Primeval Beak", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, Energy cards can't be attached from your opponent's hand to the Defending Pokémon." }, { "name": "Mountain Swing", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard the top 3 cards of your deck." @@ -3464,18 +2653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "58", "artist": "Ryota Murayama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3491,13 +2674,9 @@ "id": "swsh7-59", "name": "Dracozolt VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Dracozolt V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3505,21 +2684,14 @@ "attacks": [ { "name": "Spark Trap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 12 damage counters on the Attacking Pokémon." }, { "name": "Max Impact", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "" @@ -3531,18 +2703,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3558,30 +2724,20 @@ "id": "swsh7-60", "name": "Regieleki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Teraspark", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Lightning Energy from this Pokémon. This attack also does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3593,18 +2749,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Its entire body is made up of a single organ that generates electrical energy. Regieleki is capable of creating all Galar's electricity.", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3620,22 +2771,14 @@ "id": "swsh7-61", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3653,18 +2796,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "nagimiso", "rarity": "Common", "flavorText": "It puts its prey to sleep and devours their dreams. It seems that bad dreams taste sour, so Drowzee doesn't particularly like eating them.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3680,29 +2818,21 @@ "id": "swsh7-62", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Wake-Up Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 90 more damage. Then, that Pokémon recovers from all Special Conditions." @@ -3720,18 +2850,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "There are some Hypno that assist doctors with patients who can't sleep at night in hospitals.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3747,13 +2872,9 @@ "id": "swsh7-63", "name": "Galarian Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Cruel Charge", @@ -3764,11 +2885,7 @@ "attacks": [ { "name": "Psylaser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Psychic Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3786,18 +2903,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Known as Articuno, this Pokémon fires beams that can immobilize opponents as if they had been frozen solid.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3813,34 +2925,23 @@ "id": "swsh7-64", "name": "Espeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3858,16 +2959,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3883,13 +2980,9 @@ "id": "swsh7-65", "name": "Espeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -3904,11 +2997,7 @@ "attacks": [ { "name": "Max Mindstorm", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to all of your opponent's Pokémon." @@ -3926,17 +3015,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3952,32 +3036,20 @@ "id": "swsh7-66", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mirror Pain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on your opponent's Active Pokémon equal to the number of damage counters on 1 of your Benched Pokémon." }, { "name": "Headbutt Bounce", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -3995,18 +3067,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "To keep its pitch-black tail hidden, it lives quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4022,29 +3089,20 @@ "id": "swsh7-67", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Go and Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Corner", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -4062,17 +3120,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "It feeds on gemstone crystals. In darkness, its eyes sparkle with the glitter of jewels.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4088,31 +3142,21 @@ "id": "swsh7-68", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Gnaw", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4130,17 +3174,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It emits ultrasonic waves as it flutters about, searching for its prey—bug Pokémon.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4156,20 +3196,14 @@ "id": "swsh7-69", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Synchro Woofer", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -4187,17 +3221,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "The auspicious shape of this Pokémon's nose apparently led some regions to consider Swoobat a symbol of good luck.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4213,38 +3243,23 @@ "id": "swsh7-70", "name": "Golurk V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Rewind Beam", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand." @@ -4262,18 +3277,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4289,23 +3298,14 @@ "id": "swsh7-71", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Psychic"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Hypnotic Gaze", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -4317,17 +3317,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Flabébé wears a crown made from pollen it's collected from its flower. The crown has hidden healing properties.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4343,35 +3339,22 @@ "id": "swsh7-72", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Spin", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage for each heads." @@ -4383,17 +3366,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "chibi", "rarity": "Uncommon", "flavorText": "It gives its own power to flowers, pouring its heart into caring for them. Floette never forgives anyone who messes up a flower bed.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4409,14 +3388,9 @@ "id": "swsh7-73", "name": "Florges", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Floette", "abilities": [ { @@ -4428,11 +3402,7 @@ "attacks": [ { "name": "Wonder Shine", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -4444,18 +3414,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Its life can span several hundred years. It's said to devote its entire life to protecting gardens.", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4471,15 +3436,9 @@ "id": "swsh7-74", "name": "Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4493,10 +3452,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -4508,16 +3464,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4533,14 +3485,9 @@ "id": "swsh7-75", "name": "Sylveon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sylveon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4548,20 +3495,14 @@ "attacks": [ { "name": "Precious Touch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Harmony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 30 more damage for each different type of Pokémon on your Bench." @@ -4573,17 +3514,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Ryota Murayama", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4599,16 +3535,10 @@ "id": "swsh7-76", "name": "Pumpkaboo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gourgeist" - ], + "types": ["Psychic"], + "evolvesTo": ["Gourgeist"], "abilities": [ { "name": "Pumpkin Pit", @@ -4619,10 +3549,7 @@ "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4640,18 +3567,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "The light that streams out from the holes in the pumpkin can hypnotize and control the people and Pokémon that see it.", - "nationalPokedexNumbers": [ - 710 - ], + "nationalPokedexNumbers": [710], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4667,21 +3589,14 @@ "id": "swsh7-77", "name": "Gourgeist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Pumpkaboo", "attacks": [ { "name": "Pandemonium", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Reveal the top 6 cards of your deck. This attack does 60 damage for each Psychic Pokémon you find there. Then, shuffle those Pokémon back into your deck and discard the other cards." @@ -4699,18 +3614,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "In the darkness of a new-moon night, Gourgeist will come knocking. Whoever answers the door will be swept off to the afterlife.", - "nationalPokedexNumbers": [ - 711 - ], + "nationalPokedexNumbers": [711], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4726,22 +3636,14 @@ "id": "swsh7-78", "name": "Cutiefly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Ribombee" - ], + "types": ["Psychic"], + "evolvesTo": ["Ribombee"], "attacks": [ { "name": "Flap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4757,9 +3659,7 @@ "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "An opponent's aura can tell Cutiefly what that opponent's next move will be. Then Cutiefly can glide around the attack and strike back.", - "nationalPokedexNumbers": [ - 742 - ], + "nationalPokedexNumbers": [742], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4775,20 +3675,14 @@ "id": "swsh7-79", "name": "Ribombee", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Cutiefly", "attacks": [ { "name": "Tricky Steps", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may move an Energy from your opponent's Active Pokémon to 1 of their Benched Pokémon." @@ -4804,9 +3698,7 @@ "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Ribombee absolutely hate getting wet or rained on. In the cloudy Galar region, they are very seldom seen.", - "nationalPokedexNumbers": [ - 743 - ], + "nationalPokedexNumbers": [743], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4822,29 +3714,20 @@ "id": "swsh7-80", "name": "Marshadow", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Rapid Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Rapid Strike cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Shadow Flicker", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon is Knocked Out during your next turn, take 1 more Prize card." @@ -4862,17 +3745,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Yuya Oka", "rarity": "Rare Holo", "flavorText": "It sinks into the shadows of people and Pokémon, where it can understand their feelings and copy their capabilities.", - "nationalPokedexNumbers": [ - 802 - ], + "nationalPokedexNumbers": [802], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4888,30 +3767,20 @@ "id": "swsh7-81", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Clean Hit", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 50 more damage." }, { "name": "Bullet Straight Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -4923,17 +3792,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Uta", "rarity": "Common", "flavorText": "Its punches slice the air. However, it seems to need a short break after fighting for three minutes.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4949,13 +3814,9 @@ "id": "swsh7-82", "name": "Galarian Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Strong Legs Charge", @@ -4966,11 +3827,7 @@ "attacks": [ { "name": "Zapper Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard all Energy from this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed." @@ -4986,9 +3843,7 @@ "artist": "kodama", "rarity": "Rare Holo", "flavorText": "One kick from its powerful legs will pulverize a dump truck. Supposedly, this Pokémon runs through the mountains at over 180 mph.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5004,36 +3859,23 @@ "id": "swsh7-83", "name": "Medicham V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Yoga Loop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on 1 of your opponent's Pokémon. If your opponent's Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can't be used." }, { "name": "Smash Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -5045,17 +3887,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Satoshi Shirai", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5071,34 +3908,21 @@ "id": "swsh7-84", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Mud Shot", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5110,20 +3934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84", "artist": "Yuya Oka", "rarity": "Common", "flavorText": "This Pokémon is active during the day and passes the cold desert nights burrowed snugly into the sand.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5139,34 +3956,21 @@ "id": "swsh7-85", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Hammer In", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Sand Press", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -5178,20 +3982,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "85", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "When roused to violence by its rage, it spews out the quantities of sand it has swallowed and whips up a sandstorm.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5207,32 +4004,21 @@ "id": "swsh7-86", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5244,19 +4030,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "When it detects a noise, it starts to move. The energy core inside it makes this Pokémon slightly warm to the touch.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5272,34 +4052,22 @@ "id": "swsh7-87", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Protect", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5311,20 +4079,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "87", "artist": "otumami", "rarity": "Uncommon", "flavorText": "It relies on sound in order to monitor what's in its vicinity. When angered, it will attack without ever changing the direction it's facing.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5340,31 +4101,21 @@ "id": "swsh7-88", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "attacks": [ { "name": "Guard Press", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50", "text": "During your opponent's next turn, this Pokémon takes 50 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Pressure Shot", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon also does 10 damage to itself for each damage counter on it." @@ -5376,20 +4127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "88", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Although its energy blasts can blow away a dump truck, they have a limitation— they can only be fired when the sun is out.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5405,34 +4149,22 @@ "id": "swsh7-89", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Stampede", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tongue Slap", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5444,19 +4176,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "89", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "On occasion, their cries are sublimely pleasing to the ear. Palpitoad with larger lumps on their bodies can sing with a wider range of sounds.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5472,32 +4198,21 @@ "id": "swsh7-90", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Shaky Wave", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more." }, { "name": "Hyper Voice", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -5509,19 +4224,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Pani Kobayashi", "rarity": "Rare", "flavorText": "This Pokémon is popular among the elderly, who say the vibrations of its lumps are great for massages.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5537,34 +4246,23 @@ "id": "swsh7-91", "name": "Lycanroc V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Crashing Fangs", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -5576,16 +4274,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5601,13 +4295,9 @@ "id": "swsh7-92", "name": "Lycanroc VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lycanroc V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5615,20 +4305,14 @@ "attacks": [ { "name": "Hunting Claw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Knock Out 1 of your opponent's Pokémon in play that has 60 HP or less remaining." }, { "name": "Max Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5640,16 +4324,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5665,13 +4345,9 @@ "id": "swsh7-93", "name": "Galarian Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Malevolent Charge", @@ -5682,11 +4358,7 @@ "attacks": [ { "name": "Fiery Wrath", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 50 more damage for each Prize card your opponent has taken." @@ -5698,18 +4370,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Kazuma Koda", "rarity": "Rare Holo", "flavorText": "The sinister aura that blazes like molten fire around this Pokémon is what inspired the name Moltres.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5725,35 +4392,23 @@ "id": "swsh7-94", "name": "Umbreon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Moonlight Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -5765,17 +4420,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5791,14 +4441,9 @@ "id": "swsh7-95", "name": "Umbreon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Umbreon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5813,11 +4458,7 @@ "attacks": [ { "name": "Max Darkness", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -5829,17 +4470,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "AKIRA EGAWA", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5855,23 +4491,15 @@ "id": "swsh7-96", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -5883,17 +4511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "96", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "They live in holes bored in large trees. The sound of Nuzleaf's grass flute fills listeners with dread.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5909,31 +4533,21 @@ "id": "swsh7-97", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Shiftadieu", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If your opponent's Active Pokémon has any damage counters on it, put it and all attached cards into your opponent's hand." }, { "name": "Nipping Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a random card from your opponent's hand." @@ -5945,19 +4559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It lives quietly in the deep forest. It is said to create chilly winter winds with the fans it holds.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5973,22 +4581,14 @@ "id": "swsh7-98", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Hard Head", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance)." @@ -6000,17 +4600,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It protects itself with its durable skin. It's thought that this Pokémon will evolve once its skin has completely stretched out.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6026,32 +4622,21 @@ "id": "swsh7-99", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Shakedown", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a random card from your opponent's hand." @@ -6063,18 +4648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "While mostly known for having the temperament of an aggressive ruffian, this Pokémon takes very good care of its family, friends, and territory.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6090,35 +4670,23 @@ "id": "swsh7-100", "name": "Garbodor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trash Stench", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat." }, { "name": "Sludge Bomb", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -6130,18 +4698,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Uta", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6157,13 +4719,9 @@ "id": "swsh7-101", "name": "Garbodor VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Garbodor V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6178,10 +4736,7 @@ "attacks": [ { "name": "G-Max Malodor", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat." @@ -6193,18 +4748,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6220,23 +4769,14 @@ "id": "swsh7-102", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6248,17 +4788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "If a normally talkative child suddenly stops talking, it may have been replaced by Zorua.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6274,13 +4810,9 @@ "id": "swsh7-103", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "abilities": [ { @@ -6292,10 +4824,7 @@ "attacks": [ { "name": "Night Daze", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -6307,18 +4836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "If it thinks humans are going to discover its den, Zoroark shows them visions that make them wander around in the woods.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6334,23 +4858,14 @@ "id": "swsh7-104", "name": "Nickit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Thievul" - ], + "types": ["Darkness"], + "evolvesTo": ["Thievul"], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -6362,17 +4877,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Hasegawa Saki", "rarity": "Common", "flavorText": "Cunning and cautious, this Pokémon survives by stealing food from others. It erases its tracks with swipes of its tail as it makes off with its plunder.", - "nationalPokedexNumbers": [ - 827 - ], + "nationalPokedexNumbers": [827], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6388,13 +4899,9 @@ "id": "swsh7-105", "name": "Thievul", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nickit", "abilities": [ { @@ -6406,10 +4913,7 @@ "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -6421,17 +4925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "With a lithe body and sharp claws, it goes around stealing food and eggs. Boltund is its natural enemy.", - "nationalPokedexNumbers": [ - 828 - ], + "nationalPokedexNumbers": [828], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6447,13 +4947,9 @@ "id": "swsh7-106", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "abilities": [ { @@ -6465,10 +4961,7 @@ "attacks": [ { "name": "Glide", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -6478,9 +4971,7 @@ "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6496,49 +4987,33 @@ "id": "swsh7-107", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "Some theories suggest that its behavior of forcefully bashing its head into things stimulates cells that affect its evolution.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6554,42 +5029,27 @@ "id": "swsh7-108", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "attacks": [ { "name": "Hard Roll", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Shelgon lives deep within caves. It stays shut up in its hard shell, dreaming of the day it will be able to fly.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6605,13 +5065,9 @@ "id": "swsh7-109", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "abilities": [ { @@ -6623,27 +5079,19 @@ "attacks": [ { "name": "Fierce Dragon", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "100+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 120 more damage." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "Thanks to its fervent wishes, the cells in its body finally mutated, and at last it has its heart's desire—wings.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6659,50 +5107,34 @@ "id": "swsh7-110", "name": "Rayquaza V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Spiral Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6718,14 +5150,9 @@ "id": "swsh7-111", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6740,26 +5167,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6775,51 +5194,32 @@ "id": "swsh7-112", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Chrono Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon is a Pokémon V, it can't attack during your opponent's next turn." }, { "name": "Heavy Impact", - "cost": [ - "Psychic", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Psychic", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6835,48 +5235,33 @@ "id": "swsh7-113", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "30", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "Because it can't see, this Pokémon is constantly biting at everything it touches, trying to keep track of its surroundings.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6892,53 +5277,34 @@ "id": "swsh7-114", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Dragon Headbutt", - "cost": [ - "Psychic", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Their two heads will fight each other over a single piece of food. Zweilous are covered in scars even without battling others.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6954,51 +5320,33 @@ "id": "swsh7-115", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "attacks": [ { "name": "Dragon Counter", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 100 more damage for each Prize card your opponent took during their last turn." }, { "name": "Pitch-Black Fangs", - "cost": [ - "Psychic", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "The three heads take turns sinking their teeth into the opponent. Their attacks won't slow until their target goes down.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7014,38 +5362,25 @@ "id": "swsh7-116", "name": "Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Extreme Freeze", - "cost": [ - "Water", - "Water", - "Metal" - ], + "cost": ["Water", "Water", "Metal"], "convertedEnergyCost": 3, "damage": "60×", "text": "Discard any amount of Water Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7061,33 +5396,23 @@ "id": "swsh7-117", "name": "Noivern V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Boomburst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Synchro Loud", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage." @@ -7096,9 +5421,7 @@ "number": "117", "artist": "Ayaka Yoshida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7114,48 +5437,32 @@ "id": "swsh7-118", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Judgment Surge", - "cost": [ - "Grass", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon for each Prize card your opponent has taken. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "otumami", "rarity": "Rare Holo", "flavorText": "Some say it can change to an even more powerful form when battling those who threaten the ecosystem.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7171,46 +5478,32 @@ "id": "swsh7-119", "name": "Drampa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Berserk", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "70+", "text": "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Drampa is a kind and friendly Pokémon—up until it's angered. When that happens, it stirs up a gale and flattens everything around.", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7226,46 +5519,33 @@ "id": "swsh7-120", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Applin", "attacks": [ { "name": "Acidic Mucus", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage for each of your opponent's Pokémon in play that has an Ability." }, { "name": "Fighting Tackle", - "cost": [ - "Grass", - "Fire" - ], + "cost": ["Grass", "Fire"], "convertedEnergyCost": 2, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "It flies on wings of apple skin and spits a powerful acid. It can also change its shape into that of an apple.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7281,48 +5561,33 @@ "id": "swsh7-121", "name": "Appletun", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Applin", "attacks": [ { "name": "Thick Mucus", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "70×", "text": "This attack does 70 damage for each Special Energy card attached to your opponent's Pokémon." }, { "name": "Fighting Tackle", - "cost": [ - "Grass", - "Fire" - ], + "cost": ["Grass", "Fire"], "convertedEnergyCost": 2, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "121", "artist": "Yuya Oka", "rarity": "Rare", "flavorText": "Its body is covered in sweet nectar, and the skin on its back is especially yummy. Children used to have it as a snack.", - "nationalPokedexNumbers": [ - 842 - ], + "nationalPokedexNumbers": [842], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7338,52 +5603,34 @@ "id": "swsh7-122", "name": "Duraludon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Breaking Swipe", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7399,14 +5646,9 @@ "id": "swsh7-123", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -7421,28 +5663,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "123", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7458,49 +5690,32 @@ "id": "swsh7-124", "name": "Regidrago", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dragon Energy", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "240-", "text": "This attack does 20 less damage for each damage counter on this Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "124", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Its body is composed of crystallized dragon energy. Regidrago is said to have the powers of every dragon Pokémon.", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7516,13 +5731,9 @@ "id": "swsh7-125", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7536,19 +5747,14 @@ "attacks": [ { "name": "Vee-Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Pokémon V, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7560,17 +5766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Atsushi Furusawa", "rarity": "Common", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7586,22 +5788,14 @@ "id": "swsh7-126", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7613,18 +5807,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "126", "artist": "Mizue", "rarity": "Common", "flavorText": "Before food becomes scarce in wintertime, its habit is to hoard food in many hidden locations.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7640,31 +5829,21 @@ "id": "swsh7-127", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -7676,19 +5855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "127", "artist": "Hasegawa Saki", "rarity": "Uncommon", "flavorText": "Although it has a large body, it is quite skilled at climbing trees. It eats and sleeps in the treetops.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7704,20 +5877,13 @@ "id": "swsh7-128", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Live Painting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Reveal any number of basic Energy cards from your hand. This attack does 30 more damage for each type of basic Energy you revealed in this way." @@ -7729,17 +5895,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It draws symbols with the fluid that oozes from the tip of its tail. Depending on the symbol, Smeargle fanatics will pay big money for them.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7755,24 +5917,14 @@ "id": "swsh7-129", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Smack 'n' Slack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon is now Asleep." @@ -7784,18 +5936,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "129", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "If it eats just three leaves in a day, it is satisfied. Other than that, it sleeps for 20 hours a day.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7811,34 +5958,22 @@ "id": "swsh7-130", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Shatter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Stadium in play." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -7850,17 +5985,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "130", "artist": "nagimiso", "rarity": "Uncommon", "flavorText": "Its stress level rises if it cannot keep moving constantly. Too much stress makes it feel sick.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7876,14 +6007,9 @@ "id": "swsh7-131", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "abilities": [ { @@ -7895,11 +6021,7 @@ "attacks": [ { "name": "Rout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." @@ -7911,20 +6033,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "131", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is the world's most slothful Pokémon. However, it can exert horrifying power by releasing pent-up energy all at once.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7940,22 +6055,14 @@ "id": "swsh7-132", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -7973,17 +6080,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Lee HyunJung", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7999,32 +6102,21 @@ "id": "swsh7-133", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8036,17 +6128,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "This Pokémon is popular with beginners because it's intelligent, obedient to its Trainer's commands, and easy to raise.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8062,35 +6150,22 @@ "id": "swsh7-134", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon also does 20 damage to itself." @@ -8102,18 +6177,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "134", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It has been living with people for so long that portrayals of it can be found on the walls of caves from long, long ago.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8129,13 +6199,9 @@ "id": "swsh7-135", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "abilities": [ { @@ -8147,11 +6213,7 @@ "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Flip a coin. If heads, this attack does 100 more damage." @@ -8163,19 +6225,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Its fur is long and thick. A long time ago in cold regions, every household kept a Stoutland.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8191,22 +6247,14 @@ "id": "swsh7-136", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon." @@ -8224,17 +6272,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "136", "artist": "0313", "rarity": "Common", "flavorText": "A combative Pokémon, it's ready to pick a fight with anyone. It has talons that can crush hard berries.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8250,31 +6294,21 @@ "id": "swsh7-137", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Valiant Talons", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 60 more damage." }, { "name": "Brave Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon also does 50 damage to itself." @@ -8292,17 +6326,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "137", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Because this Pokémon is hotheaded and belligerent, it's Corviknight that's taken the role of transportation in Galar.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8318,31 +6348,21 @@ "id": "swsh7-138", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Tailwind Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If you go second and it's your first turn, draw 3 more cards." }, { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -8360,17 +6380,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "138", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Its body is always warm. Trainers who live in cold areas apparently sleep with it in their bed.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8386,23 +6402,15 @@ "id": "swsh7-139", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "types": ["Colorless"], + "evolvesFrom": "Fletchling", + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -8420,17 +6428,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "139", "artist": "Yuya Oka", "rarity": "Uncommon", "flavorText": "Its speed right after takeoff already puts it in the top speed class of all bird Pokémon.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8446,30 +6450,21 @@ "id": "swsh7-140", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Nitro Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "80+", "text": "If this Pokémon has any Fire Energy attached, this attack does 80 more damage." @@ -8491,9 +6486,7 @@ "artist": "Tika Matsuno", "rarity": "Rare", "flavorText": "Bird Pokémon make up most of its diet. It approaches at high speeds and smacks them down to the ground with its powerful kick.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8509,9 +6502,7 @@ "id": "swsh7-141", "name": "Aroma Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -8534,9 +6525,7 @@ "id": "swsh7-142", "name": "Boost Shake", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokémon that was put into play this turn. Your turn ends.", "You may play any number of Item cards during your turn." @@ -8559,9 +6548,7 @@ "id": "swsh7-143", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.", "You may play only 1 Supporter card during your turn." @@ -8584,9 +6571,7 @@ "id": "swsh7-144", "name": "Crystal Cave", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may heal 30 damage from each of their Metal Pokémon and Dragon Pokémon." ], @@ -8608,10 +6593,7 @@ "id": "swsh7-145", "name": "Digging Gloves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Fighting Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8635,9 +6617,7 @@ "id": "swsh7-146", "name": "Dream Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you took it as a face-down Prize card, before you put it into your hand. Search your deck for a Pokémon and put it onto your Bench. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -8660,10 +6640,7 @@ "id": "swsh7-147", "name": "Elemental Badge", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has \"Vaporeon,\" \"Jolteon,\" or \"Flareon\" in its name, its attacks cost Colorless less.", "You may play any number of Item cards during your turn.", @@ -8687,10 +6664,7 @@ "id": "swsh7-148", "name": "Full Face Guard", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon this card is attached to has no Abilities, it takes 20 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8714,9 +6688,7 @@ "id": "swsh7-149", "name": "Gordie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -8739,9 +6711,7 @@ "id": "swsh7-150", "name": "Lucky Ice Pop", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 20 damage from your Active Pokémon. If you healed any damage in this way, flip a coin. If heads, put this Lucky Ice Pop into your hand instead of the discard pile.", "You may play any number of Item cards during your turn." @@ -8764,10 +6734,7 @@ "id": "swsh7-151", "name": "Moon & Sun Badge", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has \"Espeon\" or \"Umbreon\" in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.", "You may play any number of Item cards during your turn.", @@ -8791,9 +6758,7 @@ "id": "swsh7-152", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -8816,11 +6781,7 @@ "id": "swsh7-153", "name": "Rapid Strike Scroll of the Flying Dragon", "supertype": "Trainer", - "subtypes": [ - "Rapid Strike", - "Item", - "Pokémon Tool" - ], + "subtypes": ["Rapid Strike", "Item", "Pokémon Tool"], "rules": [ "The Rapid Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.) FireLightning Meteor Discard 2 Energy from this Pokémon. This attack does 90 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", "You may play any number of Item cards during your turn.", @@ -8844,9 +6805,7 @@ "id": "swsh7-154", "name": "Rescue Carrier", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put up to 2 Pokémon, each with 90 HP or less, from your discard pile into your hand.", "You may play any number of Item cards during your turn." @@ -8869,10 +6828,7 @@ "id": "swsh7-155", "name": "Ribbon Badge", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has \"Sylveon\" in its name and is Knocked Out by damage from an attack from your opponent's Pokémon, that player takes 1 fewer Prize card.", "You may play any number of Item cards during your turn.", @@ -8896,10 +6852,7 @@ "id": "swsh7-156", "name": "Rubber Gloves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Lightning Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8923,9 +6876,7 @@ "id": "swsh7-157", "name": "Shopping Center", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may put a Pokémon Tool attached to 1 of their Pokémon into their hand." ], @@ -8947,11 +6898,7 @@ "id": "swsh7-158", "name": "Single Strike Scroll of the Fanged Dragon", "supertype": "Trainer", - "subtypes": [ - "Single Strike", - "Item", - "Pokémon Tool" - ], + "subtypes": ["Single Strike", "Item", "Pokémon Tool"], "rules": [ "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.) FightingMetalMetalColorlessColorless Superstrong Slash 300 Discard all Energy from this Pokémon.", "You may play any number of Item cards during your turn.", @@ -8975,10 +6922,7 @@ "id": "swsh7-159", "name": "Snow Leaf Badge", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon V this card is attached to has \"Leafeon\" or \"Glaceon\" in its name, it has no Retreat Cost and no Weakness.", "You may play any number of Item cards during your turn.", @@ -9002,10 +6946,7 @@ "id": "swsh7-160", "name": "Spirit Mask", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon (even if it is Knocked Out), your opponent discards a card from their hand.", "You may play any number of Item cards during your turn.", @@ -9029,9 +6970,7 @@ "id": "swsh7-161", "name": "Stormy Mountains", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for a Basic Lightning Pokémon or Basic Dragon Pokémon and put it onto their Bench. Then, that player shuffles their deck." ], @@ -9053,9 +6992,7 @@ "id": "swsh7-162", "name": "Switching Cups", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch a card from your hand with the top card of your deck.", "You may play any number of Item cards during your turn." @@ -9078,9 +7015,7 @@ "id": "swsh7-163", "name": "Toy Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your opponent's Benched Pokémon that has 50 HP or less remaining with your opponent's Active Pokémon.", "You may play any number of Item cards during your turn." @@ -9103,9 +7038,7 @@ "id": "swsh7-164", "name": "Zinnia's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand. Draw a card for each of your opponent's Pokémon in play.", "You may play only 1 Supporter card during your turn." @@ -9128,9 +7061,7 @@ "id": "swsh7-165", "name": "Treasure Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides Colorless Energy. If you took this card as a face-down Prize card during your turn, before you put it into your hand, you may attach this card to 1 of your Pokémon." ], @@ -9151,14 +7082,9 @@ "id": "swsh7-166", "name": "Leafeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9172,11 +7098,7 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -9188,16 +7110,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9213,14 +7131,9 @@ "id": "swsh7-167", "name": "Leafeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9234,11 +7147,7 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -9250,16 +7159,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "167", "artist": "You Iribi", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9275,35 +7180,23 @@ "id": "swsh7-168", "name": "Trevenant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Absorb Life", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Shadow Claw", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a random card from your opponent's hand." @@ -9315,17 +7208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "168", "artist": "MUGENUP", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9341,35 +7229,23 @@ "id": "swsh7-169", "name": "Flareon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flaming Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Burned." @@ -9381,17 +7257,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "169", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9407,34 +7278,23 @@ "id": "swsh7-170", "name": "Volcarona V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Surging Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each basic Energy card in your discard pile. Then, shuffle those Energy cards into your deck." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon." @@ -9446,17 +7306,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "170", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9472,37 +7327,23 @@ "id": "swsh7-171", "name": "Gyarados V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Get Angry", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each damage counter on this Pokémon." }, { "name": "Heavy Storm", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -9514,18 +7355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "171", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9541,35 +7376,23 @@ "id": "swsh7-172", "name": "Vaporeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Splash Jump", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -9581,17 +7404,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "172", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9607,14 +7425,9 @@ "id": "swsh7-173", "name": "Suicune V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9628,10 +7441,7 @@ "attacks": [ { "name": "Blizzard Rondo", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -9643,17 +7453,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "173", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9669,34 +7474,23 @@ "id": "swsh7-174", "name": "Glaceon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Awakening", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Heavy Snow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Stadium in play." @@ -9708,17 +7502,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "174", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9734,34 +7523,23 @@ "id": "swsh7-175", "name": "Glaceon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frozen Awakening", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Heavy Snow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Stadium in play." @@ -9773,17 +7551,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "175", "artist": "Narumi Sato", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9799,37 +7572,23 @@ "id": "swsh7-176", "name": "Arctovish V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Ancient Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If the Defending Pokémon is a Pokémon V or a Pokémon-GX, it can't attack during your opponent's next turn." }, { "name": "Giga Impact", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "During your next turn, this Pokémon can't attack." @@ -9841,17 +7600,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "176", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 883 - ], + "nationalPokedexNumbers": [883], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9867,34 +7621,23 @@ "id": "swsh7-177", "name": "Jolteon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 4 coins. This attack does 60 damage for each heads." @@ -9909,9 +7652,7 @@ "number": "177", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9927,34 +7668,23 @@ "id": "swsh7-178", "name": "Dracozolt V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Primeval Beak", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, Energy cards can't be attached from your opponent's hand to the Defending Pokémon." }, { "name": "Mountain Swing", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard the top 3 cards of your deck." @@ -9966,18 +7696,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "178", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9993,34 +7717,23 @@ "id": "swsh7-179", "name": "Espeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -10038,16 +7751,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "179", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10063,34 +7772,23 @@ "id": "swsh7-180", "name": "Espeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -10108,16 +7806,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "sowsow", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10133,38 +7827,23 @@ "id": "swsh7-181", "name": "Golurk V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Rewind Beam", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand." @@ -10182,18 +7861,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "181", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10209,38 +7882,23 @@ "id": "swsh7-182", "name": "Golurk V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Punch", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Rewind Beam", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "If your opponent's Active Pokémon is an evolved Pokémon, devolve it by putting the highest Stage Evolution card on it into your opponent's hand." @@ -10258,18 +7916,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "182", "artist": "Oswaldo KATO", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10285,15 +7937,9 @@ "id": "swsh7-183", "name": "Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10307,10 +7953,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -10322,16 +7965,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "183", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10347,15 +7986,9 @@ "id": "swsh7-184", "name": "Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10369,10 +8002,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -10384,16 +8014,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "184", "artist": "Yuu Nishida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10409,36 +8035,23 @@ "id": "swsh7-185", "name": "Medicham V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Yoga Loop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on 1 of your opponent's Pokémon. If your opponent's Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can't be used." }, { "name": "Smash Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -10450,17 +8063,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "Satoshi Shirai", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10476,36 +8084,23 @@ "id": "swsh7-186", "name": "Medicham V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Yoga Loop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 damage counters on 1 of your opponent's Pokémon. If your opponent's Pokémon is Knocked Out by this attack, take another turn after this one. (Skip Pokémon Checkup.) If 1 of your Pokémon used Yoga Loop during your last turn, this attack can't be used." }, { "name": "Smash Uppercut", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Resistance." @@ -10517,17 +8112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "186", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10543,34 +8133,23 @@ "id": "swsh7-187", "name": "Lycanroc V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Crashing Fangs", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -10582,16 +8161,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "187", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10607,35 +8182,23 @@ "id": "swsh7-188", "name": "Umbreon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Moonlight Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -10647,17 +8210,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "188", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10673,35 +8231,23 @@ "id": "swsh7-189", "name": "Umbreon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Moonlight Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -10713,17 +8259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "189", "artist": "Teeziro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10739,35 +8280,23 @@ "id": "swsh7-190", "name": "Garbodor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trash Stench", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat." }, { "name": "Sludge Bomb", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -10779,18 +8308,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "190", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10806,52 +8329,34 @@ "id": "swsh7-191", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Dragon Gale", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "250", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "191", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10867,52 +8372,34 @@ "id": "swsh7-192", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Dragon Gale", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "250", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "192", "artist": "Atsushi Furusawa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10928,50 +8415,34 @@ "id": "swsh7-193", "name": "Rayquaza V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Spiral Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "193", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10987,50 +8458,34 @@ "id": "swsh7-194", "name": "Rayquaza V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Spiral Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "194", "artist": "Ryuta Fuse", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11046,33 +8501,23 @@ "id": "swsh7-195", "name": "Noivern V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Boomburst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Synchro Loud", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage." @@ -11081,9 +8526,7 @@ "number": "195", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11099,33 +8542,23 @@ "id": "swsh7-196", "name": "Noivern V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Boomburst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Synchro Loud", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage." @@ -11134,9 +8567,7 @@ "number": "196", "artist": "Mitsuhiro Arita", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11152,52 +8583,34 @@ "id": "swsh7-197", "name": "Duraludon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Breaking Swipe", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "197", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11213,52 +8626,34 @@ "id": "swsh7-198", "name": "Duraludon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Breaking Swipe", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "198", "artist": "Naoki Saito", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11274,9 +8669,7 @@ "id": "swsh7-199", "name": "Aroma Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -11299,9 +8692,7 @@ "id": "swsh7-200", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.", "You may play only 1 Supporter card during your turn." @@ -11324,9 +8715,7 @@ "id": "swsh7-201", "name": "Gordie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -11349,9 +8738,7 @@ "id": "swsh7-202", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -11374,9 +8761,7 @@ "id": "swsh7-203", "name": "Zinnia's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand. Draw a card for each of your opponent's Pokémon in play.", "You may play only 1 Supporter card during your turn." @@ -11399,13 +8784,9 @@ "id": "swsh7-204", "name": "Leafeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11413,21 +8794,14 @@ "attacks": [ { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Max Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Heal 30 damage from this Pokémon." @@ -11439,17 +8813,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11465,13 +8834,9 @@ "id": "swsh7-205", "name": "Leafeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11479,21 +8844,14 @@ "attacks": [ { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Max Leaf", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Heal 30 damage from this Pokémon." @@ -11505,17 +8863,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "205", "artist": "HYOGONOSUKE", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11531,13 +8884,9 @@ "id": "swsh7-206", "name": "Trevenant VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Trevenant V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11545,21 +8894,14 @@ "attacks": [ { "name": "Missing in the Forest", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "This attack does 40 damage for each Supporter card in your opponent's discard pile." }, { "name": "Max Tree", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" @@ -11571,18 +8913,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "206", "artist": "MUGENUP", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11598,13 +8934,9 @@ "id": "swsh7-207", "name": "Gyarados VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Gyarados V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11612,23 +8944,14 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Max Tyrant", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "" @@ -11640,19 +8963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "207", "artist": "Shin Nagasawa", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11668,13 +8984,9 @@ "id": "swsh7-208", "name": "Glaceon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11689,11 +9001,7 @@ "attacks": [ { "name": "Max Icicle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11705,17 +9013,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "208", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11731,13 +9034,9 @@ "id": "swsh7-209", "name": "Glaceon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11752,11 +9051,7 @@ "attacks": [ { "name": "Max Icicle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11768,17 +9063,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "209", "artist": "kirisAki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11794,13 +9084,9 @@ "id": "swsh7-210", "name": "Dracozolt VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Dracozolt V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11808,21 +9094,14 @@ "attacks": [ { "name": "Spark Trap", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 12 damage counters on the Attacking Pokémon." }, { "name": "Max Impact", - "cost": [ - "Lightning", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "" @@ -11834,18 +9113,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "210", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 880 - ], + "nationalPokedexNumbers": [880], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11861,14 +9134,9 @@ "id": "swsh7-211", "name": "Sylveon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sylveon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11876,20 +9144,14 @@ "attacks": [ { "name": "Precious Touch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Harmony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 30 more damage for each different type of Pokémon on your Bench." @@ -11901,17 +9163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "211", "artist": "Ryota Murayama", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11927,14 +9184,9 @@ "id": "swsh7-212", "name": "Sylveon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sylveon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11942,20 +9194,14 @@ "attacks": [ { "name": "Precious Touch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Harmony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 30 more damage for each different type of Pokémon on your Bench." @@ -11967,17 +9213,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "212", "artist": "Taira Akitsu", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11993,13 +9234,9 @@ "id": "swsh7-213", "name": "Lycanroc VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lycanroc V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12007,20 +9244,14 @@ "attacks": [ { "name": "Hunting Claw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Knock Out 1 of your opponent's Pokémon in play that has 60 HP or less remaining." }, { "name": "Max Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -12032,16 +9263,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "213", "artist": "Mitsuhiro Arita", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12057,14 +9284,9 @@ "id": "swsh7-214", "name": "Umbreon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Umbreon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12079,11 +9301,7 @@ "attacks": [ { "name": "Max Darkness", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -12095,17 +9313,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "214", "artist": "AKIRA EGAWA", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12121,14 +9334,9 @@ "id": "swsh7-215", "name": "Umbreon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Umbreon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12143,11 +9351,7 @@ "attacks": [ { "name": "Max Darkness", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -12159,17 +9363,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "215", "artist": "KEIICHIRO ITO", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12185,13 +9384,9 @@ "id": "swsh7-216", "name": "Garbodor VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Garbodor V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12206,10 +9401,7 @@ "attacks": [ { "name": "G-Max Malodor", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Your opponent's Active Pokémon is now Poisoned. During your opponent's next turn, that Pokémon can't retreat." @@ -12221,18 +9413,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "216", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12248,14 +9434,9 @@ "id": "swsh7-217", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12270,26 +9451,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "217", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12305,14 +9478,9 @@ "id": "swsh7-218", "name": "Rayquaza VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12327,26 +9495,18 @@ "attacks": [ { "name": "Max Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any amount of basic Fire Energy or any amount of basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "218", "artist": "Anesaki Dynamic", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12362,14 +9522,9 @@ "id": "swsh7-219", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12384,28 +9539,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "219", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12421,14 +9566,9 @@ "id": "swsh7-220", "name": "Duraludon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Duraludon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -12443,28 +9583,18 @@ "attacks": [ { "name": "G-Max Pulverization", - "cost": [ - "Fighting", - "Metal", - "Metal" - ], + "cost": ["Fighting", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "220", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "220", "artist": "Saki Hayashiro", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12480,9 +9610,7 @@ "id": "swsh7-221", "name": "Aroma Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you do, your Active Pokémon recovers from all Special Conditions.", "You may play only 1 Supporter card during your turn." @@ -12505,9 +9633,7 @@ "id": "swsh7-222", "name": "Copycat", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.", "You may play only 1 Supporter card during your turn." @@ -12530,9 +9656,7 @@ "id": "swsh7-223", "name": "Gordie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Look at the top 7 cards of your deck. You may reveal any number of Energy cards you find there and put them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -12555,9 +9679,7 @@ "id": "swsh7-224", "name": "Raihan", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if any of your Pokémon were Knocked Out during your opponent's last turn. Attach a basic Energy card from your discard pile to 1 of your Pokémon. If you do, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -12580,9 +9702,7 @@ "id": "swsh7-225", "name": "Zinnia's Resolve", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you discard 2 other cards from your hand. Draw a card for each of your opponent's Pokémon in play.", "You may play only 1 Supporter card during your turn." @@ -12605,13 +9725,9 @@ "id": "swsh7-226", "name": "Froslass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snorunt", "abilities": [ { @@ -12623,10 +9739,7 @@ "attacks": [ { "name": "Crystal Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your next turn, this Pokémon can't attack." @@ -12638,16 +9751,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "226", "artist": "Studio Bora Inc.", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 478 - ], + "nationalPokedexNumbers": [478], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12663,14 +9772,9 @@ "id": "swsh7-227", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -12682,10 +9786,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -12697,16 +9798,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "227", "artist": "Saki Hayashiro", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12722,29 +9819,20 @@ "id": "swsh7-228", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Crescent Glow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Psychic Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Photon Laser", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have at least 5 Energy in play, this attack does 90 more damage." @@ -12762,16 +9850,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "228", "artist": "Toyste Beach", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12787,9 +9871,7 @@ "id": "swsh7-229", "name": "Boost Shake", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck. You can use this card during your first turn or on a Pokémon that was put into play this turn. Your turn ends.", "You may play any number of Item cards during your turn." @@ -12812,9 +9894,7 @@ "id": "swsh7-230", "name": "Crystal Cave", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may heal 30 damage from each of their Metal Pokémon and Dragon Pokémon." ], @@ -12836,10 +9916,7 @@ "id": "swsh7-231", "name": "Full Face Guard", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon this card is attached to has no Abilities, it takes 20 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -12863,9 +9940,7 @@ "id": "swsh7-232", "name": "Stormy Mountains", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for a Basic Lightning Pokémon or Basic Dragon Pokémon and put it onto their Bench. Then, that player shuffles their deck." ], @@ -12887,9 +9962,7 @@ "id": "swsh7-233", "name": "Toy Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your opponent's Benched Pokémon that has 50 HP or less remaining with your opponent's Active Pokémon.", "You may play any number of Item cards during your turn." @@ -12912,9 +9985,7 @@ "id": "swsh7-234", "name": "Turffield Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may search their deck for an Evolution Grass Pokémon, reveal it, and put it into their hand. Then, that player shuffles their deck." ], diff --git a/cards/en/swsh8.json b/cards/en/swsh8.json index 79b7aa00b..342f30a90 100644 --- a/cards/en/swsh8.json +++ b/cards/en/swsh8.json @@ -3,31 +3,21 @@ "id": "swsh8-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "Flock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Caterpie and put it onto your Bench. Then, shuffle your deck." }, { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -39,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its short feet are tipped with suction pads that enable it to tirelessly climb slopes and walls.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -65,17 +51,11 @@ "id": "swsh8-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Exoskeleton", @@ -86,9 +66,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -100,19 +78,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Even though it is encased in a sturdy shell, the body inside is tender. It can't withstand a harsh attack.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -128,13 +100,9 @@ "id": "swsh8-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "abilities": [ { @@ -146,10 +114,7 @@ "attacks": [ { "name": "Gust", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "" @@ -161,17 +126,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "ryoma uratsuka", "rarity": "Rare Holo", "flavorText": "It collects honey every day. It rubs honey onto the hairs on its legs to carry it back to its nest.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -187,32 +148,21 @@ "id": "swsh8-4", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -224,17 +174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It spouts poison spores from the top of its head. These spores cause pain all over if inhaled.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -250,31 +196,21 @@ "id": "swsh8-5", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Headbutt", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Impact Blow", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your next turn, this Pokémon can't use Impact Blow." @@ -286,18 +222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It scatters poisonous spores and throws powerful punches while its foe is hampered by inhaled spores.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -313,36 +244,23 @@ "id": "swsh8-6", "name": "Breloom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Counter", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does that much more damage." }, { "name": "Mach Cross", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -354,17 +272,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -380,22 +293,14 @@ "id": "swsh8-7", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Scratch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -407,17 +312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "It's good at finding berries and gathers them from all over. It's kind enough to share them with friends.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -433,30 +334,21 @@ "id": "swsh8-8", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Return", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "You may draw cards until you have 6 cards in your hand." }, { "name": "Whip Smash", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -468,17 +360,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -494,22 +382,14 @@ "id": "swsh8-9", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Grass Munch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Grass Energy from your opponent's Active Pokémon." @@ -521,17 +401,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Since this Pokémon makes its own clothes out of leaves, it is a popular mascot for fashion designers.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -547,34 +423,22 @@ "id": "swsh8-10", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -586,18 +450,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "0313", "rarity": "Uncommon", "flavorText": "It protects itself from the cold by wrapping up in leaves. It stays on the move, eating leaves in forests.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -613,32 +472,21 @@ "id": "swsh8-11", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "attacks": [ { "name": "Healing Circle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal all damage from each of your Benched Pokémon. If you healed any damage in this way, shuffle this Pokémon and all attached cards into your deck." }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -650,17 +498,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "kodama", "rarity": "Rare", "flavorText": "It keeps its eggs warm with heat from fermenting leaves. It also uses leaves to make warm wrappings for Sewaddle.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -676,29 +520,20 @@ "id": "swsh8-12", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Peck", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Ditch and Shake", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Discard any number of Pokémon Tool cards from your hand. This attack does 50 damage for each card you discarded in this way." @@ -710,18 +545,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "0313", "rarity": "Rare", "flavorText": "Once each year, this Pokémon scatters its seeds. They're jam-packed with nutrients, making them a precious food source out in the desert.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -737,23 +567,14 @@ "id": "swsh8-13", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Spit Beam", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -765,19 +586,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "It has a strange physiology that responds to electricity. When together with Karrablast, Shelmet evolves for some reason.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -793,23 +608,14 @@ "id": "swsh8-14", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Ninja Tornado", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack can be used for Grass." @@ -821,17 +627,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "nagimiso", "rarity": "Rare", "flavorText": "Discarding its shell made it nimble. To keep itself from dehydrating, it wraps its body in bands of membrane.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -847,30 +649,20 @@ "id": "swsh8-15", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Bail Out", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 2 Pokémon from your discard pile into your hand." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -882,17 +674,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Legends say this Pokémon confounded opponents with its swift movements.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -908,32 +696,21 @@ "id": "swsh8-16", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Grass"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -945,17 +722,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "With a voice like a human child's, it cries out to lure adults deep into the forest, getting them lost among the trees.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -971,32 +744,21 @@ "id": "swsh8-17", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Phantump", "attacks": [ { "name": "Gentle Slap", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -1008,18 +770,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Narumi Sato", "rarity": "Uncommon", "flavorText": "Small roots that extend from the tips of this Pokémon's feet can tie into the trees of the forest and give Trevenant control over them.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1035,33 +792,21 @@ "id": "swsh8-18", "name": "Grubbin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Charjabug" - ], + "types": ["Grass"], + "evolvesTo": ["Charjabug"], "attacks": [ { "name": "Energize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -1073,18 +818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Asako Ito", "rarity": "Common", "flavorText": "It uses its big jaws to dig nests into the forest floor, and it loves to feed on sweet tree sap.", - "nationalPokedexNumbers": [ - 736 - ], + "nationalPokedexNumbers": [736], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1100,22 +840,14 @@ "id": "swsh8-19", "name": "Dewpider", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Araquanid" - ], + "types": ["Grass"], + "evolvesTo": ["Araquanid"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1127,17 +859,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Dewpider normally lives underwater. When it comes onto land in search of food, it takes water with it in the form of a bubble on its head.", - "nationalPokedexNumbers": [ - 751 - ], + "nationalPokedexNumbers": [751], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1153,31 +881,21 @@ "id": "swsh8-20", "name": "Araquanid", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dewpider", "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Bubble Launch", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -1189,18 +907,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Rare", "flavorText": "It acts as a caretaker for Dewpider, putting them inside its bubble and letting them eat any leftover food.", - "nationalPokedexNumbers": [ - 752 - ], + "nationalPokedexNumbers": [752], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1216,24 +929,16 @@ "id": "swsh8-21", "name": "Tsareena V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Queen's Orders", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any number of your Benched Pokémon. This attack does 40 more damage for each Benched Pokémon you discarded in this way." @@ -1245,17 +950,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1271,38 +971,23 @@ "id": "swsh8-22", "name": "Rillaboom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drain Punch", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Drum Rush", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -1314,17 +999,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1340,14 +1020,9 @@ "id": "swsh8-23", "name": "Rillaboom VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Rillaboom V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1355,12 +1030,7 @@ "attacks": [ { "name": "G-Max Drum Solo", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This attack also does 40 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1372,18 +1042,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1399,22 +1063,14 @@ "id": "swsh8-24", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Leafage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1426,17 +1082,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It whirls around in the wind while singing a joyous song. This delightful display has charmed many into raising this Pokémon.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1452,20 +1104,14 @@ "id": "swsh8-25", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "attacks": [ { "name": "Sunny Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "Heal 20 damage from this Pokémon." @@ -1477,17 +1123,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1503,34 +1145,23 @@ "id": "swsh8-26", "name": "Appletun V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Headbutt", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Sweet Impact", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Heal 30 damage from this Pokémon." @@ -1542,18 +1173,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 842 - ], + "nationalPokedexNumbers": [842], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1569,29 +1194,20 @@ "id": "swsh8-27", "name": "Zarude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wild Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -1603,18 +1219,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Once the vines on Zarude's body tear off, they become nutrients in the soil. This helps the plants of the forest grow.", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1630,23 +1241,14 @@ "id": "swsh8-28", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1658,17 +1260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Sekio", "rarity": "Common", "flavorText": "As each tail grows, its fur becomes more lustrous. When held, it feels slightly warm.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1684,22 +1282,14 @@ "id": "swsh8-29", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1711,17 +1301,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "As each tail grows, its fur becomes more lustrous. When held, it feels slightly warm.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1737,21 +1323,14 @@ "id": "swsh8-30", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Supernatural Flames", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -1763,17 +1342,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1789,13 +1364,9 @@ "id": "swsh8-31", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1807,10 +1378,7 @@ "attacks": [ { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1822,18 +1390,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Tika Matsuno", "rarity": "Uncommon", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1849,33 +1412,21 @@ "id": "swsh8-32", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Warm Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Combustion", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1887,18 +1438,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "Extremely loyal, it will fearlessly bark at any opponent to protect its own Trainer from harm.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1914,31 +1460,21 @@ "id": "swsh8-33", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Fire Claws", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -1950,18 +1486,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Yuu Nishida", "rarity": "Rare", "flavorText": "A Pokémon that has long been admired for its beauty. It runs agilely as if on wings.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1977,32 +1508,21 @@ "id": "swsh8-34", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2014,19 +1534,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "otumami", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2042,32 +1556,21 @@ "id": "swsh8-35", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Rock Throw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Body Splash", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Flip 3 coins. For each tails, discard an Energy from this Pokémon." @@ -2079,19 +1582,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2107,28 +1604,20 @@ "id": "swsh8-36", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Fiery Cheering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2140,17 +1629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2166,22 +1651,14 @@ "id": "swsh8-37", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2193,17 +1670,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "This Pokémon lives in caves in volcanoes. The fire within the tuft on its head can reach 600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2219,29 +1692,21 @@ "id": "swsh8-38", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fling Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60×", "text": "Discard up to 2 basic Energy cards from your hand. This attack does 60 damage for each card you discarded in this way." @@ -2253,17 +1718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "When it gets excited, embers rise from its head and tail and it gets hot. For some reason, it loves sweets.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2279,33 +1740,23 @@ "id": "swsh8-39", "name": "Chandelure V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Poltergeist", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Your opponent reveals their hand. This attack does 40 damage for each Trainer card you find there." @@ -2317,17 +1768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2343,13 +1789,9 @@ "id": "swsh8-40", "name": "Chandelure VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chandelure V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2364,10 +1806,7 @@ "attacks": [ { "name": "Max Poltergeist", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "Your opponent reveals their hand. This attack does 70 damage for each Trainer card you find there." @@ -2379,17 +1818,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "AKIRA EGAWA", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2405,30 +1839,20 @@ "id": "swsh8-41", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Flame Cloak", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a Fire Energy card from your discard pile to this Pokémon." }, { "name": "Exciting Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "If this Pokémon has at least 3 extra Energy attached (in addition to this attack's cost), this attack also does 180 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2440,18 +1864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Oswaldo KATO", "rarity": "Uncommon", "flavorText": "A flame serves as its tongue, melting through the hard shell of Durant so that Heatmor can devour their insides.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2467,14 +1886,9 @@ "id": "swsh8-42", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Lesson in Zeal", @@ -2485,10 +1899,7 @@ "attacks": [ { "name": "Glistening Droplets", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 5 damage counters on your opponent's Pokémon in any way you like." @@ -2500,17 +1911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Oswaldo KATO", "rarity": "Rare", "flavorText": "This Oricorio has drunk red nectar. If its Trainer gives the wrong order, this passionate Pokémon becomes fiercely angry.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2526,25 +1933,16 @@ "id": "swsh8-43", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blaze Kick", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "Discard 2 Fire Energy from this Pokémon." @@ -2556,17 +1954,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2582,37 +1975,23 @@ "id": "swsh8-44", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flare", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "All-Out Shot", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -2624,17 +2003,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2650,14 +2024,9 @@ "id": "swsh8-45", "name": "Cinderace VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cinderace V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2665,12 +2034,7 @@ "attacks": [ { "name": "G-Max Fireball", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "230", "text": "Your opponent's Active Pokémon is now Burned. During your next turn, this Pokémon can't attack." @@ -2682,17 +2046,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2708,32 +2067,21 @@ "id": "swsh8-46", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2745,18 +2093,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "miki kudo", "rarity": "Common", "flavorText": "It wraps prey up with its heated body, cooking them in its coils. Once they're well-done, it will voraciously nibble them down to the last morsel.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2772,23 +2115,14 @@ "id": "swsh8-47", "name": "Sizzlipede", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Centiskorch" - ], + "types": ["Fire"], + "evolvesTo": ["Centiskorch"], "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." @@ -2800,18 +2134,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "It wraps prey up with its heated body, cooking them in its coils. Once they're well-done, it will voraciously nibble them down to the last morsel.", - "nationalPokedexNumbers": [ - 850 - ], + "nationalPokedexNumbers": [850], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2827,33 +2156,21 @@ "id": "swsh8-48", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Coil", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, this Pokémon's attacks do 90 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Burning Train", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -2865,18 +2182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "48", "artist": "Hasuno", "rarity": "Rare", "flavorText": "While its burning body is already dangerous on its own, this excessively hostile Pokémon also has large and very sharp fangs.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2892,31 +2204,21 @@ "id": "swsh8-49", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Steady Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2928,19 +2230,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "While its burning body is already dangerous on its own, this excessively hostile Pokémon also has large and very sharp fangs.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2956,33 +2252,21 @@ "id": "swsh8-50", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Tongue Slap", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2994,18 +2278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "kawayoo", "rarity": "Common", "flavorText": "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3021,14 +2300,9 @@ "id": "swsh8-51", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "abilities": [ { @@ -3040,10 +2314,7 @@ "attacks": [ { "name": "Aqua Split", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3055,18 +2326,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "nagimiso", "rarity": "Rare", "flavorText": "Once it slams its shell shut, it is impossible to open, even by those with superior strength.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3082,32 +2348,21 @@ "id": "swsh8-52", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Soak in Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Water Energy card from your hand to this Pokémon." }, { "name": "Spinning Attack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3119,17 +2374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "No number of injuries can bother Staryu. Its amazing regenerative powers return it to its previous state in half a day!", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3145,21 +2396,14 @@ "id": "swsh8-53", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Multishot Star", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard any amount of Water Energy from this Pokémon. Then, for each Energy card you discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. (You can choose the same Pokémon more than once.) This damage isn't affected by Weakness or Resistance." @@ -3171,17 +2415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "It rotates its geometrically shaped body to swim through the water. It always seems to be sending out mysterious radio waves.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3197,31 +2437,20 @@ "id": "swsh8-54", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Splash Arch", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put all Energy attached to this Pokémon into your hand. This attack does 100 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3233,18 +2462,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Crossing icy seas is no issue for this cold-resistant Pokémon. Its smooth skin is a little cool to the touch.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3260,22 +2484,14 @@ "id": "swsh8-55", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3287,17 +2503,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Mizue", "rarity": "Common", "flavorText": "Its powerful, well-developed jaws are capable of crushing anything. Even its Trainer must be careful.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3313,34 +2525,22 @@ "id": "swsh8-56", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3352,18 +2552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Once it bites down, it won't let go until it loses its fangs. New fangs quickly grow into place.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3379,13 +2574,9 @@ "id": "swsh8-57", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "abilities": [ { @@ -3397,11 +2588,7 @@ "attacks": [ { "name": "Crunch", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "Discard an Energy from your opponent's Active Pokémon." @@ -3413,19 +2600,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "When it bites with its massive and powerful jaws, it shakes its head and savagely tears its victim up.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3441,32 +2622,21 @@ "id": "swsh8-58", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Water"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Aqua Liner", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." @@ -3478,17 +2648,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "sowsow", "rarity": "Common", "flavorText": "Even after Marill swims in a cold sea, its water- repellent fur dries almost as soon as Marill leaves the water. That's why this Pokémon is never cold.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3504,31 +2670,21 @@ "id": "swsh8-59", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Dive and Rescue", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 3 in any combination of Pokémon and Supporter cards from your discard pile into your hand." }, { "name": "Surf", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3540,18 +2696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "The bubble-like pattern on its stomach helps it camouflage itself when it's in the water.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3567,29 +2718,20 @@ "id": "swsh8-60", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Spike Sting", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3601,17 +2743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "The small spikes covering its body developed from scales. They inject a toxin that causes fainting.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3627,30 +2765,20 @@ "id": "swsh8-61", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Bounce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Wave Splash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3662,17 +2790,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "As it majestically swims, it doesn't care if Remoraid attach to it to scavenge for its leftovers.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3688,34 +2812,21 @@ "id": "swsh8-62", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Playful Kick", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3727,17 +2838,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3753,35 +2860,22 @@ "id": "swsh8-63", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Energy Loop", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Put an Energy attached to this Pokémon into your hand." @@ -3793,18 +2887,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Living on muddy ground that provides poor footing has made its legs sturdy.", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3820,13 +2909,9 @@ "id": "swsh8-64", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "abilities": [ { @@ -3838,11 +2923,7 @@ "attacks": [ { "name": "Earthquake", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3854,19 +2935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "64", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms.", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3882,24 +2957,14 @@ "id": "swsh8-65", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "attacks": [ { "name": "Bursting Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3911,18 +2976,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Anesaki Dynamic", "rarity": "Common", "flavorText": "Clamperl's pearls are exceedingly precious. They can be more than 10 times as costly as Shellder's pearls.", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3938,14 +2998,9 @@ "id": "swsh8-66", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "abilities": [ { @@ -3957,11 +3012,7 @@ "attacks": [ { "name": "Cavernous Chomp", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3973,17 +3024,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "otumami", "rarity": "Rare", "flavorText": "Deep seas are their habitat. According to tradition, when Huntail wash up onshore, something unfortunate will happen.", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3999,14 +3046,9 @@ "id": "swsh8-67", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "abilities": [ { @@ -4018,10 +3060,7 @@ "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." @@ -4033,17 +3072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "It sucks bodily fluids out of its prey. The leftover meat sinks to the seafloor, where it becomes food for other Pokémon.", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4059,22 +3094,14 @@ "id": "swsh8-68", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Pry", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent reveals their hand." @@ -4086,17 +3113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Sekio", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4112,30 +3135,21 @@ "id": "swsh8-69", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Circus Soaking", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Your opponent reveals their hand. This attack does 60 damage for each Supporter card you find there." @@ -4147,17 +3161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It prefers places with clean water. When its tuft runs low, it replenishes it by siphoning up water with its tail.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4173,21 +3183,13 @@ "id": "swsh8-70", "name": "Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Swarm the Wound", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -4199,17 +3201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Souichirou Gunjima", "rarity": "Common", "flavorText": "Known for their violence, these Pokémon have the most fights with schools of red-striped Basculin.", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4225,22 +3223,14 @@ "id": "swsh8-71", "name": "Galarian Darumaka", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Darmanitan" - ], + "types": ["Water"], + "evolvesTo": ["Darmanitan"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this Pokémon also does 10 damage to itself." @@ -4252,18 +3242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The colder they get, the more energetic they are. They freeze their breath to make snowballs, using them as ammo for playful snowball fights.", - "nationalPokedexNumbers": [ - 554 - ], + "nationalPokedexNumbers": [554], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4279,32 +3264,21 @@ "id": "swsh8-72", "name": "Galarian Darmanitan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Darumaka", "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Daruma Headbutt", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "If this Pokémon has any damage counters on it, this attack can be used for Water." @@ -4316,18 +3290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Though it has a gentle disposition, it's also very strong. It will quickly freeze the snowball on its head before going for a headbutt.", - "nationalPokedexNumbers": [ - 555 - ], + "nationalPokedexNumbers": [555], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4343,35 +3312,23 @@ "id": "swsh8-73", "name": "Greninja V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Dancing Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip 3 coins. This attack does 80 damage for each heads." @@ -4383,17 +3340,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4409,32 +3361,21 @@ "id": "swsh8-74", "name": "Clauncher", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Clawitzer" - ], + "types": ["Water"], + "evolvesTo": ["Clawitzer"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Vise Grip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4446,18 +3387,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Pani Kobayashi", "rarity": "Common", "flavorText": "It moves around by jetting water from its right pincer. It has a poor sense of balance, so it's terrible at swimming straight.", - "nationalPokedexNumbers": [ - 692 - ], + "nationalPokedexNumbers": [692], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4473,31 +3409,21 @@ "id": "swsh8-75", "name": "Clawitzer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clauncher", "attacks": [ { "name": "Snipe Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -4509,18 +3435,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "Its right arm is packed with meat. When its pincer falls off, it's exported to be used as a cooking ingredient.", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4536,34 +3457,23 @@ "id": "swsh8-76", "name": "Crabominable V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trigger Avalanche", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Destroyer Punch", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -4575,19 +3485,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "76", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4603,13 +3506,9 @@ "id": "swsh8-77", "name": "Pyukumuku", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pitch a Pyukumuku", @@ -4620,11 +3519,7 @@ "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4636,17 +3531,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It's covered in a slime that keeps its skin moist, allowing it to stay on land for days without drying up.", - "nationalPokedexNumbers": [ - 771 - ], + "nationalPokedexNumbers": [771], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4662,36 +3553,23 @@ "id": "swsh8-78", "name": "Inteleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Aqua Bullet", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4703,17 +3581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4729,14 +3602,9 @@ "id": "swsh8-79", "name": "Inteleon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Inteleon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4751,10 +3619,7 @@ "attacks": [ { "name": "G-Max Spiral", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70+", "text": "You may put an Energy attached to this Pokémon into your hand. If you do, this attack does 70 more damage." @@ -4766,17 +3631,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4792,23 +3652,14 @@ "id": "swsh8-80", "name": "Chewtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drednaw" - ], + "types": ["Water"], + "evolvesTo": ["Drednaw"], "attacks": [ { "name": "Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4820,18 +3671,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "It starts off battles by attacking with its rock-hard horn, but as soon as the opponent flinches, this Pokémon bites down and never lets go.", - "nationalPokedexNumbers": [ - 833 - ], + "nationalPokedexNumbers": [833], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4847,22 +3693,14 @@ "id": "swsh8-81", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "attacks": [ { "name": "Hard Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 50 more damage." @@ -4874,20 +3712,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "81", "artist": "kodama", "rarity": "Uncommon", "flavorText": "This Pokémon rapidly extends its retractable neck to sink its sharp fangs into distant enemies and take them down.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4903,22 +3734,14 @@ "id": "swsh8-82", "name": "Arrokuda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barraskewda" - ], + "types": ["Water"], + "evolvesTo": ["Barraskewda"], "attacks": [ { "name": "Peck", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4930,17 +3753,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "After it's eaten its fill, its movements become extremely sluggish. That's when Cramorant swallows it up.", - "nationalPokedexNumbers": [ - 846 - ], + "nationalPokedexNumbers": [846], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4956,20 +3775,14 @@ "id": "swsh8-83", "name": "Barraskewda", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Arrokuda", "attacks": [ { "name": "Pierce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50", "text": "" @@ -4981,17 +3794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Hideki Ishikawa", "rarity": "Uncommon", "flavorText": "It spins its tail fins to propel itself, surging forward at speeds of over 100 knots before ramming prey and spearing into them.", - "nationalPokedexNumbers": [ - 847 - ], + "nationalPokedexNumbers": [847], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5007,22 +3816,14 @@ "id": "swsh8-84", "name": "Snom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frosmoth" - ], + "types": ["Water"], + "evolvesTo": ["Frosmoth"], "attacks": [ { "name": "Find Ice", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." @@ -5034,17 +3835,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It eats snow that piles up on the ground. The more snow it eats, the bigger and more impressive the spikes on its back grow.", - "nationalPokedexNumbers": [ - 872 - ], + "nationalPokedexNumbers": [872], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5060,31 +3857,21 @@ "id": "swsh8-85", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Blizzard Loop", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Put all Energy attached to this Pokémon into your hand." @@ -5096,17 +3883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "chibi", "rarity": "Uncommon", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5122,37 +3905,24 @@ "id": "swsh8-86", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5164,16 +3934,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5189,23 +3955,14 @@ "id": "swsh8-87", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Single Shot Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5217,17 +3974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5243,30 +3996,21 @@ "id": "swsh8-88", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Sonic Boom", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Explosion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "120", "text": "This Pokémon also does 90 damage to itself." @@ -5278,17 +4022,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5304,20 +4044,13 @@ "id": "swsh8-89", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Spark Duo", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If 1 of your Minun used an attack during your last turn, this attack does 100 more damage." @@ -5329,17 +4062,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Megumi Higuchi", "rarity": "Common", "flavorText": "It absorbs electricity from telephone poles. It shorts out its body to create crackling noises.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5355,29 +4084,20 @@ "id": "swsh8-90", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5389,17 +4109,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It cheers on friends. If its friends are losing, its body lets off more and more sparks.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5415,32 +4131,21 @@ "id": "swsh8-91", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electric Claws", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5452,17 +4157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5478,24 +4179,15 @@ "id": "swsh8-92", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Electric Claws", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5507,17 +4199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Tika Matsuno", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5533,21 +4221,14 @@ "id": "swsh8-93", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Thunder Claws", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "" @@ -5563,9 +4244,7 @@ "artist": "Atsushi Furusawa", "rarity": "Rare", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5581,28 +4260,20 @@ "id": "swsh8-94", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Surprise Short", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Pokémon Tools from all of your opponent's Pokémon." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -5614,17 +4285,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "Sekio", "rarity": "Common", "flavorText": "With a body made of plasma, it can inhabit all sorts of machines. It loves to surprise others.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5640,32 +4307,21 @@ "id": "swsh8-95", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5677,17 +4333,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "One alone can emit only a trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5703,34 +4355,22 @@ "id": "swsh8-96", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Thunder", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon also does 20 damage to itself." @@ -5742,18 +4382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5769,31 +4404,21 @@ "id": "swsh8-97", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "attacks": [ { "name": "Upper Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "If this Pokémon evolved from Eelektrik during this turn, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -5805,19 +4430,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "OKACHEKE", "rarity": "Rare", "flavorText": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5833,32 +4452,21 @@ "id": "swsh8-98", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5870,17 +4478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "The sun powers this Pokémon's electricity generation. Interruption of that process stresses Helioptile to the point of weakness.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5896,30 +4500,21 @@ "id": "swsh8-99", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Electrobullet", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5931,17 +4526,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "One Heliolisk basking in the sun with its frill outspread is all it would take to produce enough electricity to power a city.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5957,35 +4548,22 @@ "id": "swsh8-100", "name": "Charjabug", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Grubbin", - "evolvesTo": [ - "Vikavolt" - ], + "evolvesTo": ["Vikavolt"], "attacks": [ { "name": "Vise Grip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5997,19 +4575,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "Its digestive processes convert the leaves it eats into electricity. An electric sac in its belly stores the electricity for later use.", - "nationalPokedexNumbers": [ - 737 - ], + "nationalPokedexNumbers": [737], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6025,34 +4597,21 @@ "id": "swsh8-101", "name": "Vikavolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Charjabug", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Electro Blaster", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Lightning Energy from this Pokémon. This attack does 200 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6068,9 +4627,7 @@ "artist": "nagimiso", "rarity": "Rare", "flavorText": "If it carries a Charjabug to use as a spare battery, a flying Vikavolt can rapidly fire high-powered beams of electricity.", - "nationalPokedexNumbers": [ - 738 - ], + "nationalPokedexNumbers": [738], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6086,20 +4643,13 @@ "id": "swsh8-102", "name": "Zeraora", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Wild Charge", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "This Pokémon also does 20 damage to itself." @@ -6111,17 +4661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Teeziro", "rarity": "Rare", "flavorText": "It approaches its enemies at the speed of lightning, then tears them limb from limb with its sharp claws.", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6137,34 +4683,23 @@ "id": "swsh8-103", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electrobullet", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6176,16 +4711,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Shin Nagasawa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6201,13 +4732,9 @@ "id": "swsh8-104", "name": "Boltund VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Boltund V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6215,21 +4742,14 @@ "attacks": [ { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." }, { "name": "Max Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't use Max Bolt." @@ -6241,17 +4761,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "PLANETA Tsuji", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6267,22 +4782,14 @@ "id": "swsh8-105", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Ram", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -6294,18 +4801,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It manipulates the chemical makeup of its poison to produce electricity. The voltage is weak, but it can cause a tingling paralysis.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6321,32 +4823,21 @@ "id": "swsh8-106", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Tiny Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6358,17 +4849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "kodama", "rarity": "Common", "flavorText": "It manipulates the chemical makeup of its poison to produce electricity. The voltage is weak, but it can cause a tingling paralysis.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6384,21 +4871,14 @@ "id": "swsh8-107", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "attacks": [ { "name": "Punk Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "You may choose to make your opponent's Active Pokémon Paralyzed. If you do, this Pokémon also does 70 damage to itself." @@ -6410,18 +4890,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "This short-tempered and aggressive Pokémon chugs stagnant water to absorb any toxins it might contain.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6437,14 +4912,9 @@ "id": "swsh8-108", "name": "Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", "abilities": [ { @@ -6456,11 +4926,7 @@ "attacks": [ { "name": "Head Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6472,18 +4938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "nagimiso", "rarity": "Rare Holo", "flavorText": "It has an electrical organ on its chest. While generating electricity, it fills its surroundings with sounds like the strumming of a bass guitar.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6499,20 +4960,13 @@ "id": "swsh8-109", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Targeted Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6524,17 +4978,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It carries electrically roasted seeds with it as if they're precious treasures. No matter how much it eats, it always gets hungry again in short order.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6550,32 +5000,21 @@ "id": "swsh8-110", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Psychic"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." @@ -6587,17 +5026,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "The songs they sing are totally different depending on the region they live in. Some even sound like they're shouting!", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6613,31 +5048,21 @@ "id": "swsh8-111", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Find Treasure", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Hyper Voice", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6649,18 +5074,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Asako Ito", "rarity": "Uncommon", "flavorText": "When it gets angry, it inhales with all its might, and its body gradually inflates. Sometimes they can grow 20 times larger!", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6676,29 +5096,20 @@ "id": "swsh8-112", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Dazzle Dance", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -6716,17 +5127,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Its strange cries sound like human language. There are some musicians who compose songs for Jynx to sing.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6742,34 +5149,23 @@ "id": "swsh8-113", "name": "Mew V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Mix", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck." }, { "name": "Psychic Leap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -6790,9 +5186,7 @@ "number": "113", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6808,14 +5202,9 @@ "id": "swsh8-114", "name": "Mew VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Fusion Strike" - ], + "subtypes": ["VMAX", "Fusion Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mew V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6823,20 +5212,14 @@ "attacks": [ { "name": "Cross Fusion Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack." }, { "name": "Max Miracle", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -6857,9 +5240,7 @@ "number": "114", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6875,33 +5256,21 @@ "id": "swsh8-115", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Psychic"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -6913,17 +5282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "In contrast to its appearance, it's quite timid. When playing with other puppy Pokémon, it sometimes gets bullied.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6939,13 +5304,9 @@ "id": "swsh8-116", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Snubbull", "abilities": [ { @@ -6957,11 +5318,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6973,18 +5330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Although it's popular with young people, Granbull is timid and sensitive, so it's totally incompetent as a watchdog.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7000,23 +5352,14 @@ "id": "swsh8-117", "name": "Galarian Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Psychic"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7034,17 +5377,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Sudden climate change wiped out this ancient kind of Corsola. This Pokémon absorbs others' life-force through its branches.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7060,31 +5399,21 @@ "id": "swsh8-118", "name": "Galarian Cursola", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Galarian Corsola", "attacks": [ { "name": "Force Regeneration", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon V from your opponent's discard pile onto their Bench. If you do, put damage counters on that Pokémon until its remaining HP is 30." }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7102,18 +5431,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Misa Tsutsui", "rarity": "Rare", "flavorText": "Be cautious of the ectoplasmic body surrounding its soul. You'll become stiff as stone if you touch it.", - "nationalPokedexNumbers": [ - 864 - ], + "nationalPokedexNumbers": [864], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7129,19 +5453,13 @@ "id": "swsh8-119", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Chomp Chomp Hold", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more." @@ -7153,17 +5471,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It chomps with its gaping mouth. Its huge jaws are actually steel horns that have been transformed.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7179,24 +5493,13 @@ "id": "swsh8-120", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike", - "Single Strike", - "Rapid Strike" - ], + "subtypes": ["Basic", "Fusion Strike", "Single Strike", "Rapid Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Photon Boost", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fusion Strike Energy attached, this attack does 80 more damage." @@ -7214,17 +5517,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7240,22 +5539,14 @@ "id": "swsh8-121", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7273,18 +5564,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "miki kudo", "rarity": "Common", "flavorText": "It eats dreams and releases mist. The mist is pink when it's eating a good dream, and black when it's eating a nightmare.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7300,30 +5586,21 @@ "id": "swsh8-122", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Sleep Inducer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Asleep." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -7341,18 +5618,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "Tika Matsuno", "rarity": "Uncommon", "flavorText": "It drowses and dreams all the time. It's best to leave it be if it's just woken up, as it's a terrible grump when freshly roused from sleep.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7368,29 +5640,20 @@ "id": "swsh8-123", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Joust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Reflect Energy", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -7408,17 +5671,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "A discovery was made in the desert where Sigilyph fly. The ruins of what may have been an ancient city were found beneath the sands.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7434,21 +5693,13 @@ "id": "swsh8-124", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Melodious Echo", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "This attack does 70 damage for each Fusion Strike Energy attached to all of your Pokémon." @@ -7466,17 +5717,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7492,32 +5739,21 @@ "id": "swsh8-125", "name": "Sandygast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Palossand" - ], + "types": ["Psychic"], + "evolvesTo": ["Palossand"], "attacks": [ { "name": "Vibration", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7535,19 +5771,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "125", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Common", "flavorText": "If you build sand mounds when you're playing, destroy them before you go home, or they may get possessed and become Sandygast.", - "nationalPokedexNumbers": [ - 769 - ], + "nationalPokedexNumbers": [769], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7563,34 +5793,21 @@ "id": "swsh8-126", "name": "Palossand", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sandygast", "attacks": [ { "name": "Spooky Sand", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" }, { "name": "Oppressing Sandstorm", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "If your opponent's Active Pokémon is a Basic Pokémon, it is Knocked Out." @@ -7608,20 +5825,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "126", "artist": "Shibuzoh.", "rarity": "Rare", "flavorText": "Once it has whipped up a sandstorm to halt its opponents in their tracks, this terrifying Pokémon snatches away their vitality.", - "nationalPokedexNumbers": [ - 770 - ], + "nationalPokedexNumbers": [770], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7637,30 +5847,20 @@ "id": "swsh8-127", "name": "Indeedee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Heart Sign", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -7678,17 +5878,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "They diligently serve people and Pokémon so they can gather feelings of gratitude. The females are particularly good at babysitting.", - "nationalPokedexNumbers": [ - 876 - ], + "nationalPokedexNumbers": [876], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7704,23 +5900,14 @@ "id": "swsh8-128", "name": "Dreepy", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drakloak" - ], + "types": ["Psychic"], + "evolvesTo": ["Drakloak"], "attacks": [ { "name": "Infestation", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -7738,17 +5925,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Teeziro", "rarity": "Common", "flavorText": "If this weak Pokémon is by itself, a mere child could defeat it. But if Dreepy has friends to help it train, it can evolve and become much stronger.", - "nationalPokedexNumbers": [ - 885 - ], + "nationalPokedexNumbers": [885], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7764,34 +5947,22 @@ "id": "swsh8-129", "name": "Drakloak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Fusion Strike" - ], + "subtypes": ["Stage 1", "Fusion Strike"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dreepy", - "evolvesTo": [ - "Dragapult" - ], + "evolvesTo": ["Dragapult"], "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "U-turn", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -7809,17 +5980,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "Without a Dreepy to place on its head and care for, it gets so uneasy it'll try to substitute any Pokémon it finds for the missing Dreepy.", - "nationalPokedexNumbers": [ - 886 - ], + "nationalPokedexNumbers": [886], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7835,31 +6002,21 @@ "id": "swsh8-130", "name": "Dragapult", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Fusion Strike" - ], + "subtypes": ["Stage 2", "Fusion Strike"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drakloak", "attacks": [ { "name": "Fusion Strike Assault", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each of your Fusion Strike Pokémon in play." }, { "name": "Speed Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -7881,9 +6038,7 @@ "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "Apparently the Dreepy inside Dragapult's horns eagerly look forward to being launched out at Mach speeds.", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7899,32 +6054,21 @@ "id": "swsh8-131", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Dig It Up", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your deck. You may discard that card." }, { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." @@ -7936,17 +6080,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "When its skin gets wrinkled from moisture, it heads for a volcano. It lies flat on a spot with a lot of geothermal heat and dries itself out.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7962,21 +6102,14 @@ "id": "swsh8-132", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Dig Uppercut", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Put a card from your discard pile into your hand." @@ -7988,18 +6121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "132", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "Thanks to its thick claws, it's good at climbing trees. There are plenty of Sandslash that park themselves in trees and go right to sleep.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8015,22 +6143,14 @@ "id": "swsh8-133", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -8042,17 +6162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "133", "artist": "sowsow", "rarity": "Common", "flavorText": "If one gets angry, all the others around it will get angry, so silence is a rare visitor in a troop of Mankey.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8068,20 +6184,14 @@ "id": "swsh8-134", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Gut Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 60 more damage." @@ -8093,17 +6203,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "134", "artist": "Yuya Oka", "rarity": "Uncommon", "flavorText": "The blood vessels in its brain are sturdier than those of other Pokémon, so it can stay healthy despite its constant raging.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8119,32 +6225,21 @@ "id": "swsh8-135", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rollout", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Light Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8156,19 +6251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "135", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "It uses both hands to climb precipitous cliffs. People who see it in action have been known to take up bouldering.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8184,34 +6273,22 @@ "id": "swsh8-136", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -8223,20 +6300,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "136", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "It travels by rolling down cliffs. If it falls into a river, it will explode with its last gasp.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8252,13 +6322,9 @@ "id": "swsh8-137", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "abilities": [ { @@ -8270,11 +6336,7 @@ "attacks": [ { "name": "Double-Edge", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -8286,20 +6348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "137", "artist": "KEIICHIRO ITO", "rarity": "Rare", "flavorText": "It detonates its own body. The power from that explosion can propel it up steep mountain paths with amazing speed.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8315,34 +6370,21 @@ "id": "swsh8-138", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Guard Press", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -8354,20 +6396,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "138", "artist": "KEIICHIRO ITO", "rarity": "Common", "flavorText": "It rapidly bores through the ground at 50 mph by squirming and twisting its massive, rugged body.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8383,32 +6418,21 @@ "id": "swsh8-139", "name": "Steelix", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Onix", "attacks": [ { "name": "Powerful Rage", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each damage counter on this Pokémon." }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This attack also does 30 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8420,20 +6444,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "139", "artist": "Ryuta Fuse", "rarity": "Rare Holo", "flavorText": "It is thought its body transformed as a result of iron accumulating internally from swallowing soil.", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8449,32 +6466,21 @@ "id": "swsh8-140", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Pierce", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -8486,17 +6492,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "140", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It flies straight at its target's face, then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8512,32 +6514,21 @@ "id": "swsh8-141", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Cut Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Venomous Hit", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -8549,17 +6540,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "141", "artist": "SATOSHI NAKAI", "rarity": "Uncommon", "flavorText": "Its flight is soundless. It uses its lengthy tail to carry off its prey... Then its elongated fangs do the rest.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8575,34 +6562,21 @@ "id": "swsh8-142", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Lunge Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -8614,19 +6588,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "142", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "There's a rumor of a traditional recipe for stew that Trainers can use to raise strong Makuhita.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8642,14 +6610,9 @@ "id": "swsh8-143", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "abilities": [ { @@ -8661,11 +6624,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -8677,20 +6636,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "143", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "Hariyama that are big and fat aren't necessarily strong. There are some small ones that move nimbly and use moves skillfully.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8706,23 +6658,14 @@ "id": "swsh8-144", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Fighting"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -8734,17 +6677,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "144", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It was discovered in ancient ruins. While moving, it constantly spins. It stands on one foot even when asleep.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8760,31 +6699,21 @@ "id": "swsh8-145", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon." }, { "name": "Ancient Imprint", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 60." @@ -8796,18 +6725,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "145", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It appears to have been born from clay dolls made by ancient people. It uses telekinesis to float and move.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8823,25 +6747,16 @@ "id": "swsh8-146", "name": "Lucario V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aura Sphere", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -8853,17 +6768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "146", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8879,22 +6789,14 @@ "id": "swsh8-147", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -8906,18 +6808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "147", "artist": "tetsuya koizumi", "rarity": "Common", "flavorText": "It's a digger, using its claws to burrow through the ground. It causes damage to vegetable crops, so many farmers have little love for it.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8933,30 +6830,20 @@ "id": "swsh8-148", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Strafe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Earthen Boom", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Move all Energy from this Pokémon to your Benched Pokémon in any way you like." @@ -8968,17 +6855,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "148", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "From the forces of lightning and wind, it creates energy to give nutrients to the soil and make the land abundant.", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8994,33 +6877,21 @@ "id": "swsh8-149", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Raised Bad", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Darkness Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -9032,18 +6903,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "149", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "Wanting to make sure it's taken seriously, Pancham's always giving others a glare. But if it's not focusing, it ends up smiling.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9059,32 +6925,21 @@ "id": "swsh8-150", "name": "Stufful", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Bewear" - ], + "types": ["Fighting"], + "evolvesTo": ["Bewear"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -9096,18 +6951,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "150", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "The way it protects itself by flailing its arms may be an adorable sight, but stay well away. This is flailing that can snap thick tree trunks.", - "nationalPokedexNumbers": [ - 759 - ], + "nationalPokedexNumbers": [759], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9123,32 +6973,21 @@ "id": "swsh8-151", "name": "Bewear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Stufful", "attacks": [ { "name": "Split Spiral Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Strength", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9160,19 +6999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "151", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "The moves it uses to take down its prey would make a martial artist jealous. It tucks subdued prey under its arms to carry them to its nest.", - "nationalPokedexNumbers": [ - 760 - ], + "nationalPokedexNumbers": [760], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9188,32 +7021,21 @@ "id": "swsh8-152", "name": "Clobbopus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Grapploct" - ], + "types": ["Fighting"], + "evolvesTo": ["Grapploct"], "attacks": [ { "name": "Beat", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knuckle Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -9225,18 +7047,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "152", "artist": "Mizue", "rarity": "Common", "flavorText": "Its tentacles tear off easily, but it isn't alarmed when that happens—it knows they'll grow back. It's about as smart as a three-year-old.", - "nationalPokedexNumbers": [ - 852 - ], + "nationalPokedexNumbers": [852], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9252,32 +7069,21 @@ "id": "swsh8-153", "name": "Grapploct", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Clobbopus", "attacks": [ { "name": "Lunge Out", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Magnum Punch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -9289,18 +7095,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "Souichirou Gunjima", "rarity": "Uncommon", "flavorText": "Searching for an opponent to test its skills against, it emerges onto land. Once the battle is over, it returns to the sea.", - "nationalPokedexNumbers": [ - 853 - ], + "nationalPokedexNumbers": [853], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9316,30 +7117,20 @@ "id": "swsh8-154", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Cliff Edge Formation", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 160 more damage." @@ -9351,18 +7142,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9378,19 +7164,13 @@ "id": "swsh8-155", "name": "Falinks", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Invade", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -9402,17 +7182,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "Yuu Nishida", "rarity": "Common", "flavorText": "The six of them work together as one Pokémon. Teamwork is also their battle strategy, and they constantly change their formation as they fight.", - "nationalPokedexNumbers": [ - 870 - ], + "nationalPokedexNumbers": [870], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9428,36 +7204,23 @@ "id": "swsh8-156", "name": "Gengar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Slumber", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Pain Explosion", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "190", "text": "Put 3 damage counters on this Pokémon." @@ -9469,17 +7232,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9495,14 +7253,9 @@ "id": "swsh8-157", "name": "Gengar VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Gengar V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -9510,21 +7263,14 @@ "attacks": [ { "name": "Fear and Panic", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon V and Pokémon-GX in play." }, { "name": "G-Max Swallow Up", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "250", "text": "During your next turn, this Pokémon can't attack." @@ -9536,18 +7282,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9563,37 +7303,23 @@ "id": "swsh8-158", "name": "Tyranitar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Land Crush", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "" @@ -9605,19 +7331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "158", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9633,22 +7352,14 @@ "id": "swsh8-159", "name": "Galarian Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Darkness"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Lick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -9660,17 +7371,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "159", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "Thought to be the oldest form of Zigzagoon, it moves in zigzags and wreaks havoc upon its surroundings.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9686,20 +7393,14 @@ "id": "swsh8-160", "name": "Galarian Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Zigzagoon", "attacks": [ { "name": "Rear Kick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -9711,17 +7412,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "sowsow", "rarity": "Uncommon", "flavorText": "This very aggressive Pokémon will recklessly challenge opponents stronger than itself.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9737,29 +7434,21 @@ "id": "swsh8-161", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "attacks": [ { "name": "Silence", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. During your opponent's next turn, that Pokémon can't use that attack." }, { "name": "Merciless Strike", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "60+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 90 more damage." @@ -9771,18 +7460,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "161", "artist": "kodama", "rarity": "Rare Holo", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9798,22 +7482,14 @@ "id": "swsh8-162", "name": "Carvanha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Sharpedo" - ], + "types": ["Darkness"], + "evolvesTo": ["Sharpedo"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -9825,17 +7501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "162", "artist": "NC Empire", "rarity": "Common", "flavorText": "With its sturdy jaws and fangs, it can easily chomp wooden boats to splinters. It fights with Basculin over food.", - "nationalPokedexNumbers": [ - 318 - ], + "nationalPokedexNumbers": [318], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9851,21 +7523,14 @@ "id": "swsh8-163", "name": "Sharpedo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Carvanha", "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -9877,17 +7542,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "163", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "It drinks in seawater and jets it from its rear to propel itself. It's very sensitive to the scent of blood.", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9903,31 +7564,20 @@ "id": "swsh8-164", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -9939,17 +7589,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "164", "artist": "Eri Yamaki", "rarity": "Rare", "flavorText": "The elderly call it the disaster Pokémon and detest it, but interest in its power to predict disasters is on the rise.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9965,22 +7611,14 @@ "id": "swsh8-165", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Darkness"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -9992,17 +7630,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "165", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "Once diluted, its poison becomes medicinal. This Pokémon came into popularity after a pharmaceutical company chose it as a mascot.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10018,31 +7652,21 @@ "id": "swsh8-166", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Croagunk", "attacks": [ { "name": "Severe Poison", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. During Pokémon Checkup, put 4 damage counters on that Pokémon instead of 1." }, { "name": "Magnum Punch", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -10054,17 +7678,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "166", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It booms out a victory croak when its prey goes down in defeat. This Pokémon and Seismitoad are related species.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10080,21 +7700,13 @@ "id": "swsh8-167", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -10106,18 +7718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "167", "artist": "Megumi Mizutani", "rarity": "Uncommon", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10133,32 +7740,21 @@ "id": "swsh8-168", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Darkness"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Super Poison Breath", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -10170,18 +7766,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "168", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "This Pokémon was born from a bag stuffed with trash. Galarian Weezing relish the fumes belched by Trubbish.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10197,31 +7788,21 @@ "id": "swsh8-169", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Trubbish", "attacks": [ { "name": "Poison Gas", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Sludge Whirlpool", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -10233,19 +7814,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "169", "artist": "Misa Tsutsui", "rarity": "Uncommon", "flavorText": "The toxic liquid it launches from its right arm is so virulent that it can kill a weakened creature instantly.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10261,32 +7836,21 @@ "id": "swsh8-170", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rear Kick", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10298,17 +7862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "170", "artist": "nagimiso", "rarity": "Common", "flavorText": "If a normally talkative child suddenly stops talking, it may have been replaced by Zorua.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10324,31 +7884,21 @@ "id": "swsh8-171", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Double Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage for each heads." }, { "name": "Night Daze", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -10360,18 +7910,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "171", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "If it thinks humans are going to discover its den, Zoroark shows them visions that make them wander around in the woods.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10387,32 +7932,21 @@ "id": "swsh8-172", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Razor Wing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Air Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -10430,17 +7964,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "172", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Vullaby grow quickly. Bones that have gotten too small for older Vullaby to wear often get passed down to younger ones in the nest.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10456,30 +7986,21 @@ "id": "swsh8-173", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Bone Block", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, Pokémon can't be played from your opponent's hand to evolve the Defending Pokémon." }, { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -10497,18 +8018,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "173", "artist": "Narumi Sato", "rarity": "Uncommon", "flavorText": "They adorn themselves with bones. There seem to be fashion trends among them, as different bones come into and fall out of popularity.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10524,34 +8040,21 @@ "id": "swsh8-174", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Knocking Hammer", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard the top card of your opponent's deck." }, { "name": "Shakedown", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard a random card from your opponent's hand." @@ -10563,20 +8066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "174", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "Using its leaf, Pangoro can predict the moves of its opponents. It strikes with punches that can turn a dump truck into scrap with just one hit.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10592,32 +8088,20 @@ "id": "swsh8-175", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Single Strike Wings", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -10635,18 +8119,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "175", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10662,23 +8141,14 @@ "id": "swsh8-176", "name": "Impidimp", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Morgrem" - ], + "types": ["Darkness"], + "evolvesTo": ["Morgrem"], "attacks": [ { "name": "Play Rough", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -10690,17 +8160,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "176", "artist": "sowsow", "rarity": "Common", "flavorText": "It sneaks into people's homes, stealing things and feasting on the negative energy of the frustrated occupants.", - "nationalPokedexNumbers": [ - 859 - ], + "nationalPokedexNumbers": [859], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10716,34 +8182,22 @@ "id": "swsh8-177", "name": "Morgrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Impidimp", - "evolvesTo": [ - "Grimmsnarl" - ], + "evolvesTo": ["Grimmsnarl"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Crushing Blow", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -10755,18 +8209,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "177", "artist": "tetsuya koizumi", "rarity": "Uncommon", "flavorText": "With sly cunning, it tries to lure people into the woods. Some believe it to have the power to make crops grow.", - "nationalPokedexNumbers": [ - 860 - ], + "nationalPokedexNumbers": [860], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10782,31 +8231,21 @@ "id": "swsh8-178", "name": "Grimmsnarl", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Morgrem", "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "60", "text": "" }, { "name": "Rear Attack", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "100+", "text": "If you have 2 or fewer Benched Pokémon, this attack does 140 more damage." @@ -10818,19 +8257,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "178", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Its hairs work like muscle fibers. When its hairs unfurl, they latch on to opponents, ensnaring them as tentacles would.", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10846,20 +8279,13 @@ "id": "swsh8-179", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "50", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Explosive Discontent", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon." @@ -10871,17 +8297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "179", "artist": "Teeziro", "rarity": "Common", "flavorText": "Hunger hormones affect its temperament. Until its hunger is appeased, it gets up to all manner of evil deeds.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10897,32 +8319,21 @@ "id": "swsh8-180", "name": "Galarian Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Metal"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Growl", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -10940,17 +8351,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "180", "artist": "0313", "rarity": "Common", "flavorText": "These daring Pokémon have coins on their foreheads. Darker coins are harder, and harder coins garner more respect among Meowth.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10966,31 +8373,21 @@ "id": "swsh8-181", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "attacks": [ { "name": "Call to Muster", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Headbang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -11008,17 +8405,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "181", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "After many battles, it evolved dangerous claws that come together to form daggers when extended.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11034,32 +8427,20 @@ "id": "swsh8-182", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Wing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slicing Blade", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -11077,17 +8458,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "182", "artist": "Megumi Higuchi", "rarity": "Common", "flavorText": "Its body is draped in steel armor. It looks heavy, but it can fly at speeds of up to 185 miles an hour!", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11103,32 +8480,21 @@ "id": "swsh8-183", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Rock Tomb", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -11146,18 +8512,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "183", "artist": "Lee HyunJung", "rarity": "Uncommon", "flavorText": "Known as the Drill King, this Pokémon can tunnel through the terrain at speeds of over 90 mph.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11173,21 +8534,13 @@ "id": "swsh8-184", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Adversity Jaws", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent's Active Pokémon is a Fire Pokémon, it is now Paralyzed." @@ -11205,17 +8558,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "184", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "With their large mandibles, these Pokémon can crunch their way through rock. They work together to protect their eggs from Sandaconda.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11231,15 +8580,9 @@ "id": "swsh8-185", "name": "Genesect V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11253,11 +8596,7 @@ "attacks": [ { "name": "Techno Blast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -11275,17 +8614,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "185", "artist": "PLANETA Tsuji", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11301,19 +8635,13 @@ "id": "swsh8-186", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Unlock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw 2 cards." @@ -11331,17 +8659,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "186", "artist": "MAHOU", "rarity": "Common", "flavorText": "Long ago it lived in mines, but once the minerals that make up its diet became scarcer, Klefki began appearing in human settlements.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11357,31 +8681,20 @@ "id": "swsh8-187", "name": "Togedemaru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." }, { "name": "Rolling Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -11399,17 +8712,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "187", "artist": "Oswaldo KATO", "rarity": "Uncommon", "flavorText": "When it's in trouble, it curls up into a ball, makes its fur spikes stand on end, and then discharges electricity indiscriminately.", - "nationalPokedexNumbers": [ - 777 - ], + "nationalPokedexNumbers": [777], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11425,33 +8734,21 @@ "id": "swsh8-188", "name": "Meltan", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "70", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Melmetal" - ], + "types": ["Metal"], + "evolvesTo": ["Melmetal"], "attacks": [ { "name": "Iron Intake", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -11469,17 +8766,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "188", "artist": "Teeziro", "rarity": "Common", "flavorText": "It melts particles of iron and other metals found in the subsoil, so it can absorb them into its body of molten steel.", - "nationalPokedexNumbers": [ - 808 - ], + "nationalPokedexNumbers": [808], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11495,35 +8788,21 @@ "id": "swsh8-189", "name": "Melmetal", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Meltan", "attacks": [ { "name": "Ingot Swing", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon that have an Ability." }, { "name": "Blasting Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard an Energy from this Pokémon." @@ -11541,20 +8820,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "189", "artist": "Hasuno", "rarity": "Rare Holo", "flavorText": "Revered long ago for its capacity to create iron from nothing, for some reason it has come back to life after 3,000 years.", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11570,31 +8842,21 @@ "id": "swsh8-190", "name": "Corviknight", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Corvisquire", "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "50", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Power Cyclone", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -11612,18 +8874,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "190", "artist": "Ryuta Fuse", "rarity": "Rare", "flavorText": "With their great intellect and flying skills, these Pokémon very successfully act as the Galar region's airborne taxi service.", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11639,34 +8896,21 @@ "id": "swsh8-191", "name": "Cufant", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "100", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Copperajah" - ], + "types": ["Metal"], + "evolvesTo": ["Copperajah"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "High Horsepower", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon also does 20 damage to itself." @@ -11684,19 +8928,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "191", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "If a job requires serious strength, this Pokémon will excel at it. Its copper body tarnishes in the rain, turning a vibrant green color.", - "nationalPokedexNumbers": [ - 878 - ], + "nationalPokedexNumbers": [878], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11712,35 +8950,21 @@ "id": "swsh8-192", "name": "Copperajah", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Cufant", "attacks": [ { "name": "Strength", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" }, { "name": "High Horsepower", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -11758,20 +8982,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "192", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "These Pokémon live in herds. Their trunks have incredible grip strength, strong enough to crush giant rocks into powder.", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11787,14 +9004,9 @@ "id": "swsh8-193", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Red Assist", @@ -11805,27 +9017,19 @@ "attacks": [ { "name": "Dyna Barrier", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "193", "artist": "Yuu Nishida", "rarity": "Rare", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11841,14 +9045,9 @@ "id": "swsh8-194", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Blue Assist", @@ -11859,29 +9058,19 @@ "attacks": [ { "name": "Luster Purge", - "cost": [ - "Water", - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Water", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Discard 2 Energy from this Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "194", "artist": "hatachu", "rarity": "Rare", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11897,48 +9086,33 @@ "id": "swsh8-195", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Melt", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "195", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Their horns are powerful sensors. As soon as Goomy pick up any sign of enemies, they go into hiding. This is how they've survived.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11954,51 +9128,34 @@ "id": "swsh8-196", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Melt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Body Slam", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "196", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "The lump on its back contains its tiny brain. It thinks only of food and escaping its enemies.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12014,13 +9171,9 @@ "id": "swsh8-197", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "abilities": [ { @@ -12032,28 +9185,19 @@ "attacks": [ { "name": "Buster Tail", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "120", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "197", "artist": "Nagomi Nijo", "rarity": "Rare", "flavorText": "Its form of offense is forcefully stretching out its horns. The strikes land 100 times harder than any blow from a heavyweight boxer.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12069,49 +9213,32 @@ "id": "swsh8-198", "name": "Turtonator", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Shell Trap", - "cost": [ - "Fire", - "Fighting" - ], + "cost": ["Fire", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 8 damage counters on the Attacking Pokémon." }, { "name": "Heat Crash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "198", "artist": "Ryuta Fuse", "rarity": "Uncommon", "flavorText": "Eating sulfur in its volcanic habitat is what causes explosive compounds to develop in its shell. Its droppings are also dangerously explosive.", - "nationalPokedexNumbers": [ - 776 - ], + "nationalPokedexNumbers": [776], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12127,22 +9254,14 @@ "id": "swsh8-199", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Draw a card." @@ -12154,17 +9273,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "199", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It washes its face regularly to keep the coin on its forehead spotless. It doesn't get along with Galarian Meowth.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12180,30 +9295,21 @@ "id": "swsh8-200", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Draw a card." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -12215,17 +9321,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "200", "artist": "Lee HyunJung", "rarity": "Uncommon", "flavorText": "Its elegant and refined behavior clashes with that of the barbaric Perrserker. The relationship between the two is one of mutual disdain.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12241,35 +9343,23 @@ "id": "swsh8-201", "name": "Dodrio V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "No Reprieve", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "During your next turn, this Pokémon's attacks do 80 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Rampage Drill", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -12287,16 +9377,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "201", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12312,34 +9398,21 @@ "id": "swsh8-202", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Drain Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." }, { "name": "Gentle Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -12351,18 +9424,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "202", "artist": "miki kudo", "rarity": "Common", "flavorText": "Because the eggs on their bellies have been overharvested by people in the past, the Chansey population remains very small.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12378,13 +9446,9 @@ "id": "swsh8-203", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "abilities": [ { @@ -12396,11 +9460,7 @@ "attacks": [ { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." @@ -12412,18 +9472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "203", "artist": "Mizue", "rarity": "Rare", "flavorText": "This Pokémon is overflowing with love. Only Chansey that share a strong bond with their Trainer can evolve, so people say.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12439,31 +9494,20 @@ "id": "swsh8-204", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Coordinated One-Two Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 100 more damage." @@ -12475,18 +9519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "204", "artist": "Souichirou Gunjima", "rarity": "Rare", "flavorText": "You shouldn't get close to the child when it's playing outside its mother's pouch. Its mother is always nearby watching over it.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12502,13 +9541,9 @@ "id": "swsh8-205", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -12522,9 +9557,7 @@ "attacks": [ { "name": "Continuous Steps", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." @@ -12536,17 +9569,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "205", "artist": "0313", "rarity": "Common", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12562,21 +9591,13 @@ "id": "swsh8-206", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "160", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -12588,19 +9609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "206", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "This Pokémon's stomach is so strong, even eating moldy or rotten food will not affect it.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12616,13 +9631,9 @@ "id": "swsh8-207", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Mysterious Nest", @@ -12633,10 +9644,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -12648,17 +9656,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "207", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "When it sees a person, it digs a hole with its tail to make its escape. If you happen to find one, consider yourself lucky.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12674,29 +9678,20 @@ "id": "swsh8-208", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wild Dive", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to your opponent's Active Pokémon." @@ -12708,17 +9703,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "208", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "The curved antlers subtly change the flow of air to create a strange space where reality is distorted.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12734,31 +9725,20 @@ "id": "swsh8-209", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sketching Trash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 2 Fusion Strike Trainer cards from your discard pile into your hand." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -12770,17 +9750,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "209", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It draws symbols with the fluid that oozes from the tip of its tail. Depending on the symbol, Smeargle fanatics will pay big money for them.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12796,22 +9772,14 @@ "id": "swsh8-210", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -12823,17 +9791,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "210", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12849,30 +9813,21 @@ "id": "swsh8-211", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Willful Busybody", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage for each heads." @@ -12884,17 +9839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "211", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12910,24 +9861,14 @@ "id": "swsh8-212", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage for each heads." @@ -12939,17 +9880,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "212", "artist": "Yuu Nishida", "rarity": "Common", "flavorText": "The reason it keeps one ear rolled up is so it can launch a swift counterattack if it's attacked by an enemy.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12965,22 +9902,14 @@ "id": "swsh8-213", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "attacks": [ { "name": "Hopping Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -12992,17 +9921,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "213", "artist": "AKIRA EGAWA", "rarity": "Uncommon", "flavorText": "It's notably wary and has a dislike of fighting, but at the same time, it can deliver powerful kicks with its lithe legs.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13018,32 +9943,21 @@ "id": "swsh8-214", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon also does 10 damage to itself." @@ -13055,17 +9969,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "214", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "It's very sensitive to danger. The sound of Corviknight's flapping will have Bunnelby digging a hole to hide underground in moments.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13081,34 +9991,21 @@ "id": "swsh8-215", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon also does 30 damage to itself." @@ -13120,20 +10017,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "215", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "The fur on its belly retains heat exceptionally well. People used to make heavy winter clothing from fur shed by this Pokémon.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13149,20 +10039,13 @@ "id": "swsh8-216", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Flying Stomp", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -13180,17 +10063,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "216", "artist": "Taira Akitsu", "rarity": "Uncommon", "flavorText": "It always strikes a pose before going for its finishing move. Sometimes opponents take advantage of that time to counterattack.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13206,35 +10085,23 @@ "id": "swsh8-217", "name": "Greedent V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Nom-Nom-Nom Incisors", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Draw 3 cards." @@ -13246,17 +10113,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "217", "artist": "PLANETA Yamashita", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13272,13 +10134,9 @@ "id": "swsh8-218", "name": "Greedent VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Greedent V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -13286,21 +10144,14 @@ "attacks": [ { "name": "Turn a Profit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards." }, { "name": "Max Gimme Gimme", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Draw 3 cards." @@ -13312,18 +10163,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "218", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13339,22 +10184,14 @@ "id": "swsh8-219", "name": "Rookidee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Corvisquire" - ], + "types": ["Colorless"], + "evolvesTo": ["Corvisquire"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage for each heads." @@ -13372,17 +10209,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "219", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Jumping nimbly about, this small-bodied Pokémon takes advantage of even the slightest opportunity to disorient larger opponents.", - "nationalPokedexNumbers": [ - 821 - ], + "nationalPokedexNumbers": [821], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13398,24 +10231,15 @@ "id": "swsh8-220", "name": "Corvisquire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rookidee", - "evolvesTo": [ - "Corviknight" - ], + "evolvesTo": ["Corviknight"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage for each heads." @@ -13433,17 +10257,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "220", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The lessons of many harsh battles have taught it how to accurately judge an opponent's strength.", - "nationalPokedexNumbers": [ - 822 - ], + "nationalPokedexNumbers": [822], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13459,32 +10279,21 @@ "id": "swsh8-221", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Derail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Let's All Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each of your Benched Pokémon that has the Let's All Rollout attack." @@ -13496,17 +10305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "221", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If its fleece grows too long, Wooloo won't be able to move. Cloth made with the wool of this Pokémon is surprisingly strong.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13522,23 +10327,14 @@ "id": "swsh8-222", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -13550,17 +10346,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "222", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "If its fleece grows too long, Wooloo won't be able to move. Cloth made with the wool of this Pokémon is surprisingly strong.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13576,30 +10368,21 @@ "id": "swsh8-223", "name": "Dubwool", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Wooloo", "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -13611,18 +10394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "223", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "Its majestic horns are meant only to impress the opposite gender. They never see use in battle.", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13638,9 +10416,7 @@ "id": "swsh8-224", "name": "Adventurer's Discovery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Pokémon V, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -13663,9 +10439,7 @@ "id": "swsh8-225", "name": "Battle VIP Pass", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only during your first turn.", "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.", @@ -13689,9 +10463,7 @@ "id": "swsh8-226", "name": "Bug Catcher", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. Flip a coin. If heads, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -13714,10 +10486,7 @@ "id": "swsh8-227", "name": "Chili & Cilan & Cress", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Search your deck for up to 3 Fusion Strike Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -13740,9 +10509,7 @@ "id": "swsh8-228", "name": "Cook", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 70 damage from your Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -13765,9 +10532,7 @@ "id": "swsh8-229", "name": "Cram-o-matic", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you discard another Item card from your hand. Flip a coin. If heads, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -13790,10 +10555,7 @@ "id": "swsh8-230", "name": "Cross Switcher", "supertype": "Trainer", - "subtypes": [ - "Item", - "Fusion Strike" - ], + "subtypes": ["Item", "Fusion Strike"], "rules": [ "You must play 2 Cross Switcher cards at once. (This effect works one time for 2 cards.)", "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. If you do, switch your Active Pokémon with 1 of your Benched Pokémon.", @@ -13817,10 +10579,7 @@ "id": "swsh8-231", "name": "Crossceiver", "supertype": "Trainer", - "subtypes": [ - "Item", - "Fusion Strike" - ], + "subtypes": ["Item", "Fusion Strike"], "rules": [ "You must play 2 Crossceiver cards at once. (This effect works one time for 2 cards.)", "Put a Pokémon or a Supporter card from your discard pile into your hand.", @@ -13844,9 +10603,7 @@ "id": "swsh8-232", "name": "Dancer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you go second and it's your first turn, draw 3 more cards.", "You may play only 1 Supporter card during your turn." @@ -13869,10 +10626,7 @@ "id": "swsh8-233", "name": "Elesa's Sparkle", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Choose up to 2 of your Fusion Strike Pokémon. For each of those Pokémon, search your deck for a Fusion Strike Energy card and attach it to that Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -13895,10 +10649,7 @@ "id": "swsh8-234", "name": "Farewell Bell", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon VMAX this card is attached to is Knocked Out by damage from an attack from your opponent's Pokémon, search your deck for a card and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn.", @@ -13922,9 +10673,7 @@ "id": "swsh8-235", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand into their deck and draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -13947,10 +10696,7 @@ "id": "swsh8-236", "name": "Power Tablet", "supertype": "Trainer", - "subtypes": [ - "Item", - "Fusion Strike" - ], + "subtypes": ["Item", "Fusion Strike"], "rules": [ "During this turn, your Fusion Strike Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn." @@ -13973,9 +10719,7 @@ "id": "swsh8-237", "name": "Quick Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you discard another card from your hand. Search your deck for a Basic Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -13998,9 +10742,7 @@ "id": "swsh8-238", "name": "Schoolboy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 1, 3, or 5 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -14023,9 +10765,7 @@ "id": "swsh8-239", "name": "Schoolgirl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 2, 4, or 6 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -14048,9 +10788,7 @@ "id": "swsh8-240", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn." @@ -14073,9 +10811,7 @@ "id": "swsh8-241", "name": "Sidney", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. Discard up to 2 in any combination of Pokémon Tool cards, Special Energy cards, and Stadium cards from it.", "You may play only 1 Supporter card during your turn." @@ -14098,9 +10834,7 @@ "id": "swsh8-242", "name": "Skaters' Park", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Whenever either player's Active Pokémon retreats, put any basic Energy that would be discarded into their hand instead of the discard pile." ], @@ -14122,10 +10856,7 @@ "id": "swsh8-243", "name": "Spongy Gloves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Water Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -14149,10 +10880,7 @@ "id": "swsh8-244", "name": "Fusion Strike Energy", "supertype": "Energy", - "subtypes": [ - "Fusion Strike", - "Special" - ], + "subtypes": ["Fusion Strike", "Special"], "rules": [ "This card can only be attached to a Fusion Strike Pokémon. If this card is attached to anything other than a Fusion Strike Pokémon, discard this card. As long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. Prevent all effects of your opponent's Pokémon's Abilities done to the Pokémon this card is attached to." ], @@ -14173,33 +10901,23 @@ "id": "swsh8-245", "name": "Celebi V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaflet Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of Grass Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Slash Back", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -14211,16 +10929,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "245", "artist": "Teeziro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14236,24 +10950,16 @@ "id": "swsh8-246", "name": "Tsareena V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Queen's Orders", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard any number of your Benched Pokémon. This attack does 40 more damage for each Benched Pokémon you discarded in this way." @@ -14265,17 +10971,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "246", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 763 - ], + "nationalPokedexNumbers": [763], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14291,33 +10992,23 @@ "id": "swsh8-247", "name": "Chandelure V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Poltergeist", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Your opponent reveals their hand. This attack does 40 damage for each Trainer card you find there." @@ -14329,17 +11020,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "247", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14355,34 +11041,23 @@ "id": "swsh8-248", "name": "Crabominable V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trigger Avalanche", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Destroyer Punch", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -14394,19 +11069,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "248", "artist": "MUGENUP", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 740 - ], + "nationalPokedexNumbers": [740], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14422,34 +11090,23 @@ "id": "swsh8-249", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electrobullet", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -14461,16 +11118,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "249", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14486,34 +11139,23 @@ "id": "swsh8-250", "name": "Mew V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Mix", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck." }, { "name": "Psychic Leap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -14534,9 +11176,7 @@ "number": "250", "artist": "aky CG Works", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14552,34 +11192,23 @@ "id": "swsh8-251", "name": "Mew V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Mix", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card and attach it to 1 of your Fusion Strike Pokémon. Then, shuffle your deck." }, { "name": "Psychic Leap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -14600,9 +11229,7 @@ "number": "251", "artist": "Naoki Saito", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14618,14 +11245,9 @@ "id": "swsh8-252", "name": "Sandaconda V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -14639,11 +11261,7 @@ "attacks": [ { "name": "Land Crush", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -14655,17 +11273,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "252", "artist": "Narumi Sato", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 844 - ], + "nationalPokedexNumbers": [844], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14681,15 +11294,9 @@ "id": "swsh8-253", "name": "Hoopa V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -14703,11 +11310,7 @@ "attacks": [ { "name": "Shadow Impact", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Put 3 damage counters on 1 of your Pokémon." @@ -14719,17 +11322,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "253", "artist": "takuyoa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14745,15 +11343,9 @@ "id": "swsh8-254", "name": "Genesect V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -14767,11 +11359,7 @@ "attacks": [ { "name": "Techno Blast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -14789,17 +11377,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "254", "artist": "PLANETA Tsuji", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14815,15 +11398,9 @@ "id": "swsh8-255", "name": "Genesect V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "190", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -14837,11 +11414,7 @@ "attacks": [ { "name": "Techno Blast", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't attack." @@ -14859,17 +11432,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "255", "artist": "Akira Komayama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14885,35 +11453,23 @@ "id": "swsh8-256", "name": "Greedent V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Nom-Nom-Nom Incisors", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Draw 3 cards." @@ -14925,17 +11481,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "256", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14951,35 +11502,23 @@ "id": "swsh8-257", "name": "Greedent V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Nom-Nom-Nom Incisors", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Draw 3 cards." @@ -14991,17 +11530,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "257", "artist": "Saya Tsuruta", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15017,10 +11551,7 @@ "id": "swsh8-258", "name": "Chili & Cilan & Cress", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Search your deck for up to 3 Fusion Strike Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -15043,9 +11574,7 @@ "id": "swsh8-259", "name": "Dancer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you go second and it's your first turn, draw 3 more cards.", "You may play only 1 Supporter card during your turn." @@ -15068,10 +11597,7 @@ "id": "swsh8-260", "name": "Elesa's Sparkle", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Choose up to 2 of your Fusion Strike Pokémon. For each of those Pokémon, search your deck for a Fusion Strike Energy card and attach it to that Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -15094,9 +11620,7 @@ "id": "swsh8-261", "name": "Schoolboy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 1, 3, or 5 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -15119,9 +11643,7 @@ "id": "swsh8-262", "name": "Schoolgirl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 2, 4, or 6 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -15144,9 +11666,7 @@ "id": "swsh8-263", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn." @@ -15169,9 +11689,7 @@ "id": "swsh8-264", "name": "Sidney", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. Discard up to 2 in any combination of Pokémon Tool cards, Special Energy cards, and Stadium cards from it.", "You may play only 1 Supporter card during your turn." @@ -15194,13 +11712,9 @@ "id": "swsh8-265", "name": "Chandelure VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chandelure V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15215,10 +11729,7 @@ "attacks": [ { "name": "Max Poltergeist", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "Your opponent reveals their hand. This attack does 70 damage for each Trainer card you find there." @@ -15230,17 +11741,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "265", "artist": "AKIRA EGAWA", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15256,14 +11762,9 @@ "id": "swsh8-266", "name": "Inteleon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Inteleon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15278,10 +11779,7 @@ "attacks": [ { "name": "G-Max Spiral", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70+", "text": "You may put an Energy attached to this Pokémon into your hand. If you do, this attack does 70 more damage." @@ -15293,17 +11791,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "266", "artist": "Kazuma Koda", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15319,13 +11812,9 @@ "id": "swsh8-267", "name": "Boltund VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Boltund V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15333,21 +11822,14 @@ "attacks": [ { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." }, { "name": "Max Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't use Max Bolt." @@ -15359,17 +11841,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "267", "artist": "PLANETA Tsuji", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15385,14 +11862,9 @@ "id": "swsh8-268", "name": "Mew VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Fusion Strike" - ], + "subtypes": ["VMAX", "Fusion Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mew V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15400,20 +11872,14 @@ "attacks": [ { "name": "Cross Fusion Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack." }, { "name": "Max Miracle", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -15434,9 +11900,7 @@ "number": "268", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15452,14 +11916,9 @@ "id": "swsh8-269", "name": "Mew VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Fusion Strike" - ], + "subtypes": ["VMAX", "Fusion Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mew V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15467,20 +11926,14 @@ "attacks": [ { "name": "Cross Fusion Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Choose 1 of your Benched Fusion Strike Pokémon's attacks and use it as this attack." }, { "name": "Max Miracle", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -15501,9 +11954,7 @@ "number": "269", "artist": "AKIRA EGAWA", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15519,13 +11970,9 @@ "id": "swsh8-270", "name": "Espeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15540,11 +11987,7 @@ "attacks": [ { "name": "Max Mindstorm", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to all of your opponent's Pokémon." @@ -15562,17 +12005,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "270", "artist": "Kouki Saitou", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15588,14 +12026,9 @@ "id": "swsh8-271", "name": "Gengar VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Gengar V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15603,21 +12036,14 @@ "attacks": [ { "name": "Fear and Panic", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon V and Pokémon-GX in play." }, { "name": "G-Max Swallow Up", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "250", "text": "During your next turn, this Pokémon can't attack." @@ -15629,18 +12055,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "271", "artist": "sowsow", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15656,13 +12076,9 @@ "id": "swsh8-272", "name": "Greedent VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Greedent V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -15670,21 +12086,14 @@ "attacks": [ { "name": "Turn a Profit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent's Basic Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards." }, { "name": "Max Gimme Gimme", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Draw 3 cards." @@ -15696,18 +12105,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "272", "artist": "PLANETA Mochizuki", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 820 - ], + "nationalPokedexNumbers": [820], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15723,10 +12126,7 @@ "id": "swsh8-273", "name": "Chili & Cilan & Cress", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Search your deck for up to 3 Fusion Strike Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -15749,9 +12149,7 @@ "id": "swsh8-274", "name": "Dancer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you go second and it's your first turn, draw 3 more cards.", "You may play only 1 Supporter card during your turn." @@ -15774,10 +12172,7 @@ "id": "swsh8-275", "name": "Elesa's Sparkle", "supertype": "Trainer", - "subtypes": [ - "Supporter", - "Fusion Strike" - ], + "subtypes": ["Supporter", "Fusion Strike"], "rules": [ "Choose up to 2 of your Fusion Strike Pokémon. For each of those Pokémon, search your deck for a Fusion Strike Energy card and attach it to that Pokémon. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -15800,9 +12195,7 @@ "id": "swsh8-276", "name": "Schoolboy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 1, 3, or 5 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -15825,9 +12218,7 @@ "id": "swsh8-277", "name": "Schoolgirl", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If your opponent has exactly 2, 4, or 6 Prize cards remaining, draw 2 more cards.", "You may play only 1 Supporter card during your turn." @@ -15850,9 +12241,7 @@ "id": "swsh8-278", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn." @@ -15875,9 +12264,7 @@ "id": "swsh8-279", "name": "Sidney", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand. Discard up to 2 in any combination of Pokémon Tool cards, Special Energy cards, and Stadium cards from it.", "You may play only 1 Supporter card during your turn." @@ -15900,17 +12287,11 @@ "id": "swsh8-280", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "abilities": [ { "name": "Dynamotor", @@ -15921,11 +12302,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -15937,18 +12314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "280", "artist": "Studio Bora Inc.", "rarity": "Rare Secret", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15964,10 +12336,7 @@ "id": "swsh8-281", "name": "Power Tablet", "supertype": "Trainer", - "subtypes": [ - "Item", - "Fusion Strike" - ], + "subtypes": ["Item", "Fusion Strike"], "rules": [ "During this turn, your Fusion Strike Pokémon's attacks do 30 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn." @@ -15990,9 +12359,7 @@ "id": "swsh8-282", "name": "Training Court", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may put a basic Energy card from their discard pile into their hand." ], diff --git a/cards/en/swsh9.json b/cards/en/swsh9.json index e4c001716..234538bca 100644 --- a/cards/en/swsh9.json +++ b/cards/en/swsh9.json @@ -3,32 +3,21 @@ "id": "swsh9-1", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "0313", "rarity": "Common", "flavorText": "Though it may look like it's just a bunch of eggs, it's a proper Pokémon. Exeggcute communicates with others of its kind via telepathy, apparently.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -66,34 +51,21 @@ "id": "swsh9-2", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from this Pokémon." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -105,19 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Each of Exeggutor's three heads is thinking different thoughts. The three don't seem to be very interested in one another.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -133,22 +99,14 @@ "id": "swsh9-3", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -160,17 +118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It spouts poison spores from the top of its head. These spores cause pain all over if inhaled.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -186,29 +140,21 @@ "id": "swsh9-4", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Spore Ball", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Powdery Uppercut", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "130", "text": "You can use this attack only if this Pokémon used Spore Ball during your last turn." @@ -220,17 +166,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Sekio", "rarity": "Rare", "flavorText": "It scatters poisonous spores and throws powerful punches while its foe is hampered by inhaled spores.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -246,13 +188,9 @@ "id": "swsh9-5", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "abilities": [ { "name": "Curative Bower", @@ -263,11 +201,7 @@ "attacks": [ { "name": "Slicing Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -279,17 +213,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Bunches of delicious fruit grow around its neck. In warm areas, many ranches raise Tropius.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -305,32 +235,21 @@ "id": "swsh9-6", "name": "Turtwig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grotle" - ], + "types": ["Grass"], + "evolvesTo": ["Grotle"], "attacks": [ { "name": "Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt Bounce", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -342,18 +261,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty.", - "nationalPokedexNumbers": [ - 387 - ], + "nationalPokedexNumbers": [387], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -369,17 +283,11 @@ "id": "swsh9-7", "name": "Grotle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Turtwig", - "evolvesTo": [ - "Torterra" - ], + "evolvesTo": ["Torterra"], "abilities": [ { "name": "Sun-Drenched Shell", @@ -390,11 +298,7 @@ "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -406,19 +310,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "7", "artist": "Nisota Niso", "rarity": "Uncommon", "flavorText": "It knows where pure water wells up. It carries fellow Pokémon there on its back.", - "nationalPokedexNumbers": [ - 388 - ], + "nationalPokedexNumbers": [388], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -434,33 +332,21 @@ "id": "swsh9-8", "name": "Torterra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grotle", "attacks": [ { "name": "Evopress", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Evolution Pokémon in play." }, { "name": "Hammer In", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "" @@ -472,20 +358,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "8", "artist": "Oswaldo KATO", "rarity": "Rare Holo", "flavorText": "Small Pokémon occasionally gather on its unmoving back to begin building their nests.", - "nationalPokedexNumbers": [ - 389 - ], + "nationalPokedexNumbers": [389], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -501,24 +380,14 @@ "id": "swsh9-9", "name": "Burmy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam", - "Mothim" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam", "Mothim"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -530,17 +399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "If its cloak is broken in battle, it quickly remakes the cloak with materials nearby.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -556,32 +421,21 @@ "id": "swsh9-10", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Matron's Anger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each Pokémon in your discard pile." }, { "name": "Leaf Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." @@ -593,18 +447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -620,32 +469,21 @@ "id": "swsh9-11", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Raid", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon evolved from Burmy during this turn, this attack does 90 more damage." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -667,9 +505,7 @@ "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It flutters around at night and steals honey from the Combee hive.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -685,16 +521,10 @@ "id": "swsh9-12", "name": "Cherubi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cherrim" - ], + "types": ["Grass"], + "evolvesTo": ["Cherrim"], "abilities": [ { "name": "Lively Fruit", @@ -705,10 +535,7 @@ "attacks": [ { "name": "Leafage", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -720,17 +547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "The deeper a Cherubi's red, the more nutrients it has stockpiled in its body. And the sweeter and tastier its small ball!", - "nationalPokedexNumbers": [ - 420 - ], + "nationalPokedexNumbers": [420], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -746,33 +569,23 @@ "id": "swsh9-13", "name": "Shaymin V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 40 more damage for each Prize card your opponent has taken." @@ -784,16 +597,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Satoshi Shirai", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -809,13 +618,9 @@ "id": "swsh9-14", "name": "Shaymin VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shaymin V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -830,10 +635,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120+", "text": "This attack does 40 more damage for each Prize card your opponent has taken." @@ -845,16 +647,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -870,22 +668,14 @@ "id": "swsh9-15", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -897,17 +687,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "sowsow", "rarity": "Common", "flavorText": "Its strange physiology reacts to electrical energy in interesting ways. The presence of a Shelmet will cause this Pokémon to evolve.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -923,34 +709,23 @@ "id": "swsh9-16", "name": "Zarude V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leap to Leap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Jungle Rage", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage." @@ -962,17 +737,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 893 - ], + "nationalPokedexNumbers": [893], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -988,37 +758,23 @@ "id": "swsh9-17", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -1030,17 +786,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1056,13 +807,9 @@ "id": "swsh9-18", "name": "Charizard VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -1070,23 +817,14 @@ "attacks": [ { "name": "Explosive Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage." }, { "name": "Star Blaze", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "320", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -1098,17 +836,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1124,34 +857,21 @@ "id": "swsh9-19", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Fiery Punch", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1163,18 +883,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Shinji Kanda", "rarity": "Common", "flavorText": "Magmar dispatches its prey with fire. But it regrets this habit once it realizes that it has burned its intended prey to a charred crisp.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1190,32 +905,21 @@ "id": "swsh9-20", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Boltsplosion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If Electivire is on your Bench, this attack does 120 more damage." @@ -1227,19 +931,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "When Magmortar inhales deeply, the fire burning in its belly intensifies, rising in temperature to over 3,600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1255,19 +953,13 @@ "id": "swsh9-21", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Inferno Wings", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon has any damage counters on it, this attack does 70 more damage. This attack's damage isn't affected by Weakness." @@ -1279,17 +971,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "otumami", "rarity": "Rare Holo", "flavorText": "It's one of the legendary bird Pokémon. When Moltres flaps its flaming wings, they glimmer with a dazzling red glow.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1305,14 +993,9 @@ "id": "swsh9-22", "name": "Entei V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1326,10 +1009,7 @@ "attacks": [ { "name": "Burning Rondo", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -1341,18 +1021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1368,31 +1042,20 @@ "id": "swsh9-23", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Guard Press", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -1404,18 +1067,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It burns coal inside its shell for energy. It blows out black soot if it is endangered.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1431,22 +1089,14 @@ "id": "swsh9-24", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard an Energy from this Pokémon." @@ -1458,17 +1108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1484,33 +1130,22 @@ "id": "swsh9-25", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy from this Pokémon." @@ -1522,17 +1157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "KEIICHIRO ITO", "rarity": "Uncommon", "flavorText": "It uses ceilings and walls to launch aerial attacks. Its fiery tail is but one weapon.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1548,30 +1179,21 @@ "id": "swsh9-26", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Infernal Vortex", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "80×", "text": "Reveal the top 5 cards of your deck. This attack does 80 damage for each Energy card you find there. Then, discard those Energy cards and shuffle the other cards back into your deck." }, { "name": "Burning Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "160", "text": "Discard all Energy from this Pokémon." @@ -1583,17 +1205,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "Anesaki Dynamic", "rarity": "Rare Holo", "flavorText": "It tosses its enemies around with agility. It uses all its limbs to fight in its own unique style.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1609,34 +1227,23 @@ "id": "swsh9-27", "name": "Simisear V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bursting Power", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "You may attach up to 2 basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Flare Juggling", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1648,16 +1255,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "5ban Graphics", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1673,34 +1276,23 @@ "id": "swsh9-28", "name": "Kingler V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Falling Bubbles", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 5 Water Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Raging Pincer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "This Pokémon also does 30 damage to itself." @@ -1712,18 +1304,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1739,13 +1325,9 @@ "id": "swsh9-29", "name": "Kingler VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kingler V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1753,20 +1335,14 @@ "attacks": [ { "name": "Bubbles Galore", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 5 Water Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "G-Max Pincer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "This Pokémon also does 30 damage to itself." @@ -1778,18 +1354,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1805,22 +1375,14 @@ "id": "swsh9-30", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Double Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage for each heads." @@ -1832,17 +1394,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "If you visit a beach at the end of summer, you'll be able to see groups of Staryu lighting up in a steady rhythm.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1858,21 +1416,13 @@ "id": "swsh9-31", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Raging Freeze", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, your opponent's Active Pokémon is now Paralyzed." @@ -1884,18 +1434,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Teeziro", "rarity": "Rare", "flavorText": "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1911,33 +1456,21 @@ "id": "swsh9-32", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1949,18 +1482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Sekio", "rarity": "Common", "flavorText": "No matter how dirty the water in the river, it will adapt and thrive. It has a strong will to survive.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1976,31 +1504,21 @@ "id": "swsh9-33", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Corphish", "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Crab Impact", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard 2 Energy from this Pokémon." @@ -2012,19 +1530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "33", "artist": "Shibuzoh.", "rarity": "Uncommon", "flavorText": "A rough customer that wildly flails its giant claws. It is said to be extremely hard to raise.", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2040,33 +1552,21 @@ "id": "swsh9-34", "name": "Snorunt", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Glalie", - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Glalie", "Froslass"], "attacks": [ { "name": "Ice Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2078,18 +1578,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "HYOGONOSUKE", "rarity": "Common", "flavorText": "It can only survive in cold areas. It bounces happily around, even in environments as cold as -150 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 361 - ], + "nationalPokedexNumbers": [361], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2105,22 +1600,14 @@ "id": "swsh9-35", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2132,17 +1619,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Atsushi Furusawa", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2158,23 +1641,15 @@ "id": "swsh9-36", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Peck", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -2186,17 +1661,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "It lives a solitary life. Its wings deliver wicked blows that can snap even the thickest of trees.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2212,13 +1683,9 @@ "id": "swsh9-37", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "abilities": [ { @@ -2230,9 +1697,7 @@ "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2244,18 +1709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2271,23 +1731,14 @@ "id": "swsh9-38", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Agility", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, during your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon." @@ -2299,17 +1750,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Tika Matsuno", "rarity": "Common", "flavorText": "It inflates the flotation sac around its neck and pokes its head out of the water to see what is going on.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2325,30 +1772,21 @@ "id": "swsh9-39", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Floatify", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Put up to 2 Item cards from your discard pile into your hand." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -2360,17 +1798,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "kodama", "rarity": "Uncommon", "flavorText": "Its flotation sac developed as a result of pursuing aquatic prey. It can double as a rubber raft.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2386,14 +1820,9 @@ "id": "swsh9-40", "name": "Lumineon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2407,11 +1836,7 @@ "attacks": [ { "name": "Aqua Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Shuffle this Pokémon and all attached cards into your deck." @@ -2423,16 +1848,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2448,13 +1869,9 @@ "id": "swsh9-41", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Wave Veil", @@ -2465,9 +1882,7 @@ "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2479,17 +1894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "HYOGONOSUKE", "rarity": "Rare", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2505,22 +1916,14 @@ "id": "swsh9-42", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Chilly", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -2532,17 +1935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "ryoma uratsuka", "rarity": "Common", "flavorText": "When this Pokémon is in good health, its snot becomes thicker and stickier. It will smear its snot on anyone it doesn't like.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2558,32 +1957,21 @@ "id": "swsh9-43", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Sheer Cold", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, the Defending Pokémon can't attack." }, { "name": "Frost Smash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -2595,19 +1983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Rianti Hidayat", "rarity": "Uncommon", "flavorText": "It swims through frigid seas, searching for prey. From its frozen breath, it forms icy fangs that are harder than steel.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2623,32 +2005,20 @@ "id": "swsh9-44", "name": "Eiscue", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Block Slider", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon for each Fusion Strike Energy attached to all of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Icicle Missile", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2660,17 +2030,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "nagimiso", "rarity": "Rare", "flavorText": "The hair on its head connects to the surface of its brain. When this Pokémon has something on its mind, its hair chills the air around it.", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2686,33 +2052,23 @@ "id": "swsh9-45", "name": "Raichu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack during your first turn. Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Dynamic Spark", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "You may discard any amount of Lightning Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way." @@ -2724,16 +2080,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "MUGENUP", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2749,32 +2101,21 @@ "id": "swsh9-46", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2786,18 +2127,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "Many power plants keep Ground-type Pokémon around as a defense against Electabuzz that come seeking electricity.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2813,31 +2149,21 @@ "id": "swsh9-47", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Explosive Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Benched Magmortar have any damage counters on them, this attack does 90 more damage." }, { "name": "High-Voltage Current", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2849,19 +2175,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "The amount of electrical energy this Pokémon produces is proportional to the rate of its pulse. The voltage jumps while Electivire is battling.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2877,14 +2197,9 @@ "id": "swsh9-48", "name": "Raikou V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2898,10 +2213,7 @@ "attacks": [ { "name": "Lightning Rondo", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -2913,16 +2225,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2938,22 +2246,14 @@ "id": "swsh9-49", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2969,9 +2269,7 @@ "artist": "Mizue", "rarity": "Common", "flavorText": "This Pokémon generates electricity by contracting its muscles. Excited trembling is a sign that Shinx is generating a tremendous amount of electricity.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2987,23 +2285,15 @@ "id": "swsh9-50", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3015,17 +2305,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "kurumitsu", "rarity": "Uncommon", "flavorText": "By joining its tail with that of another Luxio, this Pokémon can receive some of the other Luxio's electricity and power up its own electric blasts.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3041,29 +2327,21 @@ "id": "swsh9-51", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Energy Crush", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage for each Energy attached to all of your opponent's Pokémon." }, { "name": "Flash Impact", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "110", "text": "This attack also does 30 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3075,17 +2353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "Luxray can see through solid objects. It will instantly spot prey trying to hide behind walls, even if the walls are thick.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3101,20 +2375,13 @@ "id": "swsh9-52", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Windup Thunder", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Pokémon Tool attached to all of your Pokémon." @@ -3126,17 +2393,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "HYOGONOSUKE", "rarity": "Uncommon", "flavorText": "A pair may be seen rubbing their cheek pouches together in an effort to share stored electricity.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3152,32 +2415,21 @@ "id": "swsh9-53", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Psychic"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3189,17 +2441,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3215,31 +2463,21 @@ "id": "swsh9-54", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Moonlit Miracle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. Choose a number of your Pokémon in play up to the number of heads. For each of those Pokémon, search your deck for a card that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck." }, { "name": "Magical Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3251,17 +2489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Mizue", "rarity": "Rare", "flavorText": "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3277,29 +2511,21 @@ "id": "swsh9-55", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." }, { "name": "Power Gem", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "" @@ -3321,9 +2547,7 @@ "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "This Pokémon has an organ known as its core. The organ glows in seven colors when Starmie is unleashing its potent psychic powers.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3339,30 +2563,20 @@ "id": "swsh9-56", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Life Sucker", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -3380,18 +2594,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Anesaki Dynamic", "rarity": "Rare", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3407,35 +2616,23 @@ "id": "swsh9-57", "name": "Granbull V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Chomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bull Dash", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -3447,17 +2644,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3473,23 +2665,14 @@ "id": "swsh9-58", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Triple Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage for each heads." @@ -3507,17 +2690,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It moves while spinning around on its single foot. Some Baltoy have been seen spinning on their heads.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3533,32 +2712,21 @@ "id": "swsh9-59", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Coinciding Figures", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If you and your opponent have the same number of Benched Pokémon, this attack does 90 more damage." @@ -3576,18 +2744,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Kazuma Koda", "rarity": "Uncommon", "flavorText": "This mysterious Pokémon started life as an ancient clay figurine made over 20,000 years ago.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3603,22 +2766,14 @@ "id": "swsh9-60", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Perplex", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -3636,17 +2791,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "SATOSHI NAKAI", "rarity": "Common", "flavorText": "If it finds bad children who won't listen to their parents, it will spirit them away—or so it's said.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3662,23 +2813,15 @@ "id": "swsh9-61", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Fade to Black", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -3696,18 +2839,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "Its body is entirely hollow. When it opens its mouth, it sucks everything in as if it were a black hole.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3723,13 +2861,9 @@ "id": "swsh9-62", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -3741,11 +2875,7 @@ "attacks": [ { "name": "Devour Soul", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3763,19 +2893,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "otumami", "rarity": "Rare Holo", "flavorText": "At the bidding of transmissions from the spirit world, it steals people and Pokémon away. No one knows whether it has a will of its own.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3791,29 +2915,20 @@ "id": "swsh9-63", "name": "Chimecho", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Clear Tone", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Special Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Hang Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3831,17 +2946,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "MAHOU", "rarity": "Common", "flavorText": "Emitting ultrasonic cries, it floats on winds to travel great distances.", - "nationalPokedexNumbers": [ - 358 - ], + "nationalPokedexNumbers": [358], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3857,34 +2968,23 @@ "id": "swsh9-64", "name": "Whimsicott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fluff Gets in the Way", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Cotton Guard", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -3896,16 +2996,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Saki Hayashiro", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3921,13 +3017,9 @@ "id": "swsh9-65", "name": "Whimsicott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whimsicott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -3935,20 +3027,14 @@ "attacks": [ { "name": "Trick Wind", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your opponent's next turn, they can't play any Pokémon Tool or Special Energy cards from their hand." }, { "name": "Fluffball Star", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon for each Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)" @@ -3960,16 +3046,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3985,29 +3067,20 @@ "id": "swsh9-66", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Tri Recharge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. Attach a number of basic Energy cards up to the number of heads from your discard pile to your Benched Pokémon in any way you like." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4025,17 +3098,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Psychic power allows these Pokémon to fly. Some say they were the guardians of an ancient city. Others say they were the guardians' emissaries.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4051,19 +3120,13 @@ "id": "swsh9-67", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Dede-Flash", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 60 more damage, and your opponent's Active Pokémon is now Confused." @@ -4075,17 +3138,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Nagomi Nijo", "rarity": "Common", "flavorText": "Since Dedenne can't generate as much electricity on its own, it steals electricity from outlets or other electric Pokémon.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4101,14 +3160,9 @@ "id": "swsh9-68", "name": "Mimikyu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4122,9 +3176,7 @@ "attacks": [ { "name": "Jealous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon for each Prize card your opponent has taken." @@ -4142,17 +3194,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Eske Yoshinob", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4168,13 +3215,9 @@ "id": "swsh9-69", "name": "Mimikyu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mimikyu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -4182,20 +3225,14 @@ "attacks": [ { "name": "Ominous Numbers", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. If you played Acerola's Premonition from your hand during this turn, place 13 damage counters instead." }, { "name": "Max Shadow", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard a random card from your opponent's hand." @@ -4213,16 +3250,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Studio Bora Inc.", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4238,31 +3271,21 @@ "id": "swsh9-70", "name": "Milcery", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Alcremie" - ], + "types": ["Psychic"], + "evolvesTo": ["Alcremie"], "attacks": [ { "name": "Lead", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Ram", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4274,17 +3297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Misa Tsutsui", "rarity": "Common", "flavorText": "They say that any patisserie visited by Milcery is guaranteed success and good fortune.", - "nationalPokedexNumbers": [ - 868 - ], + "nationalPokedexNumbers": [868], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4300,13 +3319,9 @@ "id": "swsh9-71", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "abilities": [ { @@ -4318,10 +3333,7 @@ "attacks": [ { "name": "Rainbow Flavor", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 40 more damage for each type of basic Energy attached to all of your Pokémon." @@ -4333,17 +3345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "sowsow", "rarity": "Rare", "flavorText": "When Alcremie is content, the cream it secretes from its hands becomes sweeter and richer.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4359,30 +3367,20 @@ "id": "swsh9-72", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Spinning Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw a card." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -4394,17 +3392,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "ryoma uratsuka", "rarity": "Uncommon", "flavorText": "It launches kicks while spinning. If it spins at high speed, it may bore its way into the ground.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4420,22 +3414,14 @@ "id": "swsh9-73", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4447,20 +3433,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "73", "artist": "miki kudo", "rarity": "Common", "flavorText": "It hunts without twitching a muscle by pulling in its prey with powerful magnetism. But sometimes it pulls natural enemies in close.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4476,22 +3455,14 @@ "id": "swsh9-74", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Rising Lunge", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -4503,17 +3474,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "zig", "rarity": "Common", "flavorText": "Its nest is a sloped, bowl-like pit in the desert. Once something has fallen in, there is no escape.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4529,23 +3496,15 @@ "id": "swsh9-75", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Razor Wing", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -4557,17 +3516,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "The ultrasonic waves it generates by rubbing its two wings together cause severe headaches.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4583,30 +3538,21 @@ "id": "swsh9-76", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Vibrava", "attacks": [ { "name": "Desert Pillar", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Blasting Wind", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "" @@ -4618,17 +3564,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "This Pokémon hides in the heart of sandstorms it creates and seldom appears where people can see it.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4644,32 +3586,21 @@ "id": "swsh9-77", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Matron's Anger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each Pokémon in your discard pile." }, { "name": "Bind Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -4681,18 +3612,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Lee HyunJung", "rarity": "Rare", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4708,23 +3634,14 @@ "id": "swsh9-78", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -4736,17 +3653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Teeziro", "rarity": "Common", "flavorText": "It's exceedingly energetic, with enough stamina to keep running all through the night. Taking it for walks can be a challenging experience.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4762,13 +3675,9 @@ "id": "swsh9-79", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -4780,10 +3689,7 @@ "attacks": [ { "name": "Aura Sphere Volley", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "Discard all Fighting Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." @@ -4795,18 +3701,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "GIDORA", "rarity": "Rare Holo", "flavorText": "It controls waves known as auras, which are powerful enough to pulverize huge rocks. It uses these waves to take down its prey.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4822,31 +3723,20 @@ "id": "swsh9-80", "name": "Throh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Lunge Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -4858,19 +3748,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Teeziro", "rarity": "Common", "flavorText": "It performs throwing moves with first-rate skill. Over the course of many battles, Throh's belt grows darker as it absorbs its wearer's sweat.", - "nationalPokedexNumbers": [ - 538 - ], + "nationalPokedexNumbers": [538], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4886,19 +3770,13 @@ "id": "swsh9-81", "name": "Sawk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Sweep the Leg", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -4910,17 +3788,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Shinji Kanda", "rarity": "Common", "flavorText": "If you see a Sawk training in the mountains in its single-minded pursuit of strength, it's best to quietly pass by.", - "nationalPokedexNumbers": [ - 539 - ], + "nationalPokedexNumbers": [539], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4936,32 +3810,21 @@ "id": "swsh9-82", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Fighting"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pound", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4973,20 +3836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "Eske Yoshinob", "rarity": "Common", "flavorText": "They were sculpted from clay in ancient times. No one knows why, but some of them are driven to continually line up boulders.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5002,32 +3858,21 @@ "id": "swsh9-83", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Golett", "attacks": [ { "name": "Big Hand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each card in your hand." }, { "name": "Mega Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -5039,20 +3884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "83", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "Artillery platforms built into the walls of ancient castles served as perches from which Golurk could fire energy beams.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5068,22 +3906,14 @@ "id": "swsh9-84", "name": "Grimer", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Muk" - ], + "types": ["Darkness"], + "evolvesTo": ["Muk"], "attacks": [ { "name": "Poison Gas", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -5095,19 +3925,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "The wastewater coming from factories is clean these days, so Grimer have nothing to eat. They're said to be on the verge of extinction.", - "nationalPokedexNumbers": [ - 88 - ], + "nationalPokedexNumbers": [88], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5123,13 +3947,9 @@ "id": "swsh9-85", "name": "Muk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Grimer", "abilities": [ { @@ -5141,11 +3961,7 @@ "attacks": [ { "name": "Shrieking Poison", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -5157,19 +3973,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Scav", "rarity": "Rare", "flavorText": "Because they scatter germs everywhere, they've long been targeted for extermination, leading to a steep decline in their population.", - "nationalPokedexNumbers": [ - 89 - ], + "nationalPokedexNumbers": [89], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5185,32 +3995,21 @@ "id": "swsh9-86", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Scratch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5222,17 +4021,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "yuu", "rarity": "Common", "flavorText": "Its paws conceal sharp claws. If attacked, it suddenly extends the claws and startles its enemy.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5248,31 +4043,21 @@ "id": "swsh9-87", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Ransack", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there and put it on the bottom of your opponent's deck in any order." }, { "name": "Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -5284,17 +4069,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Hasuno", "rarity": "Uncommon", "flavorText": "They attack their quarry in packs. Prey as large as Mamoswine easily fall to the teamwork of a group of Weavile.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5310,14 +4091,9 @@ "id": "swsh9-88", "name": "Honchkrow V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5331,11 +4107,7 @@ "attacks": [ { "name": "Fearsome Shadow", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -5353,16 +4125,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5378,28 +4146,20 @@ "id": "swsh9-89", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Ticking Terror", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Until the end of your next turn, the Defending Pokémon's Weakness is now Darkness. (The amount of Weakness doesn't change.)" }, { "name": "Cursed Drop", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Pokémon in any way you like." @@ -5411,17 +4171,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Uta", "rarity": "Common", "flavorText": "Exactly 108 spirits gathered to become this Pokémon. Apparently there are some ill-natured spirits in the mix.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5437,23 +4193,14 @@ "id": "swsh9-90", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -5465,17 +4212,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Narumi Sato", "rarity": "Common", "flavorText": "It steals things from people just to amuse itself with their frustration. A rivalry exists between this Pokémon and Nickit.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5491,13 +4234,9 @@ "id": "swsh9-91", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "abilities": [ { @@ -5509,10 +4248,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -5524,17 +4260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "AKIRA EGAWA", "rarity": "Rare", "flavorText": "Don't be fooled by its gorgeous fur and elegant figure. This is a moody and vicious Pokémon.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5550,32 +4282,21 @@ "id": "swsh9-92", "name": "Impidimp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Morgrem" - ], + "types": ["Darkness"], + "evolvesTo": ["Morgrem"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5587,17 +4308,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Rianti Hidayat", "rarity": "Common", "flavorText": "Through its nose, it sucks in the emanations produced by people and Pokémon when they feel annoyed. It thrives off this negative energy.", - "nationalPokedexNumbers": [ - 859 - ], + "nationalPokedexNumbers": [859], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5613,33 +4330,22 @@ "id": "swsh9-93", "name": "Morgrem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Impidimp", - "evolvesTo": [ - "Grimmsnarl" - ], + "evolvesTo": ["Grimmsnarl"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Pierce", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5651,17 +4357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Shiburingaru", "rarity": "Uncommon", "flavorText": "When it gets down on all fours as if to beg for forgiveness, it's trying to lure opponents in so that it can stab them with its spear-like hair.", - "nationalPokedexNumbers": [ - 860 - ], + "nationalPokedexNumbers": [860], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5677,30 +4379,21 @@ "id": "swsh9-94", "name": "Grimmsnarl", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Morgrem", "attacks": [ { "name": "Longhair Shot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each Darkness Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "" @@ -5712,18 +4405,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "DOM", "rarity": "Rare", "flavorText": "With the hair wrapped around its body helping to enhance its muscles, this Pokémon can overwhelm even Machamp.", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5739,35 +4427,23 @@ "id": "swsh9-95", "name": "Morpeko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Gnaw and Run", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hangry Spike", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If you played Marnie's Pride from your hand during this turn, this attack does 120 more damage." @@ -5779,16 +4455,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5804,38 +4476,23 @@ "id": "swsh9-96", "name": "Aggron V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Slide", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Merciless Strike", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "150+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 150 more damage." @@ -5853,19 +4510,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "96", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5881,13 +4531,9 @@ "id": "swsh9-97", "name": "Aggron VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aggron V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -5895,24 +4541,14 @@ "attacks": [ { "name": "Cracking Stomp", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard the top card of your opponent's deck." }, { "name": "Max Take Down", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "270", "text": "This Pokémon also does 30 damage to itself." @@ -5930,19 +4566,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Holo VMAX", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5958,32 +4587,21 @@ "id": "swsh9-98", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Matron's Anger", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each Pokémon in your discard pile." }, { "name": "Scrap Drop", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -6001,18 +4619,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6028,32 +4641,21 @@ "id": "swsh9-99", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Magnetic Tension", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 40 damage to the new Active Pokémon." }, { "name": "Iron Tackle", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 20 damage to itself." @@ -6071,20 +4673,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "99", "artist": "Pani Kobayashi", "rarity": "Uncommon", "flavorText": "It uses three small units to catch prey and battle enemies. The main body mostly just gives orders.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6100,31 +4695,20 @@ "id": "swsh9-100", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Guard Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Iron Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fire Energy attached, this attack does 80 more damage." @@ -6142,20 +4726,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "Yuya Oka", "rarity": "Rare", "flavorText": "Boiling blood, like magma, circulates through its body. It makes its dwelling place in volcanic caves.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6171,13 +4748,9 @@ "id": "swsh9-101", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "abilities": [ { @@ -6189,11 +4762,7 @@ "attacks": [ { "name": "Pike", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6211,18 +4780,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Nurikabe", "rarity": "Rare", "flavorText": "They use shells they've stolen from Shelmet to arm and protect themselves. They're very popular Pokémon in the Galar region.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6238,32 +4802,21 @@ "id": "swsh9-102", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Vise Grip", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6281,17 +4834,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "OKACHEKE", "rarity": "Common", "flavorText": "The two minigears that compose this Pokémon are closer than twins. They mesh well only with each other.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6307,34 +4856,22 @@ "id": "swsh9-103", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Beam", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -6352,18 +4889,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Hataya", "rarity": "Uncommon", "flavorText": "When Klang goes all out, the minigear links up perfectly with the outer part of the big gear, and this Pokémon's rotation speed increases sharply.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6379,13 +4911,9 @@ "id": "swsh9-104", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "abilities": [ { @@ -6397,11 +4925,7 @@ "attacks": [ { "name": "Tumbling Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "Flip a coin. If heads, this attack does 90 more damage." @@ -6419,19 +4943,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "104", "artist": "Megumi Higuchi", "rarity": "Rare", "flavorText": "From its spikes, it launches powerful blasts of electricity. Its red core contains an enormous amount of energy.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6447,14 +4965,9 @@ "id": "swsh9-105", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6468,11 +4981,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -6490,17 +4999,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6516,52 +5020,34 @@ "id": "swsh9-106", "name": "Flygon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sand Spray", - "cost": [ - "Grass", - "Fighting" - ], + "cost": ["Grass", "Fighting"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Draconic Impulse", - "cost": [ - "Grass", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "160+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 160 more damage, and discard 3 Energy from this Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "PLANETA Mochizuki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6577,39 +5063,26 @@ "id": "swsh9-107", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Dragon"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "sowsow", "rarity": "Common", "flavorText": "Gible prefers to stay in narrow holes in the sides of caves heated by geothermal energy. This way, Gible can stay warm even during a blizzard.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6625,40 +5098,27 @@ "id": "swsh9-108", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "70", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "hatachu", "rarity": "Uncommon", "flavorText": "This Pokémon emits ultrasonic waves from a protrusion on either side of its head to probe pitch-dark caves.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6674,13 +5134,9 @@ "id": "swsh9-109", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Gabite", "abilities": [ { @@ -6692,26 +5148,19 @@ "attacks": [ { "name": "Dragonblade", - "cost": [ - "Water", - "Fighting" - ], + "cost": ["Water", "Fighting"], "convertedEnergyCost": 2, "damage": "160", "text": "Discard the top 2 cards of your deck." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Nurikabe", "rarity": "Rare Holo", "flavorText": "Garchomp makes its home in volcanic mountains. It flies through the sky as fast as a jet airplane, hunting down as much prey as it can.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6727,38 +5176,26 @@ "id": "swsh9-110", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Ultra Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Haxorus and put it onto this Axew to evolve it. Then, shuffle your deck." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "These Pokémon nest in the ground and use their tusks to crush hard berries. Crushing berries is also how they test each other's strength.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6774,50 +5211,34 @@ "id": "swsh9-111", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "60", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Hataya", "rarity": "Uncommon", "flavorText": "After battle, this Pokémon carefully sharpens its tusks on river rocks. It needs to take care of its tusks—if one breaks, it will never grow back.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6833,46 +5254,32 @@ "id": "swsh9-112", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "" }, { "name": "Wild Axe", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "160", "text": "This Pokémon also does 30 damage to itself." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "Uta", "rarity": "Rare", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6888,48 +5295,32 @@ "id": "swsh9-113", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Revenge", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "40+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 120 more damage." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "Ryo Ueda", "rarity": "Rare", "flavorText": "Druddigon are vicious and cunning. They take up residence in nests dug out by other Pokémon, treating the stolen nests as their own lairs.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6945,52 +5336,34 @@ "id": "swsh9-114", "name": "Dracovish V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slosh 'n' Crash", - "cost": [ - "Grass", - "Water" - ], + "cost": ["Grass", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon. If you discarded a Pokémon Tool in this way, this attack does 120 more damage." }, { "name": "Dragon Strike", - "cost": [ - "Grass", - "Water", - "Water" - ], + "cost": ["Grass", "Water", "Water"], "convertedEnergyCost": 3, "damage": "210", "text": "During your next turn, this Pokémon can't use Dragon Strike." } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "114", "artist": "Satoshi Shirai", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 882 - ], + "nationalPokedexNumbers": [882], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7006,23 +5379,14 @@ "id": "swsh9-115", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Leek Lash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -7040,17 +5404,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The stalk this Pokémon carries in its wings serves as a sword to cut down opponents. In a dire situation, the stalk can also serve as food.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7066,28 +5426,20 @@ "id": "swsh9-116", "name": "Castform", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Hurricane", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon." @@ -7099,17 +5451,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "kawayoo", "rarity": "Common", "flavorText": "Its form changes depending on the weather. The rougher conditions get, the rougher Castform's disposition!", - "nationalPokedexNumbers": [ - 351 - ], + "nationalPokedexNumbers": [351], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7125,22 +5473,14 @@ "id": "swsh9-117", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Claw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -7158,17 +5498,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7184,24 +5520,15 @@ "id": "swsh9-118", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -7219,17 +5546,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It lives in forests and fields. Squabbles over territory occur when flocks collide.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7245,34 +5568,21 @@ "id": "swsh9-119", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Strong Breeze", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Your opponent shuffles their Active Pokémon and all attached cards into their deck." }, { "name": "Spinning Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "Discard 2 Energy from this Pokémon." @@ -7290,17 +5600,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Narumi Sato", "rarity": "Rare", "flavorText": "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7316,23 +5622,14 @@ "id": "swsh9-120", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7344,18 +5641,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Oswaldo KATO", "rarity": "Common", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7371,13 +5663,9 @@ "id": "swsh9-121", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -7389,11 +5677,7 @@ "attacks": [ { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -7405,18 +5689,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "OKACHEKE", "rarity": "Rare Holo", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7432,35 +5711,23 @@ "id": "swsh9-122", "name": "Arceus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trinity Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." }, { "name": "Power Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -7472,17 +5739,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "N-DESIGN Inc.", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7498,13 +5760,9 @@ "id": "swsh9-123", "name": "Arceus VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -7519,11 +5777,7 @@ "attacks": [ { "name": "Trinity Nova", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." @@ -7535,17 +5789,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "123", "artist": "5ban Graphics", "rarity": "Rare Holo VSTAR", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7561,31 +5810,21 @@ "id": "swsh9-124", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -7597,17 +5836,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "The way it brushes away grime with its tail can be helpful when cleaning. But its focus on spotlessness can make cleaning more of a hassle.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7623,30 +5858,21 @@ "id": "swsh9-125", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Triple Axel", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage for each heads." @@ -7658,17 +5884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won't tolerate even a speck of the stuff.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7684,13 +5906,9 @@ "id": "swsh9-126", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sudden Cyclone", @@ -7701,11 +5919,7 @@ "attacks": [ { "name": "Blasting Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -7723,17 +5937,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "Tornadus expels massive energy from its tail, causing severe storms. Its power is great enough to blow houses away.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7749,28 +5959,20 @@ "id": "swsh9-127", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Showboating Pose", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Cross-Cut", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is an Evolution Pokémon, this attack does 30 more damage." @@ -7788,17 +5990,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It drives its opponents to exhaustion with its agile maneuvers, then ends the fight with a flashy finishing move.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7814,34 +6012,23 @@ "id": "swsh9-128", "name": "Drampa V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spike Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Draw 2 cards." }, { "name": "Dragon Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard the top 2 cards of your deck." @@ -7853,17 +6040,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "128", "artist": "aky CG Works", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 780 - ], + "nationalPokedexNumbers": [780], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7879,9 +6061,7 @@ "id": "swsh9-129", "name": "Acerola's Premonition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand, and you draw a card for each Trainer card you find there.", "You may play only 1 Supporter card during your turn." @@ -7904,9 +6084,7 @@ "id": "swsh9-130", "name": "Barry", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -7929,10 +6107,7 @@ "id": "swsh9-131", "name": "Blunder Policy", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon this card is attached to uses an attack, if you flip any coins for the damage or effect of that attack, and if any of them are tails, draw 3 cards at the end of your turn.", "You may play any number of Item cards during your turn.", @@ -7956,9 +6131,7 @@ "id": "swsh9-132", "name": "Boss's Orders", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.", "You may play only 1 Supporter card during your turn." @@ -7981,9 +6154,7 @@ "id": "swsh9-133", "name": "Café Master", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose up to 3 of your Benched Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn." @@ -8006,9 +6177,7 @@ "id": "swsh9-134", "name": "Cheren's Care", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Colorless Pokémon that has any damage counters on it and all attached cards into your hand.", "You may play only 1 Supporter card during your turn." @@ -8031,10 +6200,7 @@ "id": "swsh9-135", "name": "Choice Belt", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Pokémon V (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8058,10 +6224,7 @@ "id": "swsh9-136", "name": "Cleansing Gloves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Psychic Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8085,9 +6248,7 @@ "id": "swsh9-137", "name": "Collapsed Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each player can't have more than 4 Benched Pokémon. If a player has 5 or more Benched Pokémon, they discard Benched Pokémon until they have 4 Pokémon on the Bench. The player who played this card discards first. If more than one effect changes the number of Benched Pokémon allowed, use the smaller number." ], @@ -8109,9 +6270,7 @@ "id": "swsh9-138", "name": "Cynthia's Ambition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 5 cards in your hand. If any of your Pokémon were Knocked Out during your opponent's last turn, draw cards until you have 8 cards in your hand instead.", "You may play only 1 Supporter card during your turn." @@ -8134,9 +6293,7 @@ "id": "swsh9-139", "name": "Fresh Water Set", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 20 damage from each of your Pokémon.", "You may play any number of Item cards during your turn." @@ -8159,9 +6316,7 @@ "id": "swsh9-140", "name": "Friends in Galar", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -8184,9 +6339,7 @@ "id": "swsh9-141", "name": "Gloria", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Basic Pokémon that don't have a Rule Box and put them onto your Bench. Then, shuffle your deck. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play only 1 Supporter card during your turn." @@ -8209,10 +6362,7 @@ "id": "swsh9-142", "name": "Hunting Gloves", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "The attacks of the Pokémon this card is attached to do 30 more damage to your opponent's Active Dragon Pokémon (before applying Weakness and Resistance).", "You may play any number of Item cards during your turn.", @@ -8236,9 +6386,7 @@ "id": "swsh9-143", "name": "Kindler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard a Fire Energy card from your hand. Look at the top 7 cards of your deck and put up to 2 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -8261,9 +6409,7 @@ "id": "swsh9-144", "name": "Magma Basin", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may attach a Fire Energy card from their discard pile to 1 of their Benched Fire Pokémon. If a player attached Energy to a Pokémon in this way, put 2 damage counters on that Pokémon." ], @@ -8285,9 +6431,7 @@ "id": "swsh9-145", "name": "Marnie's Pride", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -8310,10 +6454,7 @@ "id": "swsh9-146", "name": "Pot Helmet", "supertype": "Trainer", - "subtypes": [ - "Item", - "Pokémon Tool" - ], + "subtypes": ["Item", "Pokémon Tool"], "rules": [ "If the Pokémon this card is attached to doesn't have a Rule Box, it takes 30 less damage from attacks from your opponent's Pokémon (after applying Weakness and Resistance). (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play any number of Item cards during your turn.", @@ -8337,9 +6478,7 @@ "id": "swsh9-147", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -8362,9 +6501,7 @@ "id": "swsh9-148", "name": "Roseanne's Backup", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or more: Shuffle a Pokémon from your discard pile into your deck.Shuffle a Pokémon Tool card from your discard pile into your deck.Shuffle a Stadium card from your discard pile into your deck.Shuffle an Energy card from your discard pile into your deck.", "You may play only 1 Supporter card during your turn." @@ -8387,9 +6524,7 @@ "id": "swsh9-149", "name": "Team Yell's Cheer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle up to 3 in any combination of Pokémon and Supporter cards, except for Team Yell's Cheer, from your discard pile into your deck.", "You may play only 1 Supporter card during your turn." @@ -8412,9 +6547,7 @@ "id": "swsh9-150", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you discard 2 other cards from your hand. Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -8437,9 +6570,7 @@ "id": "swsh9-151", "name": "Double Turbo Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "As long as this card is attached to a Pokémon, it provides ColorlessColorless Energy. The attacks of the Pokémon this card is attached to do 20 less damage to your opponent's Pokémon (before applying Weakness and Resistance)." ], @@ -8460,33 +6591,23 @@ "id": "swsh9-152", "name": "Shaymin V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 40 more damage for each Prize card your opponent has taken." @@ -8498,16 +6619,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "Eske Yoshinob", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8523,37 +6640,23 @@ "id": "swsh9-153", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -8565,17 +6668,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8591,37 +6689,23 @@ "id": "swsh9-154", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -8633,17 +6717,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "154", "artist": "Ryota Murayama", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8659,14 +6738,9 @@ "id": "swsh9-155", "name": "Lumineon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8680,11 +6754,7 @@ "attacks": [ { "name": "Aqua Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Shuffle this Pokémon and all attached cards into your deck." @@ -8696,16 +6766,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "155", "artist": "takuyoa", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8721,14 +6787,9 @@ "id": "swsh9-156", "name": "Lumineon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -8742,11 +6803,7 @@ "attacks": [ { "name": "Aqua Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Shuffle this Pokémon and all attached cards into your deck." @@ -8758,16 +6815,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "156", "artist": "Ligton", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8783,28 +6836,17 @@ "id": "swsh9-157", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lightning Blast", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "You may discard all Lightning Energy from this Pokémon. If you do, this attack does 120 more damage." @@ -8816,16 +6858,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "157", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8841,33 +6879,23 @@ "id": "swsh9-158", "name": "Raichu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack during your first turn. Search your deck for a Lightning Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Dynamic Spark", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "You may discard any amount of Lightning Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way." @@ -8879,16 +6907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "158", "artist": "MUGENUP", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8904,35 +6928,23 @@ "id": "swsh9-159", "name": "Granbull V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Chomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Bull Dash", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -8944,17 +6956,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "159", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8970,34 +6977,23 @@ "id": "swsh9-160", "name": "Whimsicott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fluff Gets in the Way", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn." }, { "name": "Cotton Guard", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -9009,16 +7005,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "160", "artist": "Saki Hayashiro", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9034,14 +7026,9 @@ "id": "swsh9-161", "name": "Honchkrow V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9055,11 +7042,7 @@ "attacks": [ { "name": "Fearsome Shadow", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -9077,16 +7060,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "161", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9102,14 +7081,9 @@ "id": "swsh9-162", "name": "Honchkrow V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9123,11 +7097,7 @@ "attacks": [ { "name": "Fearsome Shadow", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -9145,16 +7115,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "162", "artist": "zig", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9170,14 +7136,9 @@ "id": "swsh9-163", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9191,11 +7152,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -9213,17 +7170,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "Ayaka Yoshida", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9239,52 +7191,34 @@ "id": "swsh9-164", "name": "Flygon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sand Spray", - "cost": [ - "Grass", - "Fighting" - ], + "cost": ["Grass", "Fighting"], "convertedEnergyCost": 2, "damage": "70", "text": "" }, { "name": "Draconic Impulse", - "cost": [ - "Grass", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "160+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 160 more damage, and discard 3 Energy from this Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "164", "artist": "PLANETA Mochizuki", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9300,35 +7234,23 @@ "id": "swsh9-165", "name": "Arceus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trinity Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." }, { "name": "Power Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9340,17 +7262,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "165", "artist": "N-DESIGN Inc.", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9366,35 +7283,23 @@ "id": "swsh9-166", "name": "Arceus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trinity Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." }, { "name": "Power Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -9406,17 +7311,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "166", "artist": "kawayoo", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9432,9 +7332,7 @@ "id": "swsh9-167", "name": "Barry", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn." @@ -9457,9 +7355,7 @@ "id": "swsh9-168", "name": "Cheren's Care", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Colorless Pokémon that has any damage counters on it and all attached cards into your hand.", "You may play only 1 Supporter card during your turn." @@ -9482,9 +7378,7 @@ "id": "swsh9-169", "name": "Cynthia's Ambition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 5 cards in your hand. If any of your Pokémon were Knocked Out during your opponent's last turn, draw cards until you have 8 cards in your hand instead.", "You may play only 1 Supporter card during your turn." @@ -9507,9 +7401,7 @@ "id": "swsh9-170", "name": "Kindler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard a Fire Energy card from your hand. Look at the top 7 cards of your deck and put up to 2 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -9532,9 +7424,7 @@ "id": "swsh9-171", "name": "Marnie's Pride", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -9557,9 +7447,7 @@ "id": "swsh9-172", "name": "Roseanne's Backup", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or more: Shuffle a Pokémon from your discard pile into your deck.Shuffle a Pokémon Tool card from your discard pile into your deck.Shuffle a Stadium card from your discard pile into your deck.Shuffle an Energy card from your discard pile into your deck.", "You may play only 1 Supporter card during your turn." @@ -9582,13 +7470,9 @@ "id": "swsh9-173", "name": "Shaymin VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shaymin V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -9603,10 +7487,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120+", "text": "This attack does 40 more damage for each Prize card your opponent has taken." @@ -9618,16 +7499,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "173", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9643,13 +7520,9 @@ "id": "swsh9-174", "name": "Charizard VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -9657,23 +7530,14 @@ "attacks": [ { "name": "Explosive Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage." }, { "name": "Star Blaze", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "320", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -9685,17 +7549,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "174", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9711,13 +7570,9 @@ "id": "swsh9-175", "name": "Whimsicott VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "250", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whimsicott V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -9725,20 +7580,14 @@ "attacks": [ { "name": "Trick Wind", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your opponent's next turn, they can't play any Pokémon Tool or Special Energy cards from their hand." }, { "name": "Fluffball Star", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon for each Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can't use more than 1 VSTAR Power in a game.)" @@ -9750,16 +7599,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "175", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9775,13 +7620,9 @@ "id": "swsh9-176", "name": "Arceus VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -9796,11 +7637,7 @@ "attacks": [ { "name": "Trinity Nova", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." @@ -9812,17 +7649,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "176", "artist": "5ban Graphics", "rarity": "Rare Rainbow", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9838,9 +7670,7 @@ "id": "swsh9-177", "name": "Cheren's Care", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 of your Colorless Pokémon that has any damage counters on it and all attached cards into your hand.", "You may play only 1 Supporter card during your turn." @@ -9863,9 +7693,7 @@ "id": "swsh9-178", "name": "Cynthia's Ambition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 5 cards in your hand. If any of your Pokémon were Knocked Out during your opponent's last turn, draw cards until you have 8 cards in your hand instead.", "You may play only 1 Supporter card during your turn." @@ -9888,9 +7716,7 @@ "id": "swsh9-179", "name": "Kindler", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can use this card only if you discard a Fire Energy card from your hand. Look at the top 7 cards of your deck and put up to 2 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn." @@ -9913,9 +7739,7 @@ "id": "swsh9-180", "name": "Roseanne's Backup", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 or more: Shuffle a Pokémon from your discard pile into your deck.Shuffle a Pokémon Tool card from your discard pile into your deck.Shuffle a Stadium card from your discard pile into your deck.Shuffle an Energy card from your discard pile into your deck.", "You may play only 1 Supporter card during your turn." @@ -9938,14 +7762,9 @@ "id": "swsh9-181", "name": "Galarian Articuno V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -9959,11 +7778,7 @@ "attacks": [ { "name": "Psyray", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "Your opponent's Active Pokémon is now Confused." @@ -9981,17 +7796,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "181", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10007,14 +7817,9 @@ "id": "swsh9-182", "name": "Galarian Zapdos V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10028,12 +7833,7 @@ "attacks": [ { "name": "Thunderous Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Before doing damage, discard a Special Energy from your opponent's Active Pokémon." @@ -10045,16 +7845,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "182", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10070,14 +7866,9 @@ "id": "swsh9-183", "name": "Galarian Moltres V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -10091,11 +7882,7 @@ "attacks": [ { "name": "Aura Burn", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -10107,17 +7894,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "183", "artist": "akyCG Works", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10133,13 +7915,9 @@ "id": "swsh9-184", "name": "Arceus VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Arceus V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -10154,11 +7932,7 @@ "attacks": [ { "name": "Trinity Nova", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." @@ -10170,17 +7944,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "184", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10196,9 +7965,7 @@ "id": "swsh9-185", "name": "Magma Basin", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may attach a Fire Energy card from their discard pile to 1 of their Benched Fire Pokémon. If a player attached Energy to a Pokémon in this way, put 2 damage counters on that Pokémon." ], @@ -10220,9 +7987,7 @@ "id": "swsh9-186", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can use this card only if you discard 2 other cards from your hand. Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.", "You may play any number of Item cards during your turn." @@ -10241,4 +8006,4 @@ "large": "https://images.pokemontcg.io/swsh9/186_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/swsh9tg.json b/cards/en/swsh9tg.json index 3e66d202f..4bfac23cd 100644 --- a/cards/en/swsh9tg.json +++ b/cards/en/swsh9tg.json @@ -3,13 +3,9 @@ "id": "swsh9tg-TG01", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -21,11 +17,7 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -37,18 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG01", "artist": "You Iribi", "rarity": "Rare Holo", "flavorText": "Once it has stored up enough heat, this Pokémon's body temperature can reach up to 1,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -64,13 +51,9 @@ "id": "swsh9tg-TG02", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -82,10 +65,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -97,18 +77,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG02", "artist": "Jiro Sasumo", "rarity": "Rare Holo", "flavorText": "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -124,14 +99,9 @@ "id": "swsh9tg-TG03", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -143,11 +113,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -159,18 +125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG03", "artist": "Shinya Komatsu", "rarity": "Rare Holo", "flavorText": "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -186,13 +147,9 @@ "id": "swsh9tg-TG04", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -204,11 +161,7 @@ "attacks": [ { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -220,17 +173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG04", "artist": "DOM", "rarity": "Rare Holo", "flavorText": "If it is angered or startled, the fur all over its body bristles like sharp needles that pierce foes.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -246,31 +195,20 @@ "id": "swsh9tg-TG05", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Wild Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon also does 60 damage to itself. Your opponent's Active Pokémon is now Paralyzed." @@ -282,19 +220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG05", "artist": "AKIRA EGAWA", "rarity": "Rare Holo", "flavorText": "When the interior part of its tail spins like a motor, Zekrom can generate many bolts of lightning to blast its surroundings.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -310,13 +242,9 @@ "id": "swsh9tg-TG06", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -328,11 +256,7 @@ "attacks": [ { "name": "Spooky Shot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -350,18 +274,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG06", "artist": "Megumi Higuchi", "rarity": "Rare Holo", "flavorText": "At the bidding of transmissions from the spirit world, it steals people and Pokémon away. No one knows whether it has a will of its own.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -377,19 +296,13 @@ "id": "swsh9tg-TG07", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Dede-Flash", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent has exactly 1 Prize card remaining, this attack does 60 more damage, and your opponent's Active Pokémon is now Confused." @@ -401,17 +314,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG07", "artist": "kurumitsu", "rarity": "Rare Holo", "flavorText": "Since Dedenne can't generate as much electricity on its own, it steals electricity from outlets or other electric Pokémon.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -427,13 +336,9 @@ "id": "swsh9tg-TG08", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "abilities": [ { @@ -445,10 +350,7 @@ "attacks": [ { "name": "Rainbow Flavor", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 40 more damage for each type of basic Energy attached to all of your Pokémon." @@ -460,17 +362,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG08", "artist": "OKACHEKE", "rarity": "Rare Holo", "flavorText": "When Alcremie is content, the cream it secretes from its hands becomes sweeter and richer.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -486,13 +384,9 @@ "id": "swsh9tg-TG09", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -504,10 +398,7 @@ "attacks": [ { "name": "Poison Sting", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -519,18 +410,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG09", "artist": "Shiburingaru", "rarity": "Rare Holo", "flavorText": "It spews threads from its mouth to catch its prey. When night falls, it leaves its web to go hunt aggressively.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -546,14 +432,9 @@ "id": "swsh9tg-TG10", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "abilities": [ { @@ -565,10 +446,7 @@ "attacks": [ { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -580,18 +458,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG10", "artist": "NC Empire", "rarity": "Rare Holo", "flavorText": "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -607,13 +480,9 @@ "id": "swsh9tg-TG11", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -627,19 +496,14 @@ "attacks": [ { "name": "Vee-Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Pokémon V, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -651,17 +515,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG11", "artist": "Souichirou Gunjima", "rarity": "Rare Holo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -677,13 +537,9 @@ "id": "swsh9tg-TG12", "name": "Oranguru", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Primate Wisdom", @@ -694,11 +550,7 @@ "attacks": [ { "name": "Whap Down", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -710,18 +562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG12", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "It knows the forest inside and out. If it comes across a wounded Pokémon, Oranguru will gather medicinal herbs to treat it.", - "nationalPokedexNumbers": [ - 765 - ], + "nationalPokedexNumbers": [765], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -737,33 +584,23 @@ "id": "swsh9tg-TG13", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electrify", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." @@ -775,17 +612,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG13", "artist": "GIDORA", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -801,15 +633,9 @@ "id": "swsh9tg-TG14", "name": "Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -823,10 +649,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -838,16 +661,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG14", "artist": "Megumi Mizutani", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -863,14 +682,9 @@ "id": "swsh9tg-TG15", "name": "Sylveon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "310", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sylveon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -878,20 +692,14 @@ "attacks": [ { "name": "Precious Touch", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your hand to 1 of your Benched Pokémon. If you do, heal 120 damage from that Pokémon." }, { "name": "Max Harmony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 30 more damage for each different type of Pokémon on your Bench." @@ -903,17 +711,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG15", "artist": "sui", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -929,14 +732,9 @@ "id": "swsh9tg-TG16", "name": "Mimikyu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -950,9 +748,7 @@ "attacks": [ { "name": "Jealous Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon for each Prize card your opponent has taken." @@ -970,17 +766,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG16", "artist": "saino misaki", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -996,13 +787,9 @@ "id": "swsh9tg-TG17", "name": "Mimikyu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mimikyu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1010,20 +797,14 @@ "attacks": [ { "name": "Ominous Numbers", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like. If you played Acerola's Premonition from your hand during this turn, place 13 damage counters instead." }, { "name": "Max Shadow", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard a random card from your opponent's hand." @@ -1041,16 +822,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "TG17", "artist": "Naoki Saito", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1066,35 +843,23 @@ "id": "swsh9tg-TG18", "name": "Single Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Laser Focus", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Fighting Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Impact Blow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Impact Blow." @@ -1106,17 +871,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG18", "artist": "Yuu Nishida", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1132,14 +892,9 @@ "id": "swsh9tg-TG19", "name": "Single Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Single Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1147,23 +902,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max One Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "270", "text": "Discard all Energy from this Pokémon. This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -1175,18 +921,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG19", "artist": "kodama", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1202,35 +942,23 @@ "id": "swsh9tg-TG20", "name": "Rapid Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hundred Furious Blows", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "" @@ -1242,17 +970,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG20", "artist": "takuyoa", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1268,14 +991,9 @@ "id": "swsh9tg-TG21", "name": "Rapid Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rapid Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1283,20 +1001,14 @@ "attacks": [ { "name": "Gale Thrust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 120 more damage." }, { "name": "G-Max Rapid Flow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 120 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1308,17 +1020,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG21", "artist": "Scav", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1334,35 +1041,23 @@ "id": "swsh9tg-TG22", "name": "Umbreon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Moonlight Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -1374,17 +1069,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG22", "artist": "Ligton", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1400,14 +1090,9 @@ "id": "swsh9tg-TG23", "name": "Umbreon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "310", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Umbreon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1422,11 +1107,7 @@ "attacks": [ { "name": "Max Darkness", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -1438,17 +1119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG23", "artist": "kawayoo", "rarity": "Rare Holo V", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1464,9 +1140,7 @@ "id": "swsh9tg-TG24", "name": "Acerola's Premonition", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals their hand, and you draw a card for each Trainer card you find there.", "You may play only 1 Supporter card during your turn." @@ -1489,9 +1163,7 @@ "id": "swsh9tg-TG25", "name": "Café Master", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose up to 3 of your Benched Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Then, shuffle your deck. Your turn ends.", "You may play only 1 Supporter card during your turn." @@ -1514,9 +1186,7 @@ "id": "swsh9tg-TG26", "name": "Gloria", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Basic Pokémon that don't have a Rule Box and put them onto your Bench. Then, shuffle your deck. (Pokémon V, Pokémon-GX, etc. have Rule Boxes.)", "You may play only 1 Supporter card during your turn." @@ -1539,10 +1209,7 @@ "id": "swsh9tg-TG27", "name": "Rapid Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Rapid Strike", - "Supporter" - ], + "subtypes": ["Rapid Strike", "Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Rapid Strike Pokémon from your discard pile onto your Bench. If you do, draw 5 cards.", @@ -1566,10 +1233,7 @@ "id": "swsh9tg-TG28", "name": "Single Strike Style Mustard", "supertype": "Trainer", - "subtypes": [ - "Single Strike", - "Supporter" - ], + "subtypes": ["Single Strike", "Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Search your deck for a Single Strike Pokémon and put it onto your Bench. Then, shuffle your deck. If you searched your deck in this way, draw 5 cards.", @@ -1593,14 +1257,9 @@ "id": "swsh9tg-TG29", "name": "Single Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Single Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1608,23 +1267,14 @@ "attacks": [ { "name": "Beatdown", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max One Blow", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "270", "text": "Discard all Energy from this Pokémon. This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -1636,18 +1286,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "TG29", "artist": "PLANETA Tsuji", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1663,14 +1307,9 @@ "id": "swsh9tg-TG30", "name": "Rapid Strike Urshifu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "330", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rapid Strike Urshifu V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -1678,20 +1317,14 @@ "attacks": [ { "name": "Gale Thrust", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 120 more damage." }, { "name": "G-Max Rapid Flow", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 120 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1703,17 +1336,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "TG30", "artist": "PLANETA Tsuji", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", diff --git a/cards/en/swshp.json b/cards/en/swshp.json index 4dd7036dd..7a94c0175 100644 --- a/cards/en/swshp.json +++ b/cards/en/swshp.json @@ -3,23 +3,14 @@ "id": "swshp-SWSH001", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Branch Poke", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH001", "artist": "kirisAki", "rarity": "Promo", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -57,22 +44,14 @@ "id": "swshp-SWSH002", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Super Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Burned." @@ -84,17 +63,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH002", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "A warm-up of running around gets fire energy coursing through this Pokémon's body. Once that happens, it's ready to fight at full power.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -110,23 +85,14 @@ "id": "swshp-SWSH003", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Bind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -138,17 +104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH003", "artist": "Mizue", "rarity": "Promo", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -164,37 +126,24 @@ "id": "swshp-SWSH004", "name": "Meowth V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pay Day", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Draw a card." }, { "name": "Slashing Claw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -206,17 +155,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH004", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -232,29 +176,18 @@ "id": "swshp-SWSH005", "name": "Meowth VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth V", - "evolvesTo": [ - "Persian" - ], + "evolvesTo": ["Persian"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Gold Rush", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "200", "text": "Draw 3 cards." @@ -266,17 +199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH005", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -292,13 +220,9 @@ "id": "swshp-SWSH006", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "abilities": [ { @@ -310,12 +234,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "" @@ -327,19 +246,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH006", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "By drumming, it taps into the power of its special tree stump. The roots of the stump follow its direction in battle.", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -355,13 +268,9 @@ "id": "swshp-SWSH007", "name": "Frosmoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snom", "abilities": [ { @@ -373,10 +282,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -388,18 +294,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH007", "artist": "kirisAki", "rarity": "Promo", "flavorText": "It shows no mercy to any who desecrate fields and mountains. It will fly around on its icy wings, causing a blizzard to chase offenders away.", - "nationalPokedexNumbers": [ - 873 - ], + "nationalPokedexNumbers": [873], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -415,13 +316,9 @@ "id": "swshp-SWSH008", "name": "Galarian Perrserker", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Galarian Meowth", "abilities": [ { @@ -433,11 +330,7 @@ "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -455,18 +348,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH008", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "What appears to be an iron helmet is actually hardened hair. This Pokémon lives for the thrill of battle.", - "nationalPokedexNumbers": [ - 863 - ], + "nationalPokedexNumbers": [863], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -482,13 +370,9 @@ "id": "swshp-SWSH009", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "abilities": [ { @@ -500,9 +384,7 @@ "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." @@ -514,17 +396,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH009", "artist": "Shibuzoh.", "rarity": "Promo", "flavorText": "Its body secrets oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won't tolerate even a speck of the stuff.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -540,22 +418,14 @@ "id": "swshp-SWSH010", "name": "Gossifleur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Eldegoss" - ], + "types": ["Grass"], + "evolvesTo": ["Eldegoss"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -567,17 +437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH010", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It anchors itself in the ground with its single leg, then basks in the sun. After absorbing enough sunlight, its petals spread as it blooms brilliantly.", - "nationalPokedexNumbers": [ - 829 - ], + "nationalPokedexNumbers": [829], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -593,32 +459,21 @@ "id": "swshp-SWSH011", "name": "Wooloo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dubwool" - ], + "types": ["Colorless"], + "evolvesTo": ["Dubwool"], "attacks": [ { "name": "Defense Curl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -630,17 +485,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH011", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "Its curly fleece is such an effective cushion that this Pokémon could fall off a cliff and stand right back up at the bottom, unharmed.", - "nationalPokedexNumbers": [ - 831 - ], + "nationalPokedexNumbers": [831], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -656,21 +507,13 @@ "id": "swshp-SWSH012", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -682,17 +525,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH012", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -708,32 +547,21 @@ "id": "swshp-SWSH013", "name": "Galarian Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Psychic"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Heal Pulse", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from 1 of your Pokémon." }, { "name": "Flop", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -751,17 +579,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH013", "artist": "kirisAki", "rarity": "Promo", "flavorText": "Its small horn hides a healing power. With a few rubs from this Pokémon's horn, any slight wound you have will be healed.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -777,35 +601,23 @@ "id": "swshp-SWSH014", "name": "Rillaboom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Forest Feast", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck." }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "This Pokémon also does 30 damage to itself." @@ -817,18 +629,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH014", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -844,14 +650,9 @@ "id": "swshp-SWSH015", "name": "Cinderace V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -865,11 +666,7 @@ "attacks": [ { "name": "Crimson Legs", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -881,17 +678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH015", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -907,34 +699,23 @@ "id": "swshp-SWSH016", "name": "Inteleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Snipe Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Report", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Your opponent reveals their hand." @@ -946,17 +727,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH016", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -972,34 +748,23 @@ "id": "swshp-SWSH017", "name": "Toxtricity V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energize", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Venom Slap", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -1011,17 +776,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH017", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1037,14 +797,9 @@ "id": "swshp-SWSH018", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1058,11 +813,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -1080,17 +831,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH018", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1106,14 +852,9 @@ "id": "swshp-SWSH019", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1127,11 +868,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -1149,17 +886,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH019", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1175,34 +907,21 @@ "id": "swshp-SWSH020", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1214,17 +933,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH020", "artist": "Hideki Ishikawa", "rarity": "Promo", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1240,14 +955,9 @@ "id": "swshp-SWSH021", "name": "Polteageist V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -1261,11 +971,7 @@ "attacks": [ { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent's Active Pokémon is now Confused." @@ -1283,16 +989,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH021", "artist": "PLANETA Igarashi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 855 - ], + "nationalPokedexNumbers": [855], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1308,13 +1010,9 @@ "id": "swshp-SWSH022", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Applin", "abilities": [ { @@ -1326,10 +1024,7 @@ "attacks": [ { "name": "Acid Spray", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." @@ -1341,17 +1036,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH022", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "It ate a sour apple, and that induced its evolution. In its cheeks, it stores an acid capable of causing chemical burns.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1367,30 +1058,21 @@ "id": "swshp-SWSH023", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Raid", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "60+", "text": "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage." }, { "name": "Head Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "" @@ -1402,17 +1084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH023", "artist": "Megumi Higuchi", "rarity": "Promo", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1428,13 +1106,9 @@ "id": "swshp-SWSH024", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "abilities": [ { @@ -1446,12 +1120,7 @@ "attacks": [ { "name": "Flaming Avalanche", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -1463,20 +1132,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH024", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1492,13 +1154,9 @@ "id": "swshp-SWSH025", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -1510,11 +1168,7 @@ "attacks": [ { "name": "Sludge Bomb", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1526,18 +1180,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH025", "artist": "tetsuya koizumi", "rarity": "Promo", "flavorText": "This Pokémon eats trash, which turns into poison inside its body. The main component of the poison depends on what sort of trash was eaten.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1553,29 +1202,20 @@ "id": "swshp-SWSH026", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Water Reserve", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -1587,17 +1227,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH026", "artist": "0313", "rarity": "Promo", "flavorText": "If it builds up enough speed swimming, it can jump out above the waves and glide for over 300 feet.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1613,32 +1249,21 @@ "id": "swshp-SWSH027", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Carry Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck." @@ -1656,17 +1281,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH027", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "When it needs to think, it rotates its head 180 degrees to sharpen its intellectual power.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1682,33 +1303,20 @@ "id": "swshp-SWSH028", "name": "Duraludon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" }, { "name": "Steel Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon also does 40 damage to itself." @@ -1726,18 +1334,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH028", "artist": "Ryuta Fuse", "rarity": "Promo", "flavorText": "Its body resembles polished metal, and it's both lightweight and strong. The only drawback is that it rusts easily.", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1753,31 +1356,20 @@ "id": "swshp-SWSH029", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Jaw Lock", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon." @@ -1795,18 +1387,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH029", "artist": "so-taro", "rarity": "Promo", "flavorText": "It flies in the ozone layer, way up high in the sky. Until recently, no one had ever seen it.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1822,37 +1409,23 @@ "id": "swshp-SWSH030", "name": "Copperajah V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Adamantine Press", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Wrack Down", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -1870,19 +1443,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH030", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 879 - ], + "nationalPokedexNumbers": [879], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1898,29 +1464,20 @@ "id": "swshp-SWSH031", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Famished", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1932,17 +1489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH031", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -1958,33 +1511,20 @@ "id": "swshp-SWSH032", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -1996,20 +1536,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH032", "artist": "Tika Matsuno", "rarity": "Promo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2025,33 +1558,20 @@ "id": "swshp-SWSH033", "name": "Zacian", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon." }, { "name": "Metal Blade", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "Discard 3 Energy from this Pokémon." @@ -2069,18 +1589,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH033", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Now armed with a weapon it used in ancient times, this Pokémon needs only a single strike to fell even Gigantamax Pokémon.", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2096,13 +1611,9 @@ "id": "swshp-SWSH034", "name": "Zamazenta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "abilities": [ { "name": "Sturdy Shield", @@ -2113,12 +1624,7 @@ "attacks": [ { "name": "Headbang", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -2136,18 +1642,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH034", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Its ability to deflect any attack led to it being known as the Fighting Master's Shield. It was feared and respected by all.", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2163,13 +1664,9 @@ "id": "swshp-SWSH035", "name": "Decidueye", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Dartrix", "abilities": [ { @@ -2181,10 +1678,7 @@ "attacks": [ { "name": "Splitting Arrow", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2196,18 +1690,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH035", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "As if wielding a bow, it launches the arrow quills hidden among the feathers of its wings. Decidueye's shots never miss.", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2223,13 +1712,9 @@ "id": "swshp-SWSH036", "name": "Arctozolt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Rare Fossil", "abilities": [ { @@ -2241,10 +1726,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2256,18 +1738,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH036", "artist": "Hasuno", "rarity": "Promo", "flavorText": "The shaking of its freezing upper half is what generates its electricity. It has a hard time walking around.", - "nationalPokedexNumbers": [ - 881 - ], + "nationalPokedexNumbers": [881], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2283,13 +1760,9 @@ "id": "swshp-SWSH037", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -2301,11 +1774,7 @@ "attacks": [ { "name": "Pitch-Black Fangs", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -2317,19 +1786,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH037", "artist": "Taira Akitsu", "rarity": "Promo", "flavorText": "There are a slew of stories about villages that were destroyed by Hydreigon. It bites anything that moves.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2345,31 +1808,20 @@ "id": "swshp-SWSH038", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rally Back", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -2381,18 +1833,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH038", "artist": "HYOGONOSUKE", "rarity": "Promo", "flavorText": "You shouldn't get close to the child when it's playing outside its mother's pouch. Its mother is always nearby watching over it.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2408,33 +1855,21 @@ "id": "swshp-SWSH039", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, during your opponent's next turn, the Defending Pokémon can't attack." }, { "name": "Pika Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2446,17 +1881,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH039", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2472,32 +1903,21 @@ "id": "swshp-SWSH040", "name": "Hatenna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hattrem" - ], + "types": ["Psychic"], + "evolvesTo": ["Hattrem"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Psyshot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2515,17 +1935,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH040", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "Via the protrusion on its head, it senses other creatures' emotions. If you don't have a calm disposition, it will never warm up to you.", - "nationalPokedexNumbers": [ - 856 - ], + "nationalPokedexNumbers": [856], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2541,31 +1957,21 @@ "id": "swshp-SWSH041", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Singe", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Kindle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -2577,18 +1983,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH041", "artist": "You Iribi", "rarity": "Promo", "flavorText": "Once it has stored up enough heat, this Pokémon's body temperature can reach up to 1,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2604,13 +2005,9 @@ "id": "swshp-SWSH042", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -2624,19 +2021,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Wild Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2648,17 +2040,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH042", "artist": "You Iribi", "rarity": "Promo", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2674,14 +2062,9 @@ "id": "swshp-SWSH043", "name": "Galarian Sirfetch'd V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -2695,11 +2078,7 @@ "attacks": [ { "name": "Meteor Smash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -2711,17 +2090,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH043", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 865 - ], + "nationalPokedexNumbers": [865], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2737,35 +2111,23 @@ "id": "swshp-SWSH044", "name": "Eternatus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Power Accelerator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Dynamax Cannon", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage." @@ -2777,17 +2139,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH044", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2803,13 +2160,9 @@ "id": "swshp-SWSH045", "name": "Eternatus VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "340", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eternatus V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -2824,10 +2177,7 @@ "attacks": [ { "name": "Dread End", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Darkness Pokémon in play." @@ -2839,18 +2189,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH045", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2866,29 +2210,21 @@ "id": "swshp-SWSH046", "name": "Eldegoss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gossifleur", "attacks": [ { "name": "Blessing of Fluff", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Leafage", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -2900,17 +2236,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH046", "artist": "Mina Nakai", "rarity": "Promo", "flavorText": "The cotton on the head of this Pokémon can be spun into a glossy, gorgeous yarn—a Galar regional specialty.", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2926,34 +2258,21 @@ "id": "swshp-SWSH047", "name": "Drednaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Chewtle", "attacks": [ { "name": "Vise Bite", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Jaw Lock", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -2965,19 +2284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH047", "artist": "Anesaki Dynamic", "rarity": "Promo", "flavorText": "This Pokémon rapidly extends its retractable neck to sink its sharp fangs into distant enemies and take them down.", - "nationalPokedexNumbers": [ - 834 - ], + "nationalPokedexNumbers": [834], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -2993,32 +2306,21 @@ "id": "swshp-SWSH048", "name": "Centiskorch", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Sizzlipede", "attacks": [ { "name": "Hundred Foot Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "For each Fire Energy attached to this Pokémon, discard the top card of your opponent's deck." }, { "name": "Searing Flame", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Your opponent's Active Pokémon is now Burned." @@ -3030,19 +2332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH048", "artist": "nagimiso", "rarity": "Promo", "flavorText": "When it heats up, its body temperature reaches about 1,500 degrees Fahrenheit. It lashes its body like a whip and launches itself at enemies.", - "nationalPokedexNumbers": [ - 851 - ], + "nationalPokedexNumbers": [851], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3058,14 +2354,9 @@ "id": "swshp-SWSH049", "name": "Dubwool V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -3079,11 +2370,7 @@ "attacks": [ { "name": "Revenge Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -3095,17 +2382,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH049", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 832 - ], + "nationalPokedexNumbers": [832], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3121,37 +2403,23 @@ "id": "swshp-SWSH050", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" }, { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "220", "text": "Discard 2 Energy from this Pokémon." @@ -3163,18 +2431,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH050", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3190,22 +2452,13 @@ "id": "swshp-SWSH051", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Aqua Wash", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "70", "text": "You may put 2 Energy attached to your opponent's Active Pokémon into their hand." @@ -3217,19 +2470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH051", "artist": "Megumi Higuchi", "rarity": "Promo", "flavorText": "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3245,13 +2492,9 @@ "id": "swshp-SWSH052", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -3263,11 +2506,7 @@ "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3285,18 +2524,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH052", "artist": "Shibuzoh.", "rarity": "Promo", "flavorText": "On the night of a full moon, if shadows move on their own and laugh, it must be Gengar's doing.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3312,32 +2546,21 @@ "id": "swshp-SWSH053", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "attacks": [ { "name": "Macho Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Fighting Pokémon in your discard pile." }, { "name": "Dynamite Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "This Pokémon also does 50 damage to itself." @@ -3349,19 +2572,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH053", "artist": "SATOSHI NAKAI", "rarity": "Promo", "flavorText": "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3377,13 +2594,9 @@ "id": "swshp-SWSH054", "name": "Coalossal", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carkol", "abilities": [ { @@ -3395,12 +2608,7 @@ "attacks": [ { "name": "Flaming Avalanche", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -3412,20 +2620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH054", "artist": "Shigenori Negishi", "rarity": "Promo", "flavorText": "It's usually peaceful, but the vandalism of mines enrages it. Offenders will be incinerated with flames that reach 2,700 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 839 - ], + "nationalPokedexNumbers": [839], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3441,35 +2642,23 @@ "id": "swshp-SWSH055", "name": "Hatterene V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Confounding Pulse", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Mental Crush", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90+", "text": "If your opponent's Active Pokémon is Confused, this attack does 90 more damage." @@ -3487,17 +2676,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH055", "artist": "PLANETA Igarashi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 858 - ], + "nationalPokedexNumbers": [858], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3513,34 +2697,23 @@ "id": "swshp-SWSH056", "name": "Morpeko V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spark", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electro Wheel", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon." @@ -3552,17 +2725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH056", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3578,34 +2746,23 @@ "id": "swshp-SWSH057", "name": "Grimmsnarl V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Spiky Knuckle", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "200", "text": "Put 2 Darkness Energy attached to this Pokémon into your hand." @@ -3617,17 +2774,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH057", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 861 - ], + "nationalPokedexNumbers": [861], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3643,30 +2795,21 @@ "id": "swshp-SWSH058", "name": "Alcremie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Milcery", "attacks": [ { "name": "Decorate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach any number of basic Energy cards from your hand to your Pokémon in any way you like." }, { "name": "Draining Kiss", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." @@ -3678,17 +2821,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH058", "artist": "sui", "rarity": "Promo", "flavorText": "When it trusts a Trainer, it will treat them to berries it's decorated with cream.", - "nationalPokedexNumbers": [ - 869 - ], + "nationalPokedexNumbers": [869], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3704,13 +2843,9 @@ "id": "swshp-SWSH059", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "abilities": [ { @@ -3722,10 +2857,7 @@ "attacks": [ { "name": "Obstruct", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon." @@ -3737,18 +2869,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH059", "artist": "Hasuno", "rarity": "Promo", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3764,30 +2891,20 @@ "id": "swshp-SWSH060", "name": "Duraludon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Sharpener", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Metal Energy card from your discard pile to 1 of your Pokémon." }, { "name": "Power Beam", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -3805,18 +2922,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH060", "artist": "Kazuma Koda", "rarity": "Promo", "flavorText": "Its body resembles polished metal, and it's both lightweight and strong. The only drawback is that it rusts easily.", - "nationalPokedexNumbers": [ - 884 - ], + "nationalPokedexNumbers": [884], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3832,37 +2944,24 @@ "id": "swshp-SWSH061", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard all Energy from this Pokémon." @@ -3874,16 +2973,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH061", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3899,28 +2994,18 @@ "id": "swshp-SWSH062", "name": "Pikachu VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu V", - "evolvesTo": [ - "Raichu" - ], + "evolvesTo": ["Raichu"], "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." ], "attacks": [ { "name": "G-Max Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "120+", "text": "You may discard all Energy from this Pokémon. If you do, this attack does 150 more damage." @@ -3932,17 +3017,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH062", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -3958,36 +3038,24 @@ "id": "swshp-SWSH063", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pika Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Circle Circuit", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each of your Benched Pokémon." @@ -3999,16 +3067,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH063", "artist": "Ryota Murayama", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4024,35 +3088,23 @@ "id": "swshp-SWSH064", "name": "Eternatus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Power Accelerator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Dynamax Cannon", - "cost": [ - "Darkness", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon VMAX, this attack does 120 more damage." @@ -4064,17 +3116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH064", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 890 - ], + "nationalPokedexNumbers": [890], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4090,14 +3137,9 @@ "id": "swshp-SWSH065", "name": "Eevee V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -4114,20 +3156,14 @@ "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Brave Buddies", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If you played a Supporter card from your hand during this turn, this attack does 80 more damage." @@ -4139,16 +3175,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH065", "artist": "Kagemaru Himeno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4164,13 +3196,9 @@ "id": "swshp-SWSH066", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -4182,10 +3210,7 @@ "attacks": [ { "name": "Royal Blaze", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "100+", "text": "This attack does 50 more damage for each Leon card in your discard pile." @@ -4197,19 +3222,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH066", "artist": "NC Empire", "rarity": "Promo", "flavorText": "It spits fire that is hot enough to melt boulders. It may cause forest fires by blowing flames.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4225,31 +3244,21 @@ "id": "swshp-SWSH067", "name": "Donphan", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Phanpy", "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "120", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Impact", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -4261,20 +3270,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH067", "artist": "Eri Yamaki", "rarity": "Promo", "flavorText": "The longer and bigger its tusks, the higher its rank in its herd. The tusks take long to grow.", - "nationalPokedexNumbers": [ - 232 - ], + "nationalPokedexNumbers": [232], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4290,13 +3292,9 @@ "id": "swshp-SWSH068", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Gormandize", @@ -4307,12 +3305,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -4324,19 +3317,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH068", "artist": "Narumi Sato", "rarity": "Promo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4352,32 +3339,20 @@ "id": "swshp-SWSH069", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Wind Pressure", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "If your opponent has 5 or fewer cards in their hand, this attack does nothing." @@ -4395,18 +3370,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH069", "artist": "kodama", "rarity": "Promo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4422,22 +3392,14 @@ "id": "swshp-SWSH070", "name": "Grookey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Thwackey" - ], + "types": ["Grass"], + "evolvesTo": ["Thwackey"], "attacks": [ { "name": "Full On", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4449,17 +3411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH070", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "When it uses its special stick to strike up a beat, the sound waves produced carry revitalizing energy to the plants and flowers in the area.", - "nationalPokedexNumbers": [ - 810 - ], + "nationalPokedexNumbers": [810], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4475,32 +3433,21 @@ "id": "swshp-SWSH071", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Live Coal", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4512,17 +3459,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH071", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "A warm-up of running around gets fire energy coursing through this Pokémon's body. Once that happens, it's ready to fight at full power.", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4538,13 +3481,9 @@ "id": "swshp-SWSH072", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -4556,11 +3495,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -4572,18 +3507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH072", "artist": "so-taro", "rarity": "Promo", "flavorText": "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4599,31 +3529,21 @@ "id": "swshp-SWSH073", "name": "Sobble", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Drizzile" - ], + "types": ["Water"], + "evolvesTo": ["Drizzile"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance)." }, { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4635,17 +3555,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH073", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attacks won't be able to resist weeping.", - "nationalPokedexNumbers": [ - 816 - ], + "nationalPokedexNumbers": [816], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4661,32 +3577,21 @@ "id": "swshp-SWSH074", "name": "Special Delivery Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Happy Delivery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4698,17 +3603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH074", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "Pikachu that can generate powerful electricity have cheek sacs that are extra soft and super stretchy.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4724,14 +3625,9 @@ "id": "swshp-SWSH076", "name": "Zacian V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4745,11 +3641,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "230", "text": "During your next turn, this Pokémon can't attack." @@ -4767,17 +3659,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH076", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4793,14 +3680,9 @@ "id": "swshp-SWSH077", "name": "Zamazenta V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -4814,11 +3696,7 @@ "attacks": [ { "name": "Assault Tackle", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard a Special Energy from your opponent's Active Pokémon." @@ -4836,17 +3714,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH077", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 889 - ], + "nationalPokedexNumbers": [889], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4862,33 +3735,23 @@ "id": "swshp-SWSH078", "name": "Orbeetle V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Strafe", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Mysterious Wave", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -4900,16 +3763,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH078", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 826 - ], + "nationalPokedexNumbers": [826], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4925,13 +3784,9 @@ "id": "swshp-SWSH079", "name": "Galarian Mr. Rime", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Galarian Mr. Mime", "abilities": [ { @@ -4943,11 +3798,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -4959,18 +3810,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH079", "artist": "KEIICHIRO ITO", "rarity": "Promo", "flavorText": "It's highly skilled at tap-dancing. It waves its cane of ice in time with its graceful movements.", - "nationalPokedexNumbers": [ - 866 - ], + "nationalPokedexNumbers": [866], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -4986,21 +3832,13 @@ "id": "swshp-SWSH080", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -5012,17 +3850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH080", "artist": "Yuu Nishida", "rarity": "Promo", "flavorText": "Its upper whiskers are sensors that survey its surroundings. Its lower whiskers are organs that shoot electricity.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5038,13 +3872,9 @@ "id": "swshp-SWSH081", "name": "Polteageist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Sinistea", "abilities": [ { @@ -5056,10 +3886,7 @@ "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -5077,17 +3904,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH081", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "This species lives in antique teapots. Most pots are forgeries, but on rare occasions, an authentic work is found.", - "nationalPokedexNumbers": [ - 855 - ], + "nationalPokedexNumbers": [855], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5103,23 +3926,14 @@ "id": "swshp-SWSH082", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Mad Party", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack." @@ -5131,17 +3945,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH082", "artist": "sowsow", "rarity": "Promo", "flavorText": "It excels at digging holes. Using its ears, it can dig a nest 33 feet deep in one night.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5157,33 +3967,23 @@ "id": "swshp-SWSH083", "name": "Alakazam V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Spoon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Mind Ruler", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each card in your opponent's hand." @@ -5201,16 +4001,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH083", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5226,14 +4022,9 @@ "id": "swshp-SWSH084", "name": "Eldegoss V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -5247,10 +4038,7 @@ "attacks": [ { "name": "Float Up", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may shuffle this Pokémon and all attached cards into your deck." @@ -5262,16 +4050,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH084", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 830 - ], + "nationalPokedexNumbers": [830], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5287,33 +4071,23 @@ "id": "swshp-SWSH085", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electrify", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Bolt Storm", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon." @@ -5325,17 +4099,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH085", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5351,34 +4120,23 @@ "id": "swshp-SWSH086", "name": "Cramorant V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Beak Catch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Spit Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Energy from this Pokémon. This attack does 160 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5396,16 +4154,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH086", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 845 - ], + "nationalPokedexNumbers": [845], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5421,13 +4175,9 @@ "id": "swshp-SWSH087", "name": "Eevee VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Eevee V", "evolvesTo": [ "Vaporeon", @@ -5445,11 +4195,7 @@ "attacks": [ { "name": "G-Max Cuddle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen." @@ -5461,17 +4207,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH087", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5487,13 +4228,9 @@ "id": "swshp-SWSH088", "name": "Cherrim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cherubi", "abilities": [ { @@ -5505,11 +4242,7 @@ "attacks": [ { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5521,18 +4254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH088", "artist": "Tika Matsuno", "rarity": "Promo", "flavorText": "The faint scent that emanates from its full blossom entices bug Pokémon to it.", - "nationalPokedexNumbers": [ - 421 - ], + "nationalPokedexNumbers": [421], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5548,14 +4276,9 @@ "id": "swshp-SWSH089", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Rapid Strike" - ], + "subtypes": ["Stage 1", "Rapid Strike"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -5567,11 +4290,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5583,18 +4302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH089", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Promo", "flavorText": "It traps enemies with its suction-cupped tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5610,14 +4324,9 @@ "id": "swshp-SWSH090", "name": "Houndoom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1", - "Single Strike" - ], + "subtypes": ["Stage 1", "Single Strike"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Houndour", "abilities": [ { @@ -5629,10 +4338,7 @@ "attacks": [ { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -5644,18 +4350,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH090", "artist": "Uta", "rarity": "Promo", "flavorText": "Identifiable by its eerie howls, people a long time ago thought it was the grim reaper and feared it.", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5671,13 +4372,9 @@ "id": "swshp-SWSH091", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -5689,11 +4386,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5711,19 +4404,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH091", "artist": "Atsushi Furusawa", "rarity": "Promo", "flavorText": "Many scientists suspect that this Pokémon originated outside the Galar region, based on the patterns on its body.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5739,32 +4426,21 @@ "id": "swshp-SWSH092", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Collect", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Flare", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5776,17 +4452,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH092", "artist": "Uta", "rarity": "Promo", "flavorText": "It has a preference for hot things. When it rains, steam is said to spout from the tip of its tail.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5802,32 +4474,21 @@ "id": "swshp-SWSH093", "name": "Arrokuda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barraskewda" - ], + "types": ["Water"], + "evolvesTo": ["Barraskewda"], "attacks": [ { "name": "Flock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Arrokuda and put them onto your Bench. Then, shuffle your deck." }, { "name": "Peck", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5839,17 +4500,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH093", "artist": "tetsuya koizumi", "rarity": "Promo", "flavorText": "If it sees any movement around it, this Pokémon charges for it straightaway, leading with its sharply pointed jaw. It's very proud of that jaw.", - "nationalPokedexNumbers": [ - 846 - ], + "nationalPokedexNumbers": [846], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5865,31 +4522,21 @@ "id": "swshp-SWSH094", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Energize", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This Pokémon also does 30 damage to itself." @@ -5905,9 +4552,7 @@ "artist": "Yuu Nishida", "rarity": "Promo", "flavorText": "If it is angered or startled, the fur all over its body bristles like sharp needles that pierce foes.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5923,13 +4568,9 @@ "id": "swshp-SWSH095", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -5943,20 +4584,14 @@ "attacks": [ { "name": "First Step", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5968,17 +4603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH095", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -5994,33 +4625,23 @@ "id": "swshp-SWSH096", "name": "Dragapult V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Bite", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Jet Assault", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage." @@ -6038,16 +4659,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH096", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6063,13 +4680,9 @@ "id": "swshp-SWSH097", "name": "Dragapult VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dragapult V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6077,19 +4690,14 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Max Phantom", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "130", "text": "Put 5 damage counters on your opponent's Benched Pokémon in any way you like." @@ -6107,16 +4715,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH097", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6132,14 +4736,9 @@ "id": "swshp-SWSH098", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6153,10 +4752,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6168,16 +4764,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH098", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6193,13 +4785,9 @@ "id": "swshp-SWSH099", "name": "Crobat VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Crobat V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6207,21 +4795,14 @@ "attacks": [ { "name": "Stealth Poison", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Max Cutter", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "" @@ -6233,16 +4814,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH099", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6258,35 +4835,23 @@ "id": "swshp-SWSH100", "name": "Venusaur V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaf Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal 30 damage from this Pokémon." }, { "name": "Double-Edge", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This Pokémon also does 30 damage to itself." @@ -6298,18 +4863,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH100", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6325,34 +4884,23 @@ "id": "swshp-SWSH101", "name": "Blastoise V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Torrential Cannon", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't use Torrential Cannon." @@ -6364,18 +4912,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH101", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6391,13 +4933,9 @@ "id": "swshp-SWSH102", "name": "Venusaur VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venusaur V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6405,22 +4943,14 @@ "attacks": [ { "name": "Forest Storm", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Grass Energy attached to all of your Pokémon." }, { "name": "G-Max Bloom", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "210", "text": "Heal 30 damage from this Pokémon." @@ -6432,19 +4962,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH102", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6460,13 +4983,9 @@ "id": "swshp-SWSH103", "name": "Blastoise VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Blastoise V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -6474,23 +4993,14 @@ "attacks": [ { "name": "Grand Falls", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "Search your deck for up to 3 Water Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck." }, { "name": "G-Max Bombard", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "220", "text": "This attack also does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6502,18 +5012,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH103", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6529,33 +5033,23 @@ "id": "swshp-SWSH104", "name": "Victini V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spreading Flames", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Energy Burst", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each Energy attached to both Active Pokémon." @@ -6567,17 +5061,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH104", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6593,34 +5082,23 @@ "id": "swshp-SWSH105", "name": "Gardevoir V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magical Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Swelling Pulse", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." @@ -6632,17 +5110,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH105", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6658,36 +5131,23 @@ "id": "swshp-SWSH106", "name": "Single Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Low Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Brawny Knuckle", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 4, "damage": "180", "text": "This attack's damage isn't affected by Resistance." @@ -6699,17 +5159,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH106", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6725,36 +5180,23 @@ "id": "swshp-SWSH107", "name": "Rapid Strike Urshifu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spiral Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Sonic Legs", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6766,17 +5208,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH107", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 892 - ], + "nationalPokedexNumbers": [892], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6792,15 +5229,9 @@ "id": "swshp-SWSH108", "name": "Empoleon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6814,11 +5245,7 @@ "attacks": [ { "name": "Swirling Slice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -6830,17 +5257,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH108", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6856,38 +5278,23 @@ "id": "swshp-SWSH109", "name": "Tyranitar V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "230", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cragalanche", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Single Strike Crush", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "240", "text": "Discard the top 4 cards of your deck." @@ -6899,18 +5306,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH109", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6926,14 +5327,9 @@ "id": "swshp-SWSH110", "name": "Crobat V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -6947,10 +5343,7 @@ "attacks": [ { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -6962,16 +5355,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH110", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -6987,34 +5376,23 @@ "id": "swshp-SWSH111", "name": "Galarian Rapidash V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Libra Horn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on 1 of your opponent's Pokémon until its remaining HP is 100." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -7032,16 +5410,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH111", "artist": "Saki Hayashiro", "rarity": "Promo", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7057,14 +5431,9 @@ "id": "swshp-SWSH112", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "abilities": [ { @@ -7076,10 +5445,7 @@ "attacks": [ { "name": "Fireball Shot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "150", "text": "During your next turn, this Pokémon can't attack." @@ -7091,17 +5457,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH112", "artist": "Anesaki Dynamic", "rarity": "Promo", "flavorText": "It's skilled at both offense and defense, and it gets pumped up when cheered on. But if it starts showboating, it could put itself in a tough spot.", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7117,14 +5479,9 @@ "id": "swshp-SWSH113", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -7136,10 +5493,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -7151,17 +5505,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH113", "artist": "AKIRA EGAWA", "rarity": "Promo", "flavorText": "Its nictitating membranes let it pick out foes' weak points so it can precisely blast them with water that shoots from its fingertips at Mach 3.", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7177,29 +5527,20 @@ "id": "swshp-SWSH114", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Crescent Glow", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Psychic Energy card and attach it to 1 of your Pokémon. If you go second and it's your first turn, instead search for up to 3 Psychic Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck." }, { "name": "Photon Laser", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have at least 5 Energy in play, this attack does 90 more damage." @@ -7217,17 +5558,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH114", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7243,14 +5580,9 @@ "id": "swshp-SWSH115", "name": "Passimian", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Throwing Coach", @@ -7261,9 +5593,7 @@ "attacks": [ { "name": "Fling", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7275,17 +5605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH115", "artist": "Teeziro", "rarity": "Promo", "flavorText": "Passimian live in groups of about 20, with each member performing an assigned role. Through cooperation, the group survives.", - "nationalPokedexNumbers": [ - 766 - ], + "nationalPokedexNumbers": [766], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7301,29 +5627,20 @@ "id": "swshp-SWSH116", "name": "Morpeko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Famished", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -7335,17 +5652,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH116", "artist": "Atsushi Furusawa", "rarity": "Promo", "flavorText": "As it eats the seeds stored up in its pocket-like pouches, this Pokémon is not just satisfying its constant hunger. It's also generating electricity.", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7361,32 +5674,21 @@ "id": "swshp-SWSH117", "name": "Phanpy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Donphan" - ], + "types": ["Fighting"], + "evolvesTo": ["Donphan"], "attacks": [ { "name": "Stampede", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Strike Back", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage for each damage counter on this Pokémon." @@ -7398,18 +5700,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH117", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It is strong despite its compact size. It can easily pick up and carry an adult human on its back.", - "nationalPokedexNumbers": [ - 231 - ], + "nationalPokedexNumbers": [231], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7425,13 +5722,9 @@ "id": "swshp-SWSH118", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7445,19 +5738,14 @@ "attacks": [ { "name": "Signs of Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Wild Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -7469,17 +5757,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH118", "artist": "Yuu Nishida", "rarity": "Promo", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7495,32 +5779,20 @@ "id": "swshp-SWSH119", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Slap Push", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Single Strike Tackle", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon also does 30 damage to itself." @@ -7532,20 +5804,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH119", "artist": "Yuya Oka", "rarity": "Promo", "flavorText": "This Pokémon's stomach is so strong, even eating moldy or rotten food will not affect it.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7561,9 +5826,7 @@ "id": "swshp-SWSH120", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -7586,9 +5849,7 @@ "id": "swshp-SWSH121", "name": "Marnie", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.", "You may play only 1 Supporter card during your turn." @@ -7611,17 +5872,11 @@ "id": "swshp-SWSH122", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "abilities": [ { "name": "Dynamotor", @@ -7632,11 +5887,7 @@ "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -7648,18 +5899,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH122", "artist": "Pani Kobayashi", "rarity": "Promo", "flavorText": "It stores electricity in its fluffy fleece. If it stores up too much, it will start to go bald in those patches.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7675,13 +5921,9 @@ "id": "swshp-SWSH123", "name": "Galarian Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Cruel Charge", @@ -7692,11 +5934,7 @@ "attacks": [ { "name": "Psylaser", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard all Psychic Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7714,18 +5952,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH123", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "Known as Articuno, this Pokémon fires beams that can immobilize opponents as if they had been frozen solid.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7741,13 +5974,9 @@ "id": "swshp-SWSH124", "name": "Galarian Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Strong Legs Charge", @@ -7758,11 +5987,7 @@ "attacks": [ { "name": "Zapper Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may discard all Energy from this Pokémon. If you do, your opponent's Active Pokémon is now Paralyzed." @@ -7778,9 +6003,7 @@ "artist": "Oswaldo KATO", "rarity": "Promo", "flavorText": "One kick from its powerful legs will pulverize a dump truck. Supposedly, this Pokémon runs through the mountains at over 180 mph.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7796,13 +6019,9 @@ "id": "swshp-SWSH125", "name": "Galarian Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Malevolent Charge", @@ -7813,11 +6032,7 @@ "attacks": [ { "name": "Fiery Wrath", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "This attack does 50 more damage for each Prize card your opponent has taken." @@ -7829,18 +6044,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH125", "artist": "KEIICHIRO ITO", "rarity": "Promo", "flavorText": "The sinister aura that blazes like molten fire around this Pokémon is what inspired the name Moltres.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7856,34 +6066,21 @@ "id": "swshp-SWSH126", "name": "Galarian Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Psychic"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Everyone Laze Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." }, { "name": "Tail Whap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -7901,18 +6098,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH126", "artist": "sowsow", "rarity": "Promo", "flavorText": "Because Galarian Slowpoke eat the seeds of a plant that grows only in Galar, their tails have developed a spicy flavor.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7928,13 +6120,9 @@ "id": "swshp-SWSH127", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -7948,20 +6136,14 @@ "attacks": [ { "name": "Be Prepared", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to this Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -7973,17 +6155,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH127", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -7999,30 +6177,20 @@ "id": "swshp-SWSH128", "name": "Eiscue", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Bonus", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Water Energy card from your hand. If you do, draw 3 cards." }, { "name": "Headbutt Bounce", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -8034,18 +6202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH128", "artist": "kirisAki", "rarity": "Promo", "flavorText": "This Pokémon keeps its heat-sensitive head cool with ice. It fishes for its food, dangling its single hair into the sea to lure in prey.", - "nationalPokedexNumbers": [ - 875 - ], + "nationalPokedexNumbers": [875], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8061,31 +6224,21 @@ "id": "swshp-SWSH129", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Blindside", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Moon Mirage", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Confused." @@ -8097,17 +6250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH129", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "On the night of a full moon, or when it gets excited, the ring patterns on its body glow yellow.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8123,35 +6272,23 @@ "id": "swshp-SWSH130", "name": "Ice Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Blizzard", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack also does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frost Stamp", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -8163,17 +6300,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH130", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8189,34 +6321,23 @@ "id": "swshp-SWSH131", "name": "Shadow Rider Calyrex V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cloak in Shadows", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Psychic Energy card from your discard pile to this Pokémon." }, { "name": "Hollow Binding", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -8234,17 +6355,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH131", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 898 - ], + "nationalPokedexNumbers": [898], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8260,35 +6376,22 @@ "id": "swshp-SWSH132", "name": "Dragapult", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Prime" - ], + "subtypes": ["Stage 2", "Prime"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drakloak", - "rules": [ - "(This card cannot be used at official tournaments.)" - ], + "rules": ["(This card cannot be used at official tournaments.)"], "attacks": [ { "name": "Mach Turn", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Diving Swipe", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard a random card from your opponent's hand." @@ -8309,9 +6412,7 @@ "number": "SWSH132", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 887 - ], + "nationalPokedexNumbers": [887], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8326,25 +6427,16 @@ "id": "swshp-SWSH133", "name": "Lance's Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard an Energy from this Pokémon." @@ -8356,18 +6448,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH133", "artist": "Hideki Ishikawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8383,35 +6469,23 @@ "id": "swshp-SWSH134", "name": "Dark Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Disarming Voice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Tricky Ribbon", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -8423,16 +6497,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH134", "artist": "Ryuta Fuse", "rarity": "Promo", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8448,14 +6518,10 @@ "id": "swshp-SWSH135", "name": "Zacian LV.X", "supertype": "Pokémon", - "subtypes": [ - "Level-Up" - ], + "subtypes": ["Level-Up"], "level": "X", "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Zacian", "rules": [ "(This card cannot be used at official tournaments.)", @@ -8471,11 +6537,7 @@ "attacks": [ { "name": "Brave Blade", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "During your next turn, this Pokémon can't attack." @@ -8493,17 +6555,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH135", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8518,32 +6575,21 @@ "id": "swshp-SWSH136", "name": "Mimikyu δ", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "rules": [ - "(This card cannot be used at official tournaments.)" - ], + "types": ["Water"], + "rules": ["(This card cannot be used at official tournaments.)"], "attacks": [ { "name": "Filch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Wet Claw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Put an Energy attached to your opponent's Active Pokémon into their hand." @@ -8555,16 +6601,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH136", "artist": "Hasuno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 778 - ], + "nationalPokedexNumbers": [778], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8579,35 +6621,23 @@ "id": "swshp-SWSH137", "name": "Light Toxtricity", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "level": "65", "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Toxel", - "rules": [ - "(This card cannot be used at official tournaments.)" - ], + "rules": ["(This card cannot be used at official tournaments.)"], "attacks": [ { "name": "Slow Ballad", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from both Active Pokémon." }, { "name": "Beatdown Smash", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "During your next turn, this Pokémon can't use Beatdown Smash." @@ -8619,18 +6649,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH137", "artist": "Naoyo Kimura", "rarity": "Promo", "flavorText": "When this Pokémon sounds as if it's strumming a guitar, it's actually clawing at the protrusions on its chest to generate electricity.", - "nationalPokedexNumbers": [ - 849 - ], + "nationalPokedexNumbers": [849], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8645,36 +6670,22 @@ "id": "swshp-SWSH138", "name": "Hydreigon C", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "SP" - ], + "subtypes": ["Basic", "SP"], "level": "61", "hp": "110", - "types": [ - "Darkness" - ], - "rules": [ - "(This card cannot be used at official tournaments.)" - ], + "types": ["Darkness"], + "rules": ["(This card cannot be used at official tournaments.)"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Berserker Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack also does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8686,17 +6697,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH138", "artist": "kawayoo", "rarity": "Promo", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8711,16 +6717,10 @@ "id": "swshp-SWSH139", "name": "Pikachu V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Pikachu V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -8728,41 +6728,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "Shocking Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Disconnect", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Electro Ball Together", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "250", "text": "" @@ -8774,16 +6761,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH139", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8799,16 +6781,10 @@ "id": "swshp-SWSH140", "name": "Pikachu V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Pikachu V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -8816,41 +6792,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "Shocking Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Disconnect", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Electro Ball Together", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "250", "text": "" @@ -8862,16 +6825,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH140", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8887,16 +6845,10 @@ "id": "swshp-SWSH141", "name": "Pikachu V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Pikachu V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -8904,41 +6856,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "Shocking Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Disconnect", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Electro Ball Together", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "250", "text": "" @@ -8950,16 +6889,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH141", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -8975,16 +6909,10 @@ "id": "swshp-SWSH142", "name": "Pikachu V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Pikachu V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -8992,41 +6920,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "Shocking Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Disconnect", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, they can't play any Item cards from their hand." }, { "name": "Electro Ball Together", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "250", "text": "" @@ -9038,16 +6953,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH142", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9063,28 +6973,17 @@ "id": "swshp-SWSH143", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "This Pokémon also does 30 damage to itself." @@ -9096,16 +6995,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH143", "artist": "HYOGONOSUKE", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9121,14 +7016,9 @@ "id": "swshp-SWSH144", "name": "Greninja ★", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Star" - ], + "subtypes": ["Basic", "Star"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "You can't have more than 1 Pokémon Star in your deck.", "(This card cannot be used at official tournaments.)" @@ -9143,11 +7033,7 @@ "attacks": [ { "name": "Mist Slash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness or Resistance, or by any effects on your opponent's Active Pokémon." @@ -9159,16 +7045,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH144", "artist": "Masakazu Fukuda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9183,28 +7065,17 @@ "id": "swshp-SWSH145", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Volt Tackle", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "210", "text": "This Pokémon also does 30 damage to itself." @@ -9216,16 +7087,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH145", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9241,9 +7108,7 @@ "id": "swshp-SWSH146", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, show it to your opponent, and put it into your hand. Shuffle your deck afterward.", "You may play any number of Item cards during your turn." @@ -9266,50 +7131,34 @@ "id": "swshp-SWSH147", "name": "Rayquaza V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "40", "text": "Discard the top 2 cards of your deck." }, { "name": "Spiral Burst", - "cost": [ - "Fire", - "Lightning" - ], + "cost": ["Fire", "Lightning"], "convertedEnergyCost": 2, "damage": "20+", "text": "You may discard up to 2 basic Fire Energy or up to 2 basic Lightning Energy from this Pokémon. This attack does 80 more damage for each card you discarded in this way." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH147", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9325,33 +7174,23 @@ "id": "swshp-SWSH148", "name": "Noivern V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Boomburst", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Synchro Loud", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 120 more damage." @@ -9360,9 +7199,7 @@ "number": "SWSH148", "artist": "PLANETA Yamashita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9378,35 +7215,23 @@ "id": "swshp-SWSH149", "name": "Flareon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flaming Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Burned." @@ -9418,17 +7243,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH149", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9444,35 +7264,23 @@ "id": "swshp-SWSH150", "name": "Vaporeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Splash Jump", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -9484,17 +7292,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH150", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9510,34 +7313,23 @@ "id": "swshp-SWSH151", "name": "Jolteon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 4 coins. This attack does 60 damage for each heads." @@ -9552,9 +7344,7 @@ "number": "SWSH151", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9570,9 +7360,7 @@ "id": "swshp-SWSH152", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -9595,23 +7383,14 @@ "id": "swshp-SWSH153", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -9623,16 +7402,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH153", "artist": "sowsow", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9648,52 +7423,34 @@ "id": "swshp-SWSH154", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Dragon Gale", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "250", "text": "This attack also does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH154", "artist": "Saki Hayashiro", "rarity": "Promo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9709,13 +7466,9 @@ "id": "swshp-SWSH155", "name": "Greninja V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Greninja V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -9740,40 +7493,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Water Energy cards from your discard pile to this Pokémon." }, { "name": "Aqua Edge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "" }, { "name": "Twister Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall Blind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -9785,17 +7526,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH155", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9811,13 +7547,9 @@ "id": "swshp-SWSH156", "name": "Greninja V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Greninja V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -9842,40 +7574,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Water Energy cards from your discard pile to this Pokémon." }, { "name": "Aqua Edge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "" }, { "name": "Twister Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall Blind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -9887,17 +7607,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH156", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -9913,13 +7628,9 @@ "id": "swshp-SWSH157", "name": "Greninja V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Greninja V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -9944,40 +7655,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Water Energy cards from your discard pile to this Pokémon." }, { "name": "Aqua Edge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "" }, { "name": "Twister Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall Blind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -9989,17 +7688,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH157", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10015,13 +7709,9 @@ "id": "swshp-SWSH158", "name": "Greninja V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Greninja V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10046,40 +7736,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Water Energy cards from your discard pile to this Pokémon." }, { "name": "Aqua Edge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "130", "text": "" }, { "name": "Twister Shuriken", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 100 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall Blind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." @@ -10091,17 +7769,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH158", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10117,13 +7790,9 @@ "id": "swshp-SWSH159", "name": "Mewtwo V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Mewtwo V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10138,43 +7807,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Psychic Energy cards from your discard pile to this Pokémon." }, { "name": "Super Regeneration", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Heal 200 damage from this Pokémon." }, { "name": "Psysplosion", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 16 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Final Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "" @@ -10192,17 +7846,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH159", "artist": "AKIRA EGAWA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10218,13 +7867,9 @@ "id": "swshp-SWSH160", "name": "Mewtwo V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Mewtwo V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10239,43 +7884,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Psychic Energy cards from your discard pile to this Pokémon." }, { "name": "Super Regeneration", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Heal 200 damage from this Pokémon." }, { "name": "Psysplosion", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 16 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Final Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "" @@ -10293,17 +7923,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH160", "artist": "AKIRA EGAWA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10319,13 +7944,9 @@ "id": "swshp-SWSH161", "name": "Mewtwo V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Mewtwo V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10340,43 +7961,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Psychic Energy cards from your discard pile to this Pokémon." }, { "name": "Super Regeneration", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Heal 200 damage from this Pokémon." }, { "name": "Psysplosion", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 16 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Final Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "" @@ -10394,17 +8000,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH161", "artist": "AKIRA EGAWA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10420,13 +8021,9 @@ "id": "swshp-SWSH162", "name": "Mewtwo V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "300", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Mewtwo V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10441,43 +8038,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Psychic Energy cards from your discard pile to this Pokémon." }, { "name": "Super Regeneration", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Heal 200 damage from this Pokémon." }, { "name": "Psysplosion", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 16 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Final Burn", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "300", "text": "" @@ -10495,17 +8077,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH162", "artist": "AKIRA EGAWA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10521,13 +8098,9 @@ "id": "swshp-SWSH163", "name": "Zacian V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Zacian V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10535,43 +8108,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Dance of the Crowned Sword", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 150 less damage (before applying Weakness and Resistance)." }, { "name": "Steel Cut", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "" }, { "name": "Master Blade", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "340", "text": "Discard 3 Energy from this Pokémon." @@ -10589,17 +8147,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH163", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10615,13 +8168,9 @@ "id": "swshp-SWSH164", "name": "Zacian V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Zacian V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10629,43 +8178,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Dance of the Crowned Sword", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 150 less damage (before applying Weakness and Resistance)." }, { "name": "Steel Cut", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "" }, { "name": "Master Blade", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "340", "text": "Discard 3 Energy from this Pokémon." @@ -10683,17 +8217,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH164", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10709,13 +8238,9 @@ "id": "swshp-SWSH165", "name": "Zacian V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Zacian V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10723,43 +8248,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Dance of the Crowned Sword", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 150 less damage (before applying Weakness and Resistance)." }, { "name": "Steel Cut", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "" }, { "name": "Master Blade", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "340", "text": "Discard 3 Energy from this Pokémon." @@ -10777,17 +8287,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH165", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10803,13 +8308,9 @@ "id": "swshp-SWSH166", "name": "Zacian V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "320", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Zacian V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -10817,43 +8318,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Dance of the Crowned Sword", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 150 less damage (before applying Weakness and Resistance)." }, { "name": "Steel Cut", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "" }, { "name": "Master Blade", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "340", "text": "Discard 3 Energy from this Pokémon." @@ -10871,17 +8357,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH166", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 888 - ], + "nationalPokedexNumbers": [888], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10897,9 +8378,7 @@ "id": "swshp-SWSH167", "name": "Professor Burnet", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 cards and discard them. Then, shuffle your deck.", "You may play only 1 Supporter card during your turn." @@ -10922,14 +8401,9 @@ "id": "swshp-SWSH168", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "abilities": [ { "name": "Lesson in Zeal", @@ -10940,10 +8414,7 @@ "attacks": [ { "name": "Glistening Droplets", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 5 damage counters on your opponent's Pokémon in any way you like." @@ -10955,17 +8426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH168", "artist": "otumami", "rarity": "Promo", "flavorText": "This Oricorio has drunk red nectar. If its Trainer gives the wrong order, this passionate Pokémon becomes fiercely angry.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -10981,13 +8448,9 @@ "id": "swshp-SWSH169", "name": "Pyukumuku", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Pitch a Pyukumuku", @@ -10998,11 +8461,7 @@ "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -11014,17 +8473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH169", "artist": "Narumi Sato", "rarity": "Promo", "flavorText": "It's covered in a slime that keeps its skin moist, allowing it to stay on land for days without drying up.", - "nationalPokedexNumbers": [ - 771 - ], + "nationalPokedexNumbers": [771], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11040,24 +8495,13 @@ "id": "swshp-SWSH170", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike", - "Single Strike", - "Rapid Strike" - ], + "subtypes": ["Basic", "Fusion Strike", "Single Strike", "Rapid Strike"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Photon Boost", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any Fusion Strike Energy attached, this attack does 80 more damage." @@ -11075,17 +8519,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH170", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11101,14 +8541,9 @@ "id": "swshp-SWSH171", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Red Assist", @@ -11119,27 +8554,19 @@ "attacks": [ { "name": "Dyna Barrier", - "cost": [ - "Fire", - "Psychic", - "Colorless" - ], + "cost": ["Fire", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Pokémon VMAX." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH171", "artist": "takuyoa", "rarity": "Promo", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11155,35 +8582,21 @@ "id": "swshp-SWSH172", "name": "Tepig", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Single Strike" - ], + "subtypes": ["Basic", "Single Strike"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pignite" - ], + "types": ["Fire"], + "evolvesTo": ["Pignite"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -11195,18 +8608,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH172", "artist": "Eri Yamaki", "rarity": "Promo", "flavorText": "It loves to eat roasted berries, but sometimes it gets too excited and burns them to a crisp.", - "nationalPokedexNumbers": [ - 498 - ], + "nationalPokedexNumbers": [498], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11222,23 +8630,14 @@ "id": "swshp-SWSH173", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Rapid Strike" - ], + "subtypes": ["Basic", "Rapid Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11250,17 +8649,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH173", "artist": "Oswaldo KATO", "rarity": "Promo", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11276,30 +8671,21 @@ "id": "swshp-SWSH174", "name": "Espeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 40 more damage for each Energy attached to your opponent's Active Pokémon." @@ -11317,17 +8703,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH174", "artist": "Tika Matsuno", "rarity": "Promo", "flavorText": "It unleashes psychic power from the orb on its forehead. When its power is exhausted, the orb grows dull and dark.", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11343,13 +8725,9 @@ "id": "swshp-SWSH175", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -11363,20 +8741,14 @@ "attacks": [ { "name": "Be Prepared", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to this Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -11388,17 +8760,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH175", "artist": "Tika Matsuno", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11414,15 +8782,9 @@ "id": "swshp-SWSH176", "name": "Hoopa V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Fusion Strike" - ], + "subtypes": ["Basic", "V", "Fusion Strike"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -11436,11 +8798,7 @@ "attacks": [ { "name": "Shadow Impact", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Put 3 damage counters on 1 of your Pokémon." @@ -11452,17 +8810,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH176", "artist": "takuyoa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11478,30 +8831,20 @@ "id": "swshp-SWSH177", "name": "Special Delivery Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Happy Delivery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -11513,18 +8856,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH177", "artist": "The Pokémon Company Art Team", "rarity": "Promo", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11540,9 +8878,7 @@ "id": "swshp-SWSH178", "name": "Professor's Research", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn." @@ -11565,35 +8901,23 @@ "id": "swshp-SWSH179", "name": "Flareon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Flaming Breath", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Scorching Column", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Burned." @@ -11605,17 +8929,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH179", "artist": "Souichirou Gunjima", "rarity": "Promo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11631,14 +8950,9 @@ "id": "swshp-SWSH180", "name": "Flareon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Single Strike" - ], + "subtypes": ["VMAX", "Single Strike"], "hp": "320", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Flareon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11646,11 +8960,7 @@ "attacks": [ { "name": "Max Detonate", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard the top 5 cards of your deck. This attack does 100 damage for each Energy card you discarded in this way." @@ -11662,17 +8972,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH180", "artist": "OKACHEKE", "rarity": "Promo", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11688,35 +8993,23 @@ "id": "swshp-SWSH181", "name": "Vaporeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Splash Jump", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -11728,17 +9021,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH181", "artist": "Tika Matsuno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11754,14 +9042,9 @@ "id": "swshp-SWSH182", "name": "Vaporeon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX", - "Rapid Strike" - ], + "subtypes": ["VMAX", "Rapid Strike"], "hp": "320", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vaporeon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11769,20 +9052,14 @@ "attacks": [ { "name": "Bubble Pod", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Water Pokémon from your discard pile onto your Bench. If you do, attach up to 3 Water Energy cards from your discard pile to that Pokémon." }, { "name": "Max Torrent", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 100 more damage." @@ -11794,17 +9071,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH182", "artist": "Atsushi Furusawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11820,34 +9092,23 @@ "id": "swshp-SWSH183", "name": "Jolteon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Spear", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Pin Missile", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 4 coins. This attack does 60 damage for each heads." @@ -11862,9 +9123,7 @@ "number": "SWSH183", "artist": "nagimiso", "rarity": "Promo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11880,13 +9139,9 @@ "id": "swshp-SWSH184", "name": "Jolteon VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "300", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Jolteon V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -11894,10 +9149,7 @@ "attacks": [ { "name": "Max Thunder Rumble", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "This attack also does 100 damage to 1 of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -11912,9 +9164,7 @@ "number": "SWSH184", "artist": "Hasuno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11930,19 +9180,13 @@ "id": "swshp-SWSH185", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Inferno Wings", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon has any damage counters on it, this attack does 70 more. This attack's damage isn't affected by Weakness." @@ -11954,17 +9198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH185", "artist": "Shinji Kanda", "rarity": "Promo", "flavorText": "It's one of the legendary bird Pokémon. When Moltres flaps its flaming wings, they glimmer with a dazzling red glow.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -11980,13 +9220,9 @@ "id": "swshp-SWSH186", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "abilities": [ { @@ -11998,10 +9234,7 @@ "attacks": [ { "name": "Aura Sphere Volley", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "10+", "text": "Discard all Fighting Energy from this Pokémon. This attack does 60 more damage for each card you discarded in this way." @@ -12013,18 +9246,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH186", "artist": "NC Empire", "rarity": "Promo", "flavorText": "It controls waves known as auras, which are powerful enough to pulverize huge rocks. It uses these waves to take down its prey.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12040,13 +9268,9 @@ "id": "swshp-SWSH187", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "abilities": [ { @@ -12058,10 +9282,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -12073,17 +9294,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH187", "artist": "saino misaki", "rarity": "Promo", "flavorText": "Don't be fooled by its gorgeous fur and elegant figure. This is a moody and vicious Pokémon.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12099,13 +9316,9 @@ "id": "swshp-SWSH188", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "abilities": [ { @@ -12117,11 +9330,7 @@ "attacks": [ { "name": "Tail Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this attack does nothing." @@ -12133,18 +9342,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH188", "artist": "Misa Tsutsui", "rarity": "Promo", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12160,46 +9364,33 @@ "id": "swshp-SWSH189", "name": "Flapple", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Applin", "attacks": [ { "name": "Flight Up", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 3 basic Energy cards from your discard pile to 1 of your Benched Pokémon." }, { "name": "Corrosive Acid", - "cost": [ - "Grass", - "Fire" - ], + "cost": ["Grass", "Fire"], "convertedEnergyCost": 2, "damage": "70", "text": "Your opponent's Active Pokémon is now Burned." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH189", "artist": "nagimiso", "rarity": "Promo", "flavorText": "It flies on wings of apple skin and spits a powerful acid. It can also change its shape into that of an apple.", - "nationalPokedexNumbers": [ - 841 - ], + "nationalPokedexNumbers": [841], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12215,13 +9406,9 @@ "id": "swshp-SWSH190", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -12235,20 +9422,14 @@ "attacks": [ { "name": "Be Prepared", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to this Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -12260,17 +9441,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH190", "artist": "OKACHEKE", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12286,30 +9463,21 @@ "id": "swshp-SWSH191", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Grass Knot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "This attack does 30 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -12321,17 +9489,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH191", "artist": "OKACHEKE", "rarity": "Promo", "flavorText": "This Pokémon's tail is blade sharp, with a fantastic cutting edge that can slice right though large trees.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12347,31 +9511,21 @@ "id": "swshp-SWSH192", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Hail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Frosty Typhoon", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon can't use Frosty Typhoon." @@ -12383,17 +9537,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH192", "artist": "OKACHEKE", "rarity": "Promo", "flavorText": "The coldness emanating from Glaceon causes powdery snow to form, making it quite a popular Pokémon at ski resorts.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12409,22 +9559,14 @@ "id": "swshp-SWSH193", "name": "Galarian Obstagoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Galarian Linoone", "attacks": [ { "name": "Rampaging Kick", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard 2 Darkness Energy from this Pokémon." @@ -12436,18 +9578,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH193", "artist": "Megumi Higuchi", "rarity": "Promo", "flavorText": "It evolved after experiencing numerous fights. While crossing its arms, it lets out a shout that would make any opponent flinch.", - "nationalPokedexNumbers": [ - 862 - ], + "nationalPokedexNumbers": [862], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12463,34 +9600,23 @@ "id": "swshp-SWSH194", "name": "Leafeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." }, { "name": "Slashing Strike", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your next turn, this Pokémon can't use Slashing Strike." @@ -12502,17 +9628,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH194", "artist": "PLANETA Yamashita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12528,13 +9649,9 @@ "id": "swshp-SWSH195", "name": "Leafeon VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Leafeon V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -12549,11 +9666,7 @@ "attacks": [ { "name": "Leaf Guard", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)." @@ -12565,17 +9678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH195", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12591,34 +9699,23 @@ "id": "swshp-SWSH196", "name": "Glaceon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Frost Charge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a Water Energy card and attach it to this Pokémon. Then, shuffle your deck." }, { "name": "Freezing Wind", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -12630,17 +9727,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH196", "artist": "PLANETA Yamashita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12656,13 +9748,9 @@ "id": "swshp-SWSH197", "name": "Glaceon VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "260", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glaceon V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -12670,22 +9758,14 @@ "attacks": [ { "name": "Icicle Shot", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Crystal Star", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "220", "text": "During your opponent's next turn, prevent all damage from and effects of attacks done to this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -12697,17 +9777,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH197", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12723,28 +9798,17 @@ "id": "swshp-SWSH198", "name": "Pikachu V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lightning Blast", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "You may discard all Lightning Energy from this Pokémon. If you do, this attack does 120 more damage." @@ -12756,16 +9820,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH198", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12781,34 +9841,23 @@ "id": "swshp-SWSH199", "name": "Lycanroc V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Crashing Fangs", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -12820,16 +9869,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH199", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 745 - ], + "nationalPokedexNumbers": [745], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12845,34 +9890,23 @@ "id": "swshp-SWSH200", "name": "Corviknight V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Clutch", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Sky Hurricane", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't use Sky Hurricane." @@ -12890,16 +9924,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH200", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 823 - ], + "nationalPokedexNumbers": [823], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12915,34 +9945,23 @@ "id": "swshp-SWSH201", "name": "Espeon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Zen Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -12960,16 +9979,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH201", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -12985,15 +10000,9 @@ "id": "swshp-SWSH202", "name": "Sylveon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Rapid Strike" - ], + "subtypes": ["Basic", "V", "Rapid Strike"], "hp": "200", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -13007,10 +10016,7 @@ "attacks": [ { "name": "Magical Shot", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -13022,16 +10028,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH202", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13047,35 +10049,23 @@ "id": "swshp-SWSH203", "name": "Umbreon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V", - "Single Strike" - ], + "subtypes": ["Basic", "V", "Single Strike"], "hp": "200", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mean Look", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, the Defending Pokémon can't retreat." }, { "name": "Moonlight Blade", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon has any damage counters on it, this attack does 80 more damage." @@ -13087,17 +10077,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH203", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13113,35 +10098,23 @@ "id": "swshp-SWSH204", "name": "Arceus V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Trinity Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for up to 3 basic Energy cards and attach them to your Pokémon V in any way you like. Then, shuffle your deck." }, { "name": "Power Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -13153,17 +10126,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH204", "artist": "Atsushi Furusawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13179,31 +10147,21 @@ "id": "swshp-SWSH205", "name": "Hisuian Basculegion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Hisuian Basculin", "attacks": [ { "name": "Grudge Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an attack from your opponent's Pokémon during their last turn, this attack does 90 more damage, and your opponent's Active Pokémon is now Confused." }, { "name": "Jet Headbutt", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -13215,18 +10173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH205", "artist": "Pani Kobayashi", "rarity": "Promo", "flavorText": "Clads itself in the souls of comrades that perished before fulfilling their goals of journeying upstream. No other species throughout all Hisui's rivers is Basculegion's equal.", - "nationalPokedexNumbers": [ - 902 - ], + "nationalPokedexNumbers": [902], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13242,13 +10195,9 @@ "id": "swshp-SWSH206", "name": "Wyrdeer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Stantler", "abilities": [ { @@ -13260,10 +10209,7 @@ "attacks": [ { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -13281,18 +10227,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH206", "artist": "Eri Yamaki", "rarity": "Promo", "flavorText": "The black orbs shine with an uncanny light when the Pokémon is erecting invisible barriers. The fur shed from its beard retains heat well and is a highly useful material for winter clothing.", - "nationalPokedexNumbers": [ - 899 - ], + "nationalPokedexNumbers": [899], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13308,13 +10249,9 @@ "id": "swshp-SWSH207", "name": "Hisuian Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Dewott", "abilities": [ { @@ -13326,11 +10263,7 @@ "attacks": [ { "name": "Dark Mastery", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 20 more damage for each Energy attached to all of your Pokémon." @@ -13342,18 +10275,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH207", "artist": "Oswaldo KATO", "rarity": "Promo", "flavorText": "Hard of heart and deft of blade, this rare form of Samurott is a product of the Pokémon's evolution in the region of Hisui. Its turbulent blows crash into foes like ceaseless pounding waves.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13369,13 +10297,9 @@ "id": "swshp-SWSH208", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Magneton", "abilities": [ { @@ -13387,11 +10311,7 @@ "attacks": [ { "name": "Power Beam", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -13409,18 +10329,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH208", "artist": "zig", "rarity": "Promo", "flavorText": "Some say that Magnezone receives signals from space via the antenna on its head and that it's being controlled by some mysterious being.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13436,32 +10351,21 @@ "id": "swshp-SWSH209", "name": "Toxel", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Toxtricity" - ], + "types": ["Lightning"], + "evolvesTo": ["Toxtricity"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance)." }, { "name": "Tiny Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -13473,17 +10377,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH209", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "It manipulates the chemical makeup of its poison to produce electricity. The voltage is weak, but it can cause a tingling paralysis.", - "nationalPokedexNumbers": [ - 848 - ], + "nationalPokedexNumbers": [848], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13499,31 +10399,20 @@ "id": "swshp-SWSH210", "name": "Oricorio", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Fusion Strike" - ], + "subtypes": ["Basic", "Fusion Strike"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mixed Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon and a Supporter card, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Razor Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -13541,17 +10430,13 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH210", "artist": "Ryuta Fuse", "rarity": "Promo", "flavorText": "This Oricorio has sipped purple nectar. Some dancers use its graceful, elegant dancing as inspiration.", - "nationalPokedexNumbers": [ - 741 - ], + "nationalPokedexNumbers": [741], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13567,31 +10452,21 @@ "id": "swshp-SWSH211", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Time Out Kick", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "You may put an Energy attached to your opponent's Active Pokémon into their hand." }, { "name": "Symphony Whip", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." @@ -13603,17 +10478,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH211", "artist": "Mizue", "rarity": "Promo", "flavorText": "There's a Galarian fairy tale that describes a beautiful Sylveon vanquishing a dreadful dragon Pokémon.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -13628,13 +10499,9 @@ "id": "swshp-SWSH212", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -13648,20 +10515,14 @@ "attacks": [ { "name": "Be Prepared", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a basic Energy card from your hand to this Pokémon." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -13673,17 +10534,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH212", "artist": "Mizue", "rarity": "Promo", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13699,35 +10556,23 @@ "id": "swshp-SWSH213", "name": "Lucario V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Crushing Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a Special Energy from your opponent's Active Pokémon." }, { "name": "Cyclone Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -13739,17 +10584,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH213", "artist": "takuyoa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13765,13 +10605,9 @@ "id": "swshp-SWSH214", "name": "Lucario VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -13779,21 +10615,14 @@ "attacks": [ { "name": "Fighting Knuckle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage." }, { "name": "Aura Star", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "This attack does 70 damage for each Energy attached to all of your opponent's Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -13805,17 +10634,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH214", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13831,13 +10655,9 @@ "id": "swshp-SWSH215", "name": "Morpeko V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Morpeko V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -13845,41 +10665,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "All You Can Eat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw cards until you have 10 cards in your hand." }, { "name": "Burst Wheel", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard all energy from this Pokémon. This attack does 100 damage for each card you discarded in this way." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -13891,17 +10698,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH215", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -13917,13 +10719,9 @@ "id": "swshp-SWSH216", "name": "Morpeko V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Morpeko V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -13931,41 +10729,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "All You Can Eat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw cards until you have 10 cards in your hand." }, { "name": "Burst Wheel", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard all energy from this Pokémon. This attack does 100 damage for each card you discarded in this way." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -13977,17 +10762,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH216", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14003,13 +10783,9 @@ "id": "swshp-SWSH217", "name": "Morpeko V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Morpeko V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -14017,41 +10793,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "All You Can Eat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw cards until you have 10 cards in your hand." }, { "name": "Burst Wheel", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard all energy from this Pokémon. This attack does 100 damage for each card you discarded in this way." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -14063,17 +10826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH217", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14089,13 +10847,9 @@ "id": "swshp-SWSH218", "name": "Morpeko V-UNION", "supertype": "Pokémon", - "subtypes": [ - "V-UNION" - ], + "subtypes": ["V-UNION"], "hp": "310", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "How to play a Pokémon V-UNION: Once per game during your turn, combine 4 different Morpeko V-UNION from your discard pile and put them onto your Bench.", "V-UNION rule: When your Pokémon V-UNION is Knocked Out, your opponent takes 3 Prize cards." @@ -14103,41 +10857,28 @@ "attacks": [ { "name": "Union Gain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Lightning Energy cards from your discard pile to this Pokémon." }, { "name": "All You Can Eat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw cards until you have 10 cards in your hand." }, { "name": "Burst Wheel", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100×", "text": "Discard all energy from this Pokémon. This attack does 100 damage for each card you discarded in this way." }, { "name": "Electric Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" @@ -14149,17 +10890,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH218", "artist": "Mitsuhiro Arita", "rarity": "Promo", - "nationalPokedexNumbers": [ - 877 - ], + "nationalPokedexNumbers": [877], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14175,34 +10911,23 @@ "id": "swshp-SWSH219", "name": "Boltund V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smash Turn", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electrobullet", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -14214,16 +10939,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH219", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 836 - ], + "nationalPokedexNumbers": [836], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14239,22 +10960,14 @@ "id": "swshp-SWSH220", "name": "Rowlet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Dartrix" - ], + "types": ["Grass"], + "evolvesTo": ["Dartrix"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -14266,17 +10979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH220", "artist": "sowsow", "rarity": "Promo", "flavorText": "Flies noiselessly on delicate wings. It has mastered the art of deftly launching dagger-sharp feathers from those same wings.", - "nationalPokedexNumbers": [ - 722 - ], + "nationalPokedexNumbers": [722], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14292,31 +11001,21 @@ "id": "swshp-SWSH221", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Charge Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck." }, { "name": "Live Coal", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -14328,17 +11027,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH221", "artist": "Teeziro", "rarity": "Promo", "flavorText": "Hails from the Johto region. Though usually curled into a ball due to its timid disposition, it harbors tremendous firepower.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14354,22 +11049,14 @@ "id": "swshp-SWSH222", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -14381,17 +11068,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH222", "artist": "kurumitsu", "rarity": "Promo", "flavorText": "This Pokémon from the Unova region uses the shell on its belly as a weapon to cut down its foes. Thus, I've conferred upon this shell the name “scalchop.”", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14407,35 +11090,23 @@ "id": "swshp-SWSH223", "name": "Mewtwo V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Transfer Break", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -14453,17 +11124,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH223", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14479,35 +11145,23 @@ "id": "swshp-SWSH224", "name": "Melmetal V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Arm Charge", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50", "text": "You may attach a Metal Energy card from your hand to this Pokémon." }, { "name": "Mega Punch", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -14525,18 +11179,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH224", "artist": "sadaji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 809 - ], + "nationalPokedexNumbers": [809], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14552,34 +11200,23 @@ "id": "swshp-SWSH225", "name": "Alolan Exeggutor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "240", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Growing Tall", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 5 Grass Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck." }, { "name": "Head Swing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon for each Grass Energy attached to this Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -14591,18 +11228,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH225", "artist": "MUGENUP", "rarity": "Promo", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14618,9 +11249,7 @@ "id": "swshp-SWSH226", "name": "Spark", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -14643,9 +11272,7 @@ "id": "swshp-SWSH227", "name": "Blanche", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Water Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -14668,9 +11295,7 @@ "id": "swshp-SWSH228", "name": "Candela", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 2 cards. If you drew any cards in this way, flip a coin. If heads, attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon.", "You may play only 1 Supporter card during your turn." @@ -14693,35 +11318,23 @@ "id": "swshp-SWSH229", "name": "Mewtwo V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Super Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Transfer Break", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -14739,17 +11352,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH229", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14765,14 +11373,9 @@ "id": "swshp-SWSH230", "name": "Radiant Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "Radiant" - ], + "subtypes": ["Basic", "Radiant"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -14789,20 +11392,14 @@ "attacks": [ { "name": "Twinkle Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a number of cards up to the number of different types of Pokémon you have in play and put them into your hand. Then, shuffle your deck." }, { "name": "Boost Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -14814,17 +11411,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH230", "artist": "Souichirou Gunjima", "rarity": "Promo", "flavorText": "It has the ability to alter the composition of its body to suit its surrounding environment.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14840,32 +11433,21 @@ "id": "swshp-SWSH231", "name": "Bulbasaur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ivysaur" - ], + "types": ["Grass"], + "evolvesTo": ["Ivysaur"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Razor Leaf", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -14877,17 +11459,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH231", "artist": "Shibuzoh", "rarity": "Promo", - "nationalPokedexNumbers": [ - 1 - ], + "nationalPokedexNumbers": [1], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14903,22 +11480,14 @@ "id": "swshp-SWSH232", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Tail on Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck." @@ -14930,16 +11499,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH232", "artist": "Saya Tsuruta", "rarity": "Promo", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -14955,22 +11520,14 @@ "id": "swshp-SWSH233", "name": "Squirtle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Wartortle" - ], + "types": ["Water"], + "evolvesTo": ["Wartortle"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -14982,16 +11539,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH233", "artist": "kurumitsu", "rarity": "Promo", - "nationalPokedexNumbers": [ - 7 - ], + "nationalPokedexNumbers": [7], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15007,33 +11560,21 @@ "id": "swshp-SWSH234", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gift Delivery", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Pika Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -15045,16 +11586,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH234", "artist": "Ryota Murayama", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15070,51 +11607,34 @@ "id": "swshp-SWSH235", "name": "Dragonite V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard an Energy from your opponent's Active Pokémon." }, { "name": "Buster Tail", - "cost": [ - "Water", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH235", "artist": "kawayoo", "rarity": "Promo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15130,13 +11650,9 @@ "id": "swshp-SWSH236", "name": "Dragonite VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonite V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -15144,37 +11660,25 @@ "attacks": [ { "name": "Giga Impact", - "cost": [ - "Water", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "250", "text": "During your next turn, this Pokémon can't attack." }, { "name": "Draconic Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 12 cards of your deck and attach any number of Water or Lightning Energy cards you find there to your Pokémon in any way you like. Shuffle the other cards back into your deck. (You can't use more than 1 VSTAR Power in a game.)" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH236", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15190,34 +11694,23 @@ "id": "swshp-SWSH237", "name": "Hisuian Typhlosion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Singe", - "cost": [ - - ], - "convertedEnergyCost": 0, + "cost": ["[-]"], + "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Burned." }, { "name": "Petrifying Flame", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck." @@ -15235,17 +11728,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH237", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15261,34 +11749,23 @@ "id": "swshp-SWSH238", "name": "Hisuian Decidueye V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mountain Hunt", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck." }, { "name": "Close-Quarters Shooting", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -15300,17 +11777,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH238", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 724 - ], + "nationalPokedexNumbers": [724], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15326,34 +11798,23 @@ "id": "swshp-SWSH239", "name": "Hisuian Samurott V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Basket Crash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Pokémon Tools from your opponent's Pokémon." }, { "name": "Shadow Slash", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "180", "text": "Discard an Energy from this Pokémon." @@ -15365,17 +11826,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH239", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15391,16 +11847,10 @@ "id": "swshp-SWSH240", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "abilities": [ { "name": "Oceanic Accompaniment", @@ -15411,9 +11861,7 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -15425,16 +11873,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH240", "artist": "OKACHEKE", "rarity": "Promo", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15450,13 +11894,9 @@ "id": "swshp-SWSH241", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "abilities": [ { @@ -15468,9 +11908,7 @@ "attacks": [ { "name": "Screaming Circle", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon for each of your opponent's Benched Pokémon." @@ -15488,17 +11926,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH241", "artist": "Uta", "rarity": "Promo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15514,13 +11947,9 @@ "id": "swshp-SWSH242", "name": "Comfey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Flower Selecting", @@ -15531,10 +11960,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -15546,16 +11972,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH242", "artist": "Teeziro", "rarity": "Promo", - "nationalPokedexNumbers": [ - 764 - ], + "nationalPokedexNumbers": [764], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15571,13 +11993,9 @@ "id": "swshp-SWSH243", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -15589,10 +12007,7 @@ "attacks": [ { "name": "Strong-Arm Lariat", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "100+ damage. You may do 100 more", "text": "If you do, during your next turn, this Pokémon can't attack." @@ -15604,17 +12019,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH243", "artist": "GOSSAN", "rarity": "Promo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15630,33 +12040,21 @@ "id": "swshp-SWSH244", "name": "Scorbunny", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Raboot" - ], + "types": ["Fire"], + "evolvesTo": ["Raboot"], "attacks": [ { "name": "Flaring Dash", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, draw a card." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -15668,16 +12066,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH244", "artist": "Taira Akitsu", "rarity": "Promo", - "nationalPokedexNumbers": [ - 813 - ], + "nationalPokedexNumbers": [813], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15693,22 +12087,14 @@ "id": "swshp-SWSH245", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Darkness"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -15720,16 +12106,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH245", "artist": "Yuya Oka", "rarity": "Promo", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15746,31 +12128,21 @@ "artist": "Shin Nagasawa", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Pursuit Claw", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon for each damage counter on that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Claw Slash", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -15782,15 +12154,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH246", "rarity": "Promo", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15806,31 +12174,20 @@ "id": "swshp-SWSH247", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Limber Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Double Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120×", "text": "Flip 2 coins. This attack does 120 damage for each heads." @@ -15842,19 +12199,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "SWSH247", "artist": "GOSSAN", "rarity": "Promo", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15870,34 +12220,23 @@ "id": "swshp-SWSH248", "name": "Kleavor V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Cut", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Axe Slash", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon." @@ -15909,17 +12248,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH248", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15935,13 +12269,9 @@ "id": "swshp-SWSH249", "name": "Kleavor VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kleavor V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -15949,19 +12279,14 @@ "attacks": [ { "name": "Axe Break", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rampaging Star", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage for each Pokémon in your discard pile. (You can't use more than 1 VSTAR Power in a game.)" @@ -15973,17 +12298,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH249", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 900 - ], + "nationalPokedexNumbers": [900], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -15999,14 +12319,9 @@ "id": "swshp-SWSH250", "name": "Lumineon V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -16020,11 +12335,7 @@ "attacks": [ { "name": "Aqua Return", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Shuffle this Pokémon and all attached cards into your deck." @@ -16036,16 +12347,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH250", "artist": "PLANETA Tsuji", "rarity": "Promo", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16061,34 +12368,23 @@ "id": "swshp-SWSH252", "name": "Infernape V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Meteor Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage for each heads." }, { "name": "Bright Flame", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 2 Energy from this Pokémon." @@ -16103,9 +12399,7 @@ "number": "SWSH252", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16121,34 +12415,23 @@ "id": "swshp-SWSH253", "name": "Origin Forme Palkia V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rule the Region", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Stadium card, reveal it, and put it into your hand. Then, shuffle your deck." }, { "name": "Hydro Break", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -16160,17 +12443,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH253", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16186,13 +12464,9 @@ "id": "swshp-SWSH254", "name": "Origin Forme Palkia VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Origin Forme Palkia V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -16207,10 +12481,7 @@ "attacks": [ { "name": "Subspace Swell", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60+", "text": "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's)." @@ -16222,17 +12493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH254", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16248,35 +12514,23 @@ "id": "swshp-SWSH255", "name": "Origin Forme Dialga V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Metal Coating", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Metal Energy cards from your discard pile to this Pokémon." }, { "name": "Temporal Rupture", - "cost": [ - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -16294,17 +12548,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH255", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16320,13 +12569,9 @@ "id": "swshp-SWSH256", "name": "Origin Forme Dialga VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Origin Forme Dialga V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -16334,22 +12579,14 @@ "attacks": [ { "name": "Metal Blast", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40+", "text": "This attack does 40 more damage for each Metal Energy attached to this Pokémon." }, { "name": "Star Chronos", - "cost": [ - "Metal", - "Metal", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 5, "damage": "220", "text": "Take another turn after this one. (Skip Pokémon Checkup.) (You can't use more than 1 VSTAR Power in a game.)" @@ -16367,18 +12604,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH256", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16394,34 +12625,23 @@ "id": "swshp-SWSH257", "name": "Rotom V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "190", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lost Hack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Special Energy attached to 1 of your opponent's Pokémon in the Lost Zone." }, { "name": "Extreme Current", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard an Energy from this Pokémon." @@ -16433,16 +12653,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH257", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16458,35 +12674,23 @@ "id": "swshp-SWSH258", "name": "Gallade V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rising Sword", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 50 more damage for each Prize card you have taken." }, { "name": "Buster Swing", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack's damage isn't affected by Resistance." @@ -16498,17 +12702,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH258", "artist": "Ryota Murayama", "rarity": "Promo", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16524,50 +12723,34 @@ "id": "swshp-SWSH259", "name": "Giratina V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Abyss Seeking", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Put the other cards in the Lost Zone." }, { "name": "Shred", - "cost": [ - "Grass", - "Psychic", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH259", "artist": "PLANETA Mochizuki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16583,37 +12766,23 @@ "id": "swshp-SWSH260", "name": "Charizard V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "" @@ -16625,17 +12794,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH260", "artist": "Oswaldo KATO", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16651,13 +12815,9 @@ "id": "swshp-SWSH261", "name": "Charizard VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -16665,24 +12825,14 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" }, { "name": "G-Max Wildfire", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 2 Energy from this Pokémon." @@ -16694,18 +12844,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH261", "artist": "Shiburingaru", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16721,13 +12865,9 @@ "id": "swshp-SWSH262", "name": "Charizard VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "280", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -16735,23 +12875,14 @@ "attacks": [ { "name": "Explosive Fire", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130+", "text": "If this Pokémon has any damage counters on it, this attack does 100 more damage." }, { "name": "Star Blaze", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "320", "text": "Discard 2 Energy from this Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -16763,17 +12894,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH262", "artist": "KIYOTAKA OSHIYAMA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16789,35 +12915,23 @@ "id": "swshp-SWSH263", "name": "Zeraora V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Claw Slash", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Thunderous Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "During your next turn, this Pokémon can't attack." @@ -16829,16 +12943,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH263", "artist": "N-DESIGN Inc.", "rarity": "Promo", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16854,13 +12964,9 @@ "id": "swshp-SWSH264", "name": "Zeraora VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "320", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -16868,21 +12974,14 @@ "attacks": [ { "name": "Reactive Pulse", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "60×", "text": "This attack does 60 damage for each of your opponent's Pokémon in play that has an Ability." }, { "name": "Max Fist", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "240", "text": "Discard 2 Energy from this Pokémon." @@ -16894,17 +12993,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH264", "artist": "N-DESIGN Inc.", "rarity": "Promo", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16920,13 +13014,9 @@ "id": "swshp-SWSH265", "name": "Zeraora VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Zeraora V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -16934,23 +13024,14 @@ "attacks": [ { "name": "Crushing Beat", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "You may discard a Stadium in play." }, { "name": "Lightning Storm Star", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Choose 1 of your opponent's Pokémon 4 times. (You can choose the same Pokémon more than once.) For each time you chose a Pokémon, do 60 damage to it. This damage isn't affected by Weakness or Resistance. (You can't use more than 1 VSTAR Power in a game.)" @@ -16965,9 +13046,7 @@ "number": "SWSH265", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 807 - ], + "nationalPokedexNumbers": [807], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -16983,35 +13062,23 @@ "id": "swshp-SWSH266", "name": "Deoxys V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." }, { "name": "Power Edge", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "140", "text": "" @@ -17029,17 +13096,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH266", "artist": "N-DESIGN Inc.", "rarity": "Promo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17055,13 +13117,9 @@ "id": "swshp-SWSH267", "name": "Deoxys VMAX", "supertype": "Pokémon", - "subtypes": [ - "VMAX" - ], + "subtypes": ["VMAX"], "hp": "330", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Deoxys V", "rules": [ "VMAX rule: When your Pokémon VMAX is Knocked Out, your opponent takes 3 Prize cards." @@ -17076,11 +13134,7 @@ "attacks": [ { "name": "Max Drain", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Heal 30 damage from this Pokémon." @@ -17098,18 +13152,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH267", "artist": "N-DESIGN Inc.", "rarity": "Promo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17125,13 +13173,9 @@ "id": "swshp-SWSH268", "name": "Deoxys VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Deoxys V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -17139,20 +13183,14 @@ "attacks": [ { "name": "Psychic Javelin", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "190", "text": "This attack also does 60 damage to 1 of your opponent's Benched Pokémon V. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Star Force", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage for each Energy attached to both Active Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -17170,17 +13208,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH268", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17196,21 +13229,14 @@ "id": "swshp-SWSH269", "name": "Sunflora", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sunkern", "attacks": [ { "name": "Bright Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "You may discard up to 3 Energy cards from your hand. This attack does 70 more damage for each card you discarded in this way." @@ -17222,17 +13248,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH269", "artist": "Shigenori Negishi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 192 - ], + "nationalPokedexNumbers": [192], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17248,13 +13269,9 @@ "id": "swshp-SWSH270", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "abilities": [ { @@ -17266,10 +13283,7 @@ "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -17281,16 +13295,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH270", "artist": "aoki", "rarity": "Promo", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17306,18 +13316,11 @@ "id": "swshp-SWSH271", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "abilities": [ { "name": "Refinement", @@ -17328,10 +13331,7 @@ "attacks": [ { "name": "Slap", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -17343,17 +13343,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH271", "artist": "Taira Akitsu", "rarity": "Promo", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17369,13 +13364,9 @@ "id": "swshp-SWSH272", "name": "Archeops", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Archen", "abilities": [ { @@ -17387,11 +13378,7 @@ "attacks": [ { "name": "Speed Wing", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -17409,16 +13396,12 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH272", "artist": "Nisota Niso", "rarity": "Promo", - "nationalPokedexNumbers": [ - 567 - ], + "nationalPokedexNumbers": [567], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17434,29 +13417,20 @@ "id": "swshp-SWSH273", "name": "Hisuian Basculin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Submerge Silently", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only during your first turn. During your opponent's next turn, prevent all damage done to this Pokémon by attacks." }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -17468,16 +13442,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH273", "artist": "Shin Nagasawa", "rarity": "Promo", - "nationalPokedexNumbers": [ - 550 - ], + "nationalPokedexNumbers": [550], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17493,33 +13463,22 @@ "id": "swshp-SWSH274", "name": "Cranidos", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Unidentified Fossil", - "evolvesTo": [ - "Rampardos" - ], + "evolvesTo": ["Rampardos"], "attacks": [ { "name": "Ram", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -17531,17 +13490,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH274", "artist": "GIDORA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 408 - ], + "nationalPokedexNumbers": [408], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17557,29 +13511,20 @@ "id": "swshp-SWSH275", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Pulling Currents", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals their hand. Put up to 2 Basic Pokémon you find there onto your opponent's Bench." }, { "name": "Aqua Bullet", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack also does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -17591,16 +13536,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH275", "artist": "NC Empire", "rarity": "Promo", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17616,17 +13557,11 @@ "id": "swshp-SWSH276", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "abilities": [ { "name": "Voice of Happiness", @@ -17637,10 +13572,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -17652,16 +13584,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH276", "artist": "Narumi Sato", "rarity": "Promo", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -17673,309 +13601,25 @@ "large": "https://images.pokemontcg.io/swshp/SWSH276_hires.png" } }, - { - "id": "swshp-SWSH294", - "name": "Hisuian Electrode V", - "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], - "hp": "210", - "types": [ - "Grass" - ], - "rules": [ - "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." - ], - "attacks": [ - { - "name": "Tantrum Blast", - "cost": [ - - ], - "convertedEnergyCost": 0, - "damage": "100×", - "text": "This attack does 100 damage for each Special Condition affecting this Pokémon." - }, - { - "name": "Solar Shot", - "cost": [ - "Grass", - "Colorless" - ], - "convertedEnergyCost": 2, - "damage": "120", - "text": "Discard all Energy from this Pokémon." - } - ], - "weaknesses": [ - { - "type": "Fire", - "value": "×2" - } - ], - "retreatCost": [ - "Colorless" - ], - "convertedRetreatCost": 1, - "number": "SWSH294", - "rarity": "Promo", - "nationalPokedexNumbers": [ - 101 - ], - "legalities": { - "unlimited": "Legal", - "standard": "Legal", - "expanded": "Legal" - }, - "regulationMark": "F", - "images": { - "small": "https://images.pokemontcg.io/swshp/SWSH294.png", - "large": "https://images.pokemontcg.io/swshp/SWSH294_hires.png" - } - }, - { - "id": "swshp-SWSH295", - "name": "Virizion V", - "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], - "hp": "200", - "types": [ - "Grass" - ], - "rules": [ - "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." - ], - "abilities": [ - { - "name": "Verdant Wind", - "text": "Each of your Pokémon that has any Grass Energy attached to it can't be affected by any Special Conditions. (Remove any Special Conditions affecting those Pokémon.)", - "type": "Ability" - } - ], - "attacks": [ - { - "name": "Emerald Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], - "convertedEnergyCost": 3, - "damage": "200", - "text": "During your next turn, this Pokémon can't attack." - } - ], - "weaknesses": [ - { - "type": "Fire", - "value": "×2" - } - ], - "retreatCost": [ - "Colorless" - ], - "convertedRetreatCost": 1, - "number": "SWSH295", - "rarity": "Promo", - "nationalPokedexNumbers": [ - 640 - ], - "legalities": { - "unlimited": "Legal", - "standard": "Legal", - "expanded": "Legal" - }, - "regulationMark": "F", - "images": { - "small": "https://images.pokemontcg.io/swshp/SWSH295.png", - "large": "https://images.pokemontcg.io/swshp/SWSH295_hires.png" - } - }, - { - "id": "swshp-SWSH296", - "name": "Champions Festival", - "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], - "rules": [ - "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", - "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon." - ], - "number": "SWSH296", - "rarity": "Promo", - "legalities": { - "unlimited": "Legal", - "standard": "Legal", - "expanded": "Legal" - }, - "regulationMark": "F", - "images": { - "small": "https://images.pokemontcg.io/swshp/SWSH296.png", - "large": "https://images.pokemontcg.io/swshp/SWSH296_hires.png" - } - }, - { - "id": "swshp-SWSH297", - "name": "Hisuian Zoroark V", - "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], - "hp": "210", - "types": [ - "Colorless" - ], - "rules": [ - "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." - ], - "attacks": [ - { - "name": "Void Return", - "cost": [ - - ], - "convertedEnergyCost": 0, - "damage": "30", - "text": "You may switch this Pokémon with 1 of your Benched Pokémon." - }, - { - "name": "Shadow Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], - "convertedEnergyCost": 3, - "damage": "130", - "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." - } - ], - "weaknesses": [ - { - "type": "Fighting", - "value": "×2" - } - ], - "retreatCost": [ - "Colorless", - "Colorless" - ], - "convertedRetreatCost": 2, - "number": "SWSH297", - "rarity": "Promo", - "nationalPokedexNumbers": [ - 571 - ], - "legalities": { - "unlimited": "Legal", - "standard": "Legal", - "expanded": "Legal" - }, - "regulationMark": "F", - "images": { - "small": "https://images.pokemontcg.io/swshp/SWSH297.png", - "large": "https://images.pokemontcg.io/swshp/SWSH297_hires.png" - } - }, - { - "id": "swshp-SWSH298", - "name": "Hisuian Zoroark VSTAR", - "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], - "hp": "270", - "types": [ - "Colorless" - ], - "evolvesFrom": "Hisuian Zoroark V", - "rules": [ - "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." - ], - "abilities": [ - { - "name": "Phantom Star", - "text": "During your turn, you may discard your hand and draw 7 cards. (You can't use more than 1 VSTAR Power in a game.)", - "type": "Ability" - } - ], - "attacks": [ - { - "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], - "convertedEnergyCost": 2, - "damage": "50×", - "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." - } - ], - "weaknesses": [ - { - "type": "Fighting", - "value": "×2" - } - ], - "retreatCost": [ - "Colorless", - "Colorless" - ], - "convertedRetreatCost": 2, - "number": "SWSH298", - "rarity": "Promo", - "nationalPokedexNumbers": [ - 571 - ], - "legalities": { - "unlimited": "Legal", - "standard": "Legal", - "expanded": "Legal" - }, - "regulationMark": "F", - "images": { - "small": "https://images.pokemontcg.io/swshp/SWSH298.png", - "large": "https://images.pokemontcg.io/swshp/SWSH298_hires.png" - } - }, { "id": "swshp-SWSH277", "name": "Rillaboom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Thwackey", "attacks": [ { "name": "Wood Drain", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Raging Repeated Strike", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "Discard any amount of Energy from your Pokémon. This attack does 30 more damage for each card you discarded in this way." @@ -17987,18 +13631,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH277", "artist": "DOM", "rarity": "Promo", - "nationalPokedexNumbers": [ - 812 - ], + "nationalPokedexNumbers": [812], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18014,14 +13652,9 @@ "id": "swshp-SWSH278", "name": "Cinderace", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Single Strike" - ], + "subtypes": ["Stage 2", "Single Strike"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Raboot", "abilities": [ { @@ -18033,10 +13666,7 @@ "attacks": [ { "name": "Fireball Shot", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "150", "text": "During your next turn, this Pokémon can't attack." @@ -18048,16 +13678,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH278", "artist": "Yuya Oka", "rarity": "Promo", - "nationalPokedexNumbers": [ - 815 - ], + "nationalPokedexNumbers": [815], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18073,14 +13699,9 @@ "id": "swshp-SWSH279", "name": "Inteleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2", - "Rapid Strike" - ], + "subtypes": ["Stage 2", "Rapid Strike"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Drizzile", "abilities": [ { @@ -18092,10 +13713,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -18107,16 +13725,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH279", "artist": "GOSSAN", "rarity": "Promo", - "nationalPokedexNumbers": [ - 818 - ], + "nationalPokedexNumbers": [818], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18132,34 +13746,23 @@ "id": "swshp-SWSH280", "name": "Regieleki V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Switching Bolt", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Lightning Wall", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon takes 100 less damage from attacks (after applying Weakness and Resistance)." @@ -18171,16 +13774,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH280", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 894 - ], + "nationalPokedexNumbers": [894], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18196,51 +13795,34 @@ "id": "swshp-SWSH281", "name": "Regidrago V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Celestial Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 3 cards of your deck. If any of those cards are Energy cards, attach them to this Pokémon." }, { "name": "Dragon Laser", - "cost": [ - "Grass", - "Grass", - "Fire" - ], + "cost": ["Grass", "Grass", "Fire"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack also does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "SWSH281", "artist": "PLANETA Hiiragi", "rarity": "Promo", - "nationalPokedexNumbers": [ - 895 - ], + "nationalPokedexNumbers": [895], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18256,13 +13838,9 @@ "id": "swshp-SWSH291", "name": "Lucario VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -18270,21 +13848,14 @@ "attacks": [ { "name": "Fighting Knuckle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120+", "text": "If your opponent's Active Pokémon is a Pokémon V, this attack does 120 more damage." }, { "name": "Aura Star", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "70×", "text": "This attack does 70 damage for each Energy attached to all of your opponent's Pokémon. (You can't use more than 1 VSTAR Power in a game.)" @@ -18296,17 +13867,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH291", "artist": "hncl", "rarity": "Promo", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18322,33 +13888,23 @@ "id": "swshp-SWSH294", "name": "Hisuian Electrode V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tantrum Blast", - "cost": [ - - ], - "convertedEnergyCost": 0, + "cost": ["[-]"], + "convertedEnergyCost": 1, "damage": "100×", "text": "This attack does 100 damage for each Special Condition affecting this Pokémon." }, { "name": "Solar Shot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Energy from this Pokémon." @@ -18360,16 +13916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH294", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18385,14 +13937,9 @@ "id": "swshp-SWSH295", "name": "Virizion V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], @@ -18406,11 +13953,7 @@ "attacks": [ { "name": "Emerald Blade", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "During your next turn, this Pokémon can't attack." @@ -18422,16 +13965,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "SWSH295", "artist": "Saki Hayashiro", "rarity": "Promo", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18447,11 +13986,8 @@ "id": "swshp-SWSH296", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ - "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon." ], "number": "SWSH296", @@ -18471,34 +14007,23 @@ "id": "swshp-SWSH297", "name": "Hisuian Zoroark V", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "V" - ], + "subtypes": ["Basic", "V"], "hp": "210", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "V rule: When your Pokémon V is Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Void Return", - "cost": [ - - ], - "convertedEnergyCost": 0, + "cost": ["[-]"], + "convertedEnergyCost": 1, "damage": "30", "text": "You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Shadow Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -18510,17 +14035,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH297", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18536,13 +14056,9 @@ "id": "swshp-SWSH298", "name": "Hisuian Zoroark VSTAR", "supertype": "Pokémon", - "subtypes": [ - "VSTAR" - ], + "subtypes": ["VSTAR"], "hp": "270", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hisuian Zoroark V", "rules": [ "VSTAR rule: When your Pokémon VSTAR is Knocked Out, your opponent takes 2 Prize cards." @@ -18557,10 +14073,7 @@ "attacks": [ { "name": "Ticking Curse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50×", "text": "This attack does 50 damage for each of your Pokémon that has any damage counters on it." @@ -18572,17 +14085,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "SWSH298", "artist": "aky CG Works", "rarity": "Promo", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "standard": "Legal", @@ -18594,4 +14102,4 @@ "large": "https://images.pokemontcg.io/swshp/SWSH298_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/tk1a.json b/cards/en/tk1a.json index 90c761ee3..769b94872 100644 --- a/cards/en/tk1a.json +++ b/cards/en/tk1a.json @@ -3,46 +3,31 @@ "id": "tk1a-1", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Colorless"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Ken Sugimori", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal" }, @@ -55,34 +40,22 @@ "id": "tk1a-2", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Double Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." @@ -94,15 +67,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal" }, @@ -115,32 +84,21 @@ "id": "tk1a-3", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Ultra Energy Source", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Does 10 damage times the number of basic Energy cards attached to all of the Active Pokémon (both yours and your opponent's)." @@ -152,15 +110,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Midori Harada", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal" }, @@ -173,30 +127,20 @@ "id": "tk1a-4", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Dragon Dew", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Remove 1 damage counter from 1 of your Pokémon" }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -208,15 +152,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Nakaoka", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal" }, @@ -229,32 +169,21 @@ "id": "tk1a-5", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -266,15 +195,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Yuka Morii", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal" }, @@ -287,32 +212,21 @@ "id": "tk1a-6", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -324,15 +238,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Atsuko Nishida", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal" }, @@ -345,23 +255,14 @@ "id": "tk1a-7", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 20 more damage." @@ -373,15 +274,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Hironobu Yoshida", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal" }, @@ -394,9 +291,7 @@ "id": "tk1a-8", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -416,9 +311,7 @@ "id": "tk1a-9", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -438,9 +331,7 @@ "id": "tk1a-10", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "10", "legalities": { "unlimited": "Legal", diff --git a/cards/en/tk1b.json b/cards/en/tk1b.json index 2e868c7e9..3d04c707c 100644 --- a/cards/en/tk1b.json +++ b/cards/en/tk1b.json @@ -3,22 +3,14 @@ "id": "tk1b-1", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -36,15 +28,11 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Ken Sugimori", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -57,31 +45,20 @@ "id": "tk1b-2", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gather Energy", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Dragon Claw", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -93,15 +70,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kyoko Koizumi", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal" }, @@ -114,30 +87,21 @@ "id": "tk1b-3", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Seek Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Continuous Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip a coin until you get tails. This attack does 40 damage times the number of heads." @@ -149,15 +113,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal" }, @@ -170,32 +130,21 @@ "id": "tk1b-4", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Hook", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -213,15 +162,11 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Tomokazu Komiya", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal" }, @@ -234,35 +179,22 @@ "id": "tk1b-5", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Triple Smash", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 3 coins. This attack does 20 damage plus 20 more damage for each heads." @@ -274,15 +206,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Kyoko Umemoto", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal" }, @@ -295,33 +223,21 @@ "id": "tk1b-6", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Pika Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -333,15 +249,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mitsuhiro Arita", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal" }, @@ -354,22 +266,14 @@ "id": "tk1b-7", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -381,15 +285,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Atsuko Nishida", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal" }, @@ -402,9 +302,7 @@ "id": "tk1b-8", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -424,9 +322,7 @@ "id": "tk1b-9", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -446,9 +342,7 @@ "id": "tk1b-10", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "10", "legalities": { "unlimited": "Legal", diff --git a/cards/en/tk2a.json b/cards/en/tk2a.json index 5c5e0934d..043fdd462 100644 --- a/cards/en/tk2a.json +++ b/cards/en/tk2a.json @@ -3,31 +3,21 @@ "id": "tk2a-1", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Psychic"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Metal Ball", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on the Defending Pokémon." @@ -39,15 +29,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kouki Saitou", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal" }, @@ -60,32 +46,21 @@ "id": "tk2a-2", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Recharge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to Electrike. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 20 more damage." @@ -97,15 +72,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Hiroki Fuchino", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal" }, @@ -118,30 +89,21 @@ "id": "tk2a-3", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Snap Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Psypunch", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -153,15 +115,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Atsuko Nishida", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal" }, @@ -174,32 +132,21 @@ "id": "tk2a-4", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Cat Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -211,15 +158,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Masakazu Fukuda", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal" }, @@ -232,35 +175,22 @@ "id": "tk2a-5", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Psychic Boom", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 damage plus 10 more damage for each Energy attached to the Defending Pokémon." }, { "name": "Quick Blow", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 damage plus 20 more damage." @@ -272,16 +202,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "5", "artist": "Hisao Nakamura", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal" }, @@ -294,29 +219,20 @@ "id": "tk2a-6", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Pickup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your discard pile for an Energy card, show it to your opponent, and put it in your hand" }, { "name": "Rear Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -334,15 +250,11 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Katsura Tabata", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal" }, @@ -355,22 +267,14 @@ "id": "tk2a-7", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Knock Away", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -382,15 +286,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Kagemaru Himeno", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal" }, @@ -403,9 +303,7 @@ "id": "tk2a-8", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -425,9 +323,7 @@ "id": "tk2a-9", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -447,9 +343,7 @@ "id": "tk2a-10", "name": "Professor Cozmo's Discovery", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Flip a coin. If heads, draw the bottom 3 cards of your deck. If tails, draw the top 2 cards of your deck." @@ -468,9 +362,7 @@ "id": "tk2a-11", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "10", "legalities": { "unlimited": "Legal", @@ -486,9 +378,7 @@ "id": "tk2a-12", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "12", "legalities": { "unlimited": "Legal", diff --git a/cards/en/tk2b.json b/cards/en/tk2b.json index 040e84e70..40df82a57 100644 --- a/cards/en/tk2b.json +++ b/cards/en/tk2b.json @@ -3,32 +3,21 @@ "id": "tk2b-1", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flare", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Arcanine does 10 damage to itself." @@ -40,16 +29,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "1", "artist": "Ken Sugimori", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal" }, @@ -62,32 +46,21 @@ "id": "tk2b-2", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -99,15 +72,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Midori Harada", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal" }, @@ -120,35 +89,22 @@ "id": "tk2b-3", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Damage Burn", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage." @@ -160,16 +116,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Kouki Saitou", "rarity": "Uncommon", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal" }, @@ -182,33 +134,21 @@ "id": "tk2b-4", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -220,16 +160,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Ken Sugimori", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal" }, @@ -242,32 +177,21 @@ "id": "tk2b-5", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Minor Errand-Running", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 damage plus 10 more damage." @@ -279,15 +203,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Naoyo Kimura", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal" }, @@ -300,29 +220,20 @@ "id": "tk2b-6", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drawup Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for an Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward." }, { "name": "Front Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -340,15 +251,11 @@ "value": "-30" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Katsura Tabata", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal" }, @@ -361,32 +268,21 @@ "id": "tk2b-7", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 damage plus 10 more damage." @@ -398,15 +294,11 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Midori Harada", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal" }, @@ -419,9 +311,7 @@ "id": "tk2b-8", "name": "Celio's Network", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play only one Supporter card each turn. When you play this card, put it next to your Active Pokémon. When your turn ends, discard this card.", "Search your deck for a Basic Pokémon or Evolution card (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward." @@ -440,9 +330,7 @@ "id": "tk2b-9", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy card attached to 1 of your Pokémon to another of your Pokémon." ], @@ -462,9 +350,7 @@ "id": "tk2b-10", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)." ], @@ -484,9 +370,7 @@ "id": "tk2b-11", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "10", "legalities": { "unlimited": "Legal", @@ -502,9 +386,7 @@ "id": "tk2b-12", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "12", "legalities": { "unlimited": "Legal", diff --git a/cards/en/xy0.json b/cards/en/xy0.json index 9ee70b031..fd6abe40c 100644 --- a/cards/en/xy0.json +++ b/cards/en/xy0.json @@ -3,22 +3,14 @@ "id": "xy0-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -30,16 +22,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Akira Komayama", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -53,32 +41,21 @@ "id": "xy0-2", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -90,16 +67,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Masakazu Fukuda", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are known to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -113,32 +86,21 @@ "id": "xy0-3", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -150,16 +112,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "5ban Graphics", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -173,35 +131,22 @@ "id": "xy0-4", "name": "Quilladin", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chespin", - "evolvesTo": [ - "Chesnaught" - ], + "evolvesTo": ["Chesnaught"], "attacks": [ { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." }, { "name": "Needle Arm", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -213,17 +158,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "5ban Graphics", "flavorText": "It relies on its sturdy shell to deflect predators' attacks. It counterattacks with its sharp quills.", - "nationalPokedexNumbers": [ - 651 - ], + "nationalPokedexNumbers": [651], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -237,34 +177,21 @@ "id": "xy0-5", "name": "Chesnaught", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Quilladin", "attacks": [ { "name": "Needle Arm", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Tumbling Attack", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -276,19 +203,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "5ban Graphics", "flavorText": "Its Tackle is forceful enough to flip a 50-ton tank. It shields its allies from danger with its own body.", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -302,23 +222,14 @@ "id": "xy0-6", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -330,17 +241,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Mitsuhiro Arita", "flavorText": "A common sight in volcanic areas, it slowly slithers around in a constant search for warm places.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -354,32 +260,21 @@ "id": "xy0-7", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -391,16 +286,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Naoyo Kimura", "flavorText": "Very intelligent, it roasts berries before eating them. It likes to help people.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -414,32 +305,21 @@ "id": "xy0-8", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -451,16 +331,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "5ban Graphics", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -474,35 +350,22 @@ "id": "xy0-9", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -514,16 +377,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "5ban Graphics", "flavorText": "It has a twig stuck in its tail. With friction from its tail fur, it sets the twig on fire and launches into battle.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -537,33 +396,21 @@ "id": "xy0-10", "name": "Delphox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Braixen", "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -575,17 +422,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "5ban Graphics", "flavorText": "It gazes into the flame at the tip of its branch to achieve a focused state, which allows it to see into the future.", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -599,32 +441,21 @@ "id": "xy0-11", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -636,16 +467,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Shin Nagasawa", "flavorText": "The water stored inside the tuft on its head is full of nutrients. It waters plants with it using its tail.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -659,32 +486,21 @@ "id": "xy0-12", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -696,16 +512,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "5ban Graphics", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -719,34 +531,22 @@ "id": "xy0-13", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "attacks": [ { "name": "Water Drip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aqua Wave", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -758,16 +558,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "5ban Graphics", "flavorText": "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -781,31 +577,21 @@ "id": "xy0-14", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "attacks": [ { "name": "Mat Block", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "40", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Aqua Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -817,16 +603,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "5ban Graphics", "flavorText": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -840,23 +622,14 @@ "id": "xy0-15", "name": "Clauncher", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Clawitzer" - ], + "types": ["Water"], + "evolvesTo": ["Clawitzer"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -868,16 +641,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "5ban Graphics", "flavorText": "They knock down flying prey by firing compressed water from their massive claws like shooting a pistol.", - "nationalPokedexNumbers": [ - 692 - ], + "nationalPokedexNumbers": [692], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -891,23 +660,14 @@ "id": "xy0-16", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -925,16 +685,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Mizue", "flavorText": "A Pokémon with a persistent nature, it chases its chosen prey until the prey becomes exhausted.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -948,21 +704,14 @@ "id": "xy0-17", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Hard Bite", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -980,16 +729,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mitsuhiro Arita", "flavorText": "It will always obey the commands of a skilled Trainer. Its behavior arises from its living in packs in ancient times.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1003,22 +748,14 @@ "id": "xy0-18", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Peck", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1036,16 +773,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "5ban Graphics", "flavorText": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1059,32 +792,21 @@ "id": "xy0-19", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Pierce", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1102,16 +824,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kouki Saitou", "flavorText": "Blades comprise this Pokémon's entire body. If battling dulls the blades, it sharpens them on stones by the river.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1125,31 +843,21 @@ "id": "xy0-20", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Wicked Jab", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1167,16 +875,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Kagemaru Himeno", "flavorText": "This pitiless Pokémon commands a group of Pawniard to hound prey into immobility. It then moves in to finish the prey off.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1190,23 +894,14 @@ "id": "xy0-21", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Continuous Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -1224,17 +919,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "5ban Graphics", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1248,23 +938,14 @@ "id": "xy0-22", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1282,17 +963,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Naoki Saito", "flavorText": "It has an active, playful nature. Many women like to frolic with it because of its affectionate ways.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1306,32 +982,21 @@ "id": "xy0-23", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Headbutt", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Double Stomp", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1349,18 +1014,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Masakazu Fukuda", "flavorText": "It is timid in spite of its looks. If it becomes enraged, however, it will strike with its huge fangs.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1374,22 +1033,14 @@ "id": "xy0-24", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -1407,16 +1058,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "5ban Graphics", "flavorText": "To entangle its opponents in battle, it extrudes white threads as sweet and sticky as cotton candy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1430,22 +1077,14 @@ "id": "xy0-25", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -1463,16 +1102,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kagemaru Himeno", "flavorText": "The plant stalk it holds is its weapon. The stalk is used like a sword to cut all sorts of things.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1486,33 +1121,20 @@ "id": "xy0-26", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strength", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -1524,19 +1146,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "Naoki Saito", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1550,21 +1165,13 @@ "id": "xy0-27", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sitdown Splash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1576,18 +1183,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "Akira Komayama", "flavorText": "If it is around babies, it milk it produces contains much more nutrition than usual.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1601,23 +1202,14 @@ "id": "xy0-28", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1629,16 +1221,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Shin Nagasawa", "flavorText": "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1652,24 +1240,14 @@ "id": "xy0-29", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1681,17 +1259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Kouki Saitou", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1705,23 +1278,14 @@ "id": "xy0-30", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1733,16 +1297,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "5ban Graphics", "flavorText": "They use their large ears to dig burrows. They will dig the whole night through.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1756,22 +1316,14 @@ "id": "xy0-31", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Razor Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -1789,16 +1341,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "5ban Graphics", "flavorText": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1812,31 +1360,20 @@ "id": "xy0-32", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1848,16 +1385,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "5ban Graphics", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1871,31 +1404,20 @@ "id": "xy0-33", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1907,16 +1429,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "5ban Graphics", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1930,9 +1448,7 @@ "id": "xy0-34", "name": "Crushing Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1952,9 +1468,7 @@ "id": "xy0-35", "name": "Poké Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1975,9 +1489,7 @@ "id": "xy0-36", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -1998,9 +1510,7 @@ "id": "xy0-37", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -2021,9 +1531,7 @@ "id": "xy0-38", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -2044,9 +1552,7 @@ "id": "xy0-39", "name": "Tierno", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -2062,4 +1568,4 @@ "large": "https://images.pokemontcg.io/xy0/39_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/xy1.json b/cards/en/xy1.json index e6eddcd73..138ec53eb 100644 --- a/cards/en/xy1.json +++ b/cards/en/xy1.json @@ -3,40 +3,24 @@ "id": "xy1-1", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Jungle Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -48,19 +32,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -74,14 +51,9 @@ "id": "xy1-2", "name": "M Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venusaur-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -90,12 +62,7 @@ "attacks": [ { "name": "Crisis Vine", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -107,19 +74,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -133,22 +93,14 @@ "id": "xy1-3", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Leaf Munch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Grass Pokémon, this attack does 20 more damage." @@ -160,17 +112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -184,23 +132,15 @@ "id": "xy1-4", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." @@ -212,18 +152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Almost incapable of moving, this Pokémon can only harden its shell to protect itself when it is in danger.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -237,30 +172,21 @@ "id": "xy1-5", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Poison Jab", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Flash Needle", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads. If all of them are heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -272,17 +198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "It has three poisonous stingers on its forelegs and its tail. They are used to jab its enemy repeatedly.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -296,23 +218,14 @@ "id": "xy1-6", "name": "Ledyba", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ledian" - ], + "types": ["Grass"], + "evolvesTo": ["Ledian"], "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -324,17 +237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Mizue", "rarity": "Common", "flavorText": "When the weather turns cold, lots of Ledyba gather from everywhere to cluster and keep each other warm.", - "nationalPokedexNumbers": [ - 165 - ], + "nationalPokedexNumbers": [165], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -348,30 +257,21 @@ "id": "xy1-7", "name": "Ledian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Ledyba", "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Mach Punch", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50", "text": "This attack does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -383,17 +283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "When the stars flicker in the night sky, it flutters about, scattering a glowing powder.", - "nationalPokedexNumbers": [ - 166 - ], + "nationalPokedexNumbers": [166], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -407,29 +303,20 @@ "id": "xy1-8", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Luring Glow", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon." }, { "name": "Signal Beam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -441,17 +328,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "It communicates with others by lighting up its rear at night. It loves Illumise's sweet aroma.", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -465,29 +348,20 @@ "id": "xy1-9", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Pheromotion", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -499,17 +373,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "Its fragrance attracts a swarm of Volbeat, so they draw over 200 patterns in the night sky.", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -523,32 +393,21 @@ "id": "xy1-10", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Leech Seed", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 10 damage from this Pokémon." @@ -560,17 +419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It shares the leaf on its head with weary-looking Pokémon. These leaves are known to relieve stress.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -584,31 +439,21 @@ "id": "xy1-11", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Torment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -620,17 +465,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It attacks enemies with strikes of its thorn-covered tail. This Pokémon is wild tempered.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -644,22 +485,14 @@ "id": "xy1-12", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Pin Missile", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -671,18 +504,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -696,34 +524,22 @@ "id": "xy1-13", "name": "Quilladin", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chespin", - "evolvesTo": [ - "Chesnaught" - ], + "evolvesTo": ["Chesnaught"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Wood Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon does 10 damage to itself." @@ -735,19 +551,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "13", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It relies on its sturdy shell to deflect predators' attacks. It counterattacks with its sharp quills.", - "nationalPokedexNumbers": [ - 651 - ], + "nationalPokedexNumbers": [651], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -761,13 +571,9 @@ "id": "xy1-14", "name": "Chesnaught", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Quilladin", "abilities": [ { @@ -779,12 +585,7 @@ "attacks": [ { "name": "Touchdown", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 20 damage from this Pokémon." @@ -796,20 +597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "14", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Its Tackle is forceful enough to flip a 50-ton tank. It shields its allies from danger with its own body.", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -823,22 +617,14 @@ "id": "xy1-15", "name": "Scatterbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Spewpa" - ], + "types": ["Grass"], + "evolvesTo": ["Spewpa"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -850,17 +636,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "When under attack from bird Pokémon, it spews a poisonous black powder that causes paralysis on contact.", - "nationalPokedexNumbers": [ - 664 - ], + "nationalPokedexNumbers": [664], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -874,34 +656,22 @@ "id": "xy1-16", "name": "Spewpa", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Scatterbug", - "evolvesTo": [ - "Vivillon" - ], + "evolvesTo": ["Vivillon"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -913,19 +683,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It lives hidden within thicket shadows. When predators attack, it quickly bristles the fur covering its body in an effort to threaten them.", - "nationalPokedexNumbers": [ - 665 - ], + "nationalPokedexNumbers": [665], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -939,31 +703,21 @@ "id": "xy1-17", "name": "Vivillon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spewpa", "attacks": [ { "name": "Conversion Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose either Asleep or Poisoned. Your opponent's Active Pokémon is now affected by that Special Condition." }, { "name": "Colorful Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each different type of basic Energy attached to this Pokémon." @@ -975,17 +729,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Vivillon with many different patterns are found all over the world. These patterns are affected by the climate of their habitat.", - "nationalPokedexNumbers": [ - 666 - ], + "nationalPokedexNumbers": [666], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -999,33 +749,21 @@ "id": "xy1-18", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1037,18 +775,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Thought to be one of the first Pokémon to live in harmony with humans, it has a placid disposition.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1062,31 +795,21 @@ "id": "xy1-19", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Lead", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Supporter cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Charge Dash", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." @@ -1098,18 +821,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It can tell how its trainer is feeling by subtle shifts in the grip on its horns. This empathetic sense lets them run as if one being.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1123,24 +841,14 @@ "id": "xy1-20", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard an Energy attached to this Pokémon." @@ -1152,18 +860,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A common sight in volcanic areas, it slowly slithers around in a constant search for warm places.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1177,32 +880,21 @@ "id": "xy1-21", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Magma Mantle", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard the top card of your deck. If that card is a Fire Energy card, this attack does 50 more damage." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1214,19 +906,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Its brittle shell occasionally spouts intense flames that circulate throughout its body.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1240,32 +926,21 @@ "id": "xy1-22", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fireworks", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -1277,17 +952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Very intelligent, it roasts berries before eating them. It likes to help people.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1301,31 +972,21 @@ "id": "xy1-23", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1337,17 +998,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "sui", "rarity": "Rare", "flavorText": "A flame burns inside its body. It scatters embers from its head and tail to sear its opponents.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1361,22 +1018,14 @@ "id": "xy1-24", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1388,17 +1037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1412,33 +1057,22 @@ "id": "xy1-25", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Clairvoyant Eye", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your deck and put them back on top of your deck in any order." }, { "name": "Fire Tail Slap", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1450,17 +1084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It has a twig stuck in its tail. With friction from its tail fur, it sets the twig on fire and launches into battle.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1474,13 +1104,9 @@ "id": "xy1-26", "name": "Delphox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Braixen", "abilities": [ { @@ -1492,11 +1118,7 @@ "attacks": [ { "name": "Blaze Ball", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Fire Energy attached to this Pokémon." @@ -1508,18 +1130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It gazes into the flame at the tip of its branch to achieve a focused state, which allows it to see into the future.", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1533,33 +1150,22 @@ "id": "xy1-27", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Flame Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Fire Wing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1577,17 +1183,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "From its beak, it expels embers that set the tall grass on fire. Then it pounces on the bewildered prey that pop out of the grass.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1601,30 +1203,21 @@ "id": "xy1-28", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Devastating Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent shuffles his or her hand into his or her deck and draws 4 cards." }, { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard all Fire Energy attached to this Pokémon." @@ -1646,9 +1239,7 @@ "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "In the fever of an exciting battle, it showers embers from the gaps between its feathers and takes to the air.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1662,38 +1253,24 @@ "id": "xy1-29", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Splash Bomb", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -1705,18 +1282,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1730,14 +1301,9 @@ "id": "xy1-30", "name": "M Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Blastoise-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1746,11 +1312,7 @@ "attacks": [ { "name": "Hydro Bombard", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1762,18 +1324,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1787,23 +1343,14 @@ "id": "xy1-31", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1815,17 +1362,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Its hard shell repels any kind of attack. It is vulnerable only when its shell is open.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1839,32 +1382,21 @@ "id": "xy1-32", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Clamp Crush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and discard an Energy attached to that Pokémon." }, { "name": "Spike Cannon", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 5 coins. This attack does 30 damage times the number of heads." @@ -1876,19 +1408,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "32", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Cloyster that live in seas with harsh tidal currents grow large, sharp spikes on their shells.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1902,23 +1428,14 @@ "id": "xy1-33", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -1930,17 +1447,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Even if its body is torn, it can regenerate as long as the glowing central core remains intact.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1954,31 +1467,21 @@ "id": "xy1-34", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Recover", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard an Energy attached to this Pokémon and heal all damage from it." }, { "name": "Core Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any Psychic Energy attached to it, this attack does 30 more damage." @@ -1990,17 +1493,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Its central core glows with the seven colors of the rainbow. Some people value the core as a gem.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2014,29 +1513,20 @@ "id": "xy1-35", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Seafaring", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, attach a Water Energy card from your discard pile to your Benched Pokémon in any way you like." }, { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -2048,18 +1538,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "They have gentle hearts. Because they rarely fight, many have been caught. Their number has dwindled.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2073,29 +1558,20 @@ "id": "xy1-36", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Refresh", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage and remove all Special Conditions from this Pokémon." }, { "name": "Spiny Rush", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -2107,17 +1583,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It continuously sheds and grows. The tip of its head is prized as a treasure because of its beauty.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2131,32 +1603,21 @@ "id": "xy1-37", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2168,17 +1629,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. It waters plants with it using its tail.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2192,31 +1649,21 @@ "id": "xy1-38", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Recycle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a card from your discard pile on top of your deck." }, { "name": "Surf", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2228,17 +1675,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "The high-pressure water expelled from its tail is so powerful, it can destroy a concrete wall.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2252,22 +1695,14 @@ "id": "xy1-39", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Bounce", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, switch this Pokémon with 1 of your Benched Pokémon." @@ -2279,17 +1714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2303,24 +1734,15 @@ "id": "xy1-40", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "attacks": [ { "name": "Lick", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2332,17 +1754,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It can throw bubble-covered pebbles with precise control, hitting empty cans up to a hundred feet away.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2356,13 +1774,9 @@ "id": "xy1-41", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "abilities": [ { @@ -2374,9 +1788,7 @@ "attacks": [ { "name": "Mist Slash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -2388,17 +1800,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2412,32 +1820,21 @@ "id": "xy1-42", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2455,17 +1852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "MAHOU", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2479,32 +1872,21 @@ "id": "xy1-43", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Circle Circuit", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of your Benched Pokémon." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard all Energy attached to this Pokémon." @@ -2526,9 +1908,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When its electricity builds, its muscles are stimulated, and it becomes more aggressive than usual.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2542,16 +1922,10 @@ "id": "xy1-44", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "abilities": [ { "name": "Destiny Burst", @@ -2562,9 +1936,7 @@ "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2576,17 +1948,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It was discovered when Poké Balls were introduced. It is said that there is some connection.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2600,30 +1968,21 @@ "id": "xy1-45", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Eerie Impulse", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to 1 of your opponent's Pokémon." }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2635,17 +1994,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It explodes in response to even minor stimuli. It is feared, with the nickname of \"The Bomb Ball.\"", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2659,34 +2014,23 @@ "id": "xy1-46", "name": "Emolga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward. If you attached Energy in this way, switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electron Crush", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard an Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -2707,9 +2051,7 @@ "number": "46", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2723,23 +2065,14 @@ "id": "xy1-47", "name": "Ekans", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Arbok" - ], + "types": ["Psychic"], + "evolvesTo": ["Arbok"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2751,18 +2084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "The older it gets, the longer it grows. At night, it wraps its long body around tree branches to rest.", - "nationalPokedexNumbers": [ - 23 - ], + "nationalPokedexNumbers": [23], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2776,31 +2104,21 @@ "id": "xy1-48", "name": "Arbok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ekans", "attacks": [ { "name": "Gastro Acid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon has no Abilities until the end of your next turn." }, { "name": "Poison Jab", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -2812,17 +2130,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "The pattern on its belly appears to be a frightening face. Weak foes will flee just at the sight of the pattern.", - "nationalPokedexNumbers": [ - 24 - ], + "nationalPokedexNumbers": [24], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2836,22 +2150,14 @@ "id": "xy1-49", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Splash", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2863,17 +2169,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It bounces constantly, using its tail like a spring. The shock of bouncing keeps its heart beating.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2887,32 +2189,21 @@ "id": "xy1-50", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Tricky Steps", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may move an Energy attached to your opponent's Active Pokémon to 1 of your opponent's Benched Pokémon." }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -2924,18 +2215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "sui", "rarity": "Rare", "flavorText": "It uses black pearls to amplify its psychic power. It does a strange dance to control foes' minds.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2949,23 +2235,14 @@ "id": "xy1-51", "name": "Venipede", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Whirlipede" - ], + "types": ["Psychic"], + "evolvesTo": ["Whirlipede"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -2977,19 +2254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "sui", "rarity": "Common", "flavorText": "It discovers what is going on around it by using the feelers on its head and tail. It is brutally aggressive.", - "nationalPokedexNumbers": [ - 543 - ], + "nationalPokedexNumbers": [543], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3003,24 +2274,15 @@ "id": "xy1-52", "name": "Whirlipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Venipede", - "evolvesTo": [ - "Scolipede" - ], + "evolvesTo": ["Scolipede"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -3032,19 +2294,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "52", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Protected by a hard shell, it spins its body like a wheel and crashes furiously into its enemies.", - "nationalPokedexNumbers": [ - 544 - ], + "nationalPokedexNumbers": [544], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3058,32 +2314,21 @@ "id": "xy1-53", "name": "Scolipede", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Whirlipede", "attacks": [ { "name": "Random Peck", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Poison Ring", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn." @@ -3095,19 +2340,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It clasps its prey with the claws on its neck until it stops moving. Then it finishes it off with deadly poison.", - "nationalPokedexNumbers": [ - 545 - ], + "nationalPokedexNumbers": [545], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3121,33 +2360,21 @@ "id": "xy1-54", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Psychic"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Astonish", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Hook", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3165,18 +2392,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "These Pokémon are created when spirits possess rotten tree stumps. They prefer to live in abandoned forests.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3190,13 +2412,9 @@ "id": "xy1-55", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Phantump", "abilities": [ { @@ -3208,11 +2426,7 @@ "attacks": [ { "name": "Tree Slam", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3230,19 +2444,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "55", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It can control trees at will. It will trap people who harm the forest, so they can never leave.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3256,22 +2464,14 @@ "id": "xy1-56", "name": "Pumpkaboo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gourgeist" - ], + "types": ["Psychic"], + "evolvesTo": ["Gourgeist"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -3289,18 +2489,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The pumpkin body is inhabited by a spirit trapped in this world. As the sun sets, it becomes restless and active.", - "nationalPokedexNumbers": [ - 710 - ], + "nationalPokedexNumbers": [710], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3314,30 +2509,21 @@ "id": "xy1-57", "name": "Gourgeist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Pumpkaboo", "attacks": [ { "name": "Eerie Voice", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters each of your opponent's Pokémon." }, { "name": "Spirit Scream", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on both Active Pokémon until the remaining HP of each Pokémon is 10." @@ -3355,18 +2541,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Singing in eerie voices, they wander town streets on the night of the new moon. Anyone who hears their song is cursed.", - "nationalPokedexNumbers": [ - 711 - ], + "nationalPokedexNumbers": [711], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3380,32 +2561,21 @@ "id": "xy1-58", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Mine", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your opponent's deck. Then, you may have your opponent shuffle his or her deck." }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3417,17 +2587,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Lives about one yard underground where it feeds on plant roots. It sometimes appears aboveground.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3441,31 +2607,21 @@ "id": "xy1-59", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Earthquake", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Rock Tumble", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -3477,17 +2633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Toyste Beach", "rarity": "Rare", "flavorText": "In battle, it digs through the ground and strikes the unsuspecting foe from an unexpected direction.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3501,33 +2653,21 @@ "id": "xy1-60", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Dig Out", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard the top card of your deck. If that card is a Fighting Energy, attach it to this Pokémon." }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3539,19 +2679,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "MAHOU", "rarity": "Common", "flavorText": "Strong, but not too bright, this Pokémon can shatter even a skyscraper with its charging Tackles.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3565,37 +2699,22 @@ "id": "xy1-61", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Horn Drill", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Mad Mountain", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Flip 2 coins. If both of them are heads, discard the top card of your opponent's deck for each damage counter on this Pokémon." @@ -3607,19 +2726,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Protected by an armor-like hide, it is capable of living in molten lava of 3,600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3633,32 +2746,21 @@ "id": "xy1-62", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Rock Black", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "50×", "text": "Flip a coin for each Fighting Energy attached to this Pokémon. This attack does 50 damage times the number of heads." }, { "name": "Rock Wrecker", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack's damage isn't affected by Weakness or Resistance. This Pokémon can't attack during your next turn." @@ -3670,20 +2772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "62", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "From holes in its palms, it fires out Geodude. Its carapace can withstand volcanic eruptions.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3697,29 +2792,20 @@ "id": "xy1-63", "name": "Lunatone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Double Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards." }, { "name": "Moonblast", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." @@ -3731,17 +2817,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Because it turns active on nights of the full moon, it is said to have some link to the lunar phases.", - "nationalPokedexNumbers": [ - 337 - ], + "nationalPokedexNumbers": [337], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3755,30 +2837,20 @@ "id": "xy1-64", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Cosmic Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If Lunatone is on your Bench, this attack does 30 more damage." }, { "name": "Solar Beam", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3790,18 +2862,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Solar energy is the source of its power, so it is strong during the daytime. When it spins, its body shines.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3815,23 +2882,14 @@ "id": "xy1-65", "name": "Timburr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gurdurr" - ], + "types": ["Fighting"], + "evolvesTo": ["Gurdurr"], "attacks": [ { "name": "Pummel", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3843,18 +2901,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "MAHOU", "rarity": "Common", "flavorText": "These Pokémon appear at building sites and help out with construction. They always carry squared logs.", - "nationalPokedexNumbers": [ - 532 - ], + "nationalPokedexNumbers": [532], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3868,35 +2921,22 @@ "id": "xy1-66", "name": "Gurdurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Timburr", - "evolvesTo": [ - "Conkeldurr" - ], + "evolvesTo": ["Conkeldurr"], "attacks": [ { "name": "Pummel", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Hammer Arm", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard the top card of your opponent's deck." @@ -3908,19 +2948,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "66", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "With strengthened bodies, they skillfully wield steel beams to take down buildings.", - "nationalPokedexNumbers": [ - 533 - ], + "nationalPokedexNumbers": [533], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3934,31 +2968,21 @@ "id": "xy1-67", "name": "Conkeldurr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gurdurr", "attacks": [ { "name": "Wake-Up Slap", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage. Then, remove all Special Conditions from that Pokémon." }, { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 40 more damage and your opponent's Active Pokémon is now Confused." @@ -3970,19 +2994,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "67", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is thought that Conkeldurr taught humans how to make concrete more than 2,000 years ago.", - "nationalPokedexNumbers": [ - 534 - ], + "nationalPokedexNumbers": [534], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3996,45 +3014,32 @@ "id": "xy1-68", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Filch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Rip Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It hides in the darkness of caves. Its diet of gems has transformed its eyes into gemstones.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4048,34 +3053,21 @@ "id": "xy1-69", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4093,19 +3085,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It moves along below the sand's surface, except for its nose and eyes. A dark membrane shields its eyes from the sun.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4119,35 +3105,22 @@ "id": "xy1-70", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4165,19 +3138,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4191,34 +3158,21 @@ "id": "xy1-71", "name": "Krookodile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Krokorok", "attacks": [ { "name": "Bother", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn." }, { "name": "Knock Back", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -4236,19 +3190,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "71", "artist": "match", "rarity": "Rare", "flavorText": "Very violent Pokémon, they try to clamp down on anything that moves in front of their eyes.", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4262,32 +3210,21 @@ "id": "xy1-72", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Scratch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Nasty Plot", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a card and put it into your hand. Shuffle your deck afterward." @@ -4305,17 +3242,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Toyste Beach", "rarity": "Common", "flavorText": "It changes so it looks like its foe, tricks it, and then uses that opportunity to flee.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4329,31 +3262,21 @@ "id": "xy1-73", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "attacks": [ { "name": "Corner", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Night Claw", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, discard 2 Energy attached to this Pokémon." @@ -4371,17 +3294,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Each has the ability to fool a large group of people simultaneously. They protect their lair with illusory scenery.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4395,16 +3314,10 @@ "id": "xy1-74", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "abilities": [ { "name": "Upside-Down Evolution", @@ -4415,9 +3328,7 @@ "attacks": [ { "name": "Confusion Wave", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Confused." @@ -4435,17 +3346,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4459,32 +3366,21 @@ "id": "xy1-75", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Puncture", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "This attack's damage isn't affected by Resistance." @@ -4502,17 +3398,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Opponents who stare at the flashing of the light-emitting spots on its body become dazed and lose their will to fight.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4526,31 +3418,21 @@ "id": "xy1-76", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Mental Trash", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent flips 4 coins. For each tails, he or she discards a card from his or her hand." }, { "name": "Distortion Beam", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep. If tails, your opponent's Active Pokémon is now Confused." @@ -4568,17 +3450,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It wields the most compelling hypnotic powers of any Pokémon, and it forces others to do whatever it wants.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4592,31 +3470,21 @@ "id": "xy1-77", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Mental Panic", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Puncture", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -4634,18 +3502,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It wields the most compelling hypnotic powers of any Pokémon, and it forces others to do whatever it wants.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4659,30 +3522,20 @@ "id": "xy1-78", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Oblivion Wing", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Darkness Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -4700,18 +3553,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "When this legendary Pokémon's wings and tail feathers spread wide and glow red, it absorbs the life force of all living creatures.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4725,35 +3573,23 @@ "id": "xy1-79", "name": "Yveltal-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Evil Ball", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Y Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -4771,17 +3607,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4795,35 +3626,23 @@ "id": "xy1-80", "name": "Skarmory-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Joust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon." }, { "name": "Tailspin Piledriver", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 40 more damage." @@ -4841,16 +3660,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4864,32 +3679,21 @@ "id": "xy1-81", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Metal"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Cut Down", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4907,17 +3711,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Blades comprise this Pokémon's entire body. If battling dulls the blades, it sharpens them on stones by the river.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4931,30 +3731,21 @@ "id": "xy1-82", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Metal Sound", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Metal Wallop", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Metal Wallop attack does 40 more damage (before applying Weakness and Resistance)." @@ -4972,18 +3763,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "This pitiless Pokémon commands a group of Pawniard to hound prey into immobility. It then moves in to finish the prey off.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4997,22 +3783,14 @@ "id": "xy1-83", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Pierce", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -5030,18 +3808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5055,24 +3828,15 @@ "id": "xy1-84", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Dual Blades", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -5090,18 +3854,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "When Honedge evolves, it divides into two swords, which cooperate via telepathy to coordinate attacks and slash their enemies to ribbons.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5115,13 +3874,9 @@ "id": "xy1-85", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -5133,12 +3888,7 @@ "attacks": [ { "name": "Buster Swing", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack's damage isn't affected by Resistance." @@ -5156,19 +3906,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Generations of kings were attended by these Pokémon, which used their spectral power to manipulate and control people and Pokémon.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5182,13 +3926,9 @@ "id": "xy1-86", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -5200,12 +3940,7 @@ "attacks": [ { "name": "King's Shield", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Prevent all damage done to this Pokémon by attacks during your opponent's next turn. This Pokémon can't use King's Shield during your next turn." @@ -5223,19 +3958,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Generations of kings were attended by these Pokémon, which used their spectral power to manipulate and control people and Pokémon.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5249,31 +3978,21 @@ "id": "xy1-87", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Heartfelt Song", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Darkness Energy attached to your opponent's Active Pokémon." @@ -5291,17 +4010,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It captivates foes with its huge, round eyes, then lulls them to sleep by singing a soothing melody.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5315,23 +4030,14 @@ "id": "xy1-88", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -5349,18 +4055,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It captivates foes with its huge, round eyes, then lulls them to sleep by singing a soothing melody.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5374,31 +4075,21 @@ "id": "xy1-89", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Gather Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward." }, { "name": "Hocus Pinkus", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't attack during your opponent's next turn." @@ -5416,17 +4107,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Mizue", "rarity": "Rare", "flavorText": "Their fur feels so good that if two of them snuggle together, they won't want to be separated.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5440,31 +4127,21 @@ "id": "xy1-90", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Balloon Barrage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to this Pokémon." }, { "name": "Double-Edge", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 10 damage to itself." @@ -5482,18 +4159,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "90", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Their fur feels so good that if two of them snuggle together, they won't want to be separated.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5507,31 +4179,20 @@ "id": "xy1-91", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Massage", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 60 damage from 1 of your Benched Pokémon." }, { "name": "Slap Down", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -5549,18 +4210,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Emanations from its fingertips solidify the air into invisible walls that repel even harsh attacks.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5574,32 +4230,21 @@ "id": "xy1-92", "name": "Spritzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Aromatisse" - ], + "types": ["Fairy"], + "evolvesTo": ["Aromatisse"], "attacks": [ { "name": "Sweet Scent", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." }, { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5617,17 +4262,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It emits a scent that enraptures those who smell it. This fragrance changes depending on what it has eaten.", - "nationalPokedexNumbers": [ - 682 - ], + "nationalPokedexNumbers": [682], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5641,13 +4282,9 @@ "id": "xy1-93", "name": "Aromatisse", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Spritzee", "abilities": [ { @@ -5659,11 +4296,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5681,18 +4314,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It devises various scents, pleasant and unpleasant, and emits scents that its enemies dislike in order to gain an edge in battle.", - "nationalPokedexNumbers": [ - 683 - ], + "nationalPokedexNumbers": [683], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5706,32 +4334,21 @@ "id": "xy1-94", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5749,17 +4366,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "To entangle its opponents in battle, it extrudes white threads as sweet and as sticky as cotton candy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5773,13 +4386,9 @@ "id": "xy1-95", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Swirlix", "abilities": [ { @@ -5791,10 +4400,7 @@ "attacks": [ { "name": "Draining Kiss", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon." @@ -5812,18 +4418,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5837,30 +4438,20 @@ "id": "xy1-96", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Geomancy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a Fairy Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "Rainbow Spear", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -5878,18 +4469,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5903,37 +4489,23 @@ "id": "xy1-97", "name": "Xerneas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Break Through", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "X Blast", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon can't use X Blast during your next turn." @@ -5951,17 +4523,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5975,24 +4542,14 @@ "id": "xy1-98", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Double Hit", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -6010,17 +4567,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "A two-headed Pokémon that was discovered as a sudden mutation. It runs at a pace of over 60 miles per hour.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6034,31 +4587,21 @@ "id": "xy1-99", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "attacks": [ { "name": "Rage", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." }, { "name": "Endeavor", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -6076,17 +4619,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "99", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "An enemy that takes its eyes off any of the three heads—even for a second—will get pecked severely.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6100,30 +4639,20 @@ "id": "xy1-100", "name": "Tauros", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Take Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon does 10 damage to itself." }, { "name": "Seething Anger", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip a coin for each damage counter on this Pokémon. This attack does 30 damage times the number of heads." @@ -6135,18 +4664,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "After heightening its will to fight by whipping itself with its three tails, it charges at full speed.", - "nationalPokedexNumbers": [ - 128 - ], + "nationalPokedexNumbers": [128], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6160,29 +4684,20 @@ "id": "xy1-101", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Glare", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Second Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -6198,9 +4713,7 @@ "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "When spotted, this Pokémon escapes backwards by furiously boring into the ground with its tail.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6214,23 +4727,14 @@ "id": "xy1-102", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -6248,17 +4752,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "sui", "rarity": "Common", "flavorText": "It has a gutsy spirit that makes it bravely take on tough foes. It flies in search of warm climates.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6272,13 +4772,9 @@ "id": "xy1-103", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "abilities": [ { @@ -6290,11 +4786,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6312,17 +4804,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Mizue", "rarity": "Rare", "flavorText": "If its two tail feathers are standing at attention, it is proof of good health. It soars elegantly in the sky.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6336,31 +4824,21 @@ "id": "xy1-104", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Heal Bell", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." }, { "name": "Tail Whap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -6372,17 +4850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "kawayoo", "rarity": "Common", "flavorText": "It can't stop itself from chasing moving things, and it runs in a circle, chasing its own tail.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6396,30 +4870,21 @@ "id": "xy1-105", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Energy Salon", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 3 different types of basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Fake Out", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -6431,17 +4896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It dislikes dirty places. It often searches for a comfortable place in which to groom itself.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6455,23 +4916,14 @@ "id": "xy1-106", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Hyper Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -6483,19 +4935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "With nerves of steel, nothing can perturb it. It is more agile and active than it appears.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6509,32 +4955,21 @@ "id": "xy1-107", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Double Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage for each heads." }, { "name": "Hypno Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 30 more damage. If you do, this Pokémon is now Asleep." @@ -6546,19 +4981,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "It busily makes its nest withs stacks of branches and roots it has cut up with its sharp incisors.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6572,32 +5001,21 @@ "id": "xy1-108", "name": "Lillipup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Herdier" - ], + "types": ["Colorless"], + "evolvesTo": ["Herdier"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6609,17 +5027,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "match", "rarity": "Common", "flavorText": "The long hair around its face provides an amazing radar that lets it sense subtle changes in its surroundings.", - "nationalPokedexNumbers": [ - 506 - ], + "nationalPokedexNumbers": [506], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6633,35 +5047,22 @@ "id": "xy1-109", "name": "Herdier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lillipup", - "evolvesTo": [ - "Stoutland" - ], + "evolvesTo": ["Stoutland"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Jump On", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -6673,17 +5074,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "This very loyal Pokémon helps Trainers, and it also takes care of other Pokémon.", - "nationalPokedexNumbers": [ - 507 - ], + "nationalPokedexNumbers": [507], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6697,34 +5094,21 @@ "id": "xy1-110", "name": "Stoutland", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Herdier", "attacks": [ { "name": "Bite Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage." }, { "name": "Wild Barking", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6736,19 +5120,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "110", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It rescues people stranded by blizzards in the mountains. Its shaggy fur shields it from the cold.", - "nationalPokedexNumbers": [ - 508 - ], + "nationalPokedexNumbers": [508], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6762,23 +5140,14 @@ "id": "xy1-111", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Dig", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -6790,17 +5159,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They use their large ears to dig burrows. They will dig the whole night through.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6814,32 +5179,21 @@ "id": "xy1-112", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Pickup", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 2 Item cards from your discard pile into your hand." }, { "name": "Dig", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -6851,18 +5205,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "With their powerful ears, they can heft boulders of a ton or more with ease. They can be a big help at construction sites.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6876,32 +5225,21 @@ "id": "xy1-113", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6919,17 +5257,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6943,13 +5277,9 @@ "id": "xy1-114", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Fur Coat", @@ -6960,11 +5290,7 @@ "attacks": [ { "name": "Energy Cutoff", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -6976,17 +5302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7000,9 +5322,7 @@ "id": "xy1-115", "name": "Cassius", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 1 of your Pokémon and all cards attached to it into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7023,9 +5343,7 @@ "id": "xy1-116", "name": "Evosoda", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. You can't use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7046,9 +5364,7 @@ "id": "xy1-117", "name": "Fairy Garden", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Pokémon that has any Fairy Energy attached to it (both yours and your opponent's) has no Retreat Cost.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7069,9 +5385,7 @@ "id": "xy1-118", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7093,9 +5407,7 @@ "id": "xy1-119", "name": "Hard Charm", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Any damage done to the Pokémon this card is attached to by an opponent's attack is reduced by 20 (after applying Weakness and Resistance).", @@ -7117,9 +5429,7 @@ "id": "xy1-120", "name": "Max Revive", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Pokémon from your discard pile on top of your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7140,9 +5450,7 @@ "id": "xy1-121", "name": "Muscle Band", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The attacks of the Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -7164,9 +5472,7 @@ "id": "xy1-122", "name": "Professor Sycamore", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7187,9 +5493,7 @@ "id": "xy1-123", "name": "Professor's Letter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7210,9 +5514,7 @@ "id": "xy1-124", "name": "Red Card", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent shuffles his or her hand into his or her deck and draws 4 cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7233,9 +5535,7 @@ "id": "xy1-125", "name": "Roller Skates", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, draw 3 cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7256,9 +5556,7 @@ "id": "xy1-126", "name": "Shadow Circle", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Pokémon that has any Darkness Energy attached to it (both yours and your opponent's) has no Weakness.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7279,9 +5577,7 @@ "id": "xy1-127", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7302,9 +5598,7 @@ "id": "xy1-128", "name": "Super Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 60 damage from 1 of your Pokémon. If you do, discard an Energy attached to that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7325,9 +5619,7 @@ "id": "xy1-129", "name": "Team Flare Grunt", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard an Energy attached to your opponent's Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7348,12 +5640,8 @@ "id": "xy1-130", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "130", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -7370,9 +5658,7 @@ "id": "xy1-131", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. While in play, this card provides every type of Energy but provides only 1 Energy at a time. When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -7392,9 +5678,7 @@ "id": "xy1-132", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "132", "rarity": "Common", "legalities": { @@ -7411,9 +5695,7 @@ "id": "xy1-133", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "133", "rarity": "Common", "legalities": { @@ -7430,9 +5712,7 @@ "id": "xy1-134", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "134", "rarity": "Common", "legalities": { @@ -7449,9 +5729,7 @@ "id": "xy1-135", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "135", "rarity": "Common", "legalities": { @@ -7468,9 +5746,7 @@ "id": "xy1-136", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "136", "rarity": "Common", "legalities": { @@ -7487,9 +5763,7 @@ "id": "xy1-137", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "137", "rarity": "Common", "legalities": { @@ -7506,9 +5780,7 @@ "id": "xy1-138", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "138", "rarity": "Common", "legalities": { @@ -7525,9 +5797,7 @@ "id": "xy1-139", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "139", "rarity": "Common", "legalities": { @@ -7544,9 +5814,7 @@ "id": "xy1-140", "name": "Fairy Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "140", "rarity": "Common", "legalities": { @@ -7562,40 +5830,24 @@ "id": "xy1-141", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Jungle Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -7607,19 +5859,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "141", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7633,38 +5878,24 @@ "id": "xy1-142", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Splash Bomb", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -7676,18 +5907,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "142", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7701,34 +5926,23 @@ "id": "xy1-143", "name": "Emolga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward. If you attached Energy in this way, switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electron Crush", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard an Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -7749,9 +5963,7 @@ "number": "143", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 587 - ], + "nationalPokedexNumbers": [587], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7765,35 +5977,23 @@ "id": "xy1-144", "name": "Yveltal-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Evil Ball", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Y Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -7811,17 +6011,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "144", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7835,35 +6030,23 @@ "id": "xy1-145", "name": "Skarmory-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Joust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon." }, { "name": "Tailspin Piledriver", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 40 more damage." @@ -7881,16 +6064,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "145", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7904,37 +6083,23 @@ "id": "xy1-146", "name": "Xerneas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Break Through", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "X Blast", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon can't use X Blast during your next turn." @@ -7952,17 +6117,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "146", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy10.json b/cards/en/xy10.json index a323ea815..a41931759 100644 --- a/cards/en/xy10.json +++ b/cards/en/xy10.json @@ -3,29 +3,20 @@ "id": "xy10-1", "name": "Shuckle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Hide a Berry", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 2 cards. Then, put a card from your hand on the bottom of your deck." }, { "name": "Wrap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -37,17 +28,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "sui", "rarity": "Uncommon", "flavorText": "It stores Berries inside its shell. To avoid attacks, it hides beneath rocks and remains completely still.", - "nationalPokedexNumbers": [ - 213 - ], + "nationalPokedexNumbers": [213], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -61,22 +48,14 @@ "id": "xy10-2", "name": "Burmy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Wormadam" - ], + "types": ["Grass"], + "evolvesTo": ["Wormadam"], "attacks": [ { "name": "Hang Down", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -88,17 +67,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If its cloak is broken in battle, it quickly remakes the cloak with materials nearby.", - "nationalPokedexNumbers": [ - 412 - ], + "nationalPokedexNumbers": [412], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -112,31 +87,21 @@ "id": "xy10-3", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Solar Ray", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from each of your Pokémon." }, { "name": "Leaf Cutter", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -148,18 +113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -173,13 +133,9 @@ "id": "xy10-4", "name": "Mothim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Burmy", "abilities": [ { @@ -191,11 +147,7 @@ "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -217,9 +169,7 @@ "artist": "MAHOU", "rarity": "Rare", "flavorText": "It flutters around at night and steals honey from the Combee hive.", - "nationalPokedexNumbers": [ - 414 - ], + "nationalPokedexNumbers": [414], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -233,22 +183,14 @@ "id": "xy10-5", "name": "Snivy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Servine" - ], + "types": ["Grass"], + "evolvesTo": ["Servine"], "attacks": [ { "name": "Blot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -260,17 +202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They photosynthesize by bathing their tails in sunlight. When they are not feeling well, their tails droop.", - "nationalPokedexNumbers": [ - 495 - ], + "nationalPokedexNumbers": [495], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -284,17 +222,11 @@ "id": "xy10-6", "name": "Servine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Snivy", - "evolvesTo": [ - "Serperior" - ], + "evolvesTo": ["Serperior"], "abilities": [ { "name": "Serpentine Strangle", @@ -305,9 +237,7 @@ "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -319,17 +249,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "When it gets dirty, its leaves can't be used in photosynthesis, so it always keeps itself clean.", - "nationalPokedexNumbers": [ - 496 - ], + "nationalPokedexNumbers": [496], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -343,29 +269,21 @@ "id": "xy10-7", "name": "Serperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Servine", "attacks": [ { "name": "Coil", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "During your next turn, this Pokémon's attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." }, { "name": "Slashing Strike", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "80", "text": "This Pokémon can't use Slashing Strike during your next turn." @@ -377,18 +295,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "You Iribi", "rarity": "Rare", "flavorText": "It can stop its opponents' movements with just a glare. It takes in solar energy and boosts it internally.", - "nationalPokedexNumbers": [ - 497 - ], + "nationalPokedexNumbers": [497], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -402,22 +315,14 @@ "id": "xy10-8", "name": "Deerling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Sawsbuck" - ], + "types": ["Grass"], + "evolvesTo": ["Sawsbuck"], "attacks": [ { "name": "Find a Friend", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." @@ -429,17 +334,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "The turning of the seasons changes the color and scent of this Pokémon's fur. People use it to mark the seasons.", - "nationalPokedexNumbers": [ - 585 - ], + "nationalPokedexNumbers": [585], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -453,31 +354,20 @@ "id": "xy10-9", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flying Flare", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself." @@ -495,17 +385,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "OOYAMA", "rarity": "Rare", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -519,32 +405,21 @@ "id": "xy10-10", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Will-O-Wisp", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Whip", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." @@ -556,17 +431,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -580,22 +451,14 @@ "id": "xy10-11", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Invite Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon." @@ -607,17 +470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "kirisAki", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -631,33 +490,22 @@ "id": "xy10-12", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Destructive Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Crackling Ribbon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -669,17 +517,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -693,31 +537,21 @@ "id": "xy10-13", "name": "Delphox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Braixen", "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Psystorm", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all Pokémon in play." @@ -729,18 +563,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "Using psychic power, it generates a fiery vortex of 5,400 degree Fahrenheit, incinerating foes swept into this whirl of flame.", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -754,13 +583,9 @@ "id": "xy10-14", "name": "Delphox BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Delphox", "rules": [ "BREAK Evolution Rule: Delphox BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -775,9 +600,7 @@ "number": "14", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -791,22 +614,14 @@ "id": "xy10-15", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Icy Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -818,18 +633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Hasuno", "rarity": "Common", "flavorText": "Covered with light blue fur, its hide is thick and tough. It is active in bitter cold of -40 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -843,32 +653,21 @@ "id": "xy10-16", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Freezing Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Asleep." }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -880,19 +679,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "16", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "Its streamlined body has little drag in water. The colder the temperature, the friskier it gets.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -906,26 +699,18 @@ "id": "xy10-17", "name": "Omanyte", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Helix Fossil Omanyte", - "evolvesTo": [ - "Omastar" - ], + "evolvesTo": ["Omastar"], "rules": [ "Put this card onto your Bench only with the effect of Helix Fossil Omanyte" ], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -937,18 +722,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Revived from an ancient fossil, this Pokémon uses air stored in its shell to sink and rise in water.", - "nationalPokedexNumbers": [ - 138 - ], + "nationalPokedexNumbers": [138], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -962,13 +742,9 @@ "id": "xy10-18", "name": "Omastar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omanyte", "abilities": [ { @@ -980,10 +756,7 @@ "attacks": [ { "name": "Spinning Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "" @@ -995,18 +768,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Hasuno", "rarity": "Rare", "flavorText": "Once wrapped around its prey, it never lets go. It eats the prey by tearing at it with sharp fangs.", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1020,13 +788,9 @@ "id": "xy10-19", "name": "Omastar BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Omastar", "rules": [ "BREAK Evolution Rule: Omastar BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1041,9 +805,7 @@ "number": "19", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 139 - ], + "nationalPokedexNumbers": [139], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1057,35 +819,23 @@ "id": "xy10-20", "name": "Glaceon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Second Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Crystal Ray", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon." @@ -1097,17 +847,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1121,31 +866,20 @@ "id": "xy10-21", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Burning Icicles", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -1157,19 +891,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1183,23 +911,14 @@ "id": "xy10-22", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Water"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Swing Around", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1211,18 +930,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "They stretch and then contract, yanking their rocks along with them in bold hops. They eat seaweed that washes up on the shoreline.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1236,13 +950,9 @@ "id": "xy10-23", "name": "Barbaracle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Binacle", "abilities": [ { @@ -1254,11 +964,7 @@ "attacks": [ { "name": "Claw Slash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1270,19 +976,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "23", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Barbaracle's legs and hands have minds of their own, and they will move independently. But they usually follow the head's orders.", - "nationalPokedexNumbers": [ - 689 - ], + "nationalPokedexNumbers": [689], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1296,29 +996,20 @@ "id": "xy10-24", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Energy Extract", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Plasmagic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move 2 damage counters from each of your Pokémon to your opponent's Active Pokémon." @@ -1336,17 +1027,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1360,17 +1047,10 @@ "id": "xy10-25", "name": "Alakazam-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Alakazam-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Alakazam-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1384,10 +1064,7 @@ "attacks": [ { "name": "Suppression", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it." @@ -1399,17 +1076,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1423,14 +1095,9 @@ "id": "xy10-26", "name": "M Alakazam-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alakazam-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1439,10 +1106,7 @@ "attacks": [ { "name": "Zen Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon." @@ -1454,16 +1118,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1477,22 +1137,14 @@ "id": "xy10-27", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Division", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Koffing and put them onto your Bench. Shuffle your deck afterward." @@ -1504,18 +1156,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "sui", "rarity": "Common", "flavorText": "Lighter-than-air gases in its body keep it aloft. The gases not only smell, they are also explosive.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1529,32 +1176,21 @@ "id": "xy10-28", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "attacks": [ { "name": "Balloon Bomb", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 2 coins. For each heads, discard 2 cards from the top of your opponent's deck." }, { "name": "Thick Liquid", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Both Active Pokémon are now Confused and Poisoned." @@ -1566,19 +1202,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Very rarely, a sudden mutation can result in two small Koffing twins becoming conjoined as a Weezing.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1592,13 +1222,9 @@ "id": "xy10-29", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Memories of Dawn", @@ -1609,9 +1235,7 @@ "attacks": [ { "name": "Encounter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." @@ -1627,9 +1251,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1643,22 +1265,14 @@ "id": "xy10-30", "name": "Spoink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Grumpig" - ], + "types": ["Psychic"], + "evolvesTo": ["Grumpig"], "attacks": [ { "name": "Rocket Jump", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1670,17 +1284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "TOKIYA", "rarity": "Common", "flavorText": "It bounces around on its tail to keep its heart pumping. It carries a pearl from Clamperl on its head.", - "nationalPokedexNumbers": [ - 325 - ], + "nationalPokedexNumbers": [325], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1694,30 +1304,21 @@ "id": "xy10-31", "name": "Grumpig", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Spoink", "attacks": [ { "name": "Head Walking", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from your opponent's discard pile onto his or her Bench. Then, put 3 damage counters on that Pokémon." }, { "name": "Knock Back", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -1729,18 +1330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "It uses black pearls to amplify its psychic power. It does an odd dance to gain control over foes.", - "nationalPokedexNumbers": [ - 326 - ], + "nationalPokedexNumbers": [326], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1754,23 +1350,14 @@ "id": "xy10-32", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Psybeam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." @@ -1782,17 +1369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They intently observe both Trainers and Pokémon. Apparently, they are looking at something only Gothita can see.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1806,23 +1389,14 @@ "id": "xy10-33", "name": "Solosis", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Duosion" - ], + "types": ["Psychic"], + "evolvesTo": ["Duosion"], "attacks": [ { "name": "Mini Link", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If Solosis is on your Bench, this attack does 30 more damage." @@ -1834,17 +1408,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "match", "rarity": "Common", "flavorText": "They drive away attackers by unleashing psychic power. They can use telepathy to talk with others.", - "nationalPokedexNumbers": [ - 577 - ], + "nationalPokedexNumbers": [577], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1858,24 +1428,15 @@ "id": "xy10-34", "name": "Duosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Solosis", - "evolvesTo": [ - "Reuniclus" - ], + "evolvesTo": ["Reuniclus"], "attacks": [ { "name": "Double Link", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage." @@ -1887,17 +1448,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "When their two divided brains think the same thoughts, their psychic power is maximized.", - "nationalPokedexNumbers": [ - 578 - ], + "nationalPokedexNumbers": [578], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1911,21 +1468,14 @@ "id": "xy10-35", "name": "Reuniclus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duosion", "attacks": [ { "name": "Link Fusion", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage. If Reuniclus is on your Bench, this attack does 90 more damage." @@ -1937,17 +1487,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "When Reuniclus shake hands, a network forms between their brains, increasing their psychic power.", - "nationalPokedexNumbers": [ - 579 - ], + "nationalPokedexNumbers": [579], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1961,22 +1507,14 @@ "id": "xy10-36", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "attacks": [ { "name": "Ram", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1992,9 +1530,7 @@ "artist": "TOKIYA", "rarity": "Common", "flavorText": "Its skin is very thin. If it is exposed to light, its blood heats up, causing it to grow weak.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2008,13 +1544,9 @@ "id": "xy10-37", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "abilities": [ { @@ -2026,10 +1558,7 @@ "attacks": [ { "name": "Bonemerang", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -2041,18 +1570,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "The bone it holds is its key weapon. It throws the bone skillfully like a boomerang to KO targets.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2066,26 +1590,18 @@ "id": "xy10-38", "name": "Kabuto", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Dome Fossil Kabuto", - "evolvesTo": [ - "Kabutops" - ], + "evolvesTo": ["Kabutops"], "rules": [ "Put this card onto your Bench only with the effect of Dome Fossil Kabuto" ], "attacks": [ { "name": "Mud Shot", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -2097,17 +1613,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "This Pokémon was regenerated from the fossil of an ancient creature. It protects itself with a hard shell.", - "nationalPokedexNumbers": [ - 140 - ], + "nationalPokedexNumbers": [140], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2121,32 +1633,21 @@ "id": "xy10-39", "name": "Kabutops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kabuto", "attacks": [ { "name": "Cling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "X-Scissor", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 60 more damage." @@ -2158,18 +1659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "A slim and fast swimmer. It slices its prey with its sharp sickles and drinks the body fluids.", - "nationalPokedexNumbers": [ - 141 - ], + "nationalPokedexNumbers": [141], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2183,22 +1679,14 @@ "id": "xy10-40", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -2210,17 +1698,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2234,32 +1718,21 @@ "id": "xy10-41", "name": "Larvitar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pupitar" - ], + "types": ["Fighting"], + "evolvesTo": ["Pupitar"], "attacks": [ { "name": "Mountain Munch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Corkscrew Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2271,17 +1744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Born deep underground, it comes aboveground and becomes a pupa once it has finished eating the surrounding soil.", - "nationalPokedexNumbers": [ - 246 - ], + "nationalPokedexNumbers": [246], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2295,23 +1764,15 @@ "id": "xy10-42", "name": "Pupitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Larvitar", - "evolvesTo": [ - "Tyranitar" - ], + "evolvesTo": ["Tyranitar"], "attacks": [ { "name": "Thrash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." @@ -2323,17 +1784,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "match", "rarity": "Uncommon", "flavorText": "Its shell is as hard as sheet rock, and it is also very strong. Its thrashing can topple a mountain.", - "nationalPokedexNumbers": [ - 247 - ], + "nationalPokedexNumbers": [247], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2347,14 +1804,9 @@ "id": "xy10-43", "name": "Regirock-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2368,11 +1820,7 @@ "attacks": [ { "name": "Bedrock Press", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -2384,18 +1832,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2409,14 +1851,9 @@ "id": "xy10-43a", "name": "Regirock-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2430,11 +1867,7 @@ "attacks": [ { "name": "Bedrock Press", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -2446,18 +1879,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43a", "artist": "PLANETA", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2471,31 +1898,21 @@ "id": "xy10-44", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Sand Spray", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Twin Bursts", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If Mothim is on your Bench, this attack does 60 more damage." @@ -2507,18 +1924,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2532,22 +1944,14 @@ "id": "xy10-45", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Double Smash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -2559,17 +1963,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "You Iribi", "rarity": "Common", "flavorText": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2583,22 +1983,14 @@ "id": "xy10-46", "name": "Riolu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Lucario" - ], + "types": ["Fighting"], + "evolvesTo": ["Lucario"], "attacks": [ { "name": "Smash Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2610,17 +2002,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "match", "rarity": "Common", "flavorText": "The aura that emanates from its body intensifies to alert others if it is afraid or sad.", - "nationalPokedexNumbers": [ - 447 - ], + "nationalPokedexNumbers": [447], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2634,31 +2022,21 @@ "id": "xy10-47", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "" }, { "name": "Magnum Kick", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2670,17 +2048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2694,29 +2068,20 @@ "id": "xy10-48", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Backflip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Wicked Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2734,17 +2099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "With its wings, it controls its position in the air. It likes to attack from above, a maneuver that is difficult to defend against.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2758,13 +2119,9 @@ "id": "xy10-49", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Energy Keeper", @@ -2775,11 +2132,7 @@ "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2791,17 +2144,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Yuka Morii", "rarity": "Rare", "flavorText": "It has slept underground for hundreds of millions of years since its birth. It's occasionally found during the excavation of caves.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2815,13 +2164,9 @@ "id": "xy10-50", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Safeguard", @@ -2832,10 +2177,7 @@ "attacks": [ { "name": "Power Gem", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2847,17 +2189,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "kawayoo", "rarity": "Common", "flavorText": "It has slept underground for hundreds of millions of years since its birth. It's occasionally found during the excavation of caves.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2871,13 +2209,9 @@ "id": "xy10-51", "name": "Carbink BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Carbink", "rules": [ "BREAK Evolution Rule: Carbink BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -2885,9 +2219,7 @@ "attacks": [ { "name": "Diamond Gift", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach 2 Energy cards from your discard pile to 1 of your Fighting Pokémon." @@ -2896,9 +2228,7 @@ "number": "51", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2912,30 +2242,20 @@ "id": "xy10-52", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Lookout", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon." }, { "name": "Aura Break", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If the Defending Pokémon is a Darkness or Fairy Pokémon, it can't attack during your opponent's next turn." @@ -2947,17 +2267,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It's hypothesized that it's monitoring those who destroy the ecosystem from deep in the cave where it lives.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2971,31 +2287,20 @@ "id": "xy10-53", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Geostrike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3007,18 +2312,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It's hypothesized that it's monitoring those who destroy the ecosystem from deep in the cave where it lives.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3032,44 +2332,30 @@ "id": "xy10-54", "name": "Zygarde-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 more damage." }, { "name": "Cell Storm", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3081,18 +2367,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3106,44 +2386,30 @@ "id": "xy10-54a", "name": "Zygarde-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 more damage." }, { "name": "Cell Storm", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3155,18 +2421,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3180,34 +2440,23 @@ "id": "xy10-55", "name": "Umbreon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Veil of Darkness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard as many cards as you like from your hand. Then, draw that many cards." }, { "name": "Endgame", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent's Mega Evolution Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards." @@ -3225,16 +2474,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3248,13 +2493,9 @@ "id": "xy10-56", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "abilities": [ { @@ -3266,13 +2507,7 @@ "attacks": [ { "name": "Dark Mountain", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "150+", "text": "Discard the top 2 cards of your deck. This attack does 50 more damage for each Supporter card discarded in this way." @@ -3290,20 +2525,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "56", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "If it rampages, it knocks down mountains and buries rivers. Maps must be redrawn afterward.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3317,33 +2545,21 @@ "id": "xy10-57", "name": "Vullaby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mandibuzz" - ], + "types": ["Darkness"], + "evolvesTo": ["Mandibuzz"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Cutting Wind", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3361,17 +2577,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Their wings are too tiny to allow them to fly. They guard their posteriors with bones that were gathered by Mandibuzz.", - "nationalPokedexNumbers": [ - 629 - ], + "nationalPokedexNumbers": [629], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3385,31 +2597,21 @@ "id": "xy10-58", "name": "Mandibuzz", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Vullaby", "attacks": [ { "name": "Bone Drop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon that has an Ability. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Cutting Wind", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3427,17 +2629,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Watching from the sky, they swoop to strike weakened Pokémon on the ground. They decorate themselves with bones.", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3451,31 +2649,21 @@ "id": "xy10-59", "name": "Wormadam", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Burmy", "attacks": [ { "name": "Strike Back", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the number of damage counters on this Pokémon." }, { "name": "Iron Head", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -3493,18 +2681,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "When Burmy evolved, its cloak became a part of this Pokémon's body. The cloak is never shed.", - "nationalPokedexNumbers": [ - 413 - ], + "nationalPokedexNumbers": [413], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3518,32 +2701,21 @@ "id": "xy10-60", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Iron Defense", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3561,18 +2733,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3586,13 +2753,9 @@ "id": "xy10-61", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -3604,11 +2767,7 @@ "attacks": [ { "name": "Guard Press", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -3626,19 +2785,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3652,13 +2805,9 @@ "id": "xy10-62", "name": "Bronzong BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzong", "rules": [ "BREAK Evolution Rule: Bronzong BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -3666,10 +2815,7 @@ "attacks": [ { "name": "Metal Rain", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard as many Metal Energy attached to this Pokémon as you like. For each Energy card discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. Don't apply Weakness and Resistance. (You may choose the same Pokémon more than once.)" @@ -3678,9 +2824,7 @@ "number": "62", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3694,30 +2838,21 @@ "id": "xy10-63", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Vacuum Wave", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "50", "text": "This attack's damage isn't affected by Weakness or Resistance." }, { "name": "Fight Alone", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have fewer Pokémon in play than your opponent, this attack does 60 more damage for each Pokémon fewer you have in play." @@ -3735,18 +2870,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3760,14 +2890,9 @@ "id": "xy10-64", "name": "Genesect-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3781,11 +2906,7 @@ "attacks": [ { "name": "Rapid Blaster", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "100+", "text": "Discard as many Metal Energy attached to this Pokémon as you like. This attack does 20 more damage for each Energy card discarded in this way." @@ -3803,17 +2924,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3827,32 +2943,21 @@ "id": "xy10-65", "name": "Jigglypuff", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Wigglytuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Wigglytuff"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3870,18 +2975,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Midori Harada", "rarity": "Common", "flavorText": "If it inflates to sing a lullaby, it can perform longer and cause sure drowsiness in its audience.", - "nationalPokedexNumbers": [ - 39 - ], + "nationalPokedexNumbers": [39], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3895,32 +2995,21 @@ "id": "xy10-66", "name": "Wigglytuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Jigglypuff", "attacks": [ { "name": "Expand", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -3938,18 +3027,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "The body is soft and rubbery. When angered, it will suck in air and inflate itself to an enormous size.", - "nationalPokedexNumbers": [ - 40 - ], + "nationalPokedexNumbers": [40], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3963,29 +3047,20 @@ "id": "xy10-67", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Mimic", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." }, { "name": "Juggling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 4 coins. This attack does 20 damage times the number of heads." @@ -4003,17 +3078,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It is adept at conning people. It is said to be able to create walls out of thin air by miming.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4027,23 +3098,14 @@ "id": "xy10-68", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Ruckus", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4061,18 +3123,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Small Pokémon flee from its scary face. It is, however, considered by women to be cute.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4086,14 +3143,9 @@ "id": "xy10-69", "name": "M Altaria-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Altaria-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4102,11 +3154,7 @@ "attacks": [ { "name": "Mist Purge", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon." @@ -4124,17 +3172,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4148,22 +3191,14 @@ "id": "xy10-70", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4181,17 +3216,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "MAHOU", "rarity": "Common", "flavorText": "Perhaps because they feel more at ease in a group, they stick to others they find. They end up looking like a cloud.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4205,20 +3236,14 @@ "id": "xy10-71", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Light Steps", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "40", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -4240,9 +3265,7 @@ "artist": "sui", "rarity": "Uncommon", "flavorText": "Like the wind, it can slip through any gap, no matter how small. It leaves balls of white fluff behind.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4256,17 +3279,10 @@ "id": "xy10-72", "name": "Diancie-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Diancie-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Diancie-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4280,11 +3296,7 @@ "attacks": [ { "name": "Wonder Stage", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If there is any Stadium card in play, this attack does 50 more damage." @@ -4302,17 +3314,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4326,35 +3333,23 @@ "id": "xy10-73", "name": "Kingdra-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Big Storm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard any Stadium card in play." }, { "name": "Dragon Trail", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 30 more damage for each basic Lightning Energy attached to this Pokémon." @@ -4366,16 +3361,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "hatachu", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4389,23 +3380,14 @@ "id": "xy10-74", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Turmoil Strike", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4417,17 +3399,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4441,32 +3419,20 @@ "id": "xy10-75", "name": "Kangaskhan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tiny Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Mega Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -4478,19 +3444,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "If it is safe, the young gets out of the belly pouch to play. The adult keeps a close eye on the youngster.", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4504,13 +3464,9 @@ "id": "xy10-76", "name": "Aerodactyl", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Old Amber Aerodactyl", "rules": [ "Put this card onto your Bench only with the effect of Old Amber Aerodactyl" @@ -4518,19 +3474,14 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Jet Draft", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard a Special Energy attached to your opponent's Active Pokémon." @@ -4552,9 +3503,7 @@ "artist": "kawayoo", "rarity": "Rare", "flavorText": "This vicious Pokémon is said to have flown in ancient skies while shrieking high-pitched cries.", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4568,33 +3517,20 @@ "id": "xy10-77", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Toss and Turn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack can be used even if this Pokémon is Asleep. If it is, this attack does 90 more damage." }, { "name": "Swallow", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -4606,20 +3542,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "77", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Its stomach can digest any kind of food, even if it happens to be moldy or rotten.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4633,13 +3562,9 @@ "id": "xy10-78", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Pressure", @@ -4650,11 +3575,7 @@ "attacks": [ { "name": "Intensifying Burn", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage." @@ -4672,18 +3593,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4697,13 +3613,9 @@ "id": "xy10-79", "name": "Lugia BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lugia", "rules": [ "BREAK Evolution Rule: Lugia BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -4711,12 +3623,7 @@ "attacks": [ { "name": "Flash of Destruction", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -4725,9 +3632,7 @@ "number": "79", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4741,32 +3646,21 @@ "id": "xy10-80", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of your Pokémon that have the Round attack." @@ -4778,18 +3672,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "If it senses danger, it scares the foe by crying out with the volume of a jet-plane engine.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4803,34 +3692,22 @@ "id": "xy10-81", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -4842,18 +3719,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "The shock waves from its cries can tip over trucks. It stamps its feet to power up.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4867,33 +3739,21 @@ "id": "xy10-82", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." }, { "name": "Cacophony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "At the end of your opponent's next turn, discard the Defending Pokémon and all cards attached to it." @@ -4905,19 +3765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "82", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its roar in battle shakes the ground like a tremor–or like an earthquake has struck.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4931,38 +3785,24 @@ "id": "xy10-83", "name": "Altaria-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Altaria-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Altaria-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Powerful Gain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon was healed during this turn, this attack does 60 more damage and heal 30 damage from this Pokémon." }, { "name": "Shining Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -4980,16 +3820,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5003,37 +3839,24 @@ "id": "xy10-84", "name": "Audino-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Audino-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Audino-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Drain Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Do the Wave", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 10 more damage for each of your Benched Pokémon." @@ -5045,18 +3868,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "84", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5070,14 +3887,9 @@ "id": "xy10-85", "name": "M Audino-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Audino-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5086,11 +3898,7 @@ "attacks": [ { "name": "Magical Symphony", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "If you played a Supporter card from your hand during this turn, this attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5102,18 +3910,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 531 - ], + "nationalPokedexNumbers": [531], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5127,22 +3929,14 @@ "id": "xy10-86", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Cleaning Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Pokémon Tool card attached to 1 of your opponent's Pokémon." @@ -5154,17 +3948,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "kirisAki", "rarity": "Common", "flavorText": "These Pokémon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5178,22 +3968,14 @@ "id": "xy10-87", "name": "Minccino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Cinccino" - ], + "types": ["Colorless"], + "evolvesTo": ["Cinccino"], "attacks": [ { "name": "Tail Smack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5205,17 +3987,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Mizue", "rarity": "Common", "flavorText": "These Pokémon prefer a tidy habitat. They are always sweeping and dusting, using their tails as brooms.", - "nationalPokedexNumbers": [ - 572 - ], + "nationalPokedexNumbers": [572], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5229,29 +4007,21 @@ "id": "xy10-88", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Covet", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand. Choose a card you find there and put it on the bottom of your opponent's deck." }, { "name": "Last Resort", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "Flip a coin. If tails, this attack does nothing." @@ -5263,17 +4033,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Cinccino's body is coated in a special oil that helps it deflect attacks, such as punches.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5287,30 +4053,21 @@ "id": "xy10-89", "name": "Cinccino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Minccino", "attacks": [ { "name": "Sweeping Cure", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 90 damage from 1 of your Benched Pokémon." }, { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5322,17 +4079,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Cinccino's body is coated in a special oil that helps it deflect attacks, such as punches.", - "nationalPokedexNumbers": [ - 573 - ], + "nationalPokedexNumbers": [573], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5346,9 +4099,7 @@ "id": "xy10-90", "name": "Alakazam Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Alakazam-EX.", @@ -5370,9 +4121,7 @@ "id": "xy10-91", "name": "Altaria Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Altaria-EX.", @@ -5394,9 +4143,7 @@ "id": "xy10-92", "name": "Audino Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Audino-EX.", @@ -5418,9 +4165,7 @@ "id": "xy10-93", "name": "Bent Spoon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all effects of your opponent's attacks, except damage, done to the Pokémon this card is attached to. (Existing effects are not removed.)", @@ -5442,9 +4187,7 @@ "id": "xy10-94", "name": "Chaos Tower", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Choose which way this card faces before you play it. This ↓ player's Pokémon can't be Confused or Poisoned. (If those Pokémon are already Confused or Poisoned, remove those Special Conditions.)", "Choose which way this card faces before you play it. This ↓ player's Pokémon can't be Asleep or Paralyzed. (If those Pokémon are already Asleep or Paralyzed, remove those Special Conditions.)", @@ -5466,9 +4209,7 @@ "id": "xy10-95", "name": "Devolution Spray", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Devolve 1 of your evolved Pokémon and put the highest Stage Evolution card on it into your hand. (That Pokémon can't evolve this turn.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5489,9 +4230,7 @@ "id": "xy10-96", "name": "Dome Fossil Kabuto", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Kabuto you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5512,9 +4251,7 @@ "id": "xy10-97", "name": "Energy Pouch", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, put all basic Energy attached to that Pokémon into your hand.", @@ -5536,9 +4273,7 @@ "id": "xy10-98", "name": "Energy Reset", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put as many Energy attached to your Pokémon as you like into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5559,9 +4294,7 @@ "id": "xy10-99", "name": "Fairy Drop", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 50 damage from 1 of your Pokémon that has any Fairy Energy attached to it.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5582,9 +4315,7 @@ "id": "xy10-100", "name": "Fairy Garden", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Pokémon that has any Fairy Energy attached to it (both yours and your opponent's) has no Retreat Cost.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5605,9 +4336,7 @@ "id": "xy10-101", "name": "Fossil Excavation Kit", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 in any combination of Helix Fossil Omanyte, Dome Fossil Kabuto, or Old Amber Aerodactyl cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5628,9 +4357,7 @@ "id": "xy10-102", "name": "Helix Fossil Omanyte", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Omanyte you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5651,9 +4378,7 @@ "id": "xy10-103", "name": "Lass's Special", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw a card for each of your opponent's Benched Basic Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5674,9 +4399,7 @@ "id": "xy10-104", "name": "Mega Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch 1 of your opponent's Benched Mega Evolution Pokémon with his or her Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5697,9 +4420,7 @@ "id": "xy10-105", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5720,9 +4441,7 @@ "id": "xy10-105a", "name": "N", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck. Then, each player draws a card for each of his or her remaining Prize cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5743,9 +4462,7 @@ "id": "xy10-106", "name": "Old Amber Aerodactyl", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Aerodactyl you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5766,9 +4483,7 @@ "id": "xy10-107", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5789,9 +4504,7 @@ "id": "xy10-108", "name": "Power Memory", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Zygarde-EX this card is attached to can also use the attack on this card. (You still need the necessary Energy to use this attack.)", @@ -5800,11 +4513,7 @@ "attacks": [ { "name": "All Cells Burn", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "200", "text": "Discard 3 Energy attached to this Pokémon." @@ -5826,9 +4535,7 @@ "id": "xy10-109", "name": "Random Receiver", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Reveal cards from the top of your deck until you reveal a Supporter card. Put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5849,9 +4556,7 @@ "id": "xy10-110", "name": "Scorched Earth", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a Fire or Fighting Energy card from his or her hand. If that player does so, he or she draws 2 cards.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5872,9 +4577,7 @@ "id": "xy10-111", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5895,9 +4598,7 @@ "id": "xy10-111a", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5918,9 +4619,7 @@ "id": "xy10-112", "name": "Team Rocket's Handiwork", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. For each heads, discard 2 cards from the top of your opponent's deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5941,9 +4640,7 @@ "id": "xy10-113", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5964,12 +4661,8 @@ "id": "xy10-114", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "114", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -5986,9 +4679,7 @@ "id": "xy10-115", "name": "Strong Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Fighting Pokémon. This card provides Fighting Energy only while this card is attached to a Fighting Pokémon.", "The attacks of the Fighting Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -6010,35 +4701,23 @@ "id": "xy10-116", "name": "Glaceon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Second Bite", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Crystal Ray", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon." @@ -6050,17 +4729,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6074,17 +4748,10 @@ "id": "xy10-117", "name": "Alakazam-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Alakazam-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Alakazam-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6098,10 +4765,7 @@ "attacks": [ { "name": "Suppression", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it." @@ -6113,17 +4777,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6137,14 +4796,9 @@ "id": "xy10-118", "name": "M Alakazam-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Alakazam-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6153,10 +4807,7 @@ "attacks": [ { "name": "Zen Force", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon." @@ -6168,16 +4819,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "118", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6191,34 +4838,23 @@ "id": "xy10-119", "name": "Umbreon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Veil of Darkness", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard as many cards as you like from your hand. Then, draw that many cards." }, { "name": "Endgame", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent's Mega Evolution Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards." @@ -6236,16 +4872,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6259,14 +4891,9 @@ "id": "xy10-120", "name": "Genesect-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6280,11 +4907,7 @@ "attacks": [ { "name": "Rapid Blaster", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "100+", "text": "Discard as many Metal Energy attached to this Pokémon as you like. This attack does 20 more damage for each Metal Energy you discarded." @@ -6302,17 +4925,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6326,14 +4944,9 @@ "id": "xy10-121", "name": "M Altaria-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Altaria-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6342,11 +4955,7 @@ "attacks": [ { "name": "Mist Purge", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon." @@ -6364,17 +4973,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6388,35 +4992,23 @@ "id": "xy10-122", "name": "Kingdra-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Big Storm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard any Stadium card in play." }, { "name": "Dragon Trail", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 30 more damage for each basic Lightning Energy attached to this Pokémon." @@ -6428,16 +5020,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "122", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6451,38 +5039,24 @@ "id": "xy10-123", "name": "Altaria-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Altaria-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Altaria-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Powerful Gain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon was healed during this turn, this attack does 60 more damage and heal 30 damage from this Pokémon." }, { "name": "Shining Wind", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -6500,16 +5074,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6523,9 +5093,7 @@ "id": "xy10-124", "name": "Team Rocket's Handiwork", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Flip 2 coins. For each heads, discard 2 cards from the top of your opponent's deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6546,17 +5114,10 @@ "id": "xy10-125", "name": "Alakazam-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Alakazam-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Alakazam-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6570,10 +5131,7 @@ "attacks": [ { "name": "Suppression", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it." @@ -6585,17 +5143,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "125", "artist": "Ryo Ueda", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 65 - ], + "nationalPokedexNumbers": [65], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy11.json b/cards/en/xy11.json index 263fd88e9..3872e8493 100644 --- a/cards/en/xy11.json +++ b/cards/en/xy11.json @@ -3,34 +3,21 @@ "id": "xy11-1", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Slam", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Heal 20 damage from this Pokémon." @@ -42,19 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "1", "artist": "OOYAMA", "rarity": "Common", "flavorText": "It tangles any moving thing with its vines. Their subtle shaking is ticklish if you get ensnared.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -68,34 +49,21 @@ "id": "xy11-2", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Leaf Storm", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 40 damage from each of your Grass Pokémon." }, { "name": "Flog", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "110+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -107,20 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Its vines grow so profusely that, in the warm season, you can't even see its eyes.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -134,22 +95,14 @@ "id": "xy11-3", "name": "Hoppip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Skiploom" - ], + "types": ["Grass"], + "evolvesTo": ["Skiploom"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -161,17 +114,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Mina Nakai", "rarity": "Common", "flavorText": "It drifts on winds. It is said that when Hoppip gather in fields and mountains, spring is on the way.", - "nationalPokedexNumbers": [ - 187 - ], + "nationalPokedexNumbers": [187], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -185,23 +134,15 @@ "id": "xy11-4", "name": "Skiploom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Hoppip", - "evolvesTo": [ - "Jumpluff" - ], + "evolvesTo": ["Jumpluff"], "attacks": [ { "name": "Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -213,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Eri Yamaki", "rarity": "Uncommon", "flavorText": "It spreads its petals to absorb sunlight. It also floats in the air to get closer to the sun.", - "nationalPokedexNumbers": [ - 188 - ], + "nationalPokedexNumbers": [188], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -237,29 +174,21 @@ "id": "xy11-5", "name": "Jumpluff", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiploom", "attacks": [ { "name": "Fluffy Transport", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon." }, { "name": "Solar Step", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the number of your remaining Prize cards." @@ -271,17 +200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "Even in the fiercest wind, it can control its fluff to make its way to any place in the world it wants.", - "nationalPokedexNumbers": [ - 189 - ], + "nationalPokedexNumbers": [189], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -295,33 +220,21 @@ "id": "xy11-6", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Scout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -339,17 +252,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "match", "rarity": "Common", "flavorText": "If it flaps its wings really fast, it can generate shock waves that will shatter windows in the area.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -363,13 +272,9 @@ "id": "xy11-7", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "abilities": [ { @@ -381,11 +286,7 @@ "attacks": [ { "name": "Assault Boom", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage." @@ -407,9 +308,7 @@ "artist": "Midori Harada", "rarity": "Rare", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -423,13 +322,9 @@ "id": "xy11-8", "name": "Yanmega BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanmega", "rules": [ "BREAK Evolution Rule: Yanmega BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -437,11 +332,7 @@ "attacks": [ { "name": "Barrier Break", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -450,9 +341,7 @@ "number": "8", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -466,22 +355,14 @@ "id": "xy11-9", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Bide", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, if this Pokémon would be Knocked Out by damage from an attack during your opponent's next turn, it is not Knocked Out and its remaining HP becomes 10 instead." @@ -493,17 +374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "sui", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -517,33 +394,22 @@ "id": "xy11-10", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Harden", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." }, { "name": "Razor Leaf", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -555,17 +421,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "It lives deep in forests. With the leaf on its head, it makes a flute whose song makes listeners uneasy.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -579,31 +441,21 @@ "id": "xy11-11", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Wicked Wind", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "Until the end of your opponent's next turn, each Stadium or Pokémon Tool card in play has no effect. (This includes cards that come into play on that turn.)" }, { "name": "Extrasensory", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 60 more damage." @@ -615,18 +467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "By flapping its leafy fan, it can whip up gusts of 100 ft/second that can level houses.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -640,16 +487,10 @@ "id": "xy11-12", "name": "Foongus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Amoonguss" - ], + "types": ["Grass"], + "evolvesTo": ["Amoonguss"], "abilities": [ { "name": "Play Ball", @@ -660,9 +501,7 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -674,17 +513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It lures Pokémon with its pattern that looks just like a Poké Ball then releases poison spores.", - "nationalPokedexNumbers": [ - 590 - ], + "nationalPokedexNumbers": [590], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -698,30 +533,21 @@ "id": "xy11-13", "name": "Amoonguss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Foongus", "attacks": [ { "name": "Crazy Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Strange Reaction", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If your opponent's Active Pokémon is Confused, it is now Paralyzed." @@ -733,18 +559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It lures prey close by dancing and waving its arm caps, which resemble Poké Balls, in a swaying motion.", - "nationalPokedexNumbers": [ - 591 - ], + "nationalPokedexNumbers": [591], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -758,23 +579,14 @@ "id": "xy11-14", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Grass"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -786,18 +598,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The base of volcanoes is where they make their homes. They shoot fire from their five horns to repel attacking enemies.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -811,32 +618,21 @@ "id": "xy11-15", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Shimmering Scales", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused. If tails, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Power Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard all Energy attached to this Pokémon." @@ -848,17 +644,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When volcanic ash darkened the atmosphere, it is said that Volcarona's fire provided a replacement for the sun.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -872,31 +664,21 @@ "id": "xy11-16", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Returning Flames", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Fire Energy cards from your discard pile into your hand." }, { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -908,17 +690,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Its legs grow strong while it chases after its parent. It runs in fields and mountains all day.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -932,30 +710,21 @@ "id": "xy11-17", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Rear Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "70", "text": "Discard a Fire Energy attached to this Pokémon." @@ -967,17 +736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It gallops at nearly 150 mph. With its mane blazing ferociously, it races as if it were an arrow.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -991,32 +756,21 @@ "id": "xy11-18", "name": "Chimchar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Monferno" - ], + "types": ["Fire"], + "evolvesTo": ["Monferno"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -1028,17 +782,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "The gas made in its belly burns from its rear end. The fire burns weakly when it feels sick.", - "nationalPokedexNumbers": [ - 390 - ], + "nationalPokedexNumbers": [390], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1052,33 +802,22 @@ "id": "xy11-19", "name": "Monferno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Chimchar", - "evolvesTo": [ - "Infernape" - ], + "evolvesTo": ["Infernape"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1090,17 +829,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It uses ceilings and walls to launch aerial attacks. Its fiery tail is but one weapon.", - "nationalPokedexNumbers": [ - 391 - ], + "nationalPokedexNumbers": [391], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1114,31 +849,21 @@ "id": "xy11-20", "name": "Infernape", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Monferno", "attacks": [ { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "120", "text": "Discard all Fire Energy attached to this Pokémon." }, { "name": "Flare Up", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "200", "text": "If you have fewer than 10 Fire Energy cards in your discard pile, this attack does nothing. Shuffle 10 Fire Energy cards from your discard pile into your deck." @@ -1150,17 +875,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It tosses its enemies around with agility. It uses all its limbs to fight in its own unique style.", - "nationalPokedexNumbers": [ - 392 - ], + "nationalPokedexNumbers": [392], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1174,13 +895,9 @@ "id": "xy11-21", "name": "Talonflame BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Talonflame", "rules": [ "BREAK Evolution Rule: Talonflame BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1188,10 +905,7 @@ "attacks": [ { "name": "Flare Blitz", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "150", "text": "Discard all Fire Energy attached to this Pokémon." @@ -1200,9 +914,7 @@ "number": "21", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1216,23 +928,14 @@ "id": "xy11-22", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Lunge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -1244,17 +947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "They set off on their own from their pride and live by themselves to become stronger. These hot-blooded Pokémon are quick to fight.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1268,32 +967,21 @@ "id": "xy11-23", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Incinerate", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon." @@ -1305,18 +993,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Yumi", "rarity": "Rare", "flavorText": "With fiery breath of more than 10,000 degrees Fahrenheit, they viciously threaten any challenger. The females protect the pride's cubs.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1330,13 +1013,9 @@ "id": "xy11-24", "name": "Pyroar BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pyroar", "rules": [ "BREAK Evolution Rule: Pyroar BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1344,11 +1023,7 @@ "attacks": [ { "name": "Kaiser Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "180", "text": "This Pokémon does 50 damage to itself." @@ -1357,9 +1032,7 @@ "number": "24", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1373,30 +1046,20 @@ "id": "xy11-25", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Power Heater", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 2 of your Benched Pokémon. Attach a Fire Energy card from your discard pile to each of those Pokémon." }, { "name": "Steam Artillery", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1408,18 +1071,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1433,15 +1091,9 @@ "id": "xy11-26", "name": "Volcanion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1455,11 +1107,7 @@ "attacks": [ { "name": "Volcanic Heat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "" @@ -1471,18 +1119,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1496,30 +1138,20 @@ "id": "xy11-27", "name": "Mantine", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Healing Wave", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard as many cards as you like from your hand. Heal 10 damage from this Pokémon for each card you discarded in this way." }, { "name": "Dwindling Wave", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "90-", "text": "This attack does 90 damage minus 10 damage for each damage counter on this Pokémon." @@ -1537,17 +1169,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "DemizuPosuka", "rarity": "Common", "flavorText": "While elegantly swimming in the sea, it ignores Remoraid that cling to its fins seeking food scraps.", - "nationalPokedexNumbers": [ - 226 - ], + "nationalPokedexNumbers": [226], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1561,22 +1189,14 @@ "id": "xy11-28", "name": "Shellos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gastrodon" - ], + "types": ["Water"], + "evolvesTo": ["Gastrodon"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1588,18 +1208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Its shape and coloration vary, depending on its habitat.", - "nationalPokedexNumbers": [ - 422 - ], + "nationalPokedexNumbers": [422], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1613,31 +1228,21 @@ "id": "xy11-29", "name": "Gastrodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellos", "attacks": [ { "name": "Sticky Shot", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more, and its Retreat Cost is Colorless more." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1649,18 +1254,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "It apparently had a huge shell for protection in ancient times. It lives in shallow tidal pools.", - "nationalPokedexNumbers": [ - 423 - ], + "nationalPokedexNumbers": [423], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1674,23 +1274,14 @@ "id": "xy11-30", "name": "Oshawott", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewott" - ], + "types": ["Water"], + "evolvesTo": ["Dewott"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1702,17 +1293,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "sui", "rarity": "Common", "flavorText": "It fights using the scalchop on its stomach. In response to an attack, it retaliates immediately by slashing.", - "nationalPokedexNumbers": [ - 501 - ], + "nationalPokedexNumbers": [501], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1726,24 +1313,15 @@ "id": "xy11-31", "name": "Dewott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Oshawott", - "evolvesTo": [ - "Samurott" - ], + "evolvesTo": ["Samurott"], "attacks": [ { "name": "Razor Shell", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1755,18 +1333,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "As a result of strict training, each Dewott learns different forms for using the scalchops.", - "nationalPokedexNumbers": [ - 502 - ], + "nationalPokedexNumbers": [502], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1780,32 +1353,21 @@ "id": "xy11-32", "name": "Samurott", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Dewott", "attacks": [ { "name": "Ultimate Blade", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If the damage from this attack reduces your opponent's Active Pokémon's HP to 60 or less, that Pokémon is Knocked Out." }, { "name": "Pike", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1817,18 +1379,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "32", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "One swing of the sword incorporated in its armor can fell an opponent. A simple glare from one of them quiets everybody.", - "nationalPokedexNumbers": [ - 503 - ], + "nationalPokedexNumbers": [503], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1842,22 +1399,14 @@ "id": "xy11-33", "name": "Clauncher", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Clawitzer" - ], + "types": ["Water"], + "evolvesTo": ["Clawitzer"], "attacks": [ { "name": "Double Pincers", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -1869,17 +1418,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Through controlled expulsions of internal gas, it can expel water like a pistol shot. At close distances, it can shatter rock.", - "nationalPokedexNumbers": [ - 692 - ], + "nationalPokedexNumbers": [692], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1893,13 +1438,9 @@ "id": "xy11-34", "name": "Clawitzer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clauncher", "abilities": [ { @@ -1911,11 +1452,7 @@ "attacks": [ { "name": "Crabhammer", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1927,18 +1464,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "By expelling water from the nozzle in the back of its claw, it can move at a speed of 60 knots.", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1952,13 +1484,9 @@ "id": "xy11-35", "name": "Clawitzer BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clawitzer", "rules": [ "BREAK Evolution Rule: Clawitzer BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1966,9 +1494,7 @@ "attacks": [ { "name": "Lock-On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "The Defending Pokémon can't retreat during your opponent's next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance)." @@ -1977,9 +1503,7 @@ "number": "35", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1993,32 +1517,21 @@ "id": "xy11-36", "name": "Bergmite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Avalugg" - ], + "types": ["Water"], + "evolvesTo": ["Avalugg"], "attacks": [ { "name": "Ice Block", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Icy Snow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2030,18 +1543,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Using air of -150 degrees Fahrenheit, they freeze opponents solid. They live in herds above the snow line on mountains.", - "nationalPokedexNumbers": [ - 712 - ], + "nationalPokedexNumbers": [712], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2055,32 +1563,21 @@ "id": "xy11-37", "name": "Avalugg", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bergmite", "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Melting Floe", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "", "text": "Discard the top 3 cards of your deck. For each Water Energy card you discarded in this way, discard the top 3 cards of your opponent's deck." @@ -2092,20 +1589,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "37", "artist": "Saya Tsuruta", "rarity": "Rare", "flavorText": "The way several Bergmite huddle on its back make it look like an aircraft carrier made of ice.", - "nationalPokedexNumbers": [ - 713 - ], + "nationalPokedexNumbers": [713], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2119,32 +1609,21 @@ "id": "xy11-38", "name": "Mareep", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Flaaffy" - ], + "types": ["Lightning"], + "evolvesTo": ["Flaaffy"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2162,17 +1641,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Eri Yamaki", "rarity": "Common", "flavorText": "It stores lots of air in its soft fur, allowing it to stay cool in summer and warm in winter.", - "nationalPokedexNumbers": [ - 179 - ], + "nationalPokedexNumbers": [179], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2186,34 +1661,22 @@ "id": "xy11-39", "name": "Flaaffy", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Mareep", - "evolvesTo": [ - "Ampharos" - ], + "evolvesTo": ["Ampharos"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2231,18 +1694,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "If its coat becomes fully charged with electricity, its tail lights up. It fires hair that zaps on impact.", - "nationalPokedexNumbers": [ - 180 - ], + "nationalPokedexNumbers": [180], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2256,13 +1714,9 @@ "id": "xy11-40", "name": "Ampharos", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Flaaffy", "abilities": [ { @@ -2274,11 +1728,7 @@ "attacks": [ { "name": "Gigavolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." @@ -2296,18 +1746,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Kanako Eo", "rarity": "Rare Holo", "flavorText": "The tail's tip shines brightly and can be seen from far away. It acts as a beacon for lost people.", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2321,22 +1766,14 @@ "id": "xy11-41", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Attach", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2358,9 +1795,7 @@ "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "They attach themselves to large-bodied Pokémon and absorb static electricity, which they store in an electric pouch.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2374,30 +1809,21 @@ "id": "xy11-42", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning", - "Grass" - ], + "types": ["Lightning", "Grass"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Double Thread", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 2 of your opponent's Pokémon. Also apply Weakness and Resistance for Benched Pokémon." }, { "name": "Electroweb", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2415,17 +1841,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "match", "rarity": "Rare", "flavorText": "When attacked, they create an electric barrier by spitting out many electrically charged threads.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2439,32 +1861,21 @@ "id": "xy11-43", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Come Along", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Nidoran ♀ and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Peck", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2476,17 +1887,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Hasuno", "rarity": "Common", "flavorText": "Its large ears are flapped like wings when it is listening to distant sounds. It extends toxic barbs when angered.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2500,35 +1907,22 @@ "id": "xy11-44", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Peck", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Nido Press", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If Nidorina is on your Bench, this attack does 40 more damage." @@ -2540,18 +1934,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "An aggressive Pokémon that is quick to attack. The horn on its head secretes a powerful venom.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2565,13 +1954,9 @@ "id": "xy11-45", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorino", "abilities": [ { @@ -2583,11 +1968,7 @@ "attacks": [ { "name": "Power Lariat", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "This attack does 30 more damage for each Evolution Pokémon on your Bench." @@ -2599,20 +1980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "45", "artist": "Mina Nakai", "rarity": "Rare", "flavorText": "One swing of its mighty tail can snap a telephone pole as if it were a matchstick.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2626,22 +2000,14 @@ "id": "xy11-46", "name": "Drifloon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drifblim" - ], + "types": ["Psychic"], + "evolvesTo": ["Drifblim"], "attacks": [ { "name": "Transfer Pain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move 1 damage counter from 1 of your Pokémon to 1 of your opponent's Pokémon." @@ -2659,17 +2025,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "kodama", "rarity": "Common", "flavorText": "These Pokémon are called the \"Signpost for Wandering Spirits.\" Children holding them sometimes vanish.", - "nationalPokedexNumbers": [ - 425 - ], + "nationalPokedexNumbers": [425], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2683,31 +2045,21 @@ "id": "xy11-47", "name": "Drifblim", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drifloon", "attacks": [ { "name": "Eerie Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Burst Curse", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. Put 8 damage counters on your opponent's Pokémon in any way you like." @@ -2725,17 +2077,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "It's drowsy in daytime, but flies off in the evening in big groups. No one knows where they go.", - "nationalPokedexNumbers": [ - 426 - ], + "nationalPokedexNumbers": [426], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2749,22 +2097,14 @@ "id": "xy11-48", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Slightly Simmer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 cards and discard them. Shuffle your deck afterward." @@ -2782,17 +2122,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Litwick shines a light that absorbs the life energy of people and Pokémon, which becomes the fuel that it burns.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2806,33 +2142,22 @@ "id": "xy11-49", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Mirror Mirror", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Each player either draws or discards cards until that player has 4 cards in his or her hand. (Your opponent does this first.)" }, { "name": "Flickering Flames", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2850,17 +2175,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "It arrives near the moment of death and steals spirit from the body.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2874,13 +2195,9 @@ "id": "xy11-50", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Lampent", "abilities": [ { @@ -2892,10 +2209,7 @@ "attacks": [ { "name": "Past Friends", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each Supporter card in your discard pile." @@ -2913,18 +2227,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Tomokazu Komiya", "rarity": "Rare Holo", "flavorText": "The spirits burned up in its ominous flame lose their way and wander this world forever.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2938,30 +2247,20 @@ "id": "xy11-51", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hyperspace Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Portal Strike", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Portal Strike during your next turn." @@ -2973,18 +2272,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Yoshinobu Saito", "rarity": "Rare", "flavorText": "It is said to be able to seize anything it desires with its six rings and six huge arms. With its power sealed, it is transformed into a much smaller form.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2998,31 +2292,21 @@ "id": "xy11-52", "name": "Mankey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Primeape" - ], + "types": ["Fighting"], + "evolvesTo": ["Primeape"], "attacks": [ { "name": "Focus Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Flop attack's base damage is 50." }, { "name": "Flop", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3034,17 +2318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "It lives in treetop colonies. If one becomes enraged, the whole colony rampages for no reason.", - "nationalPokedexNumbers": [ - 56 - ], + "nationalPokedexNumbers": [56], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3058,30 +2338,21 @@ "id": "xy11-53", "name": "Primeape", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mankey", "attacks": [ { "name": "Swagger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Spirited Throw", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30+", "text": "If, before doing damage, your opponent's Active Pokémon has more remaining HP than this Pokémon, this attack does 60 more damage." @@ -3093,17 +2364,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It is always outrageously furious. If it gives chase, it will tenaciously track the target no matter how far.", - "nationalPokedexNumbers": [ - 57 - ], + "nationalPokedexNumbers": [57], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3117,33 +2384,21 @@ "id": "xy11-54", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Rolling Tackle", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3155,18 +2410,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "You Iribi", "rarity": "Common", "flavorText": "Its magnetic nose consistently faces north. Travelers check Nosepass to get their bearings.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3180,31 +2430,21 @@ "id": "xy11-55", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Bounce Back", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Rock Tomb", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3216,20 +2456,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "55", "artist": "MAHOU", "rarity": "Rare", "flavorText": "It freely controls three small units called Mini-Noses using magnetic force.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3243,17 +2476,11 @@ "id": "xy11-56", "name": "Anorith", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Claw Fossil Anorith", - "evolvesTo": [ - "Armaldo" - ], + "evolvesTo": ["Armaldo"], "rules": [ "Put this card onto your Bench only with the effect of Claw Fossil Anorith" ], @@ -3267,9 +2494,7 @@ "attacks": [ { "name": "X-Scissor", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3281,17 +2506,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "A Pokémon ancestor that was reanimated from a fossil. It lived in the sea and hunted with claws.", - "nationalPokedexNumbers": [ - 347 - ], + "nationalPokedexNumbers": [347], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3305,31 +2526,21 @@ "id": "xy11-57", "name": "Armaldo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Anorith", "attacks": [ { "name": "Rushing Water", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Move an Energy from your opponent's Active Pokémon to 1 of his or her Benched Pokémon." }, { "name": "Guard Claw", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." @@ -3341,18 +2552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "Protected by a hard shell, its body is very sturdy. It skewers prey with its claws to feed.", - "nationalPokedexNumbers": [ - 348 - ], + "nationalPokedexNumbers": [348], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3366,22 +2572,14 @@ "id": "xy11-58", "name": "Croagunk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Toxicroak" - ], + "types": ["Fighting"], + "evolvesTo": ["Toxicroak"], "attacks": [ { "name": "Poison Up", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon is Poisoned, put 3 more damage counters on that Pokémon between turns. This effect can be applied more than once." @@ -3393,17 +2591,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Inflating its poison sacs, it fills the area with an odd sound and hits flinching opponents with a poison jab.", - "nationalPokedexNumbers": [ - 453 - ], + "nationalPokedexNumbers": [453], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3417,13 +2611,9 @@ "id": "xy11-59", "name": "Toxicroak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Croagunk", "abilities": [ { @@ -3435,10 +2625,7 @@ "attacks": [ { "name": "Poison Jab", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -3450,18 +2637,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "Its knuckle claws secrete a toxin so vile that even a scratch could prove fatal.", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3475,22 +2657,14 @@ "id": "xy11-60", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Nyan Roll", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -3508,17 +2682,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Its paws conceal sharp claws. If attacked, it suddenly extends the claws and startles its enemy.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3532,13 +2702,9 @@ "id": "xy11-61", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "abilities": [ { @@ -3550,10 +2716,7 @@ "attacks": [ { "name": "Slash", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3571,17 +2734,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "kawayoo", "rarity": "Rare", "flavorText": "They live in cold regions, forming groups of four or five that hunt prey with impressive coordination.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3595,45 +2754,32 @@ "id": "xy11-62", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Nightmare", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Damage Play", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Move as many damage counters on your opponent's Benched Pokémon as you like to any of your opponent's other Pokémon in any way you like." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It was bound to a fissure in an Odd Keystone as punishment for misdeeds 500 years ago.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3647,22 +2793,14 @@ "id": "xy11-63", "name": "Pawniard", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Bisharp" - ], + "types": ["Darkness"], + "evolvesTo": ["Bisharp"], "attacks": [ { "name": "Charge Order", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of your Pawniard." @@ -3680,17 +2818,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Ignoring their injuries, groups attack by sinking the blades that cover their bodies into their prey.", - "nationalPokedexNumbers": [ - 624 - ], + "nationalPokedexNumbers": [624], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3704,31 +2838,21 @@ "id": "xy11-64", "name": "Bisharp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "evolvesFrom": "Pawniard", "attacks": [ { "name": "Retaliate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage." }, { "name": "Mach Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This attack's damage isn't affected by Resistance." @@ -3746,18 +2870,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Bisharp pursues prey in the company of a large group of Pawniard. Then Bisharp finishes off the prey.", - "nationalPokedexNumbers": [ - 625 - ], + "nationalPokedexNumbers": [625], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3771,30 +2890,20 @@ "id": "xy11-65", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Oblivion Wing", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Darkness Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -3812,18 +2921,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3837,13 +2941,9 @@ "id": "xy11-66", "name": "Yveltal BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "150", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Yveltal", "rules": [ "BREAK Evolution Rule: Yveltal BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -3851,11 +2951,7 @@ "attacks": [ { "name": "Baleful Night", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3864,9 +2960,7 @@ "number": "66", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3880,42 +2974,24 @@ "id": "xy11-67", "name": "Steelix-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Steelix-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Steelix-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wild Edge", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 50 more damage. If you do, this Pokémon does 20 damage to itself." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100×", "text": "Flip a coin until you get tails. This attack does 100 damage times the number of heads." @@ -3933,19 +3009,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "67", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3959,15 +3028,9 @@ "id": "xy11-68", "name": "M Steelix-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Metal", - "Fighting" - ], + "types": ["Metal", "Fighting"], "evolvesFrom": "Steelix-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3976,13 +3039,7 @@ "attacks": [ { "name": "Canyon Axe", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4000,19 +3057,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "68", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4026,38 +3076,25 @@ "id": "xy11-69", "name": "Shieldon", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Armor Fossil Shieldon", - "evolvesTo": [ - "Bastiodon" - ], + "evolvesTo": ["Bastiodon"], "rules": [ "Put this card onto your Bench only with the effect of Armor Fossil Shieldon" ], "attacks": [ { "name": "Rock Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Hammer In", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4075,18 +3112,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It was generated from a fossil dug out of a layer of clay that was older than anyone knows. It has a sturdy face.", - "nationalPokedexNumbers": [ - 410 - ], + "nationalPokedexNumbers": [410], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4100,33 +3132,21 @@ "id": "xy11-70", "name": "Bastiodon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Shieldon", "attacks": [ { "name": "Counter Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon." }, { "name": "Fortress of Rage", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "This attack does 10 more damage for each of your Benched Pokémon that has any damage counters on it." @@ -4144,20 +3164,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "70", "artist": "match", "rarity": "Rare", "flavorText": "Any frontal attack is repulsed. It is a docile Pokémon that feeds on grass and berries.", - "nationalPokedexNumbers": [ - 411 - ], + "nationalPokedexNumbers": [411], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4171,22 +3184,14 @@ "id": "xy11-71", "name": "Klink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Klang" - ], + "types": ["Metal"], + "evolvesTo": ["Klang"], "attacks": [ { "name": "Disorderly Flip", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -4204,18 +3209,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "The two minigears that mesh together are predetermined. Each will rebound from other minigears without meshing.", - "nationalPokedexNumbers": [ - 599 - ], + "nationalPokedexNumbers": [599], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4229,35 +3229,22 @@ "id": "xy11-72", "name": "Klang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klink", - "evolvesTo": [ - "Klinklang" - ], + "evolvesTo": ["Klinklang"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Disorderly Flip", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -4275,18 +3262,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "A minigear and big gear comprise its body. If the minigear it launches at a foe doesn't return, it will die.", - "nationalPokedexNumbers": [ - 600 - ], + "nationalPokedexNumbers": [600], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4300,13 +3282,9 @@ "id": "xy11-73", "name": "Klinklang", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Klang", "abilities": [ { @@ -4318,11 +3296,7 @@ "attacks": [ { "name": "Gear Spinner", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your next turn, this Pokémon's Gear Spinner attack does 70 more damage (before applying Weakness and Resistance)." @@ -4340,19 +3314,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "Its red core functions as an energy tank. It fires the charged energy through its spikes into an area.", - "nationalPokedexNumbers": [ - 601 - ], + "nationalPokedexNumbers": [601], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4366,29 +3334,20 @@ "id": "xy11-74", "name": "Cobalion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Quick Guard", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn. This Pokémon can't use Quick Guard during your next turn." }, { "name": "Revenge Blast", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each Prize card your opponent has taken." @@ -4406,18 +3365,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It has a body and heart of steel. It worked with its allies to punish people when they hurt Pokémon.", - "nationalPokedexNumbers": [ - 638 - ], + "nationalPokedexNumbers": [638], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4431,14 +3385,9 @@ "id": "xy11-75", "name": "Magearna-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4452,11 +3401,7 @@ "attacks": [ { "name": "Soul Blaster", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60." @@ -4474,16 +3419,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4497,22 +3438,14 @@ "id": "xy11-76", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Fairy"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Bubble Drain", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -4530,17 +3463,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shibuzoh.", "rarity": "Common", "flavorText": "The tip of its tail is filled with oil that is lighter than water, so it acts as a float.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4554,33 +3483,21 @@ "id": "xy11-77", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy", - "Water" - ], + "types": ["Fairy", "Water"], "evolvesFrom": "Marill", "attacks": [ { "name": "Play Rough", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Bubble Drain", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 30 damage from this Pokémon." @@ -4598,18 +3515,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "The bubble-like pattern on its stomach helps it camouflage itself when it's in the water.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4623,38 +3535,24 @@ "id": "xy11-78", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Link Blast", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage." }, { "name": "Luminous Blade", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -4672,17 +3570,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4696,15 +3589,9 @@ "id": "xy11-79", "name": "M Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fairy", - "Psychic" - ], + "types": ["Fairy", "Psychic"], "evolvesFrom": "Gardevoir-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4713,10 +3600,7 @@ "attacks": [ { "name": "Despair Ray", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "110+", "text": "Discard as many of your Benched Pokémon as you like. This attack does 10 more damage for each Benched Pokémon you discarded in this way." @@ -4734,17 +3618,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4758,13 +3637,9 @@ "id": "xy11-80", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Wonder Lock", @@ -4775,10 +3650,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4796,17 +3668,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "It never lets go of a key that it likes, so people give it the keys to vaults and safes as a way to prevent crime.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4820,30 +3688,20 @@ "id": "xy11-81", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Geomancy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a Fairy Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "Rainbow Spear", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -4861,18 +3719,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4886,13 +3739,9 @@ "id": "xy11-82", "name": "Xerneas BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "150", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Xerneas", "rules": [ "BREAK Evolution Rule: Xerneas BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -4900,10 +3749,7 @@ "attacks": [ { "name": "Life Stream", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all of your Pokémon." @@ -4912,9 +3758,7 @@ "number": "82", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4928,31 +3772,20 @@ "id": "xy11-83", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Proud Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If your opponent has any Pokémon BREAK in play, this attack does 60 more damage." }, { "name": "Giga Claw", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip 2 coins. If both of them are tails, this attack does nothing." @@ -4964,18 +3797,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It warms its body by absorbing sunlight with its wings. When its body temperature falls, it can no longer move.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4989,32 +3817,21 @@ "id": "xy11-84", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Headbutt Bounce", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5026,18 +3843,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Lacking sight, it's unaware of its surroundings, so it bumps into things and eats anything that moves.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5051,34 +3863,22 @@ "id": "xy11-85", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Double Hit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Power Breath", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -5090,19 +3890,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "After it has eaten up all the food in its territory, it moves to another area. Its two heads do not get along.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5116,32 +3910,21 @@ "id": "xy11-86", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "attacks": [ { "name": "Cruel Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance)." }, { "name": "Dark Burn", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard as many Darkness Energy attached to your Pokémon as you like. This attack does 50 damage times the amount of Darkness Energy you discarded in this way." @@ -5153,19 +3936,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "Hideki Ishikawa", "rarity": "Rare Holo", "flavorText": "It responds to movement by attacking. This scary, three-headed Pokémon devours everything in its path!", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5179,13 +3956,9 @@ "id": "xy11-87", "name": "Hydreigon BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "190", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Hydreigon", "rules": [ "BREAK Evolution Rule: Hydreigon BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -5193,12 +3966,7 @@ "attacks": [ { "name": "Calamity Blast", - "cost": [ - "Psychic", - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 3 Energy attached to this Pokémon. This attack does 50 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5207,9 +3975,7 @@ "number": "87", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5223,32 +3989,21 @@ "id": "xy11-88", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Stall", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "You can use this attack only if you go second, and only on your first turn. Discard an Energy attached to 1 of your opponent's Pokémon." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5260,17 +4015,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5284,30 +4035,21 @@ "id": "xy11-89", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "If this Pokémon evolved from Meowth during this turn, this attack does 30 more damage." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -5319,17 +4061,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Anesaki Dynamic", "rarity": "Uncommon", "flavorText": "Its lithe muscles allow it to walk without making a sound. It attacks in an instant.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5343,32 +4081,21 @@ "id": "xy11-90", "name": "Aipom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ambipom" - ], + "types": ["Colorless"], + "evolvesTo": ["Ambipom"], "attacks": [ { "name": "Fiddle Around", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of your opponent's deck and put them back in any order." }, { "name": "Tail Jab", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5380,17 +4107,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Its tail is so powerful that it can use it to grab a tree branch and hold itself up in the air.", - "nationalPokedexNumbers": [ - 190 - ], + "nationalPokedexNumbers": [190], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5404,31 +4127,21 @@ "id": "xy11-91", "name": "Ambipom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Aipom", "attacks": [ { "name": "Furry Chance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "Discard the top card of your opponent's deck. If that card is an Energy card, this attack does 60 more damage." }, { "name": "Double Hit", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -5440,17 +4153,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "To eat, it deftly shucks nuts with its two tails. It rarely uses its arms now.", - "nationalPokedexNumbers": [ - 424 - ], + "nationalPokedexNumbers": [424], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5464,22 +4173,14 @@ "id": "xy11-92", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -5497,17 +4198,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "92", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "They will challenge anything, even strong opponents, without fear. Their frequent fights help them become stronger.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5521,32 +4218,21 @@ "id": "xy11-93", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 50 more damage." }, { "name": "Sky Drop", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120-", "text": "This attack does 120 damage minus 20 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -5564,18 +4250,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "93", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "They fight for their friends without any thought about danger to themselves. One can carry a car while flying.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5589,22 +4270,14 @@ "id": "xy11-94", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5622,17 +4295,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "94", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Despite the beauty of its lilting voice, it's merciless to intruders that enter its territory.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5646,23 +4315,15 @@ "id": "xy11-95", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" @@ -5680,17 +4341,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "The hotter the flame sac on its belly, the faster it can fly, but it takes some time to get the fire going.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5704,13 +4361,9 @@ "id": "xy11-96", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Fletchinder", "abilities": [ { @@ -5722,9 +4375,7 @@ "attacks": [ { "name": "Aero Blitz", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward." @@ -5746,9 +4397,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When attacking prey, it can reach speeds of up to 310 mph. It finishes its prey off with a colossal kick.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5762,13 +4411,9 @@ "id": "xy11-97", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sudden Cyclone", @@ -5779,10 +4424,7 @@ "attacks": [ { "name": "Acrobatics", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -5800,17 +4442,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "miki kudo", "rarity": "Uncommon", "flavorText": "With its wings, it controls its position in the air. It likes to attack from above, a maneuver that is difficult to defend against.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5824,9 +4462,7 @@ "id": "xy11-98", "name": "Armor Fossil Shieldon", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Shieldon you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5847,9 +4483,7 @@ "id": "xy11-99", "name": "Captivating Poké Puff", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent reveals his or her hand. Put any number of Basic Pokémon you find there onto your opponent's Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5870,9 +4504,7 @@ "id": "xy11-100", "name": "Claw Fossil Anorith", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Anorith you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5893,9 +4525,7 @@ "id": "xy11-101", "name": "Gardevoir Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Gardevoir-EX.", @@ -5917,9 +4547,7 @@ "id": "xy11-102", "name": "Greedy Dice", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "You can play this card only if you took it as a face-down Prize card, before you put it into your hand.", "Flip a coin. If heads, take 1 more Prize card.", @@ -5941,9 +4569,7 @@ "id": "xy11-103", "name": "Ninja Boy", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1 of your Basic Pokémon in play. Search your deck for a Basic Pokémon and switch it with that Pokémon. (Any attached cards, damage counters, Special Conditions, turns in play, and any other effects remain on the new Pokémon.) Shuffle the first Pokémon into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5964,9 +4590,7 @@ "id": "xy11-104", "name": "Pokémon Ranger", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Remove all effects of attacks on each player and his or her Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5987,9 +4611,7 @@ "id": "xy11-105", "name": "Special Charge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 Special Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6010,9 +4632,7 @@ "id": "xy11-106", "name": "Steelix Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Steelix-EX.", @@ -6034,15 +4654,9 @@ "id": "xy11-107", "name": "Volcanion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6056,11 +4670,7 @@ "attacks": [ { "name": "Volcanic Heat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -6072,18 +4682,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "107", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6097,42 +4701,24 @@ "id": "xy11-108", "name": "Steelix-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Steelix-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Steelix-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wild Edge", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 50 more damage. If you do, this Pokémon does 20 damage to itself." }, { "name": "Iron Tail", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "100×", "text": "Flip a coin until you get tails. This attack does 100 damage times the number of heads." @@ -6150,19 +4736,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "108", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6176,15 +4755,9 @@ "id": "xy11-109", "name": "M Steelix-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Metal", - "Fighting" - ], + "types": ["Metal", "Fighting"], "evolvesFrom": "Steelix-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6193,13 +4766,7 @@ "attacks": [ { "name": "Canyon Axe", - "cost": [ - "Metal", - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6217,19 +4784,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "109", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 208 - ], + "nationalPokedexNumbers": [208], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6243,14 +4803,9 @@ "id": "xy11-110", "name": "Magearna-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6264,11 +4819,7 @@ "attacks": [ { "name": "Soul Blaster", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60." @@ -6286,16 +4837,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6309,38 +4856,24 @@ "id": "xy11-111", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Link Blast", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage." }, { "name": "Luminous Blade", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -6358,17 +4891,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "111", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6382,15 +4910,9 @@ "id": "xy11-112", "name": "M Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fairy", - "Psychic" - ], + "types": ["Fairy", "Psychic"], "evolvesFrom": "Gardevoir-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6399,10 +4921,7 @@ "attacks": [ { "name": "Despair Ray", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "110+", "text": "Discard as many of your Benched Pokémon as you like. This attack does 10 more damage for each Benched Pokémon you discarded in this way." @@ -6420,17 +4939,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "112", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6444,9 +4958,7 @@ "id": "xy11-113", "name": "Pokémon Ranger", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Remove all effects of attacks on each player and his or her Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6467,9 +4979,7 @@ "id": "xy11-114", "name": "Professor Sycamore", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6490,15 +5000,9 @@ "id": "xy11-115", "name": "Volcanion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6512,11 +5016,7 @@ "attacks": [ { "name": "Volcanic Heat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -6528,18 +5028,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "115", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6553,38 +5047,24 @@ "id": "xy11-116", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Link Blast", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 70 more damage." }, { "name": "Luminous Blade", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -6602,17 +5082,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Eske Yoshinob", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6622,4 +5097,4 @@ "large": "https://images.pokemontcg.io/xy11/116_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/xy12.json b/cards/en/xy12.json index d3cd6aeeb..78e0e1a54 100644 --- a/cards/en/xy12.json +++ b/cards/en/xy12.json @@ -3,40 +3,24 @@ "id": "xy12-1", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Jungle Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -48,19 +32,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "1", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -74,14 +51,9 @@ "id": "xy12-2", "name": "M Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venusaur-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -90,12 +62,7 @@ "attacks": [ { "name": "Crisis Vine", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -107,19 +74,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "2", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -133,22 +93,14 @@ "id": "xy12-3", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -160,17 +112,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It is covered with a green skin. When it grows, it sheds the skin, covers itself with silk, and becomes a cocoon.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -184,34 +132,22 @@ "id": "xy12-4", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)." }, { "name": "Stun Spore", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -223,18 +159,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Even though it is encased in a sturdy shell, the body inside is tender. It can't withstand a harsh attack.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -248,22 +179,14 @@ "id": "xy12-5", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -275,17 +198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Often found in forests and grasslands. It has a sharp, toxic barb of around two inches on top of its head.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -299,34 +218,22 @@ "id": "xy12-6", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)." }, { "name": "Poison Powder", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -338,18 +245,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "6", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "This Pokémon is in a temporary stage while making its body. It is almost completely unable to move on its own.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -363,30 +265,21 @@ "id": "xy12-7", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Swarming Sting", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 40 damage times the number of Beedrill you have in play to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -402,9 +295,7 @@ "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -418,34 +309,21 @@ "id": "xy12-8", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Bind", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Poison Powder", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -457,18 +335,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Blue plant vines cloak the Pokémon's identity in a tangled mass. It entangles anything that gets close.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -482,32 +355,21 @@ "id": "xy12-9", "name": "Charmander", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Charmeleon" - ], + "types": ["Fire"], + "evolvesTo": ["Charmeleon"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to this Pokémon." @@ -519,17 +381,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "From the time it is born, a flame burns at the tip of its tail. Its life would end if the flame were to go out.", - "nationalPokedexNumbers": [ - 4 - ], + "nationalPokedexNumbers": [4], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -543,36 +401,22 @@ "id": "xy12-10", "name": "Charmeleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmander", - "evolvesTo": [ - "Charizard" - ], + "evolvesTo": ["Charizard"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a Fire Energy attached to this Pokémon." @@ -584,17 +428,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It lashes about with its tail to knock down its foe. It then tears up the fallen opponent with sharp claws.", - "nationalPokedexNumbers": [ - 5 - ], + "nationalPokedexNumbers": [5], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -608,13 +448,9 @@ "id": "xy12-11", "name": "Charizard", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charmeleon", "abilities": [ { @@ -626,12 +462,7 @@ "attacks": [ { "name": "Fire Spin", - "cost": [ - "Fire", - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire", "Fire"], "convertedEnergyCost": 4, "damage": "200", "text": "Discard 3 Energy attached to this Pokémon." @@ -649,19 +480,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Its wings can carry this Pokémon close to an altitude of 4,600 feet. It blows out fire at very high temperatures.", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -675,40 +500,24 @@ "id": "xy12-12", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Combustion Blast", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't use Combustion Blast during your next turn." @@ -720,17 +529,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -744,14 +548,9 @@ "id": "xy12-13", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -760,13 +559,7 @@ "attacks": [ { "name": "Crimson Dive", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "This Pokémon does 50 damage to itself." @@ -778,16 +571,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -801,23 +590,14 @@ "id": "xy12-14", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -829,17 +609,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -853,31 +629,21 @@ "id": "xy12-15", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "attacks": [ { "name": "Lure", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. The new Active Pokémon can't retreat during your opponent's next turn." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard a Fire Energy attached to this Pokémon." @@ -889,17 +655,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It has nine long tails and fur that gleams gold. It is said to live for 1,000 years.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -913,13 +675,9 @@ "id": "xy12-16", "name": "Ninetales BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ninetales", "rules": [ "BREAK Evolution Rule: Ninetales BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -927,10 +685,7 @@ "attacks": [ { "name": "Explosive Fireball", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Discard all Fire Energy attached to this Pokémon. This attack does 60 more damage for each Energy card discarded in this way." @@ -939,9 +694,7 @@ "number": "16", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -955,32 +708,21 @@ "id": "xy12-17", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Hind Kick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Flare", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -992,18 +734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Very friendly and faithful to people. It will try to repel enemies by barking and biting.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1017,13 +754,9 @@ "id": "xy12-18", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "abilities": [ { @@ -1035,12 +768,7 @@ "attacks": [ { "name": "Scorching Breath", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -1052,18 +780,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "A Pokémon that is described in Chinese legends. It is said to race at an unbelievable speed.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1077,33 +800,21 @@ "id": "xy12-19", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Smash Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Flame Tail", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1115,17 +826,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its body is light, and its legs are incredibly powerful. It can clear Ayers Rock in one leap.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1139,34 +846,21 @@ "id": "xy12-20", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Fire Punch", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1178,18 +872,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Found near the mouth of a volcano. This fire-breather's body temperature is nearly 2,200 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1203,38 +892,24 @@ "id": "xy12-21", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Splash Bomb", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -1246,18 +921,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1271,14 +940,9 @@ "id": "xy12-22", "name": "M Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Blastoise-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1287,11 +951,7 @@ "attacks": [ { "name": "Hydro Bombard", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1303,18 +963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1328,23 +982,14 @@ "id": "xy12-23", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1356,17 +1001,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its slick black skin is thin and damp. A part of its internal organs can be seen through the skin as a spiral pattern.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1380,36 +1021,22 @@ "id": "xy12-24", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Amnesia", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Double Slap", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -1421,17 +1048,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its two legs are well developed. Even though it can live on the ground, it prefers living in water.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1445,31 +1068,21 @@ "id": "xy12-25", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Dashing Punch", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "50+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 50 more damage." }, { "name": "Whirlpool", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -1481,18 +1094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "25", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "An adept swimmer, it knows the front crawl, butterfly, and more. It is faster than the best human swimmers.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1506,38 +1114,24 @@ "id": "xy12-26", "name": "Slowbro-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Slowbro-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Slowbro-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Slack Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 60 damage from this Pokémon. This Pokémon can't attack during your next turn." }, { "name": "Flash Splash", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -1549,18 +1143,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1574,14 +1162,9 @@ "id": "xy12-27", "name": "M Slowbro-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowbro-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1590,11 +1173,7 @@ "attacks": [ { "name": "Loll Roll Spin", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100+", "text": "This Pokémon is now Confused. During your next turn, this Pokémon's Loll Roll Spin attack does 100 more damage (before applying Weakness and Resistance)." @@ -1606,18 +1185,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "27", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1631,32 +1204,21 @@ "id": "xy12-28", "name": "Seel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Dewgong" - ], + "types": ["Water"], + "evolvesTo": ["Dewgong"], "attacks": [ { "name": "Growl", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1668,18 +1230,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Covered with light blue fur, its hide is thick and tough. It is active in bitter cold of -40 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 86 - ], + "nationalPokedexNumbers": [86], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1693,31 +1250,21 @@ "id": "xy12-29", "name": "Dewgong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Seel", "attacks": [ { "name": "Super Deep Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Take Down", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "This Pokémon does 20 damage to itself." @@ -1729,19 +1276,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "29", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Its body is covered with a pure white fur. The colder the weather, the more active it becomes.", - "nationalPokedexNumbers": [ - 87 - ], + "nationalPokedexNumbers": [87], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1755,22 +1296,14 @@ "id": "xy12-30", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Quick Blow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1782,17 +1315,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "It appears in large numbers by seashores. At night, its central core flashes with a red light.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1806,13 +1335,9 @@ "id": "xy12-31", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "abilities": [ { @@ -1824,10 +1349,7 @@ "attacks": [ { "name": "Star Freeze", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1839,17 +1361,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "This Pokémon has a geometric body. Because of its body, the locals suspect that it is an alien creature.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1863,13 +1381,9 @@ "id": "xy12-32", "name": "Starmie BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Starmie", "rules": [ "BREAK Evolution Rule: Starmie BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1877,9 +1391,7 @@ "attacks": [ { "name": "Break Star", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 100 damage to each of your opponent's Pokémon BREAK. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1888,9 +1400,7 @@ "number": "32", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1904,22 +1414,14 @@ "id": "xy12-33", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Flail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on this Pokémon." @@ -1931,17 +1433,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It is virtually worthless in terms of both power and speed. It is the most weak and pathetic Pokémon in the world.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1955,34 +1453,21 @@ "id": "xy12-34", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Dragon Rage", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "180", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -1994,19 +1479,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It has an extremely aggressive nature. The Hyper Beam it shoots from its mouth totally incinerates all targets.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2020,32 +1499,21 @@ "id": "xy12-35", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Thunder Jolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -2063,17 +1531,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2087,31 +1551,21 @@ "id": "xy12-36", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Energize", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach a Lightning Energy card from your discard pile to this Pokémon." }, { "name": "Spark Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "You may discard all Energy attached to this Pokémon. If you do, this attack does 70 more damage." @@ -2129,17 +1583,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its electric charges can reach even 100,000 volts. Careless contact can cause even an Indian elephant to faint.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2153,32 +1603,21 @@ "id": "xy12-37", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Self-Destruct", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "This Pokémon does 50 damage to itself." @@ -2196,17 +1635,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "It moves while constantly hovering. It discharges Thunder Wave and so on from the units at its sides.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2220,35 +1655,22 @@ "id": "xy12-38", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Self-Destruct", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 80 damage to itself." @@ -2266,17 +1688,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Keiji Kinebuchi", "rarity": "Rare Holo", "flavorText": "A linked cluster formed of several Magnemite. It discharges powerful magnetic waves at high voltage.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2290,22 +1708,14 @@ "id": "xy12-39", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -2323,17 +1733,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "A life-form whose identity is unknown. It is said to Screech or suddenly Self-Destruct.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2347,13 +1753,9 @@ "id": "xy12-40", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "abilities": [ { @@ -2365,11 +1767,7 @@ "attacks": [ { "name": "Head Bolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -2387,17 +1785,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "It explodes in response to even minor stimuli. It is feared, with the nickname of \"The Bomb Ball.\"", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2411,32 +1805,21 @@ "id": "xy12-41", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Thunder Punch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 10 more damage. If tails, this Pokémon does 10 damage to itself." @@ -2454,18 +1837,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It loves to feed on strong electricity. It occasionally appears around large power plants and so on.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2479,34 +1857,20 @@ "id": "xy12-42", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This Pokémon does 30 damage to itself." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 4, "damage": "170", "text": "Discard all Energy attached to this Pokémon." @@ -2518,18 +1882,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "One of the legendary bird Pokémon. While it is flying, it makes crackling and snapping sounds.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2543,22 +1902,14 @@ "id": "xy12-43", "name": "Nidoran ♂", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorino" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorino"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -2570,17 +1921,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "Its large ears are flapped like wings when it is listening to distant sounds. It extends toxic barbs when angered.", - "nationalPokedexNumbers": [ - 32 - ], + "nationalPokedexNumbers": [32], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2594,34 +1941,22 @@ "id": "xy12-44", "name": "Nidorino", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♂", - "evolvesTo": [ - "Nidoking" - ], + "evolvesTo": ["Nidoking"], "attacks": [ { "name": "Horn Attack", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -2633,18 +1968,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It is easily angered. By swinging its well-developed horn wildly, it can even punch through diamond.", - "nationalPokedexNumbers": [ - 33 - ], + "nationalPokedexNumbers": [33], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2658,32 +1988,21 @@ "id": "xy12-45", "name": "Nidoking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorino", "attacks": [ { "name": "Rumble", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Tail Swing", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This attack does 20 damage to each of your opponent's Benched Basic Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2695,19 +2014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It is recognized by its rock-hard hide and its extended horn. Be careful with the horn as it contains venom.", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2721,13 +2034,9 @@ "id": "xy12-46", "name": "Nidoking BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "180", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoking", "rules": [ "BREAK Evolution Rule: Nidoking BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -2735,11 +2044,7 @@ "attacks": [ { "name": "Toxic Drill", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." @@ -2748,9 +2053,7 @@ "number": "46", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 34 - ], + "nationalPokedexNumbers": [34], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2764,32 +2067,21 @@ "id": "xy12-47", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Little Grudge", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon is Knocked Out by damage from an attack, discard an Energy attached to the Attacking Pokémon." }, { "name": "Nightmare", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep." @@ -2807,17 +2099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "A being that exists as a thin gas. It can topple an Indian elephant by enveloping the prey in two seconds.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2831,33 +2119,22 @@ "id": "xy12-48", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "attacks": [ { "name": "Hypnosis", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Dream Eater", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "If your opponent's Active Pokémon is not Asleep, this attack does nothing." @@ -2875,17 +2152,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", "flavorText": "If you get the feeling of being watched in darkness when nobody is around, Haunter is there.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2899,32 +2172,21 @@ "id": "xy12-49", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confuse Ray", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -2936,17 +2198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "A descendant of the legendary animal baku, which is said to eat dreams. It is skilled at hypnotism.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2960,23 +2218,14 @@ "id": "xy12-50", "name": "Koffing", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Weezing" - ], + "types": ["Psychic"], + "evolvesTo": ["Weezing"], "attacks": [ { "name": "Foul Gas", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned. If tails, your opponent's Active Pokémon is now Confused." @@ -2988,17 +2237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its thin, balloon-like body is inflated by horribly toxic gases. It reeks when it is nearby.", - "nationalPokedexNumbers": [ - 109 - ], + "nationalPokedexNumbers": [109], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3012,30 +2257,20 @@ "id": "xy12-51", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psychic", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." }, { "name": "Barrier", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon. If 1 of your Pokémon used Barrier during your last turn, this attack can't be used." @@ -3047,18 +2282,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "A Pokémon whose genetic code was repeatedly recombined for research. It turned vicious as a result.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3072,47 +2302,31 @@ "id": "xy12-52", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Regeneration", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 60 damage from this Pokémon." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -3124,17 +2338,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "52", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3148,13 +2357,9 @@ "id": "xy12-53", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Neutral Shield", @@ -3165,10 +2370,7 @@ "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3180,17 +2382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "So rare that it is still said to be a mirage by many experts. Only a few people have seen it worldwide.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3204,22 +2402,14 @@ "id": "xy12-54", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -3231,17 +2421,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It burrows and lives underground. If threatened, it curls itself up into a ball for protection.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3255,16 +2441,10 @@ "id": "xy12-55", "name": "Diglett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Dugtrio" - ], + "types": ["Fighting"], + "evolvesTo": ["Dugtrio"], "abilities": [ { "name": "Submerge", @@ -3275,10 +2455,7 @@ "attacks": [ { "name": "Dig Through", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3290,17 +2467,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Keiji Kinebuchi", "rarity": "Common", "flavorText": "It burrows through the ground at a shallow depth. It leaves raised earth in its wake, making it easy to spot.", - "nationalPokedexNumbers": [ - 50 - ], + "nationalPokedexNumbers": [50], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3314,32 +2487,21 @@ "id": "xy12-56", "name": "Dugtrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Diglett", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Earthquake", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3351,17 +2513,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Keiji Kinebuchi", "rarity": "Rare", "flavorText": "In battle, it digs through the ground and strikes the unsuspecting foe from an unexpected direction.", - "nationalPokedexNumbers": [ - 51 - ], + "nationalPokedexNumbers": [51], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3375,23 +2533,14 @@ "id": "xy12-57", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3403,18 +2552,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its whole body is composed of muscles. Even though it's the size of a human child, it can hurl 100 grown-ups.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3428,35 +2572,22 @@ "id": "xy12-58", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Karate Chop", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60-", "text": "This attack does 60 damage minus 10 damage for each damage counter on this Pokémon." }, { "name": "Submission", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 20 damage to itself." @@ -3468,18 +2599,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Ken Sugimori", "rarity": "Uncommon", "flavorText": "Its formidable body never gets tired. It helps people by doing work such as the moving of heavy goods.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3493,13 +2619,9 @@ "id": "xy12-59", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -3511,11 +2633,7 @@ "attacks": [ { "name": "Seismic Toss", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "120", "text": "" @@ -3527,18 +2645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its four ruggedly developed arms can launch a flurry of 1,000 punches in just two seconds.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3552,13 +2665,9 @@ "id": "xy12-60", "name": "Machamp BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machamp", "rules": [ "BREAK Evolution Rule: Machamp BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -3566,11 +2675,7 @@ "attacks": [ { "name": "Boomerang Lariat", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "During your next turn, this Pokémon's attacks do 100 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance)." @@ -3579,9 +2684,7 @@ "number": "60", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3595,32 +2698,21 @@ "id": "xy12-61", "name": "Onix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Steelix" - ], + "types": ["Fighting"], + "evolvesTo": ["Steelix"], "attacks": [ { "name": "Harden", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." }, { "name": "Rock Throw", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3632,19 +2724,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "Ken Sugimori", "rarity": "Common", "flavorText": "It usually lives underground. It searches for food while boring its way through the ground at 50 miles per hour.", - "nationalPokedexNumbers": [ - 95 - ], + "nationalPokedexNumbers": [95], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3658,30 +2744,20 @@ "id": "xy12-62", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Special Punch", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3693,18 +2769,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "The spirit of a pro boxer has infused this Pokémon. It throws punches that are faster than a bullet train.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3718,33 +2789,21 @@ "id": "xy12-63", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep." }, { "name": "Metronome", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." @@ -3762,17 +2821,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "Its adorable appearance makes it popular as a pet. However, it is rare and difficult to find.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3786,37 +2841,24 @@ "id": "xy12-64", "name": "Pidgeot-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Pidgeot-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Pidgeot-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mirror Move", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon." }, { "name": "Feather Lance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and resistance for Benched Pokémon.)" @@ -3834,16 +2876,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3857,14 +2895,9 @@ "id": "xy12-65", "name": "M Pidgeot-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeot-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3873,11 +2906,7 @@ "attacks": [ { "name": "Mach Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -3898,9 +2927,7 @@ "number": "65", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3914,16 +2941,10 @@ "id": "xy12-66", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "abilities": [ { "name": "Mischievous Fang", @@ -3934,9 +2955,7 @@ "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3948,17 +2967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its fangs are long and very sharp. They grow continuously, so it gnaws on hard things to whittle them down.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3972,29 +2987,21 @@ "id": "xy12-67", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "attacks": [ { "name": "Crunch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Shadowy Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60×", "text": "This attack does 60 damage times the number of Special Energy cards in your opponent's discard pile." @@ -4006,17 +3013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "Its rear feet have three toes each. They are webbed, enabling it to swim across rivers.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4030,33 +3033,21 @@ "id": "xy12-68", "name": "Farfetch'd", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Sirfetch'd" - ], + "types": ["Colorless"], + "evolvesTo": ["Sirfetch'd"], "attacks": [ { "name": "Leek Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50", "text": "This Pokémon can't use Leek Slap during your next turn." }, { "name": "Pot Smash", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4074,17 +3065,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Ken Sugimori", "rarity": "Rare", "flavorText": "It always walks about with a plant stalk clamped in its beak. The stalk is used for building its nest.", - "nationalPokedexNumbers": [ - 83 - ], + "nationalPokedexNumbers": [83], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4098,22 +3085,14 @@ "id": "xy12-69", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -4131,17 +3110,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "A two-headed Pokémon that was discovered as a sudden mutation. It runs at a pace of over 60 miles per hour.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4155,35 +3130,21 @@ "id": "xy12-70", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Scrunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This Pokémon does 80 damage to itself." @@ -4195,19 +3156,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "70", "artist": "Ken Sugimori", "rarity": "Rare Holo", "flavorText": "It lays several eggs a day. The eggs are apparently rich in nutrients and extremely delicious.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4221,22 +3176,14 @@ "id": "xy12-71", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Conversion 3", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. The Defending Pokémon's Weakness is now that type until the end of your next turn. (The amount of Weakness doesn't change.)" @@ -4248,17 +3195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Tomoaki Imakuni", "rarity": "Uncommon", "flavorText": "Using the most advanced technologies, scientists finally succeeded in making the first artificial Pokémon.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4272,14 +3215,9 @@ "id": "xy12-72", "name": "Dragonite-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4293,12 +3231,7 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -4316,18 +3249,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "72", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4341,9 +3268,7 @@ "id": "xy12-73", "name": "Blastoise Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Blastoise-EX.", @@ -4365,9 +3290,7 @@ "id": "xy12-74", "name": "Brock's Grit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4388,9 +3311,7 @@ "id": "xy12-75", "name": "Charizard Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Charizard-EX.", @@ -4412,9 +3333,7 @@ "id": "xy12-76", "name": "Devolution Spray", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Devolve 1 of your evolved Pokémon and put the highest Stage Evolution card on it into your hand. (That Pokémon can't evolve this turn.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4435,9 +3354,7 @@ "id": "xy12-77", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4459,9 +3376,7 @@ "id": "xy12-78", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4483,9 +3398,7 @@ "id": "xy12-79", "name": "Maintenance", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 cards from your hand into your deck. (If you can't shuffle 2 cards into your deck, you can't play this card.) Then, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4506,9 +3419,7 @@ "id": "xy12-80", "name": "Misty's Determination", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4529,9 +3440,7 @@ "id": "xy12-81", "name": "Pidgeot Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Pidgeot-EX.", @@ -4553,9 +3462,7 @@ "id": "xy12-82", "name": "Pokédex", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 5 cards of your deck and put them back in any order.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4576,9 +3483,7 @@ "id": "xy12-83", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4600,9 +3505,7 @@ "id": "xy12-84", "name": "Professor Oak's Hint", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have 7 cards in your hand. Your turn ends.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4623,9 +3526,7 @@ "id": "xy12-85", "name": "Revive", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Basic Pokémon from your discard pile onto your Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4646,9 +3547,7 @@ "id": "xy12-86", "name": "Slowbro Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Slowbro-EX.", @@ -4670,9 +3569,7 @@ "id": "xy12-87", "name": "Super Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 60 damage from 1 of your Pokémon. If you do, discard an Energy attached to that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4693,9 +3590,7 @@ "id": "xy12-88", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4717,9 +3612,7 @@ "id": "xy12-89", "name": "Venusaur Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Venusaur-EX.", @@ -4741,12 +3634,8 @@ "id": "xy12-90", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "90", "artist": "Keiji Kinebuchi", "rarity": "Uncommon", @@ -4763,9 +3652,7 @@ "id": "xy12-91", "name": "Grass Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "91", "rarity": "Common", "legalities": { @@ -4782,9 +3669,7 @@ "id": "xy12-92", "name": "Fire Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "92", "rarity": "Common", "legalities": { @@ -4801,9 +3686,7 @@ "id": "xy12-93", "name": "Water Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "93", "rarity": "Common", "legalities": { @@ -4820,9 +3703,7 @@ "id": "xy12-94", "name": "Lightning Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "94", "rarity": "Common", "legalities": { @@ -4839,9 +3720,7 @@ "id": "xy12-95", "name": "Psychic Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "95", "rarity": "Common", "legalities": { @@ -4858,9 +3737,7 @@ "id": "xy12-96", "name": "Fighting Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "96", "rarity": "Common", "legalities": { @@ -4877,9 +3754,7 @@ "id": "xy12-97", "name": "Darkness Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "97", "rarity": "Common", "legalities": { @@ -4896,9 +3771,7 @@ "id": "xy12-98", "name": "Metal Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "98", "rarity": "Common", "legalities": { @@ -4915,9 +3788,7 @@ "id": "xy12-99", "name": "Fairy Energy", "supertype": "Energy", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "number": "99", "rarity": "Common", "legalities": { @@ -4933,14 +3804,9 @@ "id": "xy12-100", "name": "M Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venusaur-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4949,12 +3815,7 @@ "attacks": [ { "name": "Crisis Vine", - "cost": [ - "Grass", - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -4966,19 +3827,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4992,14 +3846,9 @@ "id": "xy12-101", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5008,13 +3857,7 @@ "attacks": [ { "name": "Crimson Dive", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "This Pokémon does 50 damage to itself." @@ -5026,16 +3869,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5049,14 +3888,9 @@ "id": "xy12-102", "name": "M Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Blastoise-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5065,11 +3899,7 @@ "attacks": [ { "name": "Hydro Bombard", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5081,18 +3911,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "102", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5106,47 +3930,31 @@ "id": "xy12-103", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Energy Absorption", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Regeneration", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 60 damage from this Pokémon." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -5158,17 +3966,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5182,37 +3985,24 @@ "id": "xy12-104", "name": "Pidgeot-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Pidgeot-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Pidgeot-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mirror Move", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If this Pokémon was damaged by an attack during your opponent's last turn, this attack does the same amount of damage to your opponent's Active Pokémon." }, { "name": "Feather Lance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and resistance for Benched Pokémon.)" @@ -5230,16 +4020,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "104", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5253,14 +4039,9 @@ "id": "xy12-105", "name": "M Pidgeot-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeot-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5269,11 +4050,7 @@ "attacks": [ { "name": "Mach Cyclone", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -5294,9 +4071,7 @@ "number": "105", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5310,14 +4085,9 @@ "id": "xy12-106", "name": "Dragonite-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5331,12 +4101,7 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -5354,18 +4119,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5379,9 +4138,7 @@ "id": "xy12-107", "name": "Brock's Grit", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle 6 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5402,9 +4159,7 @@ "id": "xy12-108", "name": "Misty's Determination", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5425,21 +4180,14 @@ "id": "xy12-109", "name": "ナッシー[Exeggutor]", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "タマタマ[Exeggcute]", "attacks": [ { "name": "ふみつけ[Stomp]", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "コインを1回投げオモテなら、10ダメージを追加。 Flip a coin. If heads, this attack does 10 more damage." @@ -5451,18 +4199,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Dr.Ooyama", "rarity": "Rare Secret", "flavorText": "Dr.オーヤマ考案「日米交流カード」パーティ気分で和洋せっちゅう。", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5476,33 +4219,21 @@ "id": "xy12-110", "name": "Flying Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Fly", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -5514,17 +4245,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "By learning how to fly, Pikachu overcame its weakness to Fighting Pokémon.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5538,23 +4265,14 @@ "id": "xy12-111", "name": "Surfing Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Surf", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5566,17 +4284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Toshinao Aoki", "rarity": "Rare Secret", "flavorText": "One summer, a group of Pikachu was found riding the waves at the local beach.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5590,16 +4304,10 @@ "id": "xy12-112", "name": "Imakuni?'s Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "rules": [ - "(This card cannot be used at official tournaments.)" - ], + "types": ["Colorless"], + "rules": ["(This card cannot be used at official tournaments.)"], "abilities": [ { "name": "Frenzied Escape", @@ -5610,10 +4318,7 @@ "attacks": [ { "name": "Harmonize", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "From the moment you use this attack, you must begin to sing a song. (While the song is being sung, the game continues.) When the song is finished, this attack does 30 damage." @@ -5634,9 +4339,7 @@ "number": "112", "artist": "Imakuni?", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5650,9 +4353,7 @@ "id": "xy12-113", "name": "Here Comes Team Rocket!", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player turns all of his or her Prize cards face up. (Those Prize cards remain face up for the rest of the game.)", "You may play only 1 Supporter card during your turn (before your attack)." diff --git a/cards/en/xy2.json b/cards/en/xy2.json index 06ffe667c..92493f489 100644 --- a/cards/en/xy2.json +++ b/cards/en/xy2.json @@ -3,16 +3,10 @@ "id": "xy2-1", "name": "Caterpie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Metapod" - ], + "types": ["Grass"], + "evolvesTo": ["Metapod"], "abilities": [ { "name": "Adaptive Evolution", @@ -23,9 +17,7 @@ "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -37,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "For protection, it releases a horrible stench from the antennae on its head to drive away enemies.", - "nationalPokedexNumbers": [ - 10 - ], + "nationalPokedexNumbers": [10], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -61,17 +49,11 @@ "id": "xy2-2", "name": "Metapod", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Caterpie", - "evolvesTo": [ - "Butterfree" - ], + "evolvesTo": ["Butterfree"], "abilities": [ { "name": "Adaptive Evolution", @@ -82,10 +64,7 @@ "attacks": [ { "name": "Harden", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." @@ -97,18 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "A steel-hard shell protects its tender body. It quietly endures hardships while awaiting evolution.", - "nationalPokedexNumbers": [ - 11 - ], + "nationalPokedexNumbers": [11], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -122,31 +96,21 @@ "id": "xy2-3", "name": "Butterfree", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Metapod", "attacks": [ { "name": "Quiver Dance", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to this Pokémon. Shuffle your deck afterward. If you attached Energy in this way, heal 40 damage from this Pokémon." }, { "name": "Gust", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -164,17 +128,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "sui", "rarity": "Rare", "flavorText": "It loves the honey of flowers and can locate flower patches that have even tiny amounts of pollen.", - "nationalPokedexNumbers": [ - 12 - ], + "nationalPokedexNumbers": [12], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -188,23 +148,14 @@ "id": "xy2-4", "name": "Pineco", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Forretress" - ], + "types": ["Grass"], + "evolvesTo": ["Forretress"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -216,18 +167,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It likes to make its shell thicker by adding layers of tree bark. The additional weight doesn't bother it.", - "nationalPokedexNumbers": [ - 204 - ], + "nationalPokedexNumbers": [204], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -241,22 +187,14 @@ "id": "xy2-5", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." @@ -268,17 +206,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It attaches itself to a tree branch using the top of its head. Strong winds can sometimes make it fall.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -292,34 +226,22 @@ "id": "xy2-6", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Cut", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -331,17 +253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "The sound of its grass flute makes its listeners uneasy. It lives deep in forests.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -355,13 +273,9 @@ "id": "xy2-7", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "abilities": [ { @@ -373,11 +287,7 @@ "attacks": [ { "name": "Deranged Dance", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the number of Benched Pokémon (both yours and your opponent's)." @@ -389,18 +299,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "A Pokémon that was feared as a forest guardian. It can read the foe's mind and take preemptive action.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -414,32 +319,21 @@ "id": "xy2-8", "name": "Roselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Roserade" - ], + "types": ["Grass"], + "evolvesTo": ["Roserade"], "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep." }, { "name": "Cut", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -451,17 +345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "kirisAki", "rarity": "Common", "flavorText": "It uses the different poisons in each hand separately when it attacks. The stronger its aroma, the healthier it is.", - "nationalPokedexNumbers": [ - 315 - ], + "nationalPokedexNumbers": [315], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -475,31 +365,21 @@ "id": "xy2-9", "name": "Roserade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Roselia", "attacks": [ { "name": "Whiplash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Mega Drain", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 20 damage from this Pokémon." @@ -511,17 +391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Luring prey with a sweet scent, it uses poison whips on its arms to poison, bind, and finish off the prey.", - "nationalPokedexNumbers": [ - 407 - ], + "nationalPokedexNumbers": [407], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -535,29 +411,20 @@ "id": "xy2-10", "name": "Maractus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Exciting Shake", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, flip 6 coins instead of 2 for this Pokémon's Prickly Needles attack." }, { "name": "Prickly Needles", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -569,17 +436,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "match", "rarity": "Uncommon", "flavorText": "It uses an up-tempo song and dance to drive away the bird Pokémon that prey on its flower seeds.", - "nationalPokedexNumbers": [ - 556 - ], + "nationalPokedexNumbers": [556], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -593,38 +456,24 @@ "id": "xy2-11", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 3 basic Energy cards and attach them to this Pokémon. Shuffle your deck afterward." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -636,17 +485,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -660,40 +504,24 @@ "id": "xy2-12", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Combustion Blast", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't use Combustion Blast during your next turn." @@ -705,17 +533,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -729,14 +552,9 @@ "id": "xy2-13", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -745,13 +563,7 @@ "attacks": [ { "name": "Crimson Dive", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "This Pokémon does 50 damage to itself." @@ -763,16 +575,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -786,32 +594,21 @@ "id": "xy2-14", "name": "Ponyta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Rapidash" - ], + "types": ["Fire"], + "evolvesTo": ["Rapidash"], "attacks": [ { "name": "Agility", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Flame Tail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -823,17 +620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "As a newborn, it can barely stand. However, through galloping, its legs are made tougher and faster.", - "nationalPokedexNumbers": [ - 77 - ], + "nationalPokedexNumbers": [77], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -847,30 +640,21 @@ "id": "xy2-15", "name": "Rapidash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ponyta", "attacks": [ { "name": "Agility", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Overrun", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -886,9 +670,7 @@ "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Very competitive, this Pokémon will chase anything that moves fast in the hopes of racing it.", - "nationalPokedexNumbers": [ - 78 - ], + "nationalPokedexNumbers": [78], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -902,30 +684,20 @@ "id": "xy2-16", "name": "Torkoal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Live Coal", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, discard an Energy attached to this Pokémon." @@ -937,18 +709,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "You find abandoned coal mines full of them. They dig tirelessly in search of coal.", - "nationalPokedexNumbers": [ - 324 - ], + "nationalPokedexNumbers": [324], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -962,23 +729,15 @@ "id": "xy2-17", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -996,17 +755,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "From its beak, it expels embers that set the tall grass on fire. Then it pounces on the bewildered prey that pop out of the grass.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1020,24 +775,14 @@ "id": "xy2-18", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1049,18 +794,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The stronger the opponent it faces, the more heat surges from its mane and the more power flows through its body.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1074,23 +814,14 @@ "id": "xy2-19", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Fire Mane", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1102,17 +833,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "5ban Graphics", "rarity": "Common", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1126,13 +852,9 @@ "id": "xy2-20", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "abilities": [ { @@ -1144,11 +866,7 @@ "attacks": [ { "name": "Scorching Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -1160,18 +878,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The male with the largest mane of fire is the leader of the pride.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1185,13 +898,9 @@ "id": "xy2-21", "name": "Qwilfish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Counterattack Quills", @@ -1202,10 +911,7 @@ "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -1217,17 +923,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "To fire its poison spikes, it must inflate its body by drinking over 2.6 gallons of water all at once.", - "nationalPokedexNumbers": [ - 211 - ], + "nationalPokedexNumbers": [211], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1241,22 +943,14 @@ "id": "xy2-22", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this attack does nothing." @@ -1268,17 +962,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It eats anything, so it can even live in polluted streams and lakes. No one pays any attention to it.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1292,13 +982,9 @@ "id": "xy2-23", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -1310,11 +996,7 @@ "attacks": [ { "name": "Waterfall", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1326,18 +1008,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Milotic is breathtakingly beautiful. Those that see it are said to forget their combative spirits.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -1351,23 +1028,14 @@ "id": "xy2-24", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Ice Ball", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1379,18 +1047,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They can't swim well yet, and they move much faster by rolling. When they're happy they clap fins.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1404,35 +1067,22 @@ "id": "xy2-25", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Rest", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 60 damage from this Pokémon. This Pokémon is now Asleep." }, { "name": "Ice Ball", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1444,19 +1094,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "It has a very sensitive nose. It touches new things with its nose to examine them.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1470,34 +1114,21 @@ "id": "xy2-26", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Big Tusk", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120-", "text": "This attack does 120 damage minus 10 damage for each damage counter on this Pokémon." @@ -1509,20 +1140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It shatters ice with its big tusks. Its thick blubber repels not only the cold, but also enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1536,29 +1160,20 @@ "id": "xy2-27", "name": "Luvdisc", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Heart Wink", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent can't draw a card at the beginning of his or her next turn." }, { "name": "Spike Draw", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Draw a card." @@ -1570,17 +1185,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "It lives in warm seas. It is said that a couple finding this Pokémon will be blessed with eternal love.", - "nationalPokedexNumbers": [ - 370 - ], + "nationalPokedexNumbers": [370], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1594,32 +1205,21 @@ "id": "xy2-28", "name": "Buizel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Floatzel" - ], + "types": ["Water"], + "evolvesTo": ["Floatzel"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1631,17 +1231,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "sui", "rarity": "Common", "flavorText": "It swims by rotating its two tails like a screw. When it dives, its flotation sac collapses.", - "nationalPokedexNumbers": [ - 418 - ], + "nationalPokedexNumbers": [418], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1655,30 +1251,21 @@ "id": "xy2-29", "name": "Floatzel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Buizel", "attacks": [ { "name": "Rescue", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 3 Pokémon from your discard pile into your deck." }, { "name": "Screw Tail", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -1690,17 +1277,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "It floats using its well-developed flotation sac. It assists in the rescues of drowning people.", - "nationalPokedexNumbers": [ - 419 - ], + "nationalPokedexNumbers": [419], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1714,33 +1297,21 @@ "id": "xy2-30", "name": "Bergmite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Avalugg" - ], + "types": ["Water"], + "evolvesTo": ["Avalugg"], "attacks": [ { "name": "Stomp Off", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Tackle", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1752,18 +1323,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "30", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It blocks opponents' attacks with the ice that shields its body. It uses cold air to repair any cracks with new ice.", - "nationalPokedexNumbers": [ - 712 - ], + "nationalPokedexNumbers": [712], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1777,34 +1343,21 @@ "id": "xy2-31", "name": "Avalugg", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Bergmite", "attacks": [ { "name": "Frost Barrier", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Shatter", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Discard any Stadium card in play." @@ -1816,20 +1369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "31", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its ice-covered body is as hard as steel. Its cumbersome frame crushes anything that stands in its way.", - "nationalPokedexNumbers": [ - 713 - ], + "nationalPokedexNumbers": [713], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1843,32 +1389,21 @@ "id": "xy2-32", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Paralyzing Gaze", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1886,17 +1421,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "The extension and contraction of its muscles generates electricity. It glows when in trouble.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1910,34 +1441,22 @@ "id": "xy2-33", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Bite", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Electricounter", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "This attack does 40 damage times the number of Prize cards your opponent has taken." @@ -1955,17 +1474,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "Its claws loose electricity with enough amperage to cause fainting. They live in small groups.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1979,32 +1494,21 @@ "id": "xy2-34", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Fang Snipe", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Your opponent reveals his or her hand. Discard a Trainer card you find there." }, { "name": "Wild Charge", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -2022,17 +1526,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "When its eyes gleam gold, it can spot hiding prey–even those taking shelter behind a wall.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2046,35 +1546,23 @@ "id": "xy2-35", "name": "Magnezone-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Dual Bullet", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -2092,18 +1580,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2117,32 +1599,21 @@ "id": "xy2-36", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Pound", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Destructive Beam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -2160,17 +1631,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2184,31 +1651,21 @@ "id": "xy2-37", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Parabolic Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2226,17 +1683,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2250,31 +1703,21 @@ "id": "xy2-38", "name": "Duskull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dusclops" - ], + "types": ["Psychic"], + "evolvesTo": ["Dusclops"], "attacks": [ { "name": "Revival", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Basic Pokémon from your opponent's discard pile onto his or her Bench." }, { "name": "Sneaky Placement", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -2292,17 +1735,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "match", "rarity": "Common", "flavorText": "It doggedly pursues its prey wherever it goes. However, the chase is abandoned at sunrise.", - "nationalPokedexNumbers": [ - 355 - ], + "nationalPokedexNumbers": [355], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2316,34 +1755,22 @@ "id": "xy2-39", "name": "Dusclops", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Duskull", - "evolvesTo": [ - "Dusknoir" - ], + "evolvesTo": ["Dusknoir"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Cursed Drop", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." @@ -2361,18 +1788,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Anyone who dares peer into its body to see its spectral ball of fire will have their spirit stolen away.", - "nationalPokedexNumbers": [ - 356 - ], + "nationalPokedexNumbers": [356], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2386,13 +1808,9 @@ "id": "xy2-40", "name": "Dusknoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Dusclops", "abilities": [ { @@ -2404,11 +1822,7 @@ "attacks": [ { "name": "Pain Pellets", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put damage counters on 1 of your opponent's Pokémon equal to the number of damage counters on this Pokémon." @@ -2426,19 +1840,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Suwama Chiaki", "rarity": "Rare Holo", "flavorText": "It is said to take lost spirits into its pliant body and guide them home.", - "nationalPokedexNumbers": [ - 477 - ], + "nationalPokedexNumbers": [477], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2452,35 +1860,23 @@ "id": "xy2-41", "name": "Toxicroak-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Smash Uppercut", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -2492,16 +1888,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2515,32 +1907,21 @@ "id": "xy2-42", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fake Out", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2552,17 +1933,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The organ that emits its intense psychic power is sheltered by its ears to keep power from leaking out.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2576,31 +1953,21 @@ "id": "xy2-43", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Ear Influence", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60+", "text": "Does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -2612,17 +1979,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck into dust.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2636,22 +1999,14 @@ "id": "xy2-44", "name": "Skrelp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dragalge" - ], + "types": ["Psychic"], + "evolvesTo": ["Dragalge"], "attacks": [ { "name": "Spit Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -2663,17 +2018,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Camouflaged as rotten kelp, they spray liquid poison on prey that approaches unawares and then finish it off.", - "nationalPokedexNumbers": [ - 690 - ], + "nationalPokedexNumbers": [690], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2687,32 +2038,21 @@ "id": "xy2-45", "name": "Geodude", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Graveler" - ], + "types": ["Fighting"], + "evolvesTo": ["Graveler"], "attacks": [ { "name": "Rollout", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flail", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on this Pokémon." @@ -2724,18 +2064,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "MAHOU", "rarity": "Common", "flavorText": "Found in fields and mountains. Mistaking them for boulders, people often step or trip on them.", - "nationalPokedexNumbers": [ - 74 - ], + "nationalPokedexNumbers": [74], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2749,37 +2084,22 @@ "id": "xy2-46", "name": "Graveler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Geodude", - "evolvesTo": [ - "Golem" - ], + "evolvesTo": ["Golem"], "attacks": [ { "name": "Double-Edge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This Pokémon does 20 damage to itself." }, { "name": "Rollout", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -2791,19 +2111,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "46", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "With a free and uncaring nature, it doesn't mind if pieces break off while it rolls down mountains.", - "nationalPokedexNumbers": [ - 75 - ], + "nationalPokedexNumbers": [75], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2817,34 +2131,21 @@ "id": "xy2-47", "name": "Golem", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Graveler", "attacks": [ { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Explosion", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon does 100 damage to itself." @@ -2856,19 +2157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It tumbles down mountains, leaving grooves from peak to base. Stay clear of these grooves.", - "nationalPokedexNumbers": [ - 76 - ], + "nationalPokedexNumbers": [76], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2882,23 +2177,14 @@ "id": "xy2-48", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Fighting"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2910,19 +2196,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Two Binacle live together on one rock. When they fight, one of them will move to a different rock.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2936,32 +2216,21 @@ "id": "xy2-49", "name": "Barbaracle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Binacle", "attacks": [ { "name": "Rock Rush", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard as many Fighting Energy cards as you like from your hand. This attack does 30 damage times the number of Energy cards you discarded." }, { "name": "Boulder Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -2973,18 +2242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "When they evolve, two Binacle multiply into seven. They fight with the power of seven Binacle.", - "nationalPokedexNumbers": [ - 689 - ], + "nationalPokedexNumbers": [689], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2998,32 +2262,21 @@ "id": "xy2-50", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Flash Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent discards a card from his or her hand." @@ -3041,17 +2294,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "It feeds on eggs stolen from nests. Its sharply hooked claws rip vulnerable spots on prey.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3065,32 +2314,21 @@ "id": "xy2-51", "name": "Sneasel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Weavile" - ], + "types": ["Darkness"], + "evolvesTo": ["Weavile"], "attacks": [ { "name": "Icy Wind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Scratch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3108,17 +2346,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "match", "rarity": "Common", "flavorText": "It feeds on eggs stolen from nests. Its sharply hooked claws rip vulnerable spots on prey.", - "nationalPokedexNumbers": [ - 215 - ], + "nationalPokedexNumbers": [215], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3132,31 +2366,21 @@ "id": "xy2-52", "name": "Weavile", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sneasel", "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Claw Rend", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 30 more damage." @@ -3174,17 +2398,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It lives in snowy regions. It carves patterns in trees with its claws as a signal to others.", - "nationalPokedexNumbers": [ - 461 - ], + "nationalPokedexNumbers": [461], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3198,32 +2418,21 @@ "id": "xy2-53", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Smokescreen", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3241,17 +2450,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It sprays a foul fluid from its rear. Its stench spreads over a mile radius, driving Pokémon away.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3265,33 +2470,21 @@ "id": "xy2-54", "name": "Stunky", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Skuntank" - ], + "types": ["Darkness"], + "evolvesTo": ["Skuntank"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Spray Fluid", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3309,17 +2502,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It sprays a foul fluid from its rear. Its stench spreads over a mile radius, driving Pokémon away.", - "nationalPokedexNumbers": [ - 434 - ], + "nationalPokedexNumbers": [434], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3333,32 +2522,21 @@ "id": "xy2-55", "name": "Skuntank", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Stunky", "attacks": [ { "name": "Push Down", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Acid Spray", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -3376,18 +2554,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It sprays a vile-smelling fluid from the tip of its tail to attack. Its range is over 160 feet.", - "nationalPokedexNumbers": [ - 435 - ], + "nationalPokedexNumbers": [435], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3401,23 +2574,14 @@ "id": "xy2-56", "name": "Sandile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Krokorok" - ], + "types": ["Darkness"], + "evolvesTo": ["Krokorok"], "attacks": [ { "name": "Surprise Attack", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -3435,18 +2599,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It moves along below the sand's surface, except for its nose and eyes. A dark membrane shields its eyes from the sun.", - "nationalPokedexNumbers": [ - 551 - ], + "nationalPokedexNumbers": [551], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3460,34 +2619,22 @@ "id": "xy2-57", "name": "Krokorok", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sandile", - "evolvesTo": [ - "Krookodile" - ], + "evolvesTo": ["Krookodile"], "attacks": [ { "name": "Dark Clamp", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Double Swing", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -3505,18 +2652,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "They live in groups of a few individuals. Protective membranes shield their eyes from sandstorms.", - "nationalPokedexNumbers": [ - 552 - ], + "nationalPokedexNumbers": [552], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3530,23 +2672,14 @@ "id": "xy2-58", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Tail Rap", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -3564,18 +2697,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling it skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3589,32 +2717,21 @@ "id": "xy2-59", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Corner", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Jet Headbutt", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3632,18 +2749,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "59", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "It pulls up its shed skin to protect itself while it kicks. The bigger the crest, the more respected it is.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3657,13 +2769,9 @@ "id": "xy2-60", "name": "Forretress", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Pineco", "abilities": [ { @@ -3675,10 +2783,7 @@ "attacks": [ { "name": "Iron Crash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -3696,19 +2801,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It is encased in a steel shell. Its peering eyes are all that can be seen of its mysterious innards.", - "nationalPokedexNumbers": [ - 205 - ], + "nationalPokedexNumbers": [205], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3722,29 +2821,20 @@ "id": "xy2-61", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Chip Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard cards from your opponent's hand at random until he or she has 4 cards in his or her hand." }, { "name": "X-Scissor", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -3762,17 +2852,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Individuals each play different roles in driving Heatmor, their natural predator, away from their colony.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3786,22 +2872,14 @@ "id": "xy2-62", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." @@ -3819,17 +2897,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It draws out and controls the hidden power of flowers. The flower Flabébé holds is most likely part of its body.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3843,22 +2917,14 @@ "id": "xy2-63", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3876,17 +2942,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It draws out and controls the hidden power of flowers. The flower Flabébé holds is most likely part of its body.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3900,17 +2962,11 @@ "id": "xy2-64", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "abilities": [ { "name": "Flower Veil", @@ -3921,9 +2977,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -3941,17 +2995,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It flutters around fields of flowers and cares for flowers that are starting to wilt. It draws out the hidden power of flowers to battle.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3965,33 +3015,22 @@ "id": "xy2-65", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Petal Blizzard", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Razor Leaf", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4009,17 +3048,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It flutters around fields of flowers and cares for flowers that are starting to wilt. It draws out the hidden power of flowers to battle.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4033,29 +3068,21 @@ "id": "xy2-66", "name": "Florges", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Floette", "attacks": [ { "name": "Brilliant Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 cards and put them into your hand. Shuffle your deck afterward." }, { "name": "Petal Blizzard", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4073,17 +3100,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "It claims exquisite flower gardens as its territory, and it obtains power from basking in the energy emitted by flowering plants.", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4097,32 +3120,21 @@ "id": "xy2-67", "name": "Spritzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Aromatisse" - ], + "types": ["Fairy"], + "evolvesTo": ["Aromatisse"], "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Fickle Attack", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -4140,17 +3152,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It emits a scent that enraptures those who smell it. This fragrance changes depending on what it has eaten.", - "nationalPokedexNumbers": [ - 682 - ], + "nationalPokedexNumbers": [682], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4164,30 +3172,20 @@ "id": "xy2-68", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Crystal Barrier", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Wonder Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 20 more damage for each Fairy Energy attached to this Pokémon." @@ -4205,18 +3203,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Born from temperatures and pressures deep underground, it fires beams from the stone in its head.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4230,14 +3223,9 @@ "id": "xy2-69", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4246,13 +3234,7 @@ "attacks": [ { "name": "Wild Blaze", - "cost": [ - "Fire", - "Fire", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard the top 5 cards of your deck." @@ -4264,18 +3246,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "69", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4289,32 +3265,20 @@ "id": "xy2-70", "name": "Druddigon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage." }, { "name": "Dragon Claw", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -4326,18 +3290,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "Ryota Murayama", "rarity": "Rare Holo", "flavorText": "It races through narrow caves, using its sharp claws to catch prey. The skin on its face is harder than a rock.", - "nationalPokedexNumbers": [ - 621 - ], + "nationalPokedexNumbers": [621], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4351,13 +3310,9 @@ "id": "xy2-71", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Skrelp", "abilities": [ { @@ -4369,11 +3324,7 @@ "attacks": [ { "name": "Poison Breath", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -4385,17 +3336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Their poison is strong enough to eat through the hull of a tanker, and they spit it indiscriminately at anything that enters their territory.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4409,32 +3356,21 @@ "id": "xy2-72", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Gooey", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from this Pokémon." }, { "name": "Tackle", - "cost": [ - "Water", - "Fairy" - ], + "cost": ["Water", "Fairy"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4446,18 +3382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "72", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "The weakest Dragon-type Pokémon, it lives in damp, shady places, so its body doesn't dry out.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4471,34 +3402,22 @@ "id": "xy2-73", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Gooey", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Gentle Slap", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4510,19 +3429,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "73", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It drives away opponents by excreting a sticky liquid that can dissolve anything. Its eyes devolved, so it can't see anything.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4536,13 +3449,9 @@ "id": "xy2-74", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "abilities": [ { @@ -4554,11 +3463,7 @@ "attacks": [ { "name": "Heavy Whip", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -4570,19 +3475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This very friendly Dragon-type Pokémon will hug its beloved Trainer, leaving that Trainer covered in sticky slime.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4596,22 +3495,14 @@ "id": "xy2-75", "name": "Pidgey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Pidgeotto" - ], + "types": ["Colorless"], + "evolvesTo": ["Pidgeotto"], "attacks": [ { "name": "Peck Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon." @@ -4629,17 +3520,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "A common sight in forests and woods. It flaps its wings at ground level to kick up blinding sand.", - "nationalPokedexNumbers": [ - 16 - ], + "nationalPokedexNumbers": [16], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4653,33 +3540,22 @@ "id": "xy2-76", "name": "Pidgeotto", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgey", - "evolvesTo": [ - "Pidgeot" - ], + "evolvesTo": ["Pidgeot"], "attacks": [ { "name": "Sand-Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4697,17 +3573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "The claws on its feet are well developed. It can carry prey such as an Exeggcute to its nest over 60 miles away.", - "nationalPokedexNumbers": [ - 17 - ], + "nationalPokedexNumbers": [17], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4721,32 +3593,21 @@ "id": "xy2-77", "name": "Pidgeot", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidgeotto", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Strong Gust", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, this Pokémon's Strong Gust attack does 60 more damage (before applying Weakness and Resistance)." @@ -4764,17 +3625,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "kawayoo", "rarity": "Rare", "flavorText": "When hunting, it skims the surface of water at high speed to pick off unwary prey such as Magikarp.", - "nationalPokedexNumbers": [ - 18 - ], + "nationalPokedexNumbers": [18], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4788,37 +3645,24 @@ "id": "xy2-78", "name": "Kangaskhan-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Kangaskhan-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Kangaskhan-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Kindred Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4830,18 +3674,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4855,14 +3693,9 @@ "id": "xy2-79", "name": "M Kangaskhan-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Kangaskhan-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4871,11 +3704,7 @@ "attacks": [ { "name": "Wham Bam Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -4887,18 +3716,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "79", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4912,13 +3735,9 @@ "id": "xy2-80", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Stir and Snooze", @@ -4929,12 +3748,7 @@ "attacks": [ { "name": "Sleepy Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Heal 20 damage from this Pokémon. This Pokémon is now Asleep." @@ -4946,20 +3760,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "80", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4973,32 +3780,21 @@ "id": "xy2-81", "name": "Sentret", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Furret" - ], + "types": ["Colorless"], + "evolvesTo": ["Furret"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5010,17 +3806,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Mizue", "rarity": "Common", "flavorText": "When acting as a lookout, it warns others of danger by screeching and hitting the ground with its tail.", - "nationalPokedexNumbers": [ - 161 - ], + "nationalPokedexNumbers": [161], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5034,30 +3826,21 @@ "id": "xy2-82", "name": "Furret", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Sentret", "attacks": [ { "name": "Buried Treasure Hunt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and put 2 of them into your hand. Discard the other cards." }, { "name": "Slam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -5069,17 +3852,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The mother puts its offspring to sleep by curling up around them. It corners foes with speed.", - "nationalPokedexNumbers": [ - 162 - ], + "nationalPokedexNumbers": [162], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5093,30 +3872,20 @@ "id": "xy2-83", "name": "Miltank", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Powerful Friends", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If you have any Stage 2 Pokémon on your Bench, this attack does 70 more damage." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5128,18 +3897,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "83", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "If it is around babies, the milk it produces contains much more nutrition than usual.", - "nationalPokedexNumbers": [ - 241 - ], + "nationalPokedexNumbers": [241], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5153,23 +3917,14 @@ "id": "xy2-84", "name": "Buneary", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lopunny" - ], + "types": ["Colorless"], + "evolvesTo": ["Lopunny"], "attacks": [ { "name": "Bounce", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -5181,17 +3936,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its ears are always rolled up. They can be forcefully extended to shatter even a large boulder.", - "nationalPokedexNumbers": [ - 427 - ], + "nationalPokedexNumbers": [427], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5205,13 +3956,9 @@ "id": "xy2-85", "name": "Lopunny", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Buneary", "abilities": [ { @@ -5223,11 +3970,7 @@ "attacks": [ { "name": "Sitdown Bounce", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -5239,17 +3982,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "Extremely cautious, it quickly bounds off when it senses danger.", - "nationalPokedexNumbers": [ - 428 - ], + "nationalPokedexNumbers": [428], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5263,22 +4002,14 @@ "id": "xy2-86", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -5296,17 +4027,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5320,31 +4047,20 @@ "id": "xy2-87", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5356,17 +4072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5380,9 +4092,7 @@ "id": "xy2-88", "name": "Blacksmith", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach 2 Fire Energy cards from your discard pile to 1 of your Fire Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5403,9 +4113,7 @@ "id": "xy2-88a", "name": "Blacksmith", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Attach 2 Fire Energy cards from your discard pile to 1 of your Fire Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5426,9 +4134,7 @@ "id": "xy2-89", "name": "Fiery Torch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Fire Energy card from your hand. (If you can't discard a Fire Energy card, you can't play this card.) Draw 2 cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5449,9 +4155,7 @@ "id": "xy2-90", "name": "Lysandre", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5472,9 +4176,7 @@ "id": "xy2-91", "name": "Magnetic Storm", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Pokémon in play has no Resistance.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5495,9 +4197,7 @@ "id": "xy2-92", "name": "Pal Pad", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 Supporter cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5519,9 +4219,7 @@ "id": "xy2-93", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5543,9 +4241,7 @@ "id": "xy2-94", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5566,9 +4262,7 @@ "id": "xy2-95", "name": "Protection Cube", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Prevent all damage done to the Pokémon this card is attached to by attacks it uses.", @@ -5590,9 +4284,7 @@ "id": "xy2-96", "name": "Sacred Ash", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 5 Pokémon from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5613,9 +4305,7 @@ "id": "xy2-97", "name": "Startling Megaphone", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard all Pokémon Tool cards attached to each of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5636,9 +4326,7 @@ "id": "xy2-98", "name": "Trick Shovel", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top card of either player's deck. You may discard that card or return it to the top of the deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5659,9 +4347,7 @@ "id": "xy2-99", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5682,38 +4368,24 @@ "id": "xy2-100", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 3 basic Energy cards and attach them to this Pokémon. Shuffle your deck afterward." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -5725,17 +4397,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5749,35 +4416,23 @@ "id": "xy2-101", "name": "Magnezone-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Dual Bullet", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 2 of your opponent's Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -5795,18 +4450,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "101", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5820,35 +4469,23 @@ "id": "xy2-102", "name": "Toxicroak-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Poison", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Smash Uppercut", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -5860,16 +4497,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 454 - ], + "nationalPokedexNumbers": [454], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5883,37 +4516,24 @@ "id": "xy2-103", "name": "Kangaskhan-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Kangaskhan-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Kangaskhan-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Triple Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards." }, { "name": "Kindred Kick", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -5925,18 +4545,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5950,9 +4564,7 @@ "id": "xy2-104", "name": "Lysandre", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5973,9 +4585,7 @@ "id": "xy2-105", "name": "Pokémon Center Lady", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Heal 60 damage and remove all Special Conditions from 1 of your Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5996,9 +4606,7 @@ "id": "xy2-106", "name": "Pokémon Fan Club", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 Basic Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6019,14 +4627,9 @@ "id": "xy2-107", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6035,13 +4638,7 @@ "attacks": [ { "name": "Crimson Dive", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "This Pokémon does 50 damage to itself." @@ -6053,16 +4650,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6076,14 +4669,9 @@ "id": "xy2-108", "name": "M Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Charizard-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6092,13 +4680,7 @@ "attacks": [ { "name": "Wild Blaze", - "cost": [ - "Fire", - "Fire", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard the top 5 cards of your deck." @@ -6110,18 +4692,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6135,14 +4711,9 @@ "id": "xy2-109", "name": "M Kangaskhan-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Kangaskhan-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6151,11 +4722,7 @@ "attacks": [ { "name": "Wham Bam Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -6167,18 +4734,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "109", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 115 - ], + "nationalPokedexNumbers": [115], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy3.json b/cards/en/xy3.json index 19880f1d2..c8894d202 100644 --- a/cards/en/xy3.json +++ b/cards/en/xy3.json @@ -3,32 +3,21 @@ "id": "xy3-1", "name": "Bellsprout", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Weepinbell" - ], + "types": ["Grass"], + "evolvesTo": ["Weepinbell"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knock Off", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard a random card from your opponent's hand." @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Even though its body is extremely skinny, it is blindingly fast when catching its prey.", - "nationalPokedexNumbers": [ - 69 - ], + "nationalPokedexNumbers": [69], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,35 +49,22 @@ "id": "xy3-2", "name": "Weepinbell", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bellsprout", - "evolvesTo": [ - "Victreebel" - ], + "evolvesTo": ["Victreebel"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Spit Poison", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -104,18 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "The leafy parts act as cutters for slashing foes. It spits a fluid that dissolves everything.", - "nationalPokedexNumbers": [ - 70 - ], + "nationalPokedexNumbers": [70], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -129,13 +96,9 @@ "id": "xy3-3", "name": "Victreebel", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weepinbell", "abilities": [ { @@ -147,11 +110,7 @@ "attacks": [ { "name": "Spiral Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from this Pokémon." @@ -163,18 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "Said to live in huge colonies deep in jungles, although no one has ever returned from there.", - "nationalPokedexNumbers": [ - 71 - ], + "nationalPokedexNumbers": [71], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -188,38 +142,24 @@ "id": "xy3-4", "name": "Heracross-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Heracross-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Heracross-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Guard Press", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Giga Power", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself. | When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." @@ -231,18 +171,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -256,14 +190,9 @@ "id": "xy3-5", "name": "M Heracross-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Heracross-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -272,11 +201,7 @@ "attacks": [ { "name": "Big Bang Horn", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180-", "text": "This attack does 180 damage minus 10 damage for each damage counter on this Pokémon." @@ -288,18 +213,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "5", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -313,22 +232,14 @@ "id": "xy3-6", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -340,17 +251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It prefers damp places. By day it remains still in the forest shade. It releases toxic powder from its head.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -364,31 +271,21 @@ "id": "xy3-7", "name": "Leafeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Soothing Scent", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage and heal 30 damage from this Pokémon." @@ -400,17 +297,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "When you see Leafeon asleep in a patch of sunshine, you'll know it is using photosynthesis to produce clean air.", - "nationalPokedexNumbers": [ - 470 - ], + "nationalPokedexNumbers": [470], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -424,22 +317,14 @@ "id": "xy3-8", "name": "Shelmet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Accelgor" - ], + "types": ["Grass"], + "evolvesTo": ["Accelgor"], "attacks": [ { "name": "Jump On", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -451,19 +336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "8", "artist": "sui", "rarity": "Common", "flavorText": "When it and Karrablast are together, and both receive electrical stimulation, they both evolve.", - "nationalPokedexNumbers": [ - 616 - ], + "nationalPokedexNumbers": [616], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -477,30 +356,21 @@ "id": "xy3-9", "name": "Accelgor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shelmet", "attacks": [ { "name": "Raid", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon evolved from Shelmet during this turn, this attack does 40 more damage." }, { "name": "Afterimage Strike", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If any damage is done to this Pokémon by attacks during your opponent's next turn, flip a coin. If heads, prevent that damage." @@ -516,9 +386,7 @@ "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Having removed its heavy shell, it becomes very light and can fight with ninja-like movements.", - "nationalPokedexNumbers": [ - 617 - ], + "nationalPokedexNumbers": [617], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -532,32 +400,21 @@ "id": "xy3-10", "name": "Magmar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magmortar" - ], + "types": ["Fire"], + "evolvesTo": ["Magmortar"], "attacks": [ { "name": "Ram", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to this Pokémon." @@ -569,18 +426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "MAHOU", "rarity": "Common", "flavorText": "Found near the mouth of a volcano. This fire-breather's body temperature is nearly 2,200 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 126 - ], + "nationalPokedexNumbers": [126], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -594,32 +446,21 @@ "id": "xy3-11", "name": "Magmortar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Magmar", "attacks": [ { "name": "Flame Charge", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30", "text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Twin Bursts", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If Electivire is on your Bench, this attack does 80 more damage." @@ -631,19 +472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "11", "artist": "PLANETA", "rarity": "Rare", "flavorText": "It blasts fireballs of over 3,600 degrees Fahrenheit from the ends of its arms. It lives in volcanic craters.", - "nationalPokedexNumbers": [ - 467 - ], + "nationalPokedexNumbers": [467], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -657,23 +492,14 @@ "id": "xy3-12", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -685,17 +511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It has a flame sac inside its belly that perpetually burns. It feels warm if it is hugged.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -709,35 +531,22 @@ "id": "xy3-13", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Midair Strike", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -749,17 +558,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Its kicking mastery lets it loose 10 kicks per second. It emits sharp cries to intimidate foes.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -773,33 +578,21 @@ "id": "xy3-14", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Burning Shot", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 150 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -811,18 +604,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "It can clear a 30-story building in a leap. Its fiery punches scorch its foes.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -836,33 +624,21 @@ "id": "xy3-15", "name": "Poliwag", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Poliwhirl" - ], + "types": ["Water"], + "evolvesTo": ["Poliwhirl"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spiral Current", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused. That Pokémon can't retreat during your opponent's next turn." @@ -874,17 +650,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its slick black skin is thin and damp. A part of its internal organs can be seen through the skin as a spiral pattern.", - "nationalPokedexNumbers": [ - 60 - ], + "nationalPokedexNumbers": [60], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -898,35 +670,22 @@ "id": "xy3-16", "name": "Poliwhirl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwag", - "evolvesTo": [ - "Poliwrath", - "Politoed" - ], + "evolvesTo": ["Poliwrath", "Politoed"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Finishing Blow", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 50 more damage." @@ -938,17 +697,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "It can live in or out of water. When out of water, it constantly sweats to keep its body slimy.", - "nationalPokedexNumbers": [ - 61 - ], + "nationalPokedexNumbers": [61], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -962,34 +717,21 @@ "id": "xy3-17", "name": "Poliwrath", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "attacks": [ { "name": "Steamroll", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Submission", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon does 30 damage to itself." @@ -1001,19 +743,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "With its extremely tough muscles, it can keep swimming in the Pacific Ocean without resting.", - "nationalPokedexNumbers": [ - 62 - ], + "nationalPokedexNumbers": [62], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1027,13 +763,9 @@ "id": "xy3-18", "name": "Politoed", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Poliwhirl", "abilities": [ { @@ -1045,11 +777,7 @@ "attacks": [ { "name": "Hyper Voice", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1061,17 +789,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Whenever three or more of these get together, they sing in a loud voice that sounds like bellowing.", - "nationalPokedexNumbers": [ - 186 - ], + "nationalPokedexNumbers": [186], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1085,31 +809,21 @@ "id": "xy3-19", "name": "Glaceon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Blizzard", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "This Pokémon does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ice Edge", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -1121,17 +835,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "By controlling its body heat, it can freeze the atmosphere around it to make a diamond-dust flurry.", - "nationalPokedexNumbers": [ - 471 - ], + "nationalPokedexNumbers": [471], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1145,35 +855,23 @@ "id": "xy3-20", "name": "Seismitoad-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Quaking Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent can't play any Item cards from his or her hand during his or her next turn." }, { "name": "Grenade Hammer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to 2 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1185,18 +883,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1210,33 +902,21 @@ "id": "xy3-21", "name": "Cubchoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Beartic" - ], + "types": ["Water"], + "evolvesTo": ["Beartic"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -1248,18 +928,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "kirisAki", "rarity": "Common", "flavorText": "Its nose is always running. It sniffs the snot back up because the mucus provides the raw material for its moves.", - "nationalPokedexNumbers": [ - 613 - ], + "nationalPokedexNumbers": [613], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1273,33 +948,21 @@ "id": "xy3-22", "name": "Beartic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Cubchoo", "attacks": [ { "name": "Igloo Hold", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." }, { "name": "Mountain Drop", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If there is any Stadium card in play, this attack does 40 more damage." @@ -1311,20 +974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "22", "artist": "PLANETA", "rarity": "Rare", "flavorText": "They love the cold seas of the north. They create pathways across the ocean waters by freezing their own breath.", - "nationalPokedexNumbers": [ - 614 - ], + "nationalPokedexNumbers": [614], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1338,33 +994,21 @@ "id": "xy3-23", "name": "Clauncher", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Clawitzer" - ], + "types": ["Water"], + "evolvesTo": ["Clawitzer"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Crabhammer", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1376,17 +1020,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They knock down flying prey by firing compressed water from their massive claws like shooting a pistol.", - "nationalPokedexNumbers": [ - 692 - ], + "nationalPokedexNumbers": [692], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1400,31 +1040,21 @@ "id": "xy3-24", "name": "Clawitzer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clauncher", "attacks": [ { "name": "Reverse Thrust", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Splash Cannon", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon." @@ -1436,18 +1066,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Their enormous claws launch cannonballs of water powerful enough to pierce tanker hulls.", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1461,37 +1086,25 @@ "id": "xy3-25", "name": "Amaura", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sail Fossil", - "evolvesTo": [ - "Aurorus" - ], + "evolvesTo": ["Aurorus"], "rules": [ "Put this card onto your Bench only with the effect of Sail Fossil" ], "attacks": [ { "name": "Stampede", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1503,19 +1116,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "This ancient Pokémon was restored from part of its body that had been frozen in ice for over 100 million years.", - "nationalPokedexNumbers": [ - 698 - ], + "nationalPokedexNumbers": [698], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1529,13 +1136,9 @@ "id": "xy3-26", "name": "Aurorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Amaura", "abilities": [ { @@ -1547,12 +1150,7 @@ "attacks": [ { "name": "Icy Wind", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1564,19 +1162,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "26", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "The diamond-shaped crystals on its body expel air as cold as -240 degrees Fahrenheit, surrounding its enemies and encasing them in ice.", - "nationalPokedexNumbers": [ - 699 - ], + "nationalPokedexNumbers": [699], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1590,23 +1182,14 @@ "id": "xy3-27", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1624,17 +1207,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1648,32 +1227,21 @@ "id": "xy3-28", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -1691,17 +1259,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "When its electricity builds, its muscles are stimulated, and it becomes more aggressive than usual.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1715,32 +1279,21 @@ "id": "xy3-29", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ambush", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1758,18 +1311,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "29", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "Electricity runs across the surface of its body. In darkness, its body glows a whitish blue.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1783,31 +1331,21 @@ "id": "xy3-30", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Tag Team Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20+", "text": "This attack does 20 more damage for each Energy attached to your Magmortar." }, { "name": "Gigavolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." @@ -1825,19 +1363,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "30", "artist": "PLANETA", "rarity": "Rare", "flavorText": "As its electric charge amplifies, blue sparks begin to crackle between its horns.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1851,29 +1383,20 @@ "id": "xy3-31", "name": "Plusle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Positive Hand", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a basic Energy card from your hand. If you do, draw 2 cards." }, { "name": "Electric Tail", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1891,17 +1414,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It cheers on friends with pom-poms made of sparks. It drains power from telephone poles.", - "nationalPokedexNumbers": [ - 311 - ], + "nationalPokedexNumbers": [311], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1915,28 +1434,20 @@ "id": "xy3-32", "name": "Minun", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Negative Discard", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 basic Energy cards from your discard pile into your hand." }, { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1954,17 +1465,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Exposure to electricity from Minun and Plusle promotes blood circulation and relaxes muscles.", - "nationalPokedexNumbers": [ - 312 - ], + "nationalPokedexNumbers": [312], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1978,31 +1485,20 @@ "id": "xy3-33", "name": "Thundurus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Raging Thunder Punch", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 30 more damage." }, { "name": "Lightning Slam", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Lightning Slam during your next turn." @@ -2020,17 +1516,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "The spikes on its tail discharge immense bolts of lightning. It flies around the Unova region firing off lightning bolts.", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2044,28 +1536,20 @@ "id": "xy3-34", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Entrainment", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Energy Short", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -2083,17 +1567,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "34", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2107,32 +1587,21 @@ "id": "xy3-35", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Sinister Suggestion", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Whenever your opponent flips a coin during his or her next turn, treat it as tails." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2144,18 +1613,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Puts enemies to sleep, then eats their dreams. Occasionally gets sick from eating only bad dreams.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2169,31 +1633,21 @@ "id": "xy3-36", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "attacks": [ { "name": "Hand Control", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand. You may choose a Supporter card you find there. If you do, your opponent plays that Supporter card. However, you make all decisions for that card. (That Supporter card is discarded.)" }, { "name": "Hypnoblast", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2205,18 +1659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It carries a pendulum-like device. There once was an incident in which it took away a child it hypnotized.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2230,13 +1679,9 @@ "id": "xy3-37", "name": "Jynx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Victory Kiss", @@ -2247,11 +1692,7 @@ "attacks": [ { "name": "Hug", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -2263,17 +1704,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It wiggles its hips as it walks. It can cause people to dance in unison with it.", - "nationalPokedexNumbers": [ - 124 - ], + "nationalPokedexNumbers": [124], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2287,33 +1724,21 @@ "id": "xy3-38", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Pierce", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2325,18 +1750,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It grips prey with its tail claws and injects poison. It tenaciously hangs on until the poison takes.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2350,32 +1770,21 @@ "id": "xy3-39", "name": "Gothita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gothorita" - ], + "types": ["Psychic"], + "evolvesTo": ["Gothorita"], "attacks": [ { "name": "Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2387,17 +1796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "Their ribbonlike feelers increase their psychic power. They are always staring at something.", - "nationalPokedexNumbers": [ - 574 - ], + "nationalPokedexNumbers": [574], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2411,33 +1816,22 @@ "id": "xy3-40", "name": "Gothorita", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothita", - "evolvesTo": [ - "Gothitelle" - ], + "evolvesTo": ["Gothitelle"], "attacks": [ { "name": "Fortunate Eye", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of your opponent's deck and put them back on top of his or her deck in any order." }, { "name": "Smack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2449,17 +1843,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Starlight is the source of their power. At night, they mark star positions by using psychic power to float stones.", - "nationalPokedexNumbers": [ - 575 - ], + "nationalPokedexNumbers": [575], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2473,13 +1863,9 @@ "id": "xy3-41", "name": "Gothitelle", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gothorita", "abilities": [ { @@ -2491,11 +1877,7 @@ "attacks": [ { "name": "Psy Report", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent reveals his or her hand." @@ -2507,18 +1889,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "41", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Starry skies thousands of light-years away are visible in the space distorted by their intense psychic power.", - "nationalPokedexNumbers": [ - 576 - ], + "nationalPokedexNumbers": [576], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2532,34 +1909,21 @@ "id": "xy3-42", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Pound", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Rock Smash", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2577,19 +1941,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "42", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "The energy that burns inside it enables it to move, but no one has yet been able to identify this energy.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2603,34 +1961,21 @@ "id": "xy3-43", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "attacks": [ { "name": "Wreck", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If there is any Stadium card in play, this attack does 60 more damage. Discard that Stadium card." }, { "name": "Golurk Hammer", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -2648,20 +1993,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "43", "artist": "PLANETA", "rarity": "Rare", "flavorText": "It is said that Golurk were ordered to protect people and Pokémon by the ancient people who made them.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2675,22 +2013,14 @@ "id": "xy3-44", "name": "Machop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Machoke" - ], + "types": ["Fighting"], + "evolvesTo": ["Machoke"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2702,18 +2032,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It hefts a Graveler repeatedly to strengthen its entire body. It uses every type of martial arts.", - "nationalPokedexNumbers": [ - 66 - ], + "nationalPokedexNumbers": [66], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2727,24 +2052,15 @@ "id": "xy3-45", "name": "Machoke", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machop", - "evolvesTo": [ - "Machamp" - ], + "evolvesTo": ["Machamp"], "attacks": [ { "name": "Beatdown", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2756,18 +2072,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "Its muscular body is so powerful, it must wear a power-save belt to be able to regulate its motions.", - "nationalPokedexNumbers": [ - 67 - ], + "nationalPokedexNumbers": [67], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2781,13 +2092,9 @@ "id": "xy3-46", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -2799,11 +2106,7 @@ "attacks": [ { "name": "Machamp Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance)." @@ -2815,18 +2118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "Its four ruggedly developed arms can launch a flurry of 1,000 punches in just two seconds.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2840,29 +2138,20 @@ "id": "xy3-47", "name": "Hitmonlee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Stretch Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Spiral Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2874,17 +2163,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "The legs freely contract and stretch. The stretchy legs allow it to hit a distant foe with a rising kick.", - "nationalPokedexNumbers": [ - 106 - ], + "nationalPokedexNumbers": [106], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2898,31 +2183,20 @@ "id": "xy3-48", "name": "Hitmonchan", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Bullet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Mach Cross", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2934,17 +2208,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "match", "rarity": "Uncommon", "flavorText": "The arm-twisting punches it throws pulverize even concrete. It rests after three minutes of fighting.", - "nationalPokedexNumbers": [ - 107 - ], + "nationalPokedexNumbers": [107], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2958,30 +2228,20 @@ "id": "xy3-49", "name": "Hitmontop", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Quick Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Helicoptero", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -2993,17 +2253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "It fights while spinning like a top. The centrifugal force boosts its destructive power by 10.", - "nationalPokedexNumbers": [ - 237 - ], + "nationalPokedexNumbers": [237], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3017,32 +2273,21 @@ "id": "xy3-50", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Giga Drain", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Sky Uppercut", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by Resistance." @@ -3054,18 +2299,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "Its short arms stretch when it throws punches. Its technique is equal to that of pro boxers.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3079,33 +2319,21 @@ "id": "xy3-51", "name": "Makuhita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hariyama" - ], + "types": ["Fighting"], + "evolvesTo": ["Hariyama"], "attacks": [ { "name": "Punch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Strength", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -3117,19 +2345,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It toughens up by slamming into thick trees over and over. It gains a sturdy body and dauntless spirit.", - "nationalPokedexNumbers": [ - 296 - ], + "nationalPokedexNumbers": [296], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3143,13 +2365,9 @@ "id": "xy3-52", "name": "Hariyama", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Makuhita", "abilities": [ { @@ -3161,11 +2379,7 @@ "attacks": [ { "name": "Rocket Slap", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3177,20 +2391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "52", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It stomps on the ground to build power. It can send a 10-ton truck flying with a straight-arm punch.", - "nationalPokedexNumbers": [ - 297 - ], + "nationalPokedexNumbers": [297], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3204,32 +2411,21 @@ "id": "xy3-53", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Mountain Munch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Mud-Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" @@ -3241,17 +2437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mizue", "rarity": "Common", "flavorText": "It lives in arid deserts. It makes a sloping pit trap in sand where it patiently awaits prey.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3265,47 +2457,31 @@ "id": "xy3-54", "name": "Lucario-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "M Lucario-EX" - ], + "types": ["Fighting"], + "evolvesTo": ["M Lucario-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Missile Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Corkscrew Smash", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60", "text": "You may draw cards until you have 6 cards in your hand." }, { "name": "Somersault Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -3317,17 +2493,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3341,14 +2512,9 @@ "id": "xy3-55", "name": "M Lucario-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3357,11 +2523,7 @@ "attacks": [ { "name": "Rising Fist", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "140", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -3373,17 +2535,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3397,14 +2554,9 @@ "id": "xy3-55a", "name": "M Lucario-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3413,11 +2565,7 @@ "attacks": [ { "name": "Rising Fist", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "140", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -3429,17 +2577,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "55a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3453,32 +2596,21 @@ "id": "xy3-56", "name": "Mienfoo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Mienshao" - ], + "types": ["Fighting"], + "evolvesTo": ["Mienshao"], "attacks": [ { "name": "Flop", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3490,17 +2622,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It takes pride in the speed at which it can use moves. What it loses in power, it makes up for in quantity.", - "nationalPokedexNumbers": [ - 619 - ], + "nationalPokedexNumbers": [619], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3514,30 +2642,21 @@ "id": "xy3-57", "name": "Mienshao", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Mienfoo", "attacks": [ { "name": "Aero Turn", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "40", "text": "Return this Pokémon and all cards attached to it to your hand." }, { "name": "High Jump Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3549,17 +2668,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "It wields the fur on its arm like a whip. Its arm attacks come with such rapidity that they cannot even be seen.", - "nationalPokedexNumbers": [ - 620 - ], + "nationalPokedexNumbers": [620], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3573,30 +2688,20 @@ "id": "xy3-58", "name": "Landorus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Shout of Power", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Sky Lariat", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -3608,17 +2713,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "Lands visited by Landorus grant such bountiful crops that it has been hailed as \"The Guardian of the Fields.\"", - "nationalPokedexNumbers": [ - 645 - ], + "nationalPokedexNumbers": [645], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3632,33 +2733,21 @@ "id": "xy3-59", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Bad-Influence Evolution", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you have any Darkness Pokémon on your Bench, search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." }, { "name": "Confront", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3670,17 +2759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It does its best to be taken seriously by its enemies, but its glare is not sufficiently intimidating. Chewing on a leaf is its trademark.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3694,23 +2779,14 @@ "id": "xy3-60", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Comet Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -3722,18 +2798,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "It does its best to be taken seriously by its enemies, but its glare is not sufficiently intimidating. Chewing on a leaf is its trademark.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3747,38 +2818,25 @@ "id": "xy3-61", "name": "Tyrunt", "supertype": "Pokémon", - "subtypes": [ - "Restored" - ], + "subtypes": ["Restored"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Jaw Fossil", - "evolvesTo": [ - "Tyrantrum" - ], + "evolvesTo": ["Tyrantrum"], "rules": [ "Put this card onto your Bench only with the effect of Jaw Fossil" ], "attacks": [ { "name": "Gnaw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Crunch", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -3790,18 +2848,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "This Pokémon was restored from a fossil. If something happens that it doesn't like, it throws a tantrum and runs wild.", - "nationalPokedexNumbers": [ - 696 - ], + "nationalPokedexNumbers": [696], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3815,34 +2868,21 @@ "id": "xy3-62", "name": "Tyrantrum", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Tyrunt", "attacks": [ { "name": "Chew Up", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon has any Special Energy attached to it, this attack does 90 more damage." }, { "name": "Giga Impact", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't attack during your next turn." @@ -3854,19 +2894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Thanks to its gargantuan jaws, which could shred thick metal plates as if they were paper, it was invincible in the ancient world it once inhabited.", - "nationalPokedexNumbers": [ - 697 - ], + "nationalPokedexNumbers": [697], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3880,13 +2914,9 @@ "id": "xy3-63", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "abilities": [ { "name": "Shining Spirit", @@ -3897,9 +2927,7 @@ "attacks": [ { "name": "Flying Press", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "If your opponent's Active Pokémon isn't a Pokémon-EX, this attack does nothing." @@ -3921,9 +2949,7 @@ "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Although its body is small, its proficient fighting skills enable it to keep up with big bruisers like Machamp and Hariyama.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3937,14 +2963,9 @@ "id": "xy3-64", "name": "Hawlucha-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3958,11 +2979,7 @@ "attacks": [ { "name": "Moonsault Stomp", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If there is any Stadium card in play, this attack does 40 more damage." @@ -3980,16 +2997,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4003,32 +3016,21 @@ "id": "xy3-65", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Venoshock", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent's Active Pokémon is Poisoned, this attack does 40 more damage." }, { "name": "Venomous Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent's Active Pokémon is now Poisoned." @@ -4046,19 +3048,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "It takes great pride in its strength. Even though it can tear foes apart, it finishes them off with powerful poison.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4072,23 +3068,14 @@ "id": "xy3-66", "name": "Scraggy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Scrafty" - ], + "types": ["Darkness"], + "evolvesTo": ["Scrafty"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4106,18 +3093,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling it skin up to its neck.", - "nationalPokedexNumbers": [ - 559 - ], + "nationalPokedexNumbers": [559], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4131,31 +3113,21 @@ "id": "xy3-67", "name": "Scrafty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Scraggy", "attacks": [ { "name": "Low Kick", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Machine Gun Headbutt", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 3 coins. This attack does 50 damage times the number of heads. This Pokémon is now Confused." @@ -4173,18 +3145,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "match", "rarity": "Uncommon", "flavorText": "It pulls up its shed skin to protect itself while it kicks. The bigger the crest, the more respected it is.", - "nationalPokedexNumbers": [ - 560 - ], + "nationalPokedexNumbers": [560], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4198,32 +3165,21 @@ "id": "xy3-68", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Clobber", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "You may discard an Item card from your hand. If you do, this attack does 40 more damage." }, { "name": "Hammer Arm", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard the top card of your opponent's deck." @@ -4241,19 +3197,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "Although it possesses a violent temperament, it won't put up with bullying. It uses the leaf in its mouth to sense the movements of its enemies.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4267,32 +3217,21 @@ "id": "xy3-69", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Moonlight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Pound", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4310,17 +3249,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4334,22 +3269,14 @@ "id": "xy3-70", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Moonblast", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 10 (before applying Weakness and Resistance)." @@ -4367,17 +3294,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "match", "rarity": "Common", "flavorText": "It is said that happiness will come to those who see a gathering of Clefairy dancing under a full moon.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4391,30 +3314,21 @@ "id": "xy3-71", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Follow Me", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon." }, { "name": "Moonblast", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." @@ -4432,18 +3346,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Its hearing is so acute it can hear a pin drop over half a mile away. It lives on quiet mountains.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4457,31 +3366,21 @@ "id": "xy3-72", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Curly Ribbon", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "Move an Energy attached to your opponent's Active Pokémon to 1 of his or her Benched Pokémon." }, { "name": "Echoed Voice", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance)." @@ -4499,17 +3398,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "It sends a soothing aura from its ribbonlike feelers to calm fights.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4523,13 +3418,9 @@ "id": "xy3-73", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Secret Key", @@ -4540,10 +3431,7 @@ "attacks": [ { "name": "Fairy Lock", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4561,17 +3449,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "These key collectors threaten any attackers by fiercely jingling their keys at them.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4585,14 +3469,9 @@ "id": "xy3-74", "name": "Dragonite-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4606,11 +3485,7 @@ "attacks": [ { "name": "Jet Sonic", - "cost": [ - "Grass", - "Grass", - "Lightning" - ], + "cost": ["Grass", "Grass", "Lightning"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard an Energy attached to this Pokémon. If you do, this attack does 40 more damage." @@ -4622,18 +3497,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4647,33 +3516,22 @@ "id": "xy3-75", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Charge Energy", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Vibration", - "cost": [ - "Grass", - "Fighting" - ], + "cost": ["Grass", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4685,17 +3543,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The ultrasonic waves it generates by rubbing its two wings together cause severe headaches.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4709,31 +3563,21 @@ "id": "xy3-76", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Vibrava", "attacks": [ { "name": "Rainbow Shower", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like." }, { "name": "Sand Sweep", - "cost": [ - "Grass", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 30 damage from each of your Pokémon that has any Energy attached to it." @@ -4745,17 +3589,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It hides itself by kicking up desert sand with its wings. Red covers shield its eyes from sand.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4769,13 +3609,9 @@ "id": "xy3-77", "name": "Noivern", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "abilities": [ { @@ -4787,11 +3623,7 @@ "attacks": [ { "name": "Boomburst", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4803,17 +3635,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "They fly around on moonless nights and attack careless prey. Nothing can beat them in a battle in the dark.", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4827,24 +3655,14 @@ "id": "xy3-78", "name": "Lickitung", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Lickilicky" - ], + "types": ["Colorless"], + "evolvesTo": ["Lickilicky"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4856,19 +3674,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Its long tongue, slathered with a gooey saliva, sticks to anything, so it is very useful.", - "nationalPokedexNumbers": [ - 108 - ], + "nationalPokedexNumbers": [108], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4882,34 +3694,21 @@ "id": "xy3-79", "name": "Lickilicky", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Lickitung", "attacks": [ { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Discard a random card from your opponent's hand." }, { "name": "Lickichop", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -4921,20 +3720,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "79", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "It wraps things with its extensible tongue. Getting too close to it will leave you soaked with drool.", - "nationalPokedexNumbers": [ - 463 - ], + "nationalPokedexNumbers": [463], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4948,13 +3740,9 @@ "id": "xy3-80", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -4975,10 +3763,7 @@ "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" @@ -4990,17 +3775,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "sui", "rarity": "Common", "flavorText": "A rare Pokémon that adapts to harsh environments by taking on different evolutionary forms.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5014,23 +3795,14 @@ "id": "xy3-81", "name": "Slakoth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Vigoroth" - ], + "types": ["Colorless"], + "evolvesTo": ["Vigoroth"], "attacks": [ { "name": "Big Yawn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Both Active Pokémon are now Asleep." @@ -5042,19 +3814,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "81", "artist": "Midori Harada", "rarity": "Common", "flavorText": "The way Slakoth lolls around makes anyone who watches it feel like doing the same.", - "nationalPokedexNumbers": [ - 287 - ], + "nationalPokedexNumbers": [287], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5068,34 +3834,22 @@ "id": "xy3-82", "name": "Vigoroth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Slakoth", - "evolvesTo": [ - "Slaking" - ], + "evolvesTo": ["Slaking"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Reckless Charge", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -5107,18 +3861,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "82", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "Its heartbeat is fast and its blood so agitated that it can't sit still for one second.", - "nationalPokedexNumbers": [ - 288 - ], + "nationalPokedexNumbers": [288], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5132,34 +3881,21 @@ "id": "xy3-83", "name": "Slaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Vigoroth", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Knuckle Sandwich", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -5171,20 +3907,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "83", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "The world's laziest Pokémon. It moves to another spot when there's no food left within its reach.", - "nationalPokedexNumbers": [ - 289 - ], + "nationalPokedexNumbers": [289], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5198,22 +3927,14 @@ "id": "xy3-84", "name": "Patrat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Watchog" - ], + "types": ["Colorless"], + "evolvesTo": ["Watchog"], "attacks": [ { "name": "Safety Check", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at 1 of your face-down Prize cards." @@ -5225,17 +3946,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others.", - "nationalPokedexNumbers": [ - 504 - ], + "nationalPokedexNumbers": [504], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5249,30 +3966,21 @@ "id": "xy3-85", "name": "Watchog", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Patrat", "attacks": [ { "name": "Held-Item Inspection", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand. Choose an Item card you find there. Your opponent shuffles that card into his or her deck." }, { "name": "Thorough Crunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon." @@ -5284,17 +3992,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Using luminescent matter, it makes its eyes and body glow and stuns attacking opponents.", - "nationalPokedexNumbers": [ - 505 - ], + "nationalPokedexNumbers": [505], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5308,31 +4012,20 @@ "id": "xy3-86", "name": "Tornadus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Push Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Twister Throw", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 60 more damage." @@ -5350,17 +4043,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "86", "artist": "kawayoo", "rarity": "Rare", "flavorText": "The lower half of its body is wrapped in a cloud of energy. It zooms through the sky at 200 mph.", - "nationalPokedexNumbers": [ - 641 - ], + "nationalPokedexNumbers": [641], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5374,32 +4063,21 @@ "id": "xy3-87", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5417,17 +4095,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They live in pitch black caves. Their enormous ears can emit ultrasonic waves of 200,000 hertz.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5441,9 +4115,7 @@ "id": "xy3-88", "name": "Battle Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have the same number of cards in your hand as your opponent.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5464,9 +4136,7 @@ "id": "xy3-89", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5488,9 +4158,7 @@ "id": "xy3-90", "name": "Fighting Stadium", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "The attacks of each Fighting Pokémon in play (both yours and your opponent's) do 20 more damage to the Defending Pokémon-EX (before applying Weakness and Resistance).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5511,9 +4179,7 @@ "id": "xy3-91", "name": "Focus Sash", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Fighting Pokémon this card is attached to has full HP and would be Knocked Out by damage from an opponent's attack, that Pokémon is not Knocked Out and its remaining HP becomes 10 instead. Then, discard this card.", @@ -5535,9 +4201,7 @@ "id": "xy3-92", "name": "Fossil Researcher", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 in any combination of Amaura or Tyrunt and put them onto your bench. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5558,9 +4222,7 @@ "id": "xy3-93", "name": "Full Heal", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Remove all Special Conditions from your Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5582,9 +4244,7 @@ "id": "xy3-94", "name": "Jaw Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal a Tyrunt you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5605,9 +4265,7 @@ "id": "xy3-95", "name": "Korrina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Fighting Pokémon and an Item card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5628,9 +4286,7 @@ "id": "xy3-96", "name": "Maintenance", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 2 cards from your hand into your deck. (If you can't shuffle 2 cards into your deck, you can't play this card.) Then, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5651,9 +4307,7 @@ "id": "xy3-97", "name": "Mountain Ring", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Prevent all damage done to Benched Pokémon by attacks (both yours and your opponent's).", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5674,9 +4328,7 @@ "id": "xy3-98", "name": "Sail Fossil", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the bottom 7 cards of your deck. You may reveal an Amaura you find there and put it onto your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5697,9 +4349,7 @@ "id": "xy3-99", "name": "Sparkling Robe", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to can't be affected by any Special Conditions. (Remove any Special Conditions affecting that Pokémon.)", @@ -5721,9 +4371,7 @@ "id": "xy3-100", "name": "Super Scoop Up", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, put 1 of your Pokémon and all cards attached to it into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5744,9 +4392,7 @@ "id": "xy3-101", "name": "Tool Retriever", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose up to 2 Pokémon Tool cards attached to your Pokémon and put them into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5767,9 +4413,7 @@ "id": "xy3-102", "name": "Training Center", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Stage 1 and Stage 2 Pokémon in play (both yours and your opponent's) gets +30 HP.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5790,9 +4434,7 @@ "id": "xy3-103", "name": "Herbal Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "You can only attach this card to a Grass Pokémon. This card provides Grass Energy. When you play this card from your hand, heal 30 damage from the Grass Pokémon you attach this card to. Discard this card if the Pokémon this card is attached to is no longer Grass." ], @@ -5812,9 +4454,7 @@ "id": "xy3-104", "name": "Strong Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Fighting Pokémon. This card provides Fighting Energy only while this card is attached to a Fighting Pokémon.", "The attacks of the Fighting Pokémon this card is attached to do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -5836,38 +4476,24 @@ "id": "xy3-105", "name": "Heracross-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Heracross-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Heracross-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Guard Press", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Giga Power", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself." @@ -5879,18 +4505,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "105", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5904,35 +4524,23 @@ "id": "xy3-106", "name": "Seismitoad-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Quaking Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent can't play any Item cards from his or her hand during his or her next turn." }, { "name": "Grenade Hammer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to 2 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5944,18 +4552,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5969,47 +4571,31 @@ "id": "xy3-107", "name": "Lucario-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "M Lucario-EX" - ], + "types": ["Fighting"], + "evolvesTo": ["M Lucario-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Missile Jab", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Corkscrew Smash", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "60", "text": "You may draw cards until you have 6 cards in your hand." }, { "name": "Somersault Kick", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -6021,17 +4607,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6045,14 +4626,9 @@ "id": "xy3-108", "name": "Dragonite-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6066,11 +4642,7 @@ "attacks": [ { "name": "Jet Sonic", - "cost": [ - "Grass", - "Grass", - "Lightning" - ], + "cost": ["Grass", "Grass", "Lightning"], "convertedEnergyCost": 3, "damage": "80+", "text": "You may discard an Energy attached to this Pokémon. If you do, this attack does 40 more damage." @@ -6082,18 +4654,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "108", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6107,9 +4673,7 @@ "id": "xy3-109", "name": "Battle Reporter", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw cards until you have the same number of cards in your hand as your opponent.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6130,9 +4694,7 @@ "id": "xy3-110", "name": "Fossil Researcher", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 2 in any combination of Amaura or Tyrunt and put them onto your bench. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6153,9 +4715,7 @@ "id": "xy3-111", "name": "Korrina", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Fighting Pokémon and an Item card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6176,14 +4736,9 @@ "id": "xy3-112", "name": "M Heracross-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Heracross-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6192,11 +4747,7 @@ "attacks": [ { "name": "Big Bang Horn", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "180-", "text": "This attack does 10 less damage for each damage counter on this Pokémon." @@ -6208,18 +4759,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "112", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 214 - ], + "nationalPokedexNumbers": [214], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6233,14 +4778,9 @@ "id": "xy3-113", "name": "M Lucario-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Lucario-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6249,11 +4789,7 @@ "attacks": [ { "name": "Rising Fist", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "140", "text": "Discard an Energy attached to your opponent's Active Pokémon." @@ -6265,17 +4801,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "113", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy4.json b/cards/en/xy4.json index 85ab15304..aba1a0765 100644 --- a/cards/en/xy4.json +++ b/cards/en/xy4.json @@ -3,23 +3,14 @@ "id": "xy4-1", "name": "Venonat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Venomoth" - ], + "types": ["Grass"], + "evolvesTo": ["Venomoth"], "attacks": [ { "name": "Stun Spore", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -31,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "Its big eyes are actually clusters of tiny eyes. At night, its kind is drawn by light.", - "nationalPokedexNumbers": [ - 48 - ], + "nationalPokedexNumbers": [48], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -55,31 +42,21 @@ "id": "xy4-2", "name": "Venomoth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Venonat", "attacks": [ { "name": "Dizzying Wind", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Whenever your opponent plays a Trainer card from his or her hand during his or her next turn, your opponent flips a coin. If tails, that card has no effect. (Your opponent still discards that card.)" }, { "name": "Noxious Scales", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -91,17 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "The scales it scatters will paralyze anyone who touches them, making that person unable to stand.", - "nationalPokedexNumbers": [ - 49 - ], + "nationalPokedexNumbers": [49], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -115,23 +88,14 @@ "id": "xy4-3", "name": "Yanma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Yanmega" - ], + "types": ["Grass"], + "evolvesTo": ["Yanmega"], "attacks": [ { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -149,17 +113,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its eyes can see 360 degrees without moving its head. It won't miss prey—even those behind it.", - "nationalPokedexNumbers": [ - 193 - ], + "nationalPokedexNumbers": [193], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -173,31 +133,21 @@ "id": "xy4-4", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "attacks": [ { "name": "Windfall", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Surprise Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 50 more damage." @@ -219,9 +169,7 @@ "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It prefers to battle by biting apart foes' heads instantly while flying by at high speed.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -235,32 +183,21 @@ "id": "xy4-5", "name": "Sewaddle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Swadloon" - ], + "types": ["Grass"], + "evolvesTo": ["Swadloon"], "attacks": [ { "name": "Nap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Bug Bite", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -272,17 +209,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "kawayoo", "rarity": "Common", "flavorText": "This Pokémon makes clothes for itself. It chews up leaves and sews them with sticky thread extruded from its mouth.", - "nationalPokedexNumbers": [ - 540 - ], + "nationalPokedexNumbers": [540], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -296,34 +229,22 @@ "id": "xy4-6", "name": "Swadloon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sewaddle", - "evolvesTo": [ - "Leavanny" - ], + "evolvesTo": ["Leavanny"], "attacks": [ { "name": "Protect", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Corkscrew Punch", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -335,17 +256,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Forests where Swadloon live have superb foliage because the nutrients they make from fallen leaves nourish the plant life.", - "nationalPokedexNumbers": [ - 541 - ], + "nationalPokedexNumbers": [541], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -359,31 +276,21 @@ "id": "xy4-7", "name": "Leavanny", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Swadloon", "attacks": [ { "name": "Coordinate", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Choose up to 2 of your Benched Pokémon that have no Pokémon Tools attached to them. For each of those Pokémon, search your deck for a Pokémon Tool card, and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "Leaf Storm", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 20 damage from each of your Grass Pokémon." @@ -395,17 +302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "Upon finding a small Pokémon, it weaves clothing for it from leaves by using the sticky silk secreted from its mouth.", - "nationalPokedexNumbers": [ - 542 - ], + "nationalPokedexNumbers": [542], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -419,32 +322,21 @@ "id": "xy4-8", "name": "Karrablast", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Escavalier" - ], + "types": ["Grass"], + "evolvesTo": ["Escavalier"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Headbutt", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -456,17 +348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "These mysterious Pokémon evolve when they receive electrical stimulation while they are in the same place as Shelmet.", - "nationalPokedexNumbers": [ - 588 - ], + "nationalPokedexNumbers": [588], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -480,34 +368,22 @@ "id": "xy4-9", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Peck", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -525,17 +401,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "From its beak, it expels embers that set the tall grass on fire. Then it pounces on the bewildered prey that pop out of the grass.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -549,31 +421,21 @@ "id": "xy4-10", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Acrobatics", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." }, { "name": "Jet Shoot", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 40 (after applying Weakness and Resistance)." @@ -591,17 +453,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "In the fever of an exciting battle, it showers embers from the gaps between its feathers and takes to the air.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -615,32 +473,21 @@ "id": "xy4-11", "name": "Litleo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Pyroar" - ], + "types": ["Fire"], + "evolvesTo": ["Pyroar"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -652,18 +499,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "The stronger the opponent it faces, the more heat surges from its mane and the more power flows through its body.", - "nationalPokedexNumbers": [ - 667 - ], + "nationalPokedexNumbers": [667], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -677,13 +519,9 @@ "id": "xy4-12", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "abilities": [ { @@ -695,12 +533,7 @@ "attacks": [ { "name": "Inferno Onrush", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "This Pokémon does 30 damage to itself." @@ -712,18 +545,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "The male with the largest mane of fire is the leader of the pride.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -737,33 +565,21 @@ "id": "xy4-13", "name": "Krabby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Kingler" - ], + "types": ["Water"], + "evolvesTo": ["Kingler"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -775,18 +591,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "13", "artist": "kirisAki", "rarity": "Common", "flavorText": "If it senses danger approaching, it cloaks itself with bubbles from its mouth so it will look bigger.", - "nationalPokedexNumbers": [ - 98 - ], + "nationalPokedexNumbers": [98], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -800,32 +611,21 @@ "id": "xy4-14", "name": "Kingler", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Krabby", "attacks": [ { "name": "Guard Claw", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Crabhammer", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -837,19 +637,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "match", "rarity": "Uncommon", "flavorText": "The large and hard pincer has 10,000-horsepower strength. However, being so big, it is unwieldy to move.", - "nationalPokedexNumbers": [ - 99 - ], + "nationalPokedexNumbers": [99], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -863,22 +657,14 @@ "id": "xy4-15", "name": "Totodile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Croconaw" - ], + "types": ["Water"], + "evolvesTo": ["Croconaw"], "attacks": [ { "name": "Fury Strikes", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -890,17 +676,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It is small but rough and tough. It won't hesitate to take a bite out of anything that moves.", - "nationalPokedexNumbers": [ - 158 - ], + "nationalPokedexNumbers": [158], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -914,35 +696,22 @@ "id": "xy4-16", "name": "Croconaw", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Totodile", - "evolvesTo": [ - "Feraligatr" - ], + "evolvesTo": ["Feraligatr"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Crunch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -954,18 +723,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "If it loses a fang, a new one grows back in its place. There are always 48 fangs lining its mouth.", - "nationalPokedexNumbers": [ - 159 - ], + "nationalPokedexNumbers": [159], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -979,34 +743,21 @@ "id": "xy4-17", "name": "Feraligatr", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Croconaw", "attacks": [ { "name": "Hyper Whirlpool", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin until you get tails. For each heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Second Strike", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage." @@ -1018,19 +769,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "17", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It usually moves slowly, but it goes at blinding speed when it attacks and bites prey.", - "nationalPokedexNumbers": [ - 160 - ], + "nationalPokedexNumbers": [160], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1044,22 +789,14 @@ "id": "xy4-18", "name": "Finneon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Lumineon" - ], + "types": ["Water"], + "evolvesTo": ["Lumineon"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1071,17 +808,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "The line running down its side can store sunlight. It shines vividly at night.", - "nationalPokedexNumbers": [ - 456 - ], + "nationalPokedexNumbers": [456], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1095,30 +828,21 @@ "id": "xy4-19", "name": "Lumineon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Finneon", "attacks": [ { "name": "Neon Sign", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1130,17 +854,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "sui", "rarity": "Uncommon", "flavorText": "It lives on the deep-sea floor. It attracts prey by flashing the patterns on its four tail fins.", - "nationalPokedexNumbers": [ - 457 - ], + "nationalPokedexNumbers": [457], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1154,22 +874,14 @@ "id": "xy4-20", "name": "Frillish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Jellicent" - ], + "types": ["Water"], + "evolvesTo": ["Jellicent"], "attacks": [ { "name": "Confuse Ray", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -1181,18 +893,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "They paralyze prey with poison, then drag them down to their lairs, five miles below the surface.", - "nationalPokedexNumbers": [ - 592 - ], + "nationalPokedexNumbers": [592], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1206,31 +913,21 @@ "id": "xy4-21", "name": "Jellicent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frillish", "attacks": [ { "name": "Meddling", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 3 Energy cards from your opponent's discard pile to his or her Pokémon in any way you like." }, { "name": "Ensnaring Spray", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -1242,19 +939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Its body is mostly seawater. It's said there's a castle of ships Jellicent have sunk on the seafloor.", - "nationalPokedexNumbers": [ - 593 - ], + "nationalPokedexNumbers": [593], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1268,31 +959,20 @@ "id": "xy4-22", "name": "Alomomola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Super Deep Dive", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -1304,19 +984,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Floating in the open sea is how they live. When they find a wounded Pokémon, they embrace it and bring it to shore.", - "nationalPokedexNumbers": [ - 594 - ], + "nationalPokedexNumbers": [594], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1330,36 +1004,24 @@ "id": "xy4-23", "name": "Manectric-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "M Manectric-EX" - ], + "types": ["Lightning"], + "evolvesTo": ["M Manectric-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Assault Laser", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." @@ -1377,16 +1039,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1400,14 +1058,9 @@ "id": "xy4-24", "name": "M Manectric-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Manectric-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1416,10 +1069,7 @@ "attacks": [ { "name": "Turbo Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." @@ -1440,9 +1090,7 @@ "number": "24", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1456,14 +1104,9 @@ "id": "xy4-24a", "name": "M Manectric-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Manectric-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1472,10 +1115,7 @@ "attacks": [ { "name": "Turbo Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." @@ -1496,9 +1136,7 @@ "number": "24a", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1512,29 +1150,20 @@ "id": "xy4-25", "name": "Pachirisu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Trick Sticker", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "The Defending Pokémon's Weakness is now Lightning until the end of your next turn. (The amount of Weakness doesn't change.)" }, { "name": "Pachi", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -1552,17 +1181,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Mizue", "rarity": "Rare", "flavorText": "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes.", - "nationalPokedexNumbers": [ - 417 - ], + "nationalPokedexNumbers": [417], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1576,32 +1201,21 @@ "id": "xy4-26", "name": "Joltik", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Galvantula" - ], + "types": ["Lightning"], + "evolvesTo": ["Galvantula"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Night March", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack." @@ -1619,17 +1233,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Since it can't generate its own electricity, it sticks onto large-bodied Pokémon and absorbs static electricity.", - "nationalPokedexNumbers": [ - 595 - ], + "nationalPokedexNumbers": [595], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1643,31 +1253,21 @@ "id": "xy4-27", "name": "Galvantula", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Joltik", "attacks": [ { "name": "Cobweb Trip", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with your opponent's Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Electroweb", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1685,17 +1285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "They employ an electrically charged web to trap their prey. While it is immobilized by shock, they leisurely consume it.", - "nationalPokedexNumbers": [ - 596 - ], + "nationalPokedexNumbers": [596], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1709,23 +1305,14 @@ "id": "xy4-28", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Tail Rap", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1743,17 +1330,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "HiRON", "rarity": "Common", "flavorText": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1767,33 +1350,21 @@ "id": "xy4-29", "name": "Helioptile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Heliolisk" - ], + "types": ["Lightning"], + "evolvesTo": ["Heliolisk"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Static Shock", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1811,17 +1382,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "They make their home in deserts. They can generate their energy from basking in the sun, so eating food is not a requirement.", - "nationalPokedexNumbers": [ - 694 - ], + "nationalPokedexNumbers": [694], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1835,30 +1402,21 @@ "id": "xy4-30", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "attacks": [ { "name": "Pound", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Parabolic Spark", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Discard as many Lightning Energy attached to your Pokémon as you like. This attack does 30 damage times the number of Energy cards you discarded." @@ -1876,17 +1434,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1900,22 +1454,14 @@ "id": "xy4-31", "name": "Zubat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golbat" - ], + "types": ["Psychic"], + "evolvesTo": ["Golbat"], "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1933,17 +1479,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "match", "rarity": "Common", "flavorText": "Even though it has no eyes, it can sense obstacles using ultrasonic waves it emits from it mouth.", - "nationalPokedexNumbers": [ - 41 - ], + "nationalPokedexNumbers": [41], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1957,17 +1499,11 @@ "id": "xy4-32", "name": "Golbat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Zubat", - "evolvesTo": [ - "Crobat" - ], + "evolvesTo": ["Crobat"], "abilities": [ { "name": "Sneaky Bite", @@ -1978,9 +1514,7 @@ "attacks": [ { "name": "Swoop Across", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2002,9 +1536,7 @@ "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "Once it bites, it will not stop draining energy from the victim even if it gets too heavy to fly.", - "nationalPokedexNumbers": [ - 42 - ], + "nationalPokedexNumbers": [42], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2018,13 +1550,9 @@ "id": "xy4-33", "name": "Crobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golbat", "abilities": [ { @@ -2036,9 +1564,7 @@ "attacks": [ { "name": "Skill Dive", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2060,9 +1586,7 @@ "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "It flies so silently through the dark on its four wings that it may not be noticed even when nearby.", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2076,37 +1600,24 @@ "id": "xy4-34", "name": "Gengar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Gengar-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Gengar-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Night Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on 1 of your opponent's Pokémon." }, { "name": "Dark Corridor", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon." @@ -2124,17 +1635,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2148,14 +1654,9 @@ "id": "xy4-35", "name": "M Gengar-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gengar-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -2164,11 +1665,7 @@ "attacks": [ { "name": "Phantom Gate", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack." @@ -2186,16 +1683,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2209,13 +1702,9 @@ "id": "xy4-36", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Bide Barricade", @@ -2226,10 +1715,7 @@ "attacks": [ { "name": "Psychic Assault", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." @@ -2241,18 +1727,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "sui", "rarity": "Uncommon", "flavorText": "It hates light and shock. If attacked, it inflates its body to build up its counterstrike.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2266,33 +1747,21 @@ "id": "xy4-37", "name": "Gulpin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swalot" - ], + "types": ["Psychic"], + "evolvesTo": ["Swalot"], "attacks": [ { "name": "Poison Gas", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." }, { "name": "Sludge Bomb", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2304,18 +1773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "It has a small heart and brain. Its stomach compromises most of its body, with enzymes to dissolve anything.", - "nationalPokedexNumbers": [ - 316 - ], + "nationalPokedexNumbers": [316], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2329,32 +1793,21 @@ "id": "xy4-38", "name": "Swalot", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gulpin", "attacks": [ { "name": "Poison Gas", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Swallow Up", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If, before doing damage, your opponent's Active Pokémon has fewer remaining HP than this Pokémon, this attack does 50 more damage." @@ -2366,19 +1819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "38", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "It swallows anything whole. It sweats toxic fluids from its follicles to douse foes.", - "nationalPokedexNumbers": [ - 317 - ], + "nationalPokedexNumbers": [317], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2392,32 +1839,21 @@ "id": "xy4-39", "name": "Munna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Musharna" - ], + "types": ["Psychic"], + "evolvesTo": ["Musharna"], "attacks": [ { "name": "See Through", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Double Headbutt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2429,18 +1865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "MAHOU", "rarity": "Common", "flavorText": "This Pokémon appears before people and Pokémon who are having nightmares and eats those dreams.", - "nationalPokedexNumbers": [ - 517 - ], + "nationalPokedexNumbers": [517], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2454,30 +1885,21 @@ "id": "xy4-40", "name": "Musharna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Munna", "attacks": [ { "name": "Dream of Memories", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 3 cards from your discard pile into your deck." }, { "name": "Dream Dance", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Both Active Pokémon are now Asleep." @@ -2489,18 +1911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "40", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "The mist emanating from their foreheads is packed with the dreams of people and Pokémon.", - "nationalPokedexNumbers": [ - 518 - ], + "nationalPokedexNumbers": [518], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2514,22 +1931,14 @@ "id": "xy4-41", "name": "Litwick", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Lampent" - ], + "types": ["Psychic"], + "evolvesTo": ["Lampent"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2547,17 +1956,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Midori Harada", "rarity": "Common", "flavorText": "While shining a light and pretending to be a guide, it leeches off the life force of any who follow it.", - "nationalPokedexNumbers": [ - 607 - ], + "nationalPokedexNumbers": [607], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2571,34 +1976,22 @@ "id": "xy4-42", "name": "Lampent", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Litwick", - "evolvesTo": [ - "Chandelure" - ], + "evolvesTo": ["Chandelure"], "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Night March", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack." @@ -2616,18 +2009,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "The spirits it absorbs fuel its baleful fire. It hangs around hospitals waiting for people to pass on.", - "nationalPokedexNumbers": [ - 608 - ], + "nationalPokedexNumbers": [608], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2641,13 +2029,9 @@ "id": "xy4-43", "name": "Chandelure", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Lampent", "abilities": [ { @@ -2659,11 +2043,7 @@ "attacks": [ { "name": "Cursed Drop", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Put 6 damage counters on your opponent's Pokémon in any way you like." @@ -2681,18 +2061,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "43", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "Being consumed in Chandelure's flame burns up the spirit, leaving the body behind.", - "nationalPokedexNumbers": [ - 609 - ], + "nationalPokedexNumbers": [609], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2706,33 +2081,21 @@ "id": "xy4-44", "name": "Pumpkaboo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Gourgeist" - ], + "types": ["Psychic"], + "evolvesTo": ["Gourgeist"], "attacks": [ { "name": "Ram", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Night March", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the number of Pokémon in your discard pile that have the Night March attack." @@ -2750,18 +2113,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "HiRON", "rarity": "Common", "flavorText": "The pumpkin body is inhabited by a spirit trapped in this world. As the sun sets, it becomes restless and active.", - "nationalPokedexNumbers": [ - 710 - ], + "nationalPokedexNumbers": [710], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2775,13 +2133,9 @@ "id": "xy4-45", "name": "Gourgeist", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Pumpkaboo", "abilities": [ { @@ -2793,11 +2147,7 @@ "attacks": [ { "name": "Horror Note", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "This attack does 10 damage times the number of cards in your hand." @@ -2815,19 +2165,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "45", "artist": "Kanako Eo", "rarity": "Rare Holo", "flavorText": "Singing in eerie voices, they wander town streets on the night of the new moon. Anyone who hears their song is cursed.", - "nationalPokedexNumbers": [ - 711 - ], + "nationalPokedexNumbers": [711], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2841,23 +2185,14 @@ "id": "xy4-46", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Rock Cannon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." @@ -2869,17 +2204,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It usually clings to cliffs. When it spots its prey, it spreads its wings and glides down to attack.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2893,31 +2224,21 @@ "id": "xy4-47", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Submission Hold", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent can't attach Energy from his or her hand to the Defending Pokémon during his or her next turn." }, { "name": "Poison Jab", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -2929,17 +2250,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It observes prey while hanging inverted from branches. When the chance presents itself, it swoops!", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2953,23 +2270,14 @@ "id": "xy4-48", "name": "Roggenrola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Boldore" - ], + "types": ["Fighting"], + "evolvesTo": ["Boldore"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2981,19 +2289,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Its ear is hexagonal in shape. Compressed underground, its body is as hard as steel.", - "nationalPokedexNumbers": [ - 524 - ], + "nationalPokedexNumbers": [524], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3007,34 +2309,22 @@ "id": "xy4-49", "name": "Boldore", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Roggenrola", - "evolvesTo": [ - "Gigalith" - ], + "evolvesTo": ["Gigalith"], "attacks": [ { "name": "Core Heal", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fighting Energy attached to this Pokémon and heal 50 damage from it." }, { "name": "Power Gem", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3046,19 +2336,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "49", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Because its energy was too great to be contained, the energy leaked and formed orange crystals.", - "nationalPokedexNumbers": [ - 525 - ], + "nationalPokedexNumbers": [525], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3072,13 +2356,9 @@ "id": "xy4-50", "name": "Gigalith", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Boldore", "abilities": [ { @@ -3090,12 +2370,7 @@ "attacks": [ { "name": "Overdrive Smash", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "During your next turn, this Pokémon's Overdrive Smash attack does 40 more damage (before applying Weakness and Resistance)." @@ -3107,19 +2382,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "50", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "The solar rays it absorbs are processed in its energy core and fired as a ball of light.", - "nationalPokedexNumbers": [ - 526 - ], + "nationalPokedexNumbers": [526], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3133,33 +2402,21 @@ "id": "xy4-51", "name": "Murkrow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Honchkrow" - ], + "types": ["Darkness"], + "evolvesTo": ["Honchkrow"], "attacks": [ { "name": "Ambush", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." }, { "name": "Wing Attack", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -3177,17 +2434,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It hides any shiny object it finds in a secret location. Murkrow and Meowth loot one another's stashes.", - "nationalPokedexNumbers": [ - 198 - ], + "nationalPokedexNumbers": [198], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3201,31 +2454,21 @@ "id": "xy4-52", "name": "Honchkrow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Murkrow", "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Nightmare Mambo", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 60 more damage." @@ -3243,17 +2486,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "If one utters a deep cry, many Murkrow gather quickly. For this, it is called \"Summoner of Night.\"", - "nationalPokedexNumbers": [ - 430 - ], + "nationalPokedexNumbers": [430], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3267,32 +2506,21 @@ "id": "xy4-53", "name": "Poochyena", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Mightyena" - ], + "types": ["Darkness"], + "evolvesTo": ["Mightyena"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3310,17 +2538,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "A Pokémon with a persistent nature, it chases its chosen prey until the prey becomes exhausted.", - "nationalPokedexNumbers": [ - 261 - ], + "nationalPokedexNumbers": [261], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3334,32 +2558,21 @@ "id": "xy4-54", "name": "Mightyena", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Poochyena", "attacks": [ { "name": "Crunch", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Darkness Fang", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -3377,17 +2590,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "It will always obey the commands of a skilled Trainer. Its behavior arises from its living in packs in ancient times.", - "nationalPokedexNumbers": [ - 262 - ], + "nationalPokedexNumbers": [262], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3401,45 +2610,32 @@ "id": "xy4-55", "name": "Spiritomb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "B Cancel", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent can't play any Pokémon from his or her hand to evolve the Defending Pokémon during his or her next turn." }, { "name": "Confuse Ray", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "PLANETA", "rarity": "Rare", "flavorText": "A Pokémon that was formed by 108 spirits. It is bound to a fissure in an odd keystone.", - "nationalPokedexNumbers": [ - 442 - ], + "nationalPokedexNumbers": [442], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3453,22 +2649,14 @@ "id": "xy4-56", "name": "Purrloin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Liepard" - ], + "types": ["Darkness"], + "evolvesTo": ["Liepard"], "attacks": [ { "name": "Fake Out", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3486,17 +2674,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws.", - "nationalPokedexNumbers": [ - 509 - ], + "nationalPokedexNumbers": [509], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3510,30 +2694,21 @@ "id": "xy4-57", "name": "Liepard", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Purrloin", "attacks": [ { "name": "Gentle Bite", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 60 (before applying Weakness and Resistance)." }, { "name": "Mach Claw", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -3551,17 +2726,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "Their beautiful form comes from the muscles they have developed. They run silently in the night.", - "nationalPokedexNumbers": [ - 510 - ], + "nationalPokedexNumbers": [510], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3575,14 +2746,9 @@ "id": "xy4-58", "name": "Malamar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3596,10 +2762,7 @@ "attacks": [ { "name": "MAXamar", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage times the number of heads." @@ -3617,17 +2780,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3641,31 +2799,20 @@ "id": "xy4-59", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Iron Wing", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard a Metal Energy attached to this Pokémon." @@ -3683,17 +2830,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "After nesting in bramble bushes, the wings of its chicks grow hard from scratches by thorns.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3707,22 +2850,14 @@ "id": "xy4-60", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Tackle", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3740,17 +2875,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Ancient people believed that the pattern on Bronzor's back contained a mysterious power.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3764,13 +2895,9 @@ "id": "xy4-61", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -3782,11 +2909,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3804,19 +2927,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "61", "artist": "match", "rarity": "Rare", "flavorText": "In ages past, this Pokémon was revered as a bringer of rain. It was found buried in the ground.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3830,37 +2947,23 @@ "id": "xy4-62", "name": "Dialga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Chrono Wind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon is a Pokémon-EX, it can't attack during your opponent's next turn." }, { "name": "Full Metal Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Metal Energy attached to this Pokémon." @@ -3878,17 +2981,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3902,33 +3000,20 @@ "id": "xy4-63", "name": "Heatran", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Steel Drop", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If there is any Stadium card in play, this attack does 40 more damage." }, { "name": "Steam Blast", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to this Pokémon." @@ -3946,19 +3031,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.", - "nationalPokedexNumbers": [ - 485 - ], + "nationalPokedexNumbers": [485], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3972,31 +3051,21 @@ "id": "xy4-64", "name": "Escavalier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Karrablast", "attacks": [ { "name": "Poke Through", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a random card from your opponent's hand." }, { "name": "Spiral Rush", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -4014,19 +3083,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "64", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Wearing the shell covering they stole from Shelmet, they defend themselves and attack with two lances.", - "nationalPokedexNumbers": [ - 589 - ], + "nationalPokedexNumbers": [589], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4040,14 +3103,9 @@ "id": "xy4-65", "name": "Aegislash-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4061,11 +3119,7 @@ "attacks": [ { "name": "Slash Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "This attack does 20 more damage for each Metal Energy attached to this Pokémon." @@ -4083,18 +3137,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4108,14 +3156,9 @@ "id": "xy4-65a", "name": "Aegislash-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4129,11 +3172,7 @@ "attacks": [ { "name": "Slash Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 20 more damage for each Metal Energy attached to this Pokémon." @@ -4151,18 +3190,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65a", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4176,29 +3209,20 @@ "id": "xy4-66", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Dull Light", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." @@ -4216,17 +3240,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "These key collectors threaten any attackers by fiercely jingling their keys at them.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4240,33 +3260,23 @@ "id": "xy4-67", "name": "Florges-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lead", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Bright Garden", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of Grass Pokémon and Fairy Pokémon you have in play." @@ -4284,17 +3294,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4308,32 +3313,21 @@ "id": "xy4-68", "name": "Swirlix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Slurpuff" - ], + "types": ["Fairy"], + "evolvesTo": ["Slurpuff"], "attacks": [ { "name": "Lick Away", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Remove all Special Conditions from this Pokémon." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4351,17 +3345,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Satoshi Shirai", "rarity": "Common", "flavorText": "To entangle its opponents in battle, it extrudes white threads as sweet and as sticky as cotton candy.", - "nationalPokedexNumbers": [ - 684 - ], + "nationalPokedexNumbers": [684], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4375,13 +3365,9 @@ "id": "xy4-69", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Swirlix", "abilities": [ { @@ -4393,11 +3379,7 @@ "attacks": [ { "name": "Light Pulse", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn." @@ -4415,17 +3397,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "sui", "rarity": "Rare Holo", "flavorText": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4439,30 +3417,20 @@ "id": "xy4-70", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Nuzzle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Spiral Drain", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage from this Pokémon." @@ -4480,17 +3448,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "5ban Graphics", "rarity": "Common", "flavorText": "Its whiskers serve as antennas. By sending and receiving electrical waves, it can communicate with others over vast distances.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4504,30 +3468,20 @@ "id": "xy4-71", "name": "Diancie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Sparkle", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Diamond Storm", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 30 damage from each of your Fairy Pokémon." @@ -4545,17 +3499,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "A sudden transformation of Carbink, its pink, glimmering body is said to be the loveliest sight in the whole world.", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4569,23 +3519,14 @@ "id": "xy4-72", "name": "Deino", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Zweilous" - ], + "types": ["Dragon"], + "evolvesTo": ["Zweilous"], "attacks": [ { "name": "Gnaw Off", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -4597,17 +3538,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "They cannot see, so they tackle and bite to learn about their surroundings. Their bodies are covered in wounds.", - "nationalPokedexNumbers": [ - 633 - ], + "nationalPokedexNumbers": [633], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4621,24 +3558,15 @@ "id": "xy4-73", "name": "Zweilous", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Deino", - "evolvesTo": [ - "Hydreigon" - ], + "evolvesTo": ["Hydreigon"], "attacks": [ { "name": "Slam", - "cost": [ - "Psychic", - "Darkness" - ], + "cost": ["Psychic", "Darkness"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -4650,18 +3578,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "73", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "The two heads do not get along. Whichever head eats more than the other gets to be the leader.", - "nationalPokedexNumbers": [ - 634 - ], + "nationalPokedexNumbers": [634], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4675,13 +3598,9 @@ "id": "xy4-74", "name": "Hydreigon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Zweilous", "abilities": [ { @@ -4693,12 +3612,7 @@ "attacks": [ { "name": "Crazy Headbutt", - "cost": [ - "Psychic", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to this Pokémon." @@ -4710,19 +3624,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "Their heads on their arms do not have brains. They use all three heads to consume and destroy everything.", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4736,32 +3644,21 @@ "id": "xy4-75", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "attacks": [ { "name": "Gooey", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from this Pokémon" }, { "name": "Tackle", - "cost": [ - "Water", - "Fairy" - ], + "cost": ["Water", "Fairy"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4773,18 +3670,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "The weakest Dragon-type Pokémon, it lives in damp, shady places, so its body doesn't dry out.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4798,34 +3690,22 @@ "id": "xy4-76", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Gooey", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Gentle Slap", - "cost": [ - "Water", - "Fairy", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4837,19 +3717,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "76", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "It drives away opponents by excreting a sticky liquid that can dissolve anything. Its eyes devolved, so it can't see anything.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4863,13 +3737,9 @@ "id": "xy4-77", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "abilities": [ { @@ -4881,12 +3751,7 @@ "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Water", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard the top card of your deck." @@ -4898,19 +3763,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "This very friendly Dragon-type Pokémon will hug its beloved Trainer, leaving that Trainer covered in sticky slime.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4924,22 +3783,14 @@ "id": "xy4-78", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Whirlwind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -4957,17 +3808,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Mizue", "rarity": "Common", "flavorText": "Very protective of its territory, it flaps its short wings busily to dart around at high speed.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4981,32 +3828,21 @@ "id": "xy4-79", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Fly", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Drill Peck", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5024,17 +3860,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "With its huge and magnificent wings, it can keep aloft without ever having to land or rest.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5048,33 +3880,21 @@ "id": "xy4-80", "name": "Chansey", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Blissey" - ], + "types": ["Colorless"], + "evolvesTo": ["Blissey"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Lucky Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "If you don't have exactly 7 cards in your hand, this attack does nothing." @@ -5086,19 +3906,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It is said to deliver happiness. Being compassionate, it shares its egg with injured people.", - "nationalPokedexNumbers": [ - 113 - ], + "nationalPokedexNumbers": [113], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5112,34 +3926,21 @@ "id": "xy4-81", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "attacks": [ { "name": "Tender Vengeance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10×", "text": "Flip a coin. If heads, this attack does 10 damage times the number of damage counters on each of your Benched Pokémon." }, { "name": "Charge Dash", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "You may do 20 more damage. If you do, this Pokémon does 20 damage to itself." @@ -5151,19 +3952,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "81", "artist": "kirisAki", "rarity": "Rare", "flavorText": "The eggs it lays are filled with happiness. Eating even one bite will bring a smile to anyone.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5177,31 +3972,20 @@ "id": "xy4-82", "name": "Girafarig", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Psybite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has any Psychic Energy attached to it, this attack does 30 more damage." @@ -5213,17 +3997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "While it sleeps, the head of its tail keeps watch. The tail doesn't need to sleep.", - "nationalPokedexNumbers": [ - 203 - ], + "nationalPokedexNumbers": [203], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5237,22 +4017,14 @@ "id": "xy4-83", "name": "Whismur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Loudred" - ], + "types": ["Colorless"], + "evolvesTo": ["Loudred"], "attacks": [ { "name": "Screaming Fit", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Both Active Pokémon are now Confused." @@ -5264,17 +4036,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It usually murmurs but starts crying loudly if it senses danger. It stops when its ear covers are shut.", - "nationalPokedexNumbers": [ - 293 - ], + "nationalPokedexNumbers": [293], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5288,35 +4056,22 @@ "id": "xy4-84", "name": "Loudred", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Whismur", - "evolvesTo": [ - "Exploud" - ], + "evolvesTo": ["Exploud"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Energy Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5328,18 +4083,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "It shouts loudly by inhaling air, and then using its well-developed stomach muscles to exhale.", - "nationalPokedexNumbers": [ - 294 - ], + "nationalPokedexNumbers": [294], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5353,33 +4103,21 @@ "id": "xy4-85", "name": "Exploud", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Loudred", "attacks": [ { "name": "Boomburst", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Hyper Voice", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "" @@ -5391,19 +4129,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "85", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its howls can be heard over six miles away. It emits all sorts of noises from the ports on its body.", - "nationalPokedexNumbers": [ - 295 - ], + "nationalPokedexNumbers": [295], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5417,33 +4149,20 @@ "id": "xy4-86", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Daunt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance)." }, { "name": "Heavy Impact", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -5455,20 +4174,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "86", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "It is said to have made Pokémon that look like itself from a special ice mountain, rocks, and magma.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5482,33 +4194,21 @@ "id": "xy4-87", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud Shot", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -5520,17 +4220,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They use their large ears to dig burrows. They will dig the whole night through.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5544,32 +4240,21 @@ "id": "xy4-88", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Smithereen Smash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Earthquake", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5581,18 +4266,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "88", "artist": "match", "rarity": "Rare", "flavorText": "With their powerful ears, they can heft boulders of a ton or more with ease. They can be a big help at construction sites.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5606,32 +4286,21 @@ "id": "xy4-89", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5649,17 +4318,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "These friendly Pokémon send signals to one another with beautiful chirps and tail-feather movements.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5673,31 +4338,20 @@ "id": "xy4-90", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Sharp Fang", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5709,17 +4363,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Trimming its fluffy fur not only makes it more elegant but also increases the swiftness of its movements.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5733,9 +4383,7 @@ "id": "xy4-91", "name": "AZ", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 Pokémon into your hand. (Discard all cards attached to that Pokémon.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5756,9 +4404,7 @@ "id": "xy4-92", "name": "Battle Compressor Team Flare Gear", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 3 cards and discard them. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5779,9 +4425,7 @@ "id": "xy4-93", "name": "Dimension Valley", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Psychic Pokémon's attacks (both yours and your opponent's) cost Colorless less.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5802,9 +4446,7 @@ "id": "xy4-94", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5825,9 +4467,7 @@ "id": "xy4-95", "name": "Gengar Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Gengar-EX.", @@ -5849,9 +4489,7 @@ "id": "xy4-96", "name": "Hand Scope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Your opponent reveals his or her hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5872,9 +4510,7 @@ "id": "xy4-97", "name": "Head Ringer Team Flare Hyper Gear", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool F" - ], + "subtypes": ["Pokémon Tool F"], "rules": [ "Attach this Pokemon Tool to 1 of your opponent's Pokemon-EX that doesn't already have a Pokemon Tool attached to it.", "The attacks of the Pokémon this card is attached to cost Colorless more.", @@ -5897,9 +4533,7 @@ "id": "xy4-98", "name": "Jamming Net Team Flare Hyper Gear", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool F" - ], + "subtypes": ["Pokémon Tool F"], "rules": [ "Attach this Pokemon Tool to 1 of your opponent's Pokemon-EX that doesn't already have a Pokemon Tool attached to it.", "The attacks of the Pokémon this card is attached to do 20 less damage to all Defending Pokémon (before applying Weakness and Resistance). (Don't apply Weakness and Resistance for Benched Pokémon.)", @@ -5922,9 +4556,7 @@ "id": "xy4-99", "name": "Lysandre's Trump Card", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles all cards in his or her discard pile into his or her deck (except for Lysandre's Trump Card).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5945,9 +4577,7 @@ "id": "xy4-100", "name": "Manectric Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Manectric-EX.", @@ -5969,9 +4599,7 @@ "id": "xy4-101", "name": "Professor Sycamore", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5992,9 +4620,7 @@ "id": "xy4-102", "name": "Robo Substitute Team Flare Gear", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Play this card as if it were a 30 HP Colorless Basic Pokémon. At any time during your turn (before your attack), you may discard this card from play.", "This card can't retreat. If this card is Knocked Out, your opponent can't take any Prize Cards for it.", @@ -6016,9 +4642,7 @@ "id": "xy4-103", "name": "Roller Skates", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, draw 3 cards.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6039,9 +4663,7 @@ "id": "xy4-104", "name": "Shauna", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck. Then, draw 5 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6062,9 +4684,7 @@ "id": "xy4-105", "name": "Steel Shelter", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Metal Pokémon (both yours and your opponent's) can't be affected by any Special Conditions. (Remove any Special Conditions affecting those Pokémon.)", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -6085,9 +4705,7 @@ "id": "xy4-106", "name": "Target Whistle Team Flare Gear", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Basic Pokémon from your opponent's discard pile onto his or her Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6108,9 +4726,7 @@ "id": "xy4-107", "name": "Tierno", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6131,9 +4747,7 @@ "id": "xy4-108", "name": "Trick Coin", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Once during your turn, after you flip any coins for an attack of the Pokémon this card is attached to, you may ignore all effects of those coin flips and begin flipping those coins again. (You may only use effects that let you flip coins again, including effects from other cards, once during your turn.)", @@ -6155,9 +4769,7 @@ "id": "xy4-109", "name": "VS Seeker", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Supporter card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6178,9 +4790,7 @@ "id": "xy4-110", "name": "Xerosic", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Pokémon Tool or Special Energy card attached to a Pokémon in play (yours or your opponent's) and discard it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6201,12 +4811,8 @@ "id": "xy4-111", "name": "Double Colorless Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], - "rules": [ - "Double Colorless Energy provides ColorlessColorless Energy." - ], + "subtypes": ["Special"], + "rules": ["Double Colorless Energy provides ColorlessColorless Energy."], "number": "111", "artist": "5ban Graphics", "rarity": "Uncommon", @@ -6223,9 +4829,7 @@ "id": "xy4-112", "name": "Mystery Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Psychic Pokémon. This card provides Psychic Energy only while this card is attached to a Psychic Pokémon.", "The Retreat Cost of the Pokémon this card is attached to is ColorlessColorless less.", @@ -6247,36 +4851,24 @@ "id": "xy4-113", "name": "Manectric-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "M Manectric-EX" - ], + "types": ["Lightning"], + "evolvesTo": ["M Manectric-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Overrun", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Assault Laser", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 60 more damage." @@ -6294,16 +4886,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6317,37 +4905,24 @@ "id": "xy4-114", "name": "Gengar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Gengar-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Gengar-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Night Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 damage counters on 1 of your opponent's Pokémon." }, { "name": "Dark Corridor", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon." @@ -6365,17 +4940,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "114", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6389,14 +4959,9 @@ "id": "xy4-115", "name": "Malamar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6410,10 +4975,7 @@ "attacks": [ { "name": "MAXamar", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 60 damage times the number of heads." @@ -6431,17 +4993,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6455,33 +5012,23 @@ "id": "xy4-116", "name": "Florges-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Lead", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Supporter card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Bright Garden", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of Grass Pokémon and Fairy Pokémon you have in play." @@ -6499,17 +5046,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6523,9 +5065,7 @@ "id": "xy4-117", "name": "AZ", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 1 Pokémon into your hand. (Discard all cards attached to that Pokémon.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6546,9 +5086,7 @@ "id": "xy4-118", "name": "Lysandre's Trump Card", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles all cards in his or her discard pile into his or her deck (except for Lysandre's Trump Card).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6569,9 +5107,7 @@ "id": "xy4-119", "name": "Xerosic", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose a Pokémon Tool or Special Energy card attached to a Pokémon in play (yours or your opponent's) and discard it.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6592,14 +5128,9 @@ "id": "xy4-120", "name": "M Manectric-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Manectric-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6608,10 +5139,7 @@ "attacks": [ { "name": "Turbo Bolt", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "110", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." @@ -6632,9 +5160,7 @@ "number": "120", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6648,14 +5174,9 @@ "id": "xy4-121", "name": "M Gengar-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gengar-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6664,11 +5185,7 @@ "attacks": [ { "name": "Phantom Gate", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Choose 1 of your opponent's Pokémon's attacks and use it as this attack." @@ -6686,16 +5203,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "121", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6709,37 +5222,23 @@ "id": "xy4-122", "name": "Dialga-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Chrono Wind", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "If the Defending Pokémon is a Pokémon-EX, it can't attack during your opponent's next turn." }, { "name": "Full Metal Impact", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Metal Energy attached to this Pokémon." @@ -6757,17 +5256,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "122", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy5.json b/cards/en/xy5.json index b72cb49ab..8f0a3add7 100644 --- a/cards/en/xy5.json +++ b/cards/en/xy5.json @@ -3,22 +3,14 @@ "id": "xy5-1", "name": "Weedle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kakuna" - ], + "types": ["Grass"], + "evolvesTo": ["Kakuna"], "attacks": [ { "name": "Multiply", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Weedle and put it onto your Bench. Shuffle your deck afterward." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Midori Harada", "rarity": "Common", "flavorText": "Its poison stinger is very powerful. Its bright-colored body is intended to warn off its enemies.", - "nationalPokedexNumbers": [ - 13 - ], + "nationalPokedexNumbers": [13], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,23 +42,15 @@ "id": "xy5-2", "name": "Kakuna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Weedle", - "evolvesTo": [ - "Beedrill" - ], + "evolvesTo": ["Beedrill"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -82,19 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "While awaiting evolution, it hides from predators under leaves and in nooks of branches.", - "nationalPokedexNumbers": [ - 14 - ], + "nationalPokedexNumbers": [14], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -108,30 +82,21 @@ "id": "xy5-3", "name": "Beedrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kakuna", "attacks": [ { "name": "Allergic Shock", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, if the Defending Pokémon is damaged by an attack, it is Knocked Out." }, { "name": "Twineedle", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "50×", "text": "Flip 2 coins. This attack does 50 damage times the number of heads." @@ -147,9 +112,7 @@ "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "May appear in a swarm. Flies at violent speeds, all the while stabbing with the toxic stinger on its rear.", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -163,34 +126,21 @@ "id": "xy5-4", "name": "Tangela", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Tangrowth" - ], + "types": ["Grass"], + "evolvesTo": ["Tangrowth"], "attacks": [ { "name": "Absorb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Heal 20 damage from this Pokémon." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -202,18 +152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "4", "artist": "match", "rarity": "Common", "flavorText": "It tangles any moving thing with its vines. Their subtle shaking is ticklish if you get ensnared.", - "nationalPokedexNumbers": [ - 114 - ], + "nationalPokedexNumbers": [114], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -227,34 +172,21 @@ "id": "xy5-5", "name": "Tangrowth", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Tangela", "attacks": [ { "name": "Mega Drain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal 20 damage from this Pokémon." }, { "name": "Grass Knot", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "This attack does 10 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -266,20 +198,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "5", "artist": "MAHOU", "rarity": "Rare", "flavorText": "Its vines grow so profusely that, in the warm season, you can't even see its eyes.", - "nationalPokedexNumbers": [ - 465 - ], + "nationalPokedexNumbers": [465], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -293,22 +218,14 @@ "id": "xy5-6", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -320,17 +237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -344,34 +257,22 @@ "id": "xy5-7", "name": "Grovyle", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Treecko", - "evolvesTo": [ - "Sceptile" - ], + "evolvesTo": ["Sceptile"], "attacks": [ { "name": "Pound", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Agility", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -383,17 +284,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "match", "rarity": "Uncommon", "flavorText": "It lives in dense jungles. While closing in on its prey, it leaps from branch to branch.", - "nationalPokedexNumbers": [ - 253 - ], + "nationalPokedexNumbers": [253], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -407,13 +304,9 @@ "id": "xy5-8", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "abilities": [ { @@ -425,11 +318,7 @@ "attacks": [ { "name": "Jungle Edge", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -441,18 +330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "It agilely leaps about the jungle and uses the sharp leaves on its arms to strike its prey.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -466,13 +350,9 @@ "id": "xy5-9", "name": "Sceptile", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Grovyle", "ancientTrait": { "name": "Ω Barrier", @@ -481,20 +361,14 @@ "attacks": [ { "name": "Leaf Blade", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Power Poison", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 1 Energy attached to this Pokémon. Your opponent's Active Pokémon is now Poisoned." @@ -506,18 +380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "9", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It agilely leaps about the jungle and uses the sharp leaves on its arms to strike its prey.", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -531,23 +400,14 @@ "id": "xy5-10", "name": "Lotad", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lombre" - ], + "types": ["Grass"], + "evolvesTo": ["Lombre"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -559,17 +419,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "10", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "It searches about for clean water. If it does not drink water for too long, the leaf on its head wilts.", - "nationalPokedexNumbers": [ - 270 - ], + "nationalPokedexNumbers": [270], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -583,33 +439,22 @@ "id": "xy5-11", "name": "Lombre", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lotad", - "evolvesTo": [ - "Ludicolo" - ], + "evolvesTo": ["Ludicolo"], "attacks": [ { "name": "Hook", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -621,18 +466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It has a mischievous spirit. If it spots an angler, it will tug on the fishing line to interfere.", - "nationalPokedexNumbers": [ - 271 - ], + "nationalPokedexNumbers": [271], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -646,13 +486,9 @@ "id": "xy5-12", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Lombre", "abilities": [ { @@ -664,11 +500,7 @@ "attacks": [ { "name": "Solar Ray", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Heal 20 damage from each of your Pokémon." @@ -680,18 +512,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "The rhythm of bright, festive music activates Ludicolo's cells, making it more powerful.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -705,22 +532,14 @@ "id": "xy5-13", "name": "Surskit", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Masquerain" - ], + "types": ["Grass"], + "evolvesTo": ["Masquerain"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -732,17 +551,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It appears as if it is skating on water. It draws prey with a sweet scent from the tip of its head.", - "nationalPokedexNumbers": [ - 283 - ], + "nationalPokedexNumbers": [283], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -756,30 +571,21 @@ "id": "xy5-14", "name": "Masquerain", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Surskit", "attacks": [ { "name": "Spiral Gyration", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Air Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard an Energy attached to this Pokémon." @@ -791,17 +597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "14", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "It flaps its four wings to hover and fly freely in any direction–to and fro and sideways.", - "nationalPokedexNumbers": [ - 284 - ], + "nationalPokedexNumbers": [284], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -815,22 +617,14 @@ "id": "xy5-15", "name": "Shroomish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Breloom" - ], + "types": ["Grass"], + "evolvesTo": ["Breloom"], "attacks": [ { "name": "Spore", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." @@ -842,17 +636,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Mizue", "rarity": "Common", "flavorText": "It spouts poison spores from the top of its head. These spores cause pain all over if inhaled.", - "nationalPokedexNumbers": [ - 285 - ], + "nationalPokedexNumbers": [285], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -866,32 +656,21 @@ "id": "xy5-16", "name": "Breloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Shroomish", "attacks": [ { "name": "Dynamic Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage and your opponent's Active Pokémon is now Confused." }, { "name": "Mega Kick", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -903,18 +682,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It scatters poisonous spores and throws powerful punches while its foe is hampered by inhaled spores.", - "nationalPokedexNumbers": [ - 286 - ], + "nationalPokedexNumbers": [286], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -928,29 +702,20 @@ "id": "xy5-17", "name": "Volbeat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Acrobatics", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Pester", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 30 more damage." @@ -962,17 +727,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It lives around clean ponds. At night, its rear lights up. It converses with others by flashing its light.", - "nationalPokedexNumbers": [ - 313 - ], + "nationalPokedexNumbers": [313], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -986,28 +747,20 @@ "id": "xy5-18", "name": "Illumise", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Helping Hand", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Shuffle your deck afterward." }, { "name": "Twirling Sign", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Confused." @@ -1019,17 +772,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "With its sweet aroma, it guides Volbeat to draw signs with light in the night sky.", - "nationalPokedexNumbers": [ - 314 - ], + "nationalPokedexNumbers": [314], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1043,34 +792,23 @@ "id": "xy5-19", "name": "Trevenant-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Forest", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Wood Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Grass Energy attached to this Pokémon." @@ -1082,18 +820,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "19", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1107,31 +839,21 @@ "id": "xy5-20", "name": "Vulpix", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Ninetales" - ], + "types": ["Fire"], + "evolvesTo": ["Ninetales"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Gnaw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1143,17 +865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "kirisAki", "rarity": "Common", "flavorText": "While young, it has six gorgeous tails. When it grows, several new tails are sprouted.", - "nationalPokedexNumbers": [ - 37 - ], + "nationalPokedexNumbers": [37], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1167,13 +885,9 @@ "id": "xy5-21", "name": "Ninetales", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Vulpix", "abilities": [ { @@ -1185,11 +899,7 @@ "attacks": [ { "name": "Flickering Flames", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1201,17 +911,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "Very smart and very vengeful. Grabbing one of its many tails could result in a 1,000-year curse.", - "nationalPokedexNumbers": [ - 38 - ], + "nationalPokedexNumbers": [38], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1225,33 +931,21 @@ "id": "xy5-22", "name": "Slugma", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Magcargo" - ], + "types": ["Fire"], + "evolvesTo": ["Magcargo"], "attacks": [ { "name": "Grass Fire", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Grass Energy attached to your opponent's Active Pokémon." }, { "name": "Ram", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -1263,19 +957,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "22", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "Its body is made of magma. If it doesn't keep moving, its body will cool and harden.", - "nationalPokedexNumbers": [ - 218 - ], + "nationalPokedexNumbers": [218], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1289,31 +977,21 @@ "id": "xy5-23", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "attacks": [ { "name": "Flame Burst", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to this Pokémon." @@ -1325,20 +1003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "23", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1352,13 +1023,9 @@ "id": "xy5-24", "name": "Magcargo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Slugma", "ancientTrait": { "name": "Ω Barrier", @@ -1367,21 +1034,14 @@ "attacks": [ { "name": "Ram", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Indomitable Blaze", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage." @@ -1393,19 +1053,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Its body is as hot as lava and is always billowing. Flames will occasionally burst from its shell.", - "nationalPokedexNumbers": [ - 219 - ], + "nationalPokedexNumbers": [219], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1419,22 +1073,14 @@ "id": "xy5-25", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -1446,17 +1092,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "sui", "rarity": "Common", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1470,16 +1112,10 @@ "id": "xy5-26", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "ancientTrait": { "name": "Ω Barrage", "text": "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)" @@ -1487,18 +1123,14 @@ "attacks": [ { "name": "Flare Bonus", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Fire Energy card from your hand. If you do, draw 2 cards." }, { "name": "Claw", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -1510,17 +1142,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1534,33 +1162,22 @@ "id": "xy5-27", "name": "Combusken", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Torchic", - "evolvesTo": [ - "Blaziken" - ], + "evolvesTo": ["Blaziken"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Spiral Kick", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1572,17 +1189,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "During a battle, the hot flame in its body increases. Its kicks have outstanding destructive power.", - "nationalPokedexNumbers": [ - 256 - ], + "nationalPokedexNumbers": [256], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1596,30 +1209,21 @@ "id": "xy5-28", "name": "Blaziken", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Combusken", "attacks": [ { "name": "Spreading Flames", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 3 Fire Energy cards from your discard pile to your Pokémon in any way you like." }, { "name": "Heat Blow", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -1631,17 +1235,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When facing a tough foe, it looses flames from its wrists. Its powerful legs let it jump clear over buildings.", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1655,39 +1255,24 @@ "id": "xy5-29", "name": "Camerupt-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Camerupt-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Camerupt-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tumbling Attack", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Explosive Jet", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Discard as many Fire Energy attached to your Pokémon as you like. This attack does 50 damage times the number of Energy cards you discarded." @@ -1699,19 +1284,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "29", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1725,22 +1303,14 @@ "id": "xy5-30", "name": "Horsea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seadra" - ], + "types": ["Water"], + "evolvesTo": ["Seadra"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -1752,17 +1322,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "kirisAki", "rarity": "Common", "flavorText": "It makes its nest in the shade of corals. If it senses danger, it spits murky ink and flees.", - "nationalPokedexNumbers": [ - 116 - ], + "nationalPokedexNumbers": [116], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1776,33 +1342,22 @@ "id": "xy5-31", "name": "Seadra", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Horsea", - "evolvesTo": [ - "Kingdra" - ], + "evolvesTo": ["Kingdra"], "attacks": [ { "name": "Knockout Needle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip 2 coins. If both of them are heads, this attack does 40 more damage." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1814,17 +1369,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It is capable of swimming backwards by rapidly flapping its winglike pectoral fins and stout tail.", - "nationalPokedexNumbers": [ - 117 - ], + "nationalPokedexNumbers": [117], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1838,22 +1389,14 @@ "id": "xy5-32", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -1865,17 +1408,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It appears in large numbers by seashores. At night, its central core flashes with a red light.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1889,32 +1428,21 @@ "id": "xy5-33", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1926,17 +1454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1950,35 +1474,22 @@ "id": "xy5-34", "name": "Marshtomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Mudkip", - "evolvesTo": [ - "Swampert" - ], + "evolvesTo": ["Swampert"], "attacks": [ { "name": "Mud-Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Endeavor", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -1990,19 +1501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "sui", "rarity": "Uncommon", "flavorText": "Living on muddy ground that provides poor footing has made its legs sturdy.", - "nationalPokedexNumbers": [ - 259 - ], + "nationalPokedexNumbers": [259], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2016,34 +1521,21 @@ "id": "xy5-35", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "attacks": [ { "name": "Water Arrow", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 60 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Waterfall", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -2055,19 +1547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms.", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2081,13 +1567,9 @@ "id": "xy5-36", "name": "Swampert", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Marshtomp", "ancientTrait": { "name": "α Growth", @@ -2103,11 +1585,7 @@ "attacks": [ { "name": "Hydro Pump", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 30 more damage for each Water Energy attached to this Pokémon." @@ -2119,19 +1597,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "36", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "It can swim while towing a large ship. It bashes down foes with a swing of its thick arms.", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2145,13 +1617,9 @@ "id": "xy5-37", "name": "Ludicolo", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Lombre", "ancientTrait": { "name": "α Recovery", @@ -2160,20 +1628,14 @@ "attacks": [ { "name": "Astonish", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Splash Dance", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your next turn, this Pokémon's Splash Dance attack does 60 more damage (before applying Weakness and Resistance)." @@ -2185,18 +1647,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "37", "artist": "kawayoo", "rarity": "Rare", "flavorText": "The rhythm of bright, festive music activates Ludicolo's cells, making it more powerful.", - "nationalPokedexNumbers": [ - 272 - ], + "nationalPokedexNumbers": [272], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2210,14 +1667,9 @@ "id": "xy5-38", "name": "Wailord-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "250", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2231,13 +1683,7 @@ "attacks": [ { "name": "High Breaching", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "120", "text": "This Pokémon is now Asleep." @@ -2249,19 +1695,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "38", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2275,23 +1714,14 @@ "id": "xy5-39", "name": "Barboach", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Whiscash" - ], + "types": ["Water"], + "evolvesTo": ["Whiscash"], "attacks": [ { "name": "Rain Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2303,18 +1733,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "39", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "Its whiskers make a superb radar. They are used to locate prey, even in the murkiest of water.", - "nationalPokedexNumbers": [ - 339 - ], + "nationalPokedexNumbers": [339], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2328,31 +1753,21 @@ "id": "xy5-40", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Barboach", "attacks": [ { "name": "Amnesia", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn." }, { "name": "Rising Lunge", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -2364,19 +1779,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "It makes its nest at the bottom of swamps. It will eat anything—if it is alive, Whiscash will eat it.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2390,13 +1799,9 @@ "id": "xy5-41", "name": "Whiscash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Barboach", "ancientTrait": { "name": "α Growth", @@ -2405,23 +1810,14 @@ "attacks": [ { "name": "Water Gun", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" }, { "name": "Earthquake", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2433,20 +1829,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "41", "artist": "PLANETA", "rarity": "Rare", "flavorText": "It makes its nest at the bottom of swamps. It will eat anything—if it is alive, Whiscash will eat it.", - "nationalPokedexNumbers": [ - 340 - ], + "nationalPokedexNumbers": [340], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2460,32 +1849,21 @@ "id": "xy5-42", "name": "Corphish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Crawdaunt" - ], + "types": ["Water"], + "evolvesTo": ["Crawdaunt"], "attacks": [ { "name": "Vice Grip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Knock Off", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard a random card from your opponent's hand." @@ -2497,17 +1875,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Its hardy vitality enables it to adapt to any environment. Its pincers will never release prey.", - "nationalPokedexNumbers": [ - 341 - ], + "nationalPokedexNumbers": [341], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2521,22 +1895,14 @@ "id": "xy5-43", "name": "Feebas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Milotic" - ], + "types": ["Water"], + "evolvesTo": ["Milotic"], "attacks": [ { "name": "Float On", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If tails, this Pokémon does 10 damage to itself." @@ -2548,17 +1914,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It is the shabbiest Pokémon of all. It forms in schools and lives at the bottom of rivers.", - "nationalPokedexNumbers": [ - 349 - ], + "nationalPokedexNumbers": [349], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2572,13 +1934,9 @@ "id": "xy5-44", "name": "Milotic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Feebas", "abilities": [ { @@ -2590,11 +1948,7 @@ "attacks": [ { "name": "Aqua Swirl", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -2606,18 +1960,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "It is the world's most beautiful Pokémon. There are many works of art featuring Milotic.", - "nationalPokedexNumbers": [ - 350 - ], + "nationalPokedexNumbers": [350], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2631,23 +1980,14 @@ "id": "xy5-45", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Ball Roll", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -2659,18 +1999,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "TOKIYA", "rarity": "Common", "flavorText": "Its body is covered in fluffy fur. The fur keeps it from feeling cold while it is rolling on ice.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2684,23 +2019,14 @@ "id": "xy5-46", "name": "Spheal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Sealeo" - ], + "types": ["Water"], + "evolvesTo": ["Sealeo"], "attacks": [ { "name": "Ice Ball", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2712,18 +2038,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "46", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They can't swim well yet, and they move much faster by rolling. When they're happy, they clap fins.", - "nationalPokedexNumbers": [ - 363 - ], + "nationalPokedexNumbers": [363], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2737,35 +2058,22 @@ "id": "xy5-47", "name": "Sealeo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Spheal", - "evolvesTo": [ - "Walrein" - ], + "evolvesTo": ["Walrein"], "attacks": [ { "name": "Freezing Headbutt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -2777,19 +2085,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "47", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Be it Spheal or a Poké Ball, it will spin any round object on its nose with the greatest of ease.", - "nationalPokedexNumbers": [ - 364 - ], + "nationalPokedexNumbers": [364], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2803,33 +2105,21 @@ "id": "xy5-48", "name": "Walrein", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Sealeo", "attacks": [ { "name": "Knock Over", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "You may discard any Stadium card in play." }, { "name": "Frozen Splash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "If your opponent's Active Pokémon is a Fighting Pokémon, this attack does 70 more damage." @@ -2841,20 +2131,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "48", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "It shatters drift ice with its strong tusks. Its thick layer of blubber repels enemy attacks.", - "nationalPokedexNumbers": [ - 365 - ], + "nationalPokedexNumbers": [365], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2868,23 +2151,14 @@ "id": "xy5-49", "name": "Clamperl", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Huntail", - "Gorebyss" - ], + "types": ["Water"], + "evolvesTo": ["Huntail", "Gorebyss"], "attacks": [ { "name": "Shell Protection", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 50 or less." @@ -2896,18 +2170,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "49", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "It is protected by a sturdy shell. Once in a lifetime, it makes a magnificent pearl.", - "nationalPokedexNumbers": [ - 366 - ], + "nationalPokedexNumbers": [366], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2921,31 +2190,21 @@ "id": "xy5-50", "name": "Huntail", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Powerful Storm", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to all of your Pokémon." }, { "name": "Crunch", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -2957,17 +2216,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "50", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "It lives deep in the sea. With a tail shaped like a small fish, it attracts unsuspecting prey.", - "nationalPokedexNumbers": [ - 367 - ], + "nationalPokedexNumbers": [367], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2981,30 +2236,21 @@ "id": "xy5-51", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "attacks": [ { "name": "Captivate", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon." }, { "name": "Psychic", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -3020,9 +2266,7 @@ "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "Its swimming form is exquisitely elegant. With its thin mouth, it feeds on seaweed that grows between rocks.", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3036,13 +2280,9 @@ "id": "xy5-52", "name": "Gorebyss", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clamperl", "ancientTrait": { "name": "α Growth", @@ -3051,10 +2291,7 @@ "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3066,17 +2303,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its swimming form is exquisitely elegant. With its thin mouth, it feeds on seaweed that grows between rocks.", - "nationalPokedexNumbers": [ - 368 - ], + "nationalPokedexNumbers": [368], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3090,32 +2323,20 @@ "id": "xy5-53", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spring Tides", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Ocean Cyclone", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3127,20 +2348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "A mythical Pokémon said to have swelled the seas with rain and tidal waves. It battled with Groudon.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3154,36 +2368,23 @@ "id": "xy5-54", "name": "Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Giant Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Return 2 Water Energy attached to this Pokémon to your hand." @@ -3195,19 +2396,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "54", "artist": "Ryota Murayama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3221,14 +2415,9 @@ "id": "xy5-55", "name": "Primal Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kyogre-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Kyogre-EX, your turn ends.", @@ -3241,12 +2430,7 @@ "attacks": [ { "name": "Tidal Storm", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Move 2 Energy from this Pokémon to 1 of your Benched Pokémon. This attack does 30 damage to each of your opponent's Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3258,19 +2442,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "55", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3284,28 +2461,20 @@ "id": "xy5-56", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Deep Sea Swirl", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 6 cards." }, { "name": "Life Saver", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Water Pokémon from your discard pile into your hand." @@ -3317,17 +2486,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "sui", "rarity": "Rare Holo", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3341,23 +2506,14 @@ "id": "xy5-57", "name": "Chinchou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Lanturn" - ], + "types": ["Lightning"], + "evolvesTo": ["Lanturn"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3375,18 +2531,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "57", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It shoots positive and negative electricity between the tips of its two antennae and zaps its enemies.", - "nationalPokedexNumbers": [ - 170 - ], + "nationalPokedexNumbers": [170], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3400,32 +2551,21 @@ "id": "xy5-58", "name": "Lanturn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Chinchou", "attacks": [ { "name": "Dive", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Take Down", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 20 damage to itself." @@ -3443,18 +2583,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "It blinds prey with an intense burst of light. With the prey incapacitated, the Pokémon swallows it in a single gulp.", - "nationalPokedexNumbers": [ - 171 - ], + "nationalPokedexNumbers": [171], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3468,32 +2603,21 @@ "id": "xy5-59", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Bite", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3511,17 +2635,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3535,16 +2655,10 @@ "id": "xy5-60", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "ancientTrait": { "name": "Ω Barrier", "text": "Whenever your opponent plays a Trainer card (excluding Pokémon Tools and Stadium cards), prevent all effects of that card done to this Pokémon." @@ -3552,9 +2666,7 @@ "attacks": [ { "name": "Thunder Fang", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3572,17 +2684,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "60", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3596,32 +2704,21 @@ "id": "xy5-61", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Lightning Turn", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Electric Shock", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Lightning Energy attached to this Pokémon. Your opponent's Active Pokémon is now Paralyzed." @@ -3639,17 +2736,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3663,22 +2756,14 @@ "id": "xy5-62", "name": "Tynamo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Eelektrik" - ], + "types": ["Lightning"], + "evolvesTo": ["Eelektrik"], "attacks": [ { "name": "Water Splash", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -3696,17 +2781,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "One alone can emit only a trickle of electricity, so a group of them gathers to unleash a powerful electric shock.", - "nationalPokedexNumbers": [ - 602 - ], + "nationalPokedexNumbers": [602], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3720,35 +2801,22 @@ "id": "xy5-63", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Buzz Flip", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 4 coins. This attack does 30 damage times the number of heads." @@ -3766,18 +2834,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "match", "rarity": "Uncommon", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3791,17 +2854,11 @@ "id": "xy5-64", "name": "Eelektrik", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Tynamo", - "evolvesTo": [ - "Eelektross" - ], + "evolvesTo": ["Eelektross"], "ancientTrait": { "name": "α Recovery", "text": "When this Pokémon is healed, double the amount healed." @@ -3809,11 +2866,7 @@ "attacks": [ { "name": "Thrash", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself." @@ -3831,18 +2884,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "These Pokémon have a big appetite. When they spot their prey, they attack it and paralyze it with electricity.", - "nationalPokedexNumbers": [ - 603 - ], + "nationalPokedexNumbers": [603], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3856,13 +2904,9 @@ "id": "xy5-65", "name": "Eelektross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eelektrik", "abilities": [ { @@ -3874,12 +2918,7 @@ "attacks": [ { "name": "Electricannon", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may discard all Lightning Energy attached to this Pokémon. If you do, this attack does 50 more damage." @@ -3897,19 +2936,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "They crawl out of the ocean using their arms. They will attack prey on shore and immediately drag it into the ocean.", - "nationalPokedexNumbers": [ - 604 - ], + "nationalPokedexNumbers": [604], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3923,32 +2956,21 @@ "id": "xy5-66", "name": "Nidoran ♀", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Nidorina" - ], + "types": ["Psychic"], + "evolvesTo": ["Nidorina"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Bite", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3960,17 +2982,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Mizue", "rarity": "Common", "flavorText": "Small and very docile, it protects itself with its small, poisonous horn when attacked.", - "nationalPokedexNumbers": [ - 29 - ], + "nationalPokedexNumbers": [29], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3984,34 +3002,22 @@ "id": "xy5-67", "name": "Nidorina", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidoran ♀", - "evolvesTo": [ - "Nidoqueen" - ], + "evolvesTo": ["Nidoqueen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Strength", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -4023,18 +3029,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Aya Kusube", "rarity": "Uncommon", "flavorText": "When feeding its young, it first chews the food into a paste, then spits it out for the offspring.", - "nationalPokedexNumbers": [ - 30 - ], + "nationalPokedexNumbers": [30], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4048,32 +3049,21 @@ "id": "xy5-68", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "attacks": [ { "name": "Double Kick", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." }, { "name": "Poison Fang", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns." @@ -4085,19 +3075,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "68", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "The body is covered by stiff, needle-like scales. If it becomes excited, the needles bristle outwards.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4111,13 +3095,9 @@ "id": "xy5-69", "name": "Nidoqueen", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Nidorina", "ancientTrait": { "name": "Ω Barrage", @@ -4126,20 +3106,14 @@ "attacks": [ { "name": "Poison Jab", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Dynamite Punch", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This Pokémon does 20 damage to itself. Don't apply Weakness to this damage." @@ -4151,18 +3125,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "69", "artist": "PLANETA", "rarity": "Rare", "flavorText": "The body is covered by stiff, needle-like scales. If it becomes excited, the needles bristle outwards.", - "nationalPokedexNumbers": [ - 31 - ], + "nationalPokedexNumbers": [31], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4176,22 +3145,14 @@ "id": "xy5-70", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Psychic"], + "evolvesTo": ["Tentacruel"], "attacks": [ { "name": "Lost in the Waves", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Return this Pokémon and all cards attached to it to your hand." @@ -4203,17 +3164,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "Drifts in shallow seas. Anglers who hook them by accident are often punished by their stingers.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4227,16 +3184,10 @@ "id": "xy5-71", "name": "Tentacool", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Tentacruel" - ], + "types": ["Psychic"], + "evolvesTo": ["Tentacruel"], "ancientTrait": { "name": "α Recovery", "text": "When this Pokémon is healed, double the amount healed." @@ -4244,10 +3195,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4259,17 +3207,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Drifts in shallow seas. Anglers who hook them by accident are often punished by their stingers.", - "nationalPokedexNumbers": [ - 72 - ], + "nationalPokedexNumbers": [72], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4283,30 +3227,21 @@ "id": "xy5-72", "name": "Tentacruel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Tentacool", "attacks": [ { "name": "Dancing Tentacles", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Stick and Absorb", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal 30 damage from this Pokémon. The Defending Pokémon can't retreat during your opponent's next turn." @@ -4318,19 +3253,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "72", "artist": "match", "rarity": "Rare", "flavorText": "It has 80 tentacles that move about freely. They can sting, causing poisoning and sharp, stabbing pain.", - "nationalPokedexNumbers": [ - 73 - ], + "nationalPokedexNumbers": [73], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4344,20 +3273,14 @@ "id": "xy5-73", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Synchro Star", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon and your opponent's Active Pokémon have the same amount of Energy attached to them, this attack does 60 more damage." @@ -4373,9 +3296,7 @@ "artist": "HiRON", "rarity": "Rare", "flavorText": "At the center of its body is a red core, which sends mysterious radio signals into the night sky.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4389,23 +3310,14 @@ "id": "xy5-74", "name": "Rhyhorn", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Rhydon" - ], + "types": ["Fighting"], + "evolvesTo": ["Rhydon"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -4417,19 +3329,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "74", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It is inept at turning because of its four short legs. It can only charge and run in one direction.", - "nationalPokedexNumbers": [ - 111 - ], + "nationalPokedexNumbers": [111], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4443,37 +3349,22 @@ "id": "xy5-75", "name": "Rhydon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhyhorn", - "evolvesTo": [ - "Rhyperior" - ], + "evolvesTo": ["Rhyperior"], "attacks": [ { "name": "Take Down", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This Pokémon does 10 damage to itself." }, { "name": "Horn Drill", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "" @@ -4485,20 +3376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "75", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It begins walking on its hind legs after evolution. It can punch holes through boulders with its horn.", - "nationalPokedexNumbers": [ - 112 - ], + "nationalPokedexNumbers": [112], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4512,34 +3396,21 @@ "id": "xy5-76", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "attacks": [ { "name": "Rock Shower", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Flip 3 coins. This attack does 20 damage times the number of heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -4551,20 +3422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "76", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "It puts rocks in holes in its palms and uses its muscles to shoot them. Geodude are shot at rare times.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4578,13 +3442,9 @@ "id": "xy5-77", "name": "Rhyperior", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Rhydon", "ancientTrait": { "name": "Ω Barrier", @@ -4600,12 +3460,7 @@ "attacks": [ { "name": "Hammer Arm", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Discard the top card of your opponent's deck." @@ -4617,20 +3472,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "77", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It puts rocks in holes in its palms and uses its muscles to shoot them. Geodude are shot at rare times.", - "nationalPokedexNumbers": [ - 464 - ], + "nationalPokedexNumbers": [464], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4644,34 +3492,21 @@ "id": "xy5-78", "name": "Nosepass", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Probopass" - ], + "types": ["Fighting"], + "evolvesTo": ["Probopass"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 40 (after applying Weakness and Resistance)." }, { "name": "Ram", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4683,19 +3518,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "78", "artist": "Satoshi Shirai", "rarity": "Common", "flavorText": "Its magnetic nose consistently faces north. Travelers check Nosepass to get their bearings.", - "nationalPokedexNumbers": [ - 299 - ], + "nationalPokedexNumbers": [299], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4709,22 +3538,14 @@ "id": "xy5-79", "name": "Meditite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Medicham" - ], + "types": ["Fighting"], + "evolvesTo": ["Medicham"], "attacks": [ { "name": "Smack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4736,17 +3557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "sui", "rarity": "Common", "flavorText": "It eats just one berry a day. By enduring hunger, its spirit is tempered and made sharper.", - "nationalPokedexNumbers": [ - 307 - ], + "nationalPokedexNumbers": [307], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4760,30 +3577,21 @@ "id": "xy5-80", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "attacks": [ { "name": "Pure Power", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Put 4 damage counters on your opponent's Pokémon in any way you like." }, { "name": "Windmill Kick", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -4795,18 +3603,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "80", "artist": "Akira Komayama", "rarity": "Rare Holo", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4820,13 +3623,9 @@ "id": "xy5-81", "name": "Medicham", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Meditite", "ancientTrait": { "name": "Ω Barrage", @@ -4835,19 +3634,14 @@ "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Yoga Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Weakness or Resistance." @@ -4859,17 +3653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "Through yoga training, it gained the psychic power to predict its foe's next move.", - "nationalPokedexNumbers": [ - 308 - ], + "nationalPokedexNumbers": [308], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4883,32 +3673,21 @@ "id": "xy5-82", "name": "Trapinch", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Vibrava" - ], + "types": ["Fighting"], + "evolvesTo": ["Vibrava"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4920,17 +3699,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It makes an inescapable conical pit and lies in wait at the bottom for prey to come tumbling down.", - "nationalPokedexNumbers": [ - 328 - ], + "nationalPokedexNumbers": [328], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4944,29 +3719,20 @@ "id": "xy5-83", "name": "Solrock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Solar Generator", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Special Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Knock Away", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -4978,17 +3744,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Midori Harada", "rarity": "Common", "flavorText": "It absorbs solar energy during the day. Always expressionless, it can sense what its foe is thinking.", - "nationalPokedexNumbers": [ - 338 - ], + "nationalPokedexNumbers": [338], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5002,32 +3764,20 @@ "id": "xy5-84", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Break Ground", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5039,20 +3789,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "84", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "This legendary Pokémon is said to represent the land. It went to sleep after dueling Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5066,36 +3809,23 @@ "id": "xy5-85", "name": "Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rip Claw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Massive Rend", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -5107,19 +3837,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "85", "artist": "Ryota Murayama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5133,14 +3856,9 @@ "id": "xy5-86", "name": "Primal Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Groudon-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Groudon-EX, your turn ends.", @@ -5153,12 +3871,7 @@ "attacks": [ { "name": "Gaia Volcano", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Discard that Stadium card." @@ -5170,19 +3883,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "86", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5196,34 +3902,21 @@ "id": "xy5-87", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Rolling Tackle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -5235,19 +3928,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "87", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It enshrouds itself with sand to protect itself from germs. It does not enjoy getting wet.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5261,34 +3948,21 @@ "id": "xy5-88", "name": "Hippowdon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Hippopotas", "attacks": [ { "name": "Resistance Desert", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon by Pokémon-EX." }, { "name": "Double-Edge", - "cost": [ - "Fighting", - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This Pokémon does 20 damage to itself." @@ -5300,20 +3974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "88", "artist": "Naoyo Kimura", "rarity": "Rare Holo", "flavorText": "It blasts internally stored sand from ports on its body to create a towering twister for attack.", - "nationalPokedexNumbers": [ - 450 - ], + "nationalPokedexNumbers": [450], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5327,22 +3994,14 @@ "id": "xy5-89", "name": "Drilbur", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Excadrill" - ], + "types": ["Fighting"], + "evolvesTo": ["Excadrill"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -5354,18 +4013,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "By spinning its body, it can dig straight through the ground at a speed of 30 mph.", - "nationalPokedexNumbers": [ - 529 - ], + "nationalPokedexNumbers": [529], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5379,31 +4033,21 @@ "id": "xy5-90", "name": "Diggersby", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Bunnelby", "attacks": [ { "name": "Ear Dig", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck." }, { "name": "Hammer In", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -5415,19 +4059,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Kyoko Umemoto", "rarity": "Rare", "flavorText": "As powerful as an excavator, its ears can reduce dense bedrock to rubble. When it's finished digging, it lounges lazily.", - "nationalPokedexNumbers": [ - 660 - ], + "nationalPokedexNumbers": [660], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5441,38 +4079,24 @@ "id": "xy5-91", "name": "Sharpedo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "M Sharpedo-EX" - ], + "types": ["Darkness"], + "evolvesTo": ["M Sharpedo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hunt", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Jagged Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy attached to this Pokémon. Then, discard an Energy attached to your opponent's Active Pokémon." @@ -5484,16 +4108,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5507,13 +4127,9 @@ "id": "xy5-92", "name": "Crawdaunt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Corphish", "abilities": [ { @@ -5525,11 +4141,7 @@ "attacks": [ { "name": "Crabhammer", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5547,18 +4159,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "Loving to battle, this Pokémon pinches all Pokémon that enter its territory with its pincers and throws them out.", - "nationalPokedexNumbers": [ - 342 - ], + "nationalPokedexNumbers": [342], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5572,40 +4179,24 @@ "id": "xy5-93", "name": "Aggron-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Aggron-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Aggron-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steel Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Raging Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -5623,19 +4214,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "93", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5649,14 +4233,9 @@ "id": "xy5-94", "name": "M Aggron-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aggron-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5665,12 +4244,7 @@ "attacks": [ { "name": "Megaton Slam", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may flip a coin. If heads, this attack does 120 more damage. If tails, this attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5688,19 +4262,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "94", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5714,31 +4281,21 @@ "id": "xy5-95", "name": "Probopass", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Nosepass", "attacks": [ { "name": "Triple Smash", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." }, { "name": "Reinforced Nose", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 50 more damage." @@ -5756,19 +4313,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "95", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "It freely controls three small units called Mini-Noses using magnetic force.", - "nationalPokedexNumbers": [ - 476 - ], + "nationalPokedexNumbers": [476], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5782,31 +4333,21 @@ "id": "xy5-96", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Drilbur", "attacks": [ { "name": "Drill Run", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Straight Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may discard an Energy attached to this Pokémon. If you do, this attack does 30 more damage." @@ -5824,18 +4365,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "96", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "More than 300 feet below the surface, they build mazelike nests. Their activity can be destructive to subway tunnels.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5849,13 +4385,9 @@ "id": "xy5-97", "name": "Excadrill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Drilbur", "ancientTrait": { "name": "Ω Barrage", @@ -5864,20 +4396,14 @@ "attacks": [ { "name": "Dredge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for 2 Energy cards and attach them to this Pokémon. Shuffle your deck afterward." }, { "name": "Mach Claw", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "This attack's damage isn't affected by Resistance." @@ -5895,19 +4421,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "97", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "More than 300 feet below the surface, they build mazelike nests. Their activity can be destructive to subway tunnels.", - "nationalPokedexNumbers": [ - 530 - ], + "nationalPokedexNumbers": [530], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5921,22 +4441,14 @@ "id": "xy5-98", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Metal Sound", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." @@ -5954,18 +4466,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5979,35 +4486,22 @@ "id": "xy5-99", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "False Swipe", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, put damage counters on your opponent's Active Pokémon until its remaining HP is 10." }, { "name": "Slash", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6025,18 +4519,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "The complex attack patterns of its two swords are unstoppable, even for an opponent greatly accomplished at swordplay.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6050,13 +4539,9 @@ "id": "xy5-100", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Doublade", "abilities": [ { @@ -6068,11 +4553,7 @@ "attacks": [ { "name": "Protect Charge", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -6090,19 +4571,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "100", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Apparently, it can detect the innate qualities of leadership. According to legend, whoever it recognizes is destined to become king.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6116,29 +4591,20 @@ "id": "xy5-101", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Trick", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move a Pokémon Tool card attached to 1 of either player's Pokémon to another of that player's Pokémon that doesn't already have a Pokémon Tool attached to it. If there is no Pokémon to move the Pokémon Tool card to, this attack does nothing." }, { "name": "Lock Up", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -6156,18 +4622,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "TOKIYA", "rarity": "Uncommon", "flavorText": "It is adept at conning people. It is said to be able to create walls out of thin air by miming.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6181,32 +4642,21 @@ "id": "xy5-102", "name": "Marill", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Azumarill" - ], + "types": ["Fairy"], + "evolvesTo": ["Azumarill"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rollout", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6224,18 +4674,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "102", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "The tip of its tail is filled with oil that is lighter than water, so it acts as a float.", - "nationalPokedexNumbers": [ - 183 - ], + "nationalPokedexNumbers": [183], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6249,32 +4694,21 @@ "id": "xy5-103", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Marill", "attacks": [ { "name": "Bubble Beam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Superpower", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "You may do 30 more damage. If you do, this Pokémon does 30 damage to itself." @@ -6292,18 +4726,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "103", "artist": "MAHOU", "rarity": "Rare", "flavorText": "The bubble-like pattern on its stomach helps it camouflage itself when it's in the water.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6317,13 +4746,9 @@ "id": "xy5-104", "name": "Azumarill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Marill", "ancientTrait": { "name": "α Recovery", @@ -6332,21 +4757,14 @@ "attacks": [ { "name": "Tail Rap", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Dwindling Wave", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100-", "text": "This attack does 100 damage minus 10 damage for each damage counter on this Pokémon." @@ -6364,18 +4782,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "The bubble-like pattern on its stomach helps it camouflage itself when it's in the water.", - "nationalPokedexNumbers": [ - 184 - ], + "nationalPokedexNumbers": [184], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6389,37 +4802,24 @@ "id": "xy5-105", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Life Leap", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Shining Wind", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -6437,17 +4837,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "105", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6461,14 +4856,9 @@ "id": "xy5-106", "name": "M Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Gardevoir-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6477,11 +4867,7 @@ "attacks": [ { "name": "Brilliant Arrow", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of Fairy Energy attached to all of your Pokémon." @@ -6499,17 +4885,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "106", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6523,30 +4904,21 @@ "id": "xy5-107", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Seadra", "attacks": [ { "name": "Shred", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Twister", - "cost": [ - "Water", - "Lightning" - ], + "cost": ["Water", "Lightning"], "convertedEnergyCost": 2, "damage": "70", "text": "Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon. If both of them are tails, this attack does nothing." @@ -6558,17 +4930,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "107", "artist": "Suwama Chiaki", "rarity": "Rare", "flavorText": "It stores energy by sleeping at underwater depths at which no other life forms can survive.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6582,13 +4950,9 @@ "id": "xy5-108", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Seadra", "ancientTrait": { "name": "α Growth", @@ -6597,20 +4961,14 @@ "attacks": [ { "name": "Gather Strength", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Dragon Blast", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard a Water Energy and a Lightning Energy attached to this Pokémon." @@ -6622,17 +4980,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "108", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It stores energy by sleeping at underwater depths at which no other life-forms can survive.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6646,34 +5000,22 @@ "id": "xy5-109", "name": "Vibrava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Trapinch", - "evolvesTo": [ - "Flygon" - ], + "evolvesTo": ["Flygon"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Super Vibration", - "cost": [ - "Grass", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -6685,17 +5027,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "109", "artist": "Yukiko Baba", "rarity": "Uncommon", "flavorText": "It generates ultrasonic waves by violently flapping its wings. After making its prey faint, it melts the prey with acid.", - "nationalPokedexNumbers": [ - 329 - ], + "nationalPokedexNumbers": [329], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6709,13 +5047,9 @@ "id": "xy5-110", "name": "Flygon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Vibrava", "abilities": [ { @@ -6727,11 +5061,7 @@ "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Grass", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -6743,17 +5073,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "110", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "Known as \"The Desert Spirit,\" this Pokémon hides in the sandstorms it causes by beating its wings.", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6767,32 +5093,21 @@ "id": "xy5-111", "name": "Zigzagoon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Linoone" - ], + "types": ["Colorless"], + "evolvesTo": ["Linoone"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Headbutt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6804,17 +5119,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "111", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "A Pokémon with abundant curiosity. It shows an interest in everything, so it always zigzags.", - "nationalPokedexNumbers": [ - 263 - ], + "nationalPokedexNumbers": [263], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6828,31 +5139,21 @@ "id": "xy5-112", "name": "Linoone", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Zigzagoon", "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." }, { "name": "Dash Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6864,17 +5165,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "match", "rarity": "Uncommon", "flavorText": "It charges prey at speeds over 60 mph. However, because it can only run straight, it often fails.", - "nationalPokedexNumbers": [ - 264 - ], + "nationalPokedexNumbers": [264], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6888,32 +5185,21 @@ "id": "xy5-113", "name": "Skitty", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Delcatty" - ], + "types": ["Colorless"], + "evolvesTo": ["Delcatty"], "attacks": [ { "name": "Charm", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Tail Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -6925,17 +5211,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "113", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It shows its cute side by chasing its own tail until it gets dizzy.", - "nationalPokedexNumbers": [ - 300 - ], + "nationalPokedexNumbers": [300], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6949,30 +5231,21 @@ "id": "xy5-114", "name": "Delcatty", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Skitty", "attacks": [ { "name": "Replace", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy attached to your Pokémon to your other Pokémon in any way you like." }, { "name": "Play Rough", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -6984,17 +5257,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "Atsuko Nishida", "rarity": "Rare", "flavorText": "It is highly popular among female Trainers for its sublime fur. It does not keep a nest.", - "nationalPokedexNumbers": [ - 301 - ], + "nationalPokedexNumbers": [301], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7008,28 +5277,20 @@ "id": "xy5-115", "name": "Spinda", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Staggering Steps", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused. If tails, this Pokémon is now Confused." }, { "name": "Uproar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -7041,17 +5302,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "The chances of two Spinda having identical spot patterns is less than one in four billion.", - "nationalPokedexNumbers": [ - 327 - ], + "nationalPokedexNumbers": [327], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7065,32 +5322,21 @@ "id": "xy5-116", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Scrunch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." @@ -7102,18 +5348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "116", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7127,16 +5368,10 @@ "id": "xy5-117", "name": "Bidoof", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Bibarel" - ], + "types": ["Colorless"], + "evolvesTo": ["Bibarel"], "ancientTrait": { "name": "α Recovery", "text": "When this Pokémon is healed, double the amount healed." @@ -7144,10 +5379,7 @@ "attacks": [ { "name": "Drench", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If this Pokémon has any Water Energy attached to it, this attack does 20 more damage." @@ -7159,18 +5391,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "117", "artist": "PLANETA", "rarity": "Uncommon", "flavorText": "It constantly gnaws on logs and rocks to whittle down its front teeth. It nests alongside water.", - "nationalPokedexNumbers": [ - 399 - ], + "nationalPokedexNumbers": [399], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7184,31 +5411,21 @@ "id": "xy5-118", "name": "Bibarel", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Bidoof", "attacks": [ { "name": "Yawn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Continuous Headbutt", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80×", "text": "Flip a coin until you get tails. This attack does 80 damage times the number of heads." @@ -7220,19 +5437,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "118", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It makes its nest by damming streams with bark and mud. It is known as an industrious worker.", - "nationalPokedexNumbers": [ - 400 - ], + "nationalPokedexNumbers": [400], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7246,13 +5457,9 @@ "id": "xy5-119", "name": "Bouffalant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Sap Sipper", @@ -7263,11 +5470,7 @@ "attacks": [ { "name": "Derail", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard a Special Energy attached to your opponent's Active Pokémon." @@ -7279,18 +5482,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Hiroki Asanuma", "rarity": "Uncommon", "flavorText": "Their fluffy fur absorbs damage, even if they strike foes with a fierce headbutt.", - "nationalPokedexNumbers": [ - 626 - ], + "nationalPokedexNumbers": [626], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7304,23 +5502,14 @@ "id": "xy5-120", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -7332,18 +5521,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "MAHOU", "rarity": "Common", "flavorText": "It has ears like shovels. Digging holes strengthens its ears so much that they can sever thick roots effortlessly.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7357,16 +5541,10 @@ "id": "xy5-121", "name": "Bunnelby", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Diggersby" - ], + "types": ["Colorless"], + "evolvesTo": ["Diggersby"], "ancientTrait": { "name": "Ω Barrage", "text": "This Pokémon may attack twice a turn. (If the first attack Knocks Out your opponent's Active Pokémon, you may attack again after your opponent chooses a new Active Pokémon.)" @@ -7374,18 +5552,14 @@ "attacks": [ { "name": "Burrow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Rototiller", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle a card from your discard pile into your deck." @@ -7397,18 +5571,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "It has ears like shovels. Digging holes strengthens its ears so much that they can sever thick roots effortlessly.", - "nationalPokedexNumbers": [ - 659 - ], + "nationalPokedexNumbers": [659], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7422,9 +5591,7 @@ "id": "xy5-122", "name": "Acro Bike", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7445,9 +5612,7 @@ "id": "xy5-123", "name": "Aggron Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Aggron-EX.", @@ -7469,9 +5634,7 @@ "id": "xy5-124", "name": "Archie's Ace in the Hole", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Water Pokémon from your discard pile onto your Bench. Then, draw 5 cards.", @@ -7493,9 +5656,7 @@ "id": "xy5-125", "name": "Dive Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7516,9 +5677,7 @@ "id": "xy5-126", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7540,9 +5699,7 @@ "id": "xy5-127", "name": "Escape Rope", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player switches his or her Active Pokémon with 1 of his or her Benched Pokémon. (Your opponent switches first. If a player does not have a Benched Pokémon, he or she doesn't switch Pokémon.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7564,9 +5721,7 @@ "id": "xy5-128", "name": "Exp. Share", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "When your Active Pokémon is Knocked Out by damage from an opponent's attack, you may move 1 basic Energy card that was attached to that Pokémon to the Pokémon this card is attached to.", @@ -7589,9 +5744,7 @@ "id": "xy5-129", "name": "Fresh Water Set", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 20 damage from each of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7612,9 +5765,7 @@ "id": "xy5-130", "name": "Gardevoir Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Gardevoir-EX.", @@ -7636,9 +5787,7 @@ "id": "xy5-131", "name": "Groudon Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes Primal Groudon-EX.", @@ -7660,9 +5809,7 @@ "id": "xy5-132", "name": "Kyogre Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes Primal Kyogre-EX.", @@ -7684,9 +5831,7 @@ "id": "xy5-133", "name": "Maxie's Hidden Ball Trick", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Fighting Pokémon from your discard pile onto your Bench. Then, draw 5 cards.", @@ -7708,9 +5853,7 @@ "id": "xy5-134", "name": "Professor Birch's Observations", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck and flip a coin. If heads, draw 7 cards. If tails, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7731,9 +5874,7 @@ "id": "xy5-135", "name": "Rare Candy", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Choose 1 of your Basic Pokémon in play. If you have a Stage 2 card in your hand that evolves from that Pokémon, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.) You can't use this card during your first turn or on a Basic Pokémon that was put into play this turn.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7755,9 +5896,7 @@ "id": "xy5-136", "name": "Repeat Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with the same name as 1 of your Pokémon in play, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7778,9 +5917,7 @@ "id": "xy5-137", "name": "Rough Seas", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may heal 30 damage from each of his or her Water Pokémon and Lightning Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7801,9 +5938,7 @@ "id": "xy5-138", "name": "Scorched Earth", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, that player may discard a Fire or Fighting Energy card from his or her hand. If that player does so, he or she draws 2 cards.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7824,9 +5959,7 @@ "id": "xy5-139", "name": "Shrine of Memories", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each player's evolved Pokémon can use any attack from its previous Evolutions. (That player still needs the necessary Energy to use each attack.)", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7847,9 +5980,7 @@ "id": "xy5-140", "name": "Silent Lab", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each Basic Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -7870,9 +6001,7 @@ "id": "xy5-141", "name": "Teammates", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward.", @@ -7894,9 +6023,7 @@ "id": "xy5-142", "name": "Weakness Policy", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to has no Weakness.", @@ -7918,9 +6045,7 @@ "id": "xy5-143", "name": "Shield Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Metal Pokémon. This card provides Metal Energy only while this card is attached to a Metal Pokémon.", "The attacks of your opponent's Pokémon do 10 less damage to the Metal Pokémon this card is attached to (before applying Weakness and Resistance).", @@ -7942,9 +6067,7 @@ "id": "xy5-144", "name": "Wonder Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Fairy Pokémon. This card provides Fairy Energy only while this card is attached to a Fairy Pokémon.", "Prevent all effects of your opponent's attacks, except damage, done to the Fairy Pokémon that this card is attached to. (Existing effects are not removed.)", @@ -7966,34 +6089,23 @@ "id": "xy5-145", "name": "Trevenant-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Forest", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Wood Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Grass Energy attached to this Pokémon." @@ -8005,18 +6117,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "145", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8030,39 +6136,24 @@ "id": "xy5-146", "name": "Camerupt-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Camerupt-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Camerupt-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Tumbling Attack", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Explosive Jet", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Discard as many Fire Energy attached to your Pokémon as you like. This attack does 50 damage times the number of Energy cards you discarded." @@ -8074,19 +6165,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "146", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8100,14 +6184,9 @@ "id": "xy5-147", "name": "Wailord-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "250", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -8121,13 +6200,7 @@ "attacks": [ { "name": "High Breaching", - "cost": [ - "Water", - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water", "Water"], "convertedEnergyCost": 5, "damage": "120", "text": "This Pokémon is now Asleep." @@ -8139,19 +6212,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "147", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 321 - ], + "nationalPokedexNumbers": [321], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8165,36 +6231,23 @@ "id": "xy5-148", "name": "Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Giant Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Return 2 Water Energy attached to this Pokémon to your hand." @@ -8206,19 +6259,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "148", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8232,14 +6278,9 @@ "id": "xy5-149", "name": "Primal Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kyogre-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Kyogre-EX, your turn ends.", @@ -8252,12 +6293,7 @@ "attacks": [ { "name": "Tidal Storm", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Move 2 Energy from this Pokémon to 1 of your Benched Pokémon. This attack does 30 damage to each of your opponent's Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8269,19 +6305,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "149", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8295,36 +6324,23 @@ "id": "xy5-150", "name": "Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rip Claw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Massive Rend", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -8336,19 +6352,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "150", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8362,14 +6371,9 @@ "id": "xy5-151", "name": "Primal Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Groudon-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Groudon-EX, your turn ends.", @@ -8382,12 +6386,7 @@ "attacks": [ { "name": "Gaia Volcano", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Discard that Stadium card." @@ -8399,19 +6398,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "151", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8425,38 +6417,24 @@ "id": "xy5-152", "name": "Sharpedo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "M Sharpedo-EX" - ], + "types": ["Darkness"], + "evolvesTo": ["M Sharpedo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hunt", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. This attack does 30 damage to the new Active Pokémon." }, { "name": "Jagged Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy attached to this Pokémon. Then, discard an Energy attached to your opponent's Active Pokémon." @@ -8468,16 +6446,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "152", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8491,40 +6465,24 @@ "id": "xy5-153", "name": "Aggron-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Aggron-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Aggron-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steel Headbutt", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Raging Hammer", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60+", "text": "This attack does 10 more damage for each damage counter on this Pokémon." @@ -8542,19 +6500,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "153", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8568,14 +6519,9 @@ "id": "xy5-154", "name": "M Aggron-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Aggron-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -8584,12 +6530,7 @@ "attacks": [ { "name": "Megaton Slam", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may flip a coin. If heads, this attack does 120 more damage. If tails, this attack does 20 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8607,19 +6548,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 306 - ], + "nationalPokedexNumbers": [306], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8633,37 +6567,24 @@ "id": "xy5-155", "name": "Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Gardevoir-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Gardevoir-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Life Leap", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Shining Wind", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, this Pokémon has no Weakness." @@ -8681,17 +6602,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "155", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8705,14 +6621,9 @@ "id": "xy5-156", "name": "M Gardevoir-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Gardevoir-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -8721,11 +6632,7 @@ "attacks": [ { "name": "Brilliant Arrow", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the amount of Fairy Energy attached to all of your Pokémon." @@ -8743,17 +6650,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8767,9 +6669,7 @@ "id": "xy5-157", "name": "Archie's Ace in the Hole", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Water Pokémon from your discard pile onto your Bench. Then, draw 5 cards.", @@ -8791,9 +6691,7 @@ "id": "xy5-158", "name": "Maxie's Hidden Ball Trick", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only when it is the last card in your hand.", "Put a Fighting Pokémon from your discard pile onto your Bench. Then, draw 5 cards.", @@ -8815,9 +6713,7 @@ "id": "xy5-159", "name": "Professor Birch's Observations", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Shuffle your hand into your deck and flip a coin. If heads, draw 7 cards. If tails, draw 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8838,9 +6734,7 @@ "id": "xy5-160", "name": "Teammates", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if 1 of your Pokémon was Knocked Out during your opponent's last turn.", "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward.", @@ -8862,9 +6756,7 @@ "id": "xy5-161", "name": "Dive Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8885,9 +6777,7 @@ "id": "xy5-162", "name": "Enhanced Hammer", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard a Special Energy attached to 1 of your opponent's Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8908,9 +6798,7 @@ "id": "xy5-163", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8932,9 +6820,7 @@ "id": "xy5-164", "name": "Weakness Policy", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to has no Weakness.", diff --git a/cards/en/xy6.json b/cards/en/xy6.json index a3727f57e..b446d1b61 100644 --- a/cards/en/xy6.json +++ b/cards/en/xy6.json @@ -3,31 +3,21 @@ "id": "xy6-1", "name": "Exeggcute", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Exeggutor" - ], + "types": ["Grass"], + "evolvesTo": ["Exeggutor"], "attacks": [ { "name": "Loathe", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Ram", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -39,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "Even though it appears to be eggs of some sort, it was discovered to be a life-form more like plant seeds.", - "nationalPokedexNumbers": [ - 102 - ], + "nationalPokedexNumbers": [102], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -63,31 +49,21 @@ "id": "xy6-2", "name": "Exeggutor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Exeggcute", "attacks": [ { "name": "Shake It Off", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the number of Colorless Pokémon your opponent has in play." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "" @@ -99,19 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "2", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It is called \"The Walking Jungle.\" If a head grows too big, it falls off and becomes an Exeggcute.", - "nationalPokedexNumbers": [ - 103 - ], + "nationalPokedexNumbers": [103], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -125,33 +95,21 @@ "id": "xy6-3", "name": "Wurmple", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Silcoon", - "Cascoon" - ], + "types": ["Grass"], + "evolvesTo": ["Silcoon", "Cascoon"], "attacks": [ { "name": "Flock", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for Wurmple and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -163,17 +121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "3", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It lives among the tall grass and in forests. It repels attacks by raising up the spikes on its rear.", - "nationalPokedexNumbers": [ - 265 - ], + "nationalPokedexNumbers": [265], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -187,23 +141,15 @@ "id": "xy6-4", "name": "Silcoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Beautifly" - ], + "evolvesTo": ["Beautifly"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -215,19 +161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "4", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It drinks dew that collects on its silk and waits for evolution. Its hard cocoon repels attacks.", - "nationalPokedexNumbers": [ - 266 - ], + "nationalPokedexNumbers": [266], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -241,13 +181,9 @@ "id": "xy6-5", "name": "Beautifly", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Silcoon", "abilities": [ { @@ -259,11 +195,7 @@ "attacks": [ { "name": "Whirlwind", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -279,9 +211,7 @@ "artist": "Midori Harada", "rarity": "Rare Holo", "flavorText": "It has an aggressive nature. It stabs prey with its long, narrow mouth to drain the prey's fluids.", - "nationalPokedexNumbers": [ - 267 - ], + "nationalPokedexNumbers": [267], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -295,33 +225,22 @@ "id": "xy6-6", "name": "Cascoon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Wurmple", - "evolvesTo": [ - "Dustox" - ], + "evolvesTo": ["Dustox"], "attacks": [ { "name": "Poison Sting", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Iron Defense", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." @@ -333,19 +252,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "6", "artist": "MAHOU", "rarity": "Common", "flavorText": "It never forgets any attack it endured while in the cocoon. After evolution, it seeks payback.", - "nationalPokedexNumbers": [ - 268 - ], + "nationalPokedexNumbers": [268], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -359,33 +272,21 @@ "id": "xy6-7", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "attacks": [ { "name": "Psybeam", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Twilight Poison", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep and Poisoned." @@ -397,18 +298,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "7", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "It violently flutters its wings to scatter toxic dust when attacked. It becomes active after sunset.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -422,13 +318,9 @@ "id": "xy6-8", "name": "Dustox", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Cascoon", "ancientTrait": { "name": "Δ Plus", @@ -437,20 +329,14 @@ "attacks": [ { "name": "Flap", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wind Shard", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -462,17 +348,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "match", "rarity": "Rare", "flavorText": "It violently flutters its wings to scatter toxic dust when attacked. It becomes active after sunset.", - "nationalPokedexNumbers": [ - 269 - ], + "nationalPokedexNumbers": [269], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -486,22 +368,14 @@ "id": "xy6-9", "name": "Nincada", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ninjask" - ], + "types": ["Grass"], + "evolvesTo": ["Ninjask"], "attacks": [ { "name": "Slight Intrusion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -513,17 +387,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It can sometimes live underground for more than 10 years. It absorbs nutrients from the roots of trees.", - "nationalPokedexNumbers": [ - 290 - ], + "nationalPokedexNumbers": [290], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -537,17 +407,11 @@ "id": "xy6-10", "name": "Ninjask", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", - "evolvesTo": [ - "Shedinja" - ], + "evolvesTo": ["Shedinja"], "abilities": [ { "name": "Wing Buzz", @@ -558,10 +422,7 @@ "attacks": [ { "name": "Afterimage Assault", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Search your deck for up to 2 Ninjask and put them onto your Bench. Shuffle your deck afterward." @@ -577,9 +438,7 @@ "artist": "Sumiyoshi Kizuki", "rarity": "Uncommon", "flavorText": "Because it moves so quickly, it sometimes becomes unseeable. It congregates around tree sap.", - "nationalPokedexNumbers": [ - 291 - ], + "nationalPokedexNumbers": [291], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -593,45 +452,33 @@ "id": "xy6-11", "name": "Shedinja", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "30", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nincada", "attacks": [ { "name": "Cursed Rain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon. Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Hopeless Scream", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "This attack does 50 damage times the number of damage counters on this Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "A most peculiar Pokémon that somehow appears in a Poké Ball when a Nincada evolves.", - "nationalPokedexNumbers": [ - 292 - ], + "nationalPokedexNumbers": [292], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -645,33 +492,20 @@ "id": "xy6-12", "name": "Tropius", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Stomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Solar Beam", - "cost": [ - "Grass", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "" @@ -683,18 +517,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "12", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "The bunch of fruit around its neck ripens twice a year and is delicious. It's a highly favored tropical snack.", - "nationalPokedexNumbers": [ - 357 - ], + "nationalPokedexNumbers": [357], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -708,29 +537,20 @@ "id": "xy6-13", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Me First", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Psy Bolt", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -742,17 +562,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -766,23 +582,15 @@ "id": "xy6-14", "name": "Fletchinder", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchling", - "evolvesTo": [ - "Talonflame" - ], + "evolvesTo": ["Talonflame"], "attacks": [ { "name": "Peck Off", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon." @@ -798,9 +606,7 @@ "artist": "Naoyo Kimura", "rarity": "Uncommon", "flavorText": "The hotter the flame sac on its belly, the faster it can fly, but it takes some time to get the fire going.", - "nationalPokedexNumbers": [ - 662 - ], + "nationalPokedexNumbers": [662], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -814,30 +620,21 @@ "id": "xy6-15", "name": "Talonflame", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fletchinder", "attacks": [ { "name": "Grand Loop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. You may switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Brave Bird", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "90", "text": "This Pokémon does 20 damage to itself." @@ -853,9 +650,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "When attacking prey, it can reach speeds of up to 310 mph. It finishes its prey off with a colossal kick.", - "nationalPokedexNumbers": [ - 663 - ], + "nationalPokedexNumbers": [663], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -869,31 +664,20 @@ "id": "xy6-16", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Find Ice", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Freezing Wind", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -911,17 +695,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -935,13 +715,9 @@ "id": "xy6-17", "name": "Articuno", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "ancientTrait": { "name": "Δ Plus", "text": "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card." @@ -949,20 +725,14 @@ "attacks": [ { "name": "Chilling Sigh", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Tri Edge", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "20+", "text": "Flip 3 coins. This attack does 40 more damage for each heads." @@ -980,18 +750,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "5ban Graphics", "rarity": "Rare", "flavorText": "A legendary bird Pokémon that is said to appear to doomed people who are lost in icy mountains.", - "nationalPokedexNumbers": [ - 144 - ], + "nationalPokedexNumbers": [144], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1005,22 +770,14 @@ "id": "xy6-18", "name": "Wingull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Pelipper" - ], + "types": ["Water"], + "evolvesTo": ["Pelipper"], "attacks": [ { "name": "Water Gun", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1038,17 +795,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "MAHOU", "rarity": "Common", "flavorText": "It makes its nest on steep sea cliffs. Riding updrafts, it soars to great heights.", - "nationalPokedexNumbers": [ - 278 - ], + "nationalPokedexNumbers": [278], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1062,33 +815,21 @@ "id": "xy6-19", "name": "Pelipper", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Wingull", "attacks": [ { "name": "Swallow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Your opponent's Active Pokémon is now Asleep." @@ -1106,18 +847,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It is a messenger of the skies, carrying small Pokémon and eggs to safety in its bill.", - "nationalPokedexNumbers": [ - 279 - ], + "nationalPokedexNumbers": [279], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1131,32 +867,21 @@ "id": "xy6-20", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Tail Whip", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -1174,17 +899,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "20", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "It raises its tail to check its surroundings. The tail is sometimes struck by lightning in this pose.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1198,32 +919,21 @@ "id": "xy6-21", "name": "Voltorb", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electrode" - ], + "types": ["Lightning"], + "evolvesTo": ["Electrode"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Big Explosion", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This Pokémon does 60 damage to itself." @@ -1241,17 +951,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "21", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Usually found in power plants. Easily mistaken for a Poké Ball, it has zapped many people.", - "nationalPokedexNumbers": [ - 100 - ], + "nationalPokedexNumbers": [100], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1265,31 +971,21 @@ "id": "xy6-22", "name": "Electrode", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Voltorb", "attacks": [ { "name": "Continuous Tumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads." }, { "name": "Energy Bomb", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "You may move all Energy from this Pokémon to your Benched Pokémon in any way you like." @@ -1307,17 +1003,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It stores an overflowing amount of electric energy inside its body. Even a small shock makes it explode.", - "nationalPokedexNumbers": [ - 101 - ], + "nationalPokedexNumbers": [101], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1331,30 +1023,20 @@ "id": "xy6-23", "name": "Zapdos", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Drill Peck", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Raging Thunder", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 40 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1372,18 +1054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "23", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "A legendary Pokémon that is said to live in thunderclouds. It freely controls lightning bolts.", - "nationalPokedexNumbers": [ - 145 - ], + "nationalPokedexNumbers": [145], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1397,22 +1074,14 @@ "id": "xy6-24", "name": "Electrike", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Manectric" - ], + "types": ["Lightning"], + "evolvesTo": ["Manectric"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1430,17 +1099,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It stores static electricity in its fur for discharging. It gives off sparks if a storm approaches.", - "nationalPokedexNumbers": [ - 309 - ], + "nationalPokedexNumbers": [309], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1454,30 +1119,21 @@ "id": "xy6-25", "name": "Manectric", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electrike", "attacks": [ { "name": "Random Spark", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -1495,17 +1151,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "match", "rarity": "Uncommon", "flavorText": "It discharges electricity from its mane. It creates a thundercloud overhead to drop lightning bolts.", - "nationalPokedexNumbers": [ - 310 - ], + "nationalPokedexNumbers": [310], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1519,35 +1171,23 @@ "id": "xy6-26", "name": "Thundurus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Headlock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Voltage Rush", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon does 50 damage to itself." @@ -1565,17 +1205,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "26", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1589,22 +1224,14 @@ "id": "xy6-27", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1616,17 +1243,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It usually forages for food on the ground but may, on rare occasions, hop onto branches to peck at shoots.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1640,16 +1263,10 @@ "id": "xy6-28", "name": "Natu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Xatu" - ], + "types": ["Psychic"], + "evolvesTo": ["Xatu"], "ancientTrait": { "name": "Δ Plus", "text": "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card." @@ -1657,10 +1274,7 @@ "attacks": [ { "name": "Psywave", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the amount of Energy attached to your opponent's Active Pokémon." @@ -1672,17 +1286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "28", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It usually forages for food on the ground but may, on rare occasions, hop onto branches to peck at shoots.", - "nationalPokedexNumbers": [ - 177 - ], + "nationalPokedexNumbers": [177], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1696,30 +1306,21 @@ "id": "xy6-29", "name": "Xatu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Natu", "attacks": [ { "name": "Future Sight", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order." }, { "name": "Stressful Eye", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent reveals his or her hand. Discard a Trainer card you find there." @@ -1731,17 +1332,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "They say that it stays still and quiet because it is seeing both the past and future at the same time.", - "nationalPokedexNumbers": [ - 178 - ], + "nationalPokedexNumbers": [178], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1755,22 +1352,14 @@ "id": "xy6-30", "name": "Shuppet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Banette" - ], + "types": ["Psychic"], + "evolvesTo": ["Banette"], "attacks": [ { "name": "Bleh", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a Special Energy attached to 1 of your opponent's Pokémon." @@ -1788,17 +1377,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It loves vengeful emotions and hangs in rows under the eaves of houses where vengeful people live.", - "nationalPokedexNumbers": [ - 353 - ], + "nationalPokedexNumbers": [353], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1812,13 +1397,9 @@ "id": "xy6-31", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "abilities": [ { @@ -1830,11 +1411,7 @@ "attacks": [ { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1852,17 +1429,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Aya Kusube", "rarity": "Rare", "flavorText": "Strong feelings of hatred turned a puppet into a Pokémon. If it opens its mouth, its cursed energy escapes.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1876,13 +1449,9 @@ "id": "xy6-32", "name": "Banette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Shuppet", "ancientTrait": { "name": "Δ Evolution", @@ -1891,19 +1460,14 @@ "attacks": [ { "name": "Evolution Jammer", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent can't play any Pokémon from his or her hand to evolve his or her Pokémon during his or her next turn." }, { "name": "Curse Deeply", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 5 damage counters on your opponent's Active Pokémon." @@ -1921,17 +1485,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Strong feelings of hatred turned a puppet into a Pokémon. If it opens its mouth, its cursed energy escapes.", - "nationalPokedexNumbers": [ - 354 - ], + "nationalPokedexNumbers": [354], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1945,29 +1505,20 @@ "id": "xy6-33", "name": "Deoxys", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Close Encounter", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If you go first, you can use this attack on your first turn. Draw 2 cards." }, { "name": "Overdrive Smash", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your next turn, this Pokémon's Overdrive Smash attack does 60 more damage (before applying Weakness and Resistance)." @@ -1979,17 +1530,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "DNA from a space virus mutated and became a Pokémon. It appears where auroras are seen.", - "nationalPokedexNumbers": [ - 386 - ], + "nationalPokedexNumbers": [386], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2003,38 +1550,24 @@ "id": "xy6-34", "name": "Gallade-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Gallade-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Gallade-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift Lunge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Piercing Prizes", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each of your remaining Prize cards." @@ -2046,17 +1579,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "34", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2070,14 +1598,9 @@ "id": "xy6-35", "name": "M Gallade-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gallade-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -2086,11 +1609,7 @@ "attacks": [ { "name": "Unwavering Blade", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2102,17 +1621,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2126,22 +1640,14 @@ "id": "xy6-36", "name": "Gligar", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gliscor" - ], + "types": ["Fighting"], + "evolvesTo": ["Gliscor"], "attacks": [ { "name": "Stun Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned." @@ -2153,17 +1659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It flies straight at its target's face then clamps down on the startled victim to inject poison.", - "nationalPokedexNumbers": [ - 207 - ], + "nationalPokedexNumbers": [207], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2177,30 +1679,21 @@ "id": "xy6-37", "name": "Gliscor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gligar", "attacks": [ { "name": "Rock Slide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Slash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -2212,17 +1705,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "Its flight is soundless. It uses its lengthy tail to carry off its prey… Then its elongated fangs do the rest.", - "nationalPokedexNumbers": [ - 472 - ], + "nationalPokedexNumbers": [472], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2236,33 +1725,21 @@ "id": "xy6-38", "name": "Binacle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Barbaracle" - ], + "types": ["Fighting"], + "evolvesTo": ["Barbaracle"], "attacks": [ { "name": "Sand Attack", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2274,18 +1751,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Two Binacle live together on one rock. When they fight, one of them will move to a different rock.", - "nationalPokedexNumbers": [ - 688 - ], + "nationalPokedexNumbers": [688], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2299,30 +1771,20 @@ "id": "xy6-39", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Tackle", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Midair Strike", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -2340,17 +1802,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "Although its body is small, its proficient fighting skills enable it to keep up with big bruisers like Machamp and Hariyama.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2364,13 +1822,9 @@ "id": "xy6-40", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Cursed Eyes", @@ -2381,10 +1835,7 @@ "attacks": [ { "name": "Mach Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." @@ -2402,17 +1853,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "40", "artist": "Kagemaru Himeno", "rarity": "Rare Holo", "flavorText": "It appears when it senses an impending natural disaster. As a result, it was mistaken as a doom bringer.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2426,32 +1873,21 @@ "id": "xy6-41", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Rip Off", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Psybeam", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." @@ -2469,17 +1905,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2493,29 +1925,20 @@ "id": "xy6-42", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Diminutive Desire", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck." }, { "name": "Doom Desire", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponent's next turn." @@ -2533,17 +1956,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2557,22 +1976,14 @@ "id": "xy6-43", "name": "Togepi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Togetic" - ], + "types": ["Fairy"], + "evolvesTo": ["Togetic"], "attacks": [ { "name": "Sweet Kiss", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent draws a card." @@ -2590,17 +2001,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "HiRON", "rarity": "Common", "flavorText": "A proverb claims that happiness will come to anyone who can make a sleeping Togepi stand up.", - "nationalPokedexNumbers": [ - 175 - ], + "nationalPokedexNumbers": [175], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2614,34 +2021,22 @@ "id": "xy6-44", "name": "Togetic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Togepi", - "evolvesTo": [ - "Togekiss" - ], + "evolvesTo": ["Togekiss"], "attacks": [ { "name": "Go Fetch", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle 3 basic Energy cards from your discard pile into your deck." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -2659,17 +2054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Kanako Eo", "rarity": "Uncommon", "flavorText": "They say that it will appear before kindhearted, caring people and shower them with happiness.", - "nationalPokedexNumbers": [ - 176 - ], + "nationalPokedexNumbers": [176], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2683,31 +2074,21 @@ "id": "xy6-45", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Togetic", "attacks": [ { "name": "Powerful Slap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "50×", "text": "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads." }, { "name": "Aura Sphere", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2725,18 +2106,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "45", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "It shares many blessings with people who respect one another's rights and avoid needless strife.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2750,13 +2126,9 @@ "id": "xy6-46", "name": "Togekiss", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Togetic", "ancientTrait": { "name": "Δ Evolution", @@ -2772,11 +2144,7 @@ "attacks": [ { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -2794,17 +2162,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "PLANETA", "rarity": "Rare Holo", "flavorText": "It shares many blessings with people who respect one another's rights and avoid needless strife.", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2818,13 +2182,9 @@ "id": "xy6-47", "name": "Carbink", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Jewel Armor", @@ -2835,11 +2195,7 @@ "attacks": [ { "name": "Spin Tackle", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -2857,18 +2213,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "Born from temperatures and pressures deep underground, it fires beams from the stone in its head.", - "nationalPokedexNumbers": [ - 703 - ], + "nationalPokedexNumbers": [703], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2882,29 +2233,20 @@ "id": "xy6-48", "name": "Klefki", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Look for Keys", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Reveal cards from the top of your deck until you reveal an Item card. Put it into your hand. Shuffle the other cards back into your deck." }, { "name": "Play Rough", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2922,17 +2264,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "These key collectors threaten any attackers by fiercely jingling their keys at them.", - "nationalPokedexNumbers": [ - 707 - ], + "nationalPokedexNumbers": [707], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2946,32 +2284,21 @@ "id": "xy6-49", "name": "Dratini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Dragonair" - ], + "types": ["Dragon"], + "evolvesTo": ["Dragonair"], "attacks": [ { "name": "Hook", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Slam", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." @@ -2983,17 +2310,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "This Pokémon is full of life energy. It continually sheds its skin and grows steadily larger.", - "nationalPokedexNumbers": [ - 147 - ], + "nationalPokedexNumbers": [147], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3007,34 +2330,22 @@ "id": "xy6-50", "name": "Dragonair", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dratini", - "evolvesTo": [ - "Dragonite" - ], + "evolvesTo": ["Dragonite"], "attacks": [ { "name": "Shed Skin", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Slam", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -3046,18 +2357,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "A mystical Pokémon that exudes a gentle aura. It is said to have the ability to change the weather.", - "nationalPokedexNumbers": [ - 148 - ], + "nationalPokedexNumbers": [148], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3071,13 +2377,9 @@ "id": "xy6-51", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "abilities": [ { @@ -3089,11 +2391,7 @@ "attacks": [ { "name": "Mach Press", - "cost": [ - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is now Paralyzed." @@ -3105,19 +2403,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It is said to make its home somewhere in the sea. It guides crews of shipwrecks to shore.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3131,13 +2423,9 @@ "id": "xy6-52", "name": "Dragonite", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Dragonair", "ancientTrait": { "name": "Δ Plus", @@ -3146,22 +2434,14 @@ "attacks": [ { "name": "Wrapped in Wind", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 basic Energy cards from your hand to this Pokémon." }, { "name": "Heavy Impact", - "cost": [ - "Grass", - "Grass", - "Grass", - "Lightning", - "Colorless" - ], + "cost": ["Grass", "Grass", "Grass", "Lightning", "Colorless"], "convertedEnergyCost": 5, "damage": "150", "text": "" @@ -3173,20 +2453,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "52", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "It is said to make its home somewhere in the sea. It guides crews of shipwrecks to shore.", - "nationalPokedexNumbers": [ - 149 - ], + "nationalPokedexNumbers": [149], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3200,30 +2473,21 @@ "id": "xy6-53", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Swablu", "attacks": [ { "name": "Song of Echoes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's)." }, { "name": "Midnight Eyes", - "cost": [ - "Water", - "Metal" - ], + "cost": ["Water", "Metal"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3235,17 +2499,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3259,23 +2519,14 @@ "id": "xy6-54", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Continuous Headbutt", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -3287,17 +2538,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "54", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3311,32 +2558,21 @@ "id": "xy6-55", "name": "Bagon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Shelgon" - ], + "types": ["Dragon"], + "evolvesTo": ["Shelgon"], "attacks": [ { "name": "Leer", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Almost Flight", - "cost": [ - "Fire", - "Water" - ], + "cost": ["Fire", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -3348,17 +2584,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "kirisAki", "rarity": "Common", "flavorText": "Dreaming of one day flying, it practices by leaping off cliffs every day.", - "nationalPokedexNumbers": [ - 371 - ], + "nationalPokedexNumbers": [371], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3372,17 +2604,11 @@ "id": "xy6-56", "name": "Shelgon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Bagon", - "evolvesTo": [ - "Salamence" - ], + "evolvesTo": ["Salamence"], "abilities": [ { "name": "Exoskeleton", @@ -3393,11 +2619,7 @@ "attacks": [ { "name": "Rolling Tackle", - "cost": [ - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -3409,19 +2631,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "sui", "rarity": "Uncommon", "flavorText": "Its armored body makes all attacks bounce off. The armor is too tough, however, making it heavy and somewhat sluggish.", - "nationalPokedexNumbers": [ - 372 - ], + "nationalPokedexNumbers": [372], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3435,43 +2651,28 @@ "id": "xy6-57", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "attacks": [ { "name": "Shatter", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "60", "text": "Discard any Stadium card in play." }, { "name": "Power Howl", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "This attack does 20 damage times the number of cards in your opponent's hand." }, { "name": "Steam Blast", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "170", "text": "Discard 3 Energy attached to this Pokémon." @@ -3483,20 +2684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "57", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It's uncontrollable if enraged. It flies around spouting flames and scorching fields and mountains.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3510,38 +2704,24 @@ "id": "xy6-58", "name": "Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Latios-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Latios-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Light Pulse", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn." @@ -3553,17 +2733,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3577,14 +2752,9 @@ "id": "xy6-59", "name": "M Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Latios-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3593,11 +2763,7 @@ "attacks": [ { "name": "Sonic Ace", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3612,9 +2778,7 @@ "number": "59", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3628,39 +2792,24 @@ "id": "xy6-60", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dragon Strike", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, this Pokémon can't use Dragon Strike during your next turn." @@ -3672,17 +2821,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3696,14 +2840,9 @@ "id": "xy6-61", "name": "M Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Rayquaza-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3716,13 +2855,7 @@ "attacks": [ { "name": "Dragon Ascent", - "cost": [ - "Fire", - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 5, "damage": "300", "text": "Discard 2 Energy attached to this Pokémon." @@ -3734,17 +2867,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3758,14 +2886,9 @@ "id": "xy6-62", "name": "Hydreigon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3779,11 +2902,7 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -3795,18 +2914,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3820,13 +2933,9 @@ "id": "xy6-63", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Turboblaze", @@ -3837,12 +2946,7 @@ "attacks": [ { "name": "Bright Wing", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Discard a Fire Energy attached to this Pokémon." @@ -3854,18 +2958,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "63", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3879,31 +2978,20 @@ "id": "xy6-64", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Energy Stream", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a basic Energy card from your discard pile to this Pokémon." }, { "name": "Electric Ball", - "cost": [ - "Fire", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -3915,18 +3003,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3940,23 +3023,14 @@ "id": "xy6-65", "name": "Spearow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fearow" - ], + "types": ["Colorless"], + "evolvesTo": ["Fearow"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3974,17 +3048,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Eats bugs in grassy areas. It has to flap its short wings at high speed to stay airborne.", - "nationalPokedexNumbers": [ - 21 - ], + "nationalPokedexNumbers": [21], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3998,32 +3068,21 @@ "id": "xy6-66", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "attacks": [ { "name": "Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Drill Run", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -4041,17 +3100,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "It has the stamina to fly all day on its broad wings. It fights by using its sharp beak.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4065,33 +3120,21 @@ "id": "xy6-67", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Feelin' Fine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "20×", "text": "Flip 3 coins. This attack does 20 damage times the number of heads." @@ -4103,17 +3146,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "67", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4127,28 +3166,20 @@ "id": "xy6-68", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Burrow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top card of your opponent's deck." }, { "name": "Rollout", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -4164,9 +3195,7 @@ "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It digs into the ground with its tail and makes a mazelike nest. It can fly just a little.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4180,29 +3209,20 @@ "id": "xy6-69", "name": "Skarmory", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Blow Through", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If there is any Stadium card in play, this attack does 30 more damage." @@ -4220,17 +3240,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "Despite being clad entirely in iron-hard armor, it flies at speed of over 180 mph.", - "nationalPokedexNumbers": [ - 227 - ], + "nationalPokedexNumbers": [227], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4244,22 +3260,14 @@ "id": "xy6-70", "name": "Taillow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Swellow" - ], + "types": ["Colorless"], + "evolvesTo": ["Swellow"], "attacks": [ { "name": "Double Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4277,17 +3285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "70", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "It dislikes cold seasons. They migrate to other lands in search of warmth, flying over 180 miles a day.", - "nationalPokedexNumbers": [ - 276 - ], + "nationalPokedexNumbers": [276], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4301,31 +3305,21 @@ "id": "xy6-71", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "attacks": [ { "name": "Clutch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4343,17 +3337,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "It dives at a steep angle as soon as it spots its prey. It catches its prey with sharp claws.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4367,13 +3357,9 @@ "id": "xy6-72", "name": "Swellow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Taillow", "ancientTrait": { "name": "Δ Plus", @@ -4382,21 +3368,14 @@ "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4414,17 +3393,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It dives at a steep angle as soon as it spots its prey. It catches its prey with sharp claws.", - "nationalPokedexNumbers": [ - 277 - ], + "nationalPokedexNumbers": [277], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4438,22 +3413,14 @@ "id": "xy6-73", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." @@ -4471,17 +3438,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Mizue", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4495,13 +3458,9 @@ "id": "xy6-74", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "ancientTrait": { "name": "Δ Evolution", @@ -4517,10 +3476,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -4538,17 +3494,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4562,37 +3514,24 @@ "id": "xy6-75", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Intensifying Burn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage." }, { "name": "Dragon Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top 3 cards of your deck." @@ -4610,17 +3549,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "75", "artist": "Ryota Murayama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4634,14 +3568,9 @@ "id": "xy6-76", "name": "M Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4654,11 +3583,7 @@ "attacks": [ { "name": "Emerald Break", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the number of your Benched Pokémon." @@ -4676,16 +3601,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4699,14 +3620,9 @@ "id": "xy6-77", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4720,10 +3636,7 @@ "attacks": [ { "name": "Sky Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Return this Pokémon and all cards attached to it to your hand." @@ -4741,16 +3654,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -4764,14 +3673,9 @@ "id": "xy6-77a", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4785,10 +3689,7 @@ "attacks": [ { "name": "Sky Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Return this Pokémon and all cards attached to it to your hand." @@ -4806,16 +3707,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "77a", "artist": "TOKIYA", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -4829,32 +3726,21 @@ "id": "xy6-78", "name": "Pidove", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Tranquill" - ], + "types": ["Colorless"], + "evolvesTo": ["Tranquill"], "attacks": [ { "name": "Homing Pidove", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top card of your deck. Then, you may shuffle your deck." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4872,17 +3758,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "kirisAki", "rarity": "Common", "flavorText": "These Pokémon live in cities. They are accustomed to people. Flocks often gather in parks and plazas.", - "nationalPokedexNumbers": [ - 519 - ], + "nationalPokedexNumbers": [519], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4896,24 +3778,15 @@ "id": "xy6-79", "name": "Tranquill", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Pidove", - "evolvesTo": [ - "Unfezant" - ], + "evolvesTo": ["Unfezant"], "attacks": [ { "name": "Fly", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -4931,17 +3804,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "79", "artist": "sui", "rarity": "Uncommon", "flavorText": "No matter where in the world it goes, it knows where its nest is, so it never gets separated from its Trainer.", - "nationalPokedexNumbers": [ - 520 - ], + "nationalPokedexNumbers": [520], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4955,31 +3824,21 @@ "id": "xy6-80", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "attacks": [ { "name": "Quick Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Strong Winds", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Shuffle all cards attached to each player's Pokémon into that player's deck." @@ -4997,17 +3856,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "Males have plumage on their heads. They will never let themselves fell close to anyone other than their Trainers.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5021,13 +3876,9 @@ "id": "xy6-81", "name": "Unfezant", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Tranquill", "ancientTrait": { "name": "Δ Evolution", @@ -5036,21 +3887,14 @@ "attacks": [ { "name": "Feather Dance", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your next turn, each of this Pokémon's attacks does 80 more damage (before applying Weakness and Resistance)." }, { "name": "Sky Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If tails, this attack does nothing." @@ -5072,9 +3916,7 @@ "artist": "TOKIYA", "rarity": "Rare", "flavorText": "Males have plumage on their heads. They will never let themselves feel close to anyone other than their Trainers.", - "nationalPokedexNumbers": [ - 521 - ], + "nationalPokedexNumbers": [521], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5088,22 +3930,14 @@ "id": "xy6-82", "name": "Fletchling", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Fletchinder" - ], + "types": ["Colorless"], + "evolvesTo": ["Fletchinder"], "attacks": [ { "name": "Acrobatics", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip 2 coins. This attack does 10 more damage for each heads." @@ -5121,17 +3955,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Despite the beauty of its lilting voice, it's merciless to intruders that enter its territory.", - "nationalPokedexNumbers": [ - 661 - ], + "nationalPokedexNumbers": [661], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5145,9 +3975,7 @@ "id": "xy6-83", "name": "Gallade Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Gallade-EX.", @@ -5169,9 +3997,7 @@ "id": "xy6-84", "name": "Healing Scarf", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Whenever you attach an Energy card from your hand to the Pokémon this card is attached to, heal 20 damage from it.", @@ -5193,9 +4019,7 @@ "id": "xy6-85", "name": "Latios Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Latios-EX.", @@ -5217,9 +4041,7 @@ "id": "xy6-86", "name": "Mega Turbo", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Attach a basic Energy card from your discard pile to 1 of your Mega Evolution Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5240,9 +4062,7 @@ "id": "xy6-87", "name": "Rayquaza Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Rayquaza-EX.", @@ -5264,9 +4084,7 @@ "id": "xy6-88", "name": "Revive", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Basic Pokémon from your discard pile onto your Bench.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5287,9 +4105,7 @@ "id": "xy6-89", "name": "Sky Field", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each player can have 8 Pokémon on his or her Bench.", "(When this card leaves play, each player discards Benched Pokémon until he or she has 5 Pokémon on the Bench. The owner of this card discards first.)", @@ -5311,9 +4127,7 @@ "id": "xy6-90", "name": "Steven", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Supporter card and a basic Energy card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5334,9 +4148,7 @@ "id": "xy6-91", "name": "Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Switch your Active Pokémon with 1 of your Benched Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5358,9 +4170,7 @@ "id": "xy6-92", "name": "Trainers' Mail", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 4 cards of your deck. You may reveal a Trainer card you find there (except Trainers' Mail) and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5381,9 +4191,7 @@ "id": "xy6-92a", "name": "Trainers' Mail", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 4 cards of your deck. You may reveal a Trainer card you find there (except Trainers' Mail) and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5404,9 +4212,7 @@ "id": "xy6-93", "name": "Ultra Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard 2 cards from your hand. (If you can't discard 2 cards, you can't play this card.) Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5427,9 +4233,7 @@ "id": "xy6-94", "name": "Wally", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon (excluding Pokémon-EX) and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. You can use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5450,9 +4254,7 @@ "id": "xy6-95", "name": "Wide Lens", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Damage from the attacks of the Pokémon this card is attached to is affected by Weakness and Resistance for your opponent's Benched Pokémon.", @@ -5474,9 +4276,7 @@ "id": "xy6-96", "name": "Winona", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Colorless Pokémon and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5497,9 +4297,7 @@ "id": "xy6-97", "name": "Double Dragon Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Dragon Pokémon. This card provides every type of Energy, but provides only 2 Energy at a time, only while this card is attached to a Dragon Pokémon.", "(If this card is attached to anything other than a Dragon Pokémon, discard this card.)" @@ -5520,35 +4318,23 @@ "id": "xy6-98", "name": "Thundurus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Headlock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Voltage Rush", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "This Pokémon does 50 damage to itself." @@ -5566,17 +4352,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 642 - ], + "nationalPokedexNumbers": [642], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5590,38 +4371,24 @@ "id": "xy6-99", "name": "Gallade-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Gallade-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Gallade-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Swift Lunge", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Piercing Prizes", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each of your remaining Prize cards." @@ -5633,17 +4400,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "99", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5657,14 +4419,9 @@ "id": "xy6-100", "name": "M Gallade-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gallade-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5673,11 +4430,7 @@ "attacks": [ { "name": "Unwavering Blade", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack does 30 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5689,17 +4442,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "100", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5713,38 +4461,24 @@ "id": "xy6-101", "name": "Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Latios-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Latios-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Light Pulse", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn." @@ -5756,17 +4490,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "101", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5780,14 +4509,9 @@ "id": "xy6-102", "name": "M Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Latios-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5796,11 +4520,7 @@ "attacks": [ { "name": "Sonic Ace", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5815,9 +4535,7 @@ "number": "102", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5831,14 +4549,9 @@ "id": "xy6-103", "name": "Hydreigon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5852,11 +4565,7 @@ "attacks": [ { "name": "Shred", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -5868,18 +4577,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "103", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 635 - ], + "nationalPokedexNumbers": [635], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5893,37 +4596,24 @@ "id": "xy6-104", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Intensifying Burn", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage." }, { "name": "Dragon Pulse", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard the top 3 cards of your deck." @@ -5941,17 +4631,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "104", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5965,14 +4650,9 @@ "id": "xy6-105", "name": "M Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5985,11 +4665,7 @@ "attacks": [ { "name": "Emerald Break", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the number of your Benched Pokémon." @@ -6007,16 +4683,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6030,14 +4702,9 @@ "id": "xy6-106", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6051,10 +4718,7 @@ "attacks": [ { "name": "Sky Return", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Return this Pokémon and all cards attached to it to your hand." @@ -6072,16 +4736,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Banned" @@ -6095,9 +4755,7 @@ "id": "xy6-107", "name": "Wally", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a card that evolves from 1 of your Pokémon (excluding Pokémon-EX) and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward. You can use this card during your first turn or on a Pokémon that was put into play this turn.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6118,9 +4776,7 @@ "id": "xy6-108", "name": "Winona", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for up to 3 Colorless Pokémon and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6141,9 +4797,7 @@ "id": "xy6-109", "name": "Energy Switch", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -6165,9 +4819,7 @@ "id": "xy6-110", "name": "VS Seeker", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put a Supporter card from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." diff --git a/cards/en/xy7.json b/cards/en/xy7.json index 1b5125998..eb2c08fe6 100644 --- a/cards/en/xy7.json +++ b/cards/en/xy7.json @@ -3,22 +3,14 @@ "id": "xy7-1", "name": "Oddish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gloom" - ], + "types": ["Grass"], + "evolvesTo": ["Gloom"], "attacks": [ { "name": "Trip Over", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its scientific name is \"Oddium Wanderus.\" At night, it is said to walk nearly 1,000 feet on its two roots.", - "nationalPokedexNumbers": [ - 43 - ], + "nationalPokedexNumbers": [43], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,25 +42,15 @@ "id": "xy7-2", "name": "Gloom", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Oddish", - "evolvesTo": [ - "Vileplume", - "Bellossom" - ], + "evolvesTo": ["Vileplume", "Bellossom"], "attacks": [ { "name": "Drool", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -84,17 +62,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "2", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "The honey it drools from its mouth smells so atrocious, it can curl noses more than a mile away.", - "nationalPokedexNumbers": [ - 44 - ], + "nationalPokedexNumbers": [44], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -108,13 +82,9 @@ "id": "xy7-3", "name": "Vileplume", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "abilities": [ { @@ -126,11 +96,7 @@ "attacks": [ { "name": "Solar Beam", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -142,19 +108,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "It has the world's largest petals. With every step, the petals shake out heavy clouds of toxic pollen.", - "nationalPokedexNumbers": [ - 45 - ], + "nationalPokedexNumbers": [45], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -168,30 +128,21 @@ "id": "xy7-4", "name": "Bellossom", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Gloom", "attacks": [ { "name": "Windmill", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Flower Tornado", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -203,17 +154,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "When the heavy rainfall season ends, it is drawn out by warm sunlight to dance in the open.", - "nationalPokedexNumbers": [ - 182 - ], + "nationalPokedexNumbers": [182], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -227,22 +174,14 @@ "id": "xy7-5", "name": "Spinarak", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Ariados" - ], + "types": ["Grass"], + "evolvesTo": ["Ariados"], "attacks": [ { "name": "String Shot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -254,17 +193,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It lies still in the same pose for days in its web, waiting for its unsuspecting prey to wander close.", - "nationalPokedexNumbers": [ - 167 - ], + "nationalPokedexNumbers": [167], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -278,13 +213,9 @@ "id": "xy7-6", "name": "Ariados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spinarak", "abilities": [ { @@ -296,10 +227,7 @@ "attacks": [ { "name": "Impound", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -311,17 +239,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "It attaches silk to its prey and sets it free. Later, it tracks the silk to the prey and its friends.", - "nationalPokedexNumbers": [ - 168 - ], + "nationalPokedexNumbers": [168], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -335,36 +259,24 @@ "id": "xy7-7", "name": "Sceptile-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Sceptile-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Sceptile-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned." }, { "name": "Unseen Claw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 70 more damage." @@ -376,16 +288,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -399,14 +307,9 @@ "id": "xy7-8", "name": "M Sceptile-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sceptile-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -419,10 +322,7 @@ "attacks": [ { "name": "Jagged Saber", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "You may attach up to 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon." @@ -434,17 +334,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "8", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -458,22 +353,14 @@ "id": "xy7-9", "name": "Combee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Vespiquen" - ], + "types": ["Grass"], + "evolvesTo": ["Vespiquen"], "attacks": [ { "name": "Bug Bite", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -485,17 +372,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It collects and delivers honey to its colony. At night, they cluster to form a beehive and sleep.", - "nationalPokedexNumbers": [ - 415 - ], + "nationalPokedexNumbers": [415], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -509,30 +392,21 @@ "id": "xy7-10", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "attacks": [ { "name": "Intelligence Gathering", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "You may draw cards until you have 6 cards in your hand." }, { "name": "Bee Revenge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each Pokémon in your discard pile." @@ -548,9 +422,7 @@ "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by Combee.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -564,13 +436,9 @@ "id": "xy7-11", "name": "Vespiquen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Combee", "ancientTrait": { "name": "θ Double", @@ -579,19 +447,14 @@ "attacks": [ { "name": "Bee Drain", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." }, { "name": "Fury Swipes", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -603,17 +466,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "11", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "Its abdomen is a honeycomb for grubs. It raises its grubs on honey collected by Combee.", - "nationalPokedexNumbers": [ - 416 - ], + "nationalPokedexNumbers": [416], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -627,29 +486,20 @@ "id": "xy7-12", "name": "Virizion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Bail Out", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Pokémon from your discard pile into your hand." }, { "name": "Prize Count", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40+", "text": "If you have more Prize cards left than your opponent, this attack does 80 more damage." @@ -661,17 +511,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "12", "artist": "match", "rarity": "Rare Holo", "flavorText": "Legends say this Pokémon confounded opponents with its swift movements.", - "nationalPokedexNumbers": [ - 640 - ], + "nationalPokedexNumbers": [640], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -685,13 +531,9 @@ "id": "xy7-13", "name": "Flareon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Eevee", "abilities": [ { @@ -703,11 +545,7 @@ "attacks": [ { "name": "Heat Breath", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -719,17 +557,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "sui", "rarity": "Uncommon", "flavorText": "It has a flame bag inside its body. After inhaling deeply, it blows out flames of nearly 3,000 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 136 - ], + "nationalPokedexNumbers": [136], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -743,29 +577,20 @@ "id": "xy7-14", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Burning Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 4 cards of your deck. If any of those cards are Fire Energy cards, attach them to your Pokémon in any way you like." }, { "name": "Combat Blaze", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each of your opponent's Benched Pokémon." @@ -777,18 +602,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -802,13 +622,9 @@ "id": "xy7-15", "name": "Entei", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "ancientTrait": { "name": "θ Double", "text": "This Pokémon may have up to 2 Pokémon Tool cards attached to it." @@ -816,22 +632,14 @@ "attacks": [ { "name": "Flame Screen", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Heat Tackle", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -843,18 +651,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "It is said that when it roars, a volcano erupts somewhere around the globe.", - "nationalPokedexNumbers": [ - 244 - ], + "nationalPokedexNumbers": [244], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -868,23 +671,14 @@ "id": "xy7-16", "name": "Larvesta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Volcarona" - ], + "types": ["Fire"], + "evolvesTo": ["Volcarona"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -896,18 +690,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Satoshi Shirai", "rarity": "Common", "flavorText": "The base of volcanoes is where they make their homes. They shoot fire from their five horns to repel attacking enemies.", - "nationalPokedexNumbers": [ - 636 - ], + "nationalPokedexNumbers": [636], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -921,30 +710,21 @@ "id": "xy7-17", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "attacks": [ { "name": "Solar Birth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Then, search your deck for up to 2 basic Energy cards and attach them to that Pokémon. Shuffle your deck afterward." }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard an Energy attached to this Pokémon." @@ -956,17 +736,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "When volcanic ash darkened the atmosphere, it is said that Volcarona's fire provided a replacement for the sun.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -980,13 +756,9 @@ "id": "xy7-18", "name": "Volcarona", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Larvesta", "ancientTrait": { "name": "θ Stop", @@ -995,20 +767,14 @@ "attacks": [ { "name": "Burning Scales", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." }, { "name": "Wind Wheel", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -1020,18 +786,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "18", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "When volcanic ash darkened the atmosphere, it is said that Volcarona's fire provided a replacement for the sun.", - "nationalPokedexNumbers": [ - 637 - ], + "nationalPokedexNumbers": [637], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1045,22 +806,14 @@ "id": "xy7-19", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Epic Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -1072,17 +825,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1096,34 +845,21 @@ "id": "xy7-20", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Berserker Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Tail", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "Flip a coin for each Water Energy attached to this Pokémon. This attack does 30 more damage for each heads." @@ -1135,19 +871,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1161,13 +891,9 @@ "id": "xy7-21", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "ancientTrait": { "name": "θ Double", @@ -1176,22 +902,14 @@ "attacks": [ { "name": "Full Retaliation", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each damage counter on each of your Benched Magikarp." }, { "name": "Thrash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, this Pokémon does 30 damage to itself." @@ -1203,19 +921,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "21", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1229,13 +941,9 @@ "id": "xy7-22", "name": "Vaporeon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1247,11 +955,7 @@ "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1263,18 +967,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It has evolved to be suitable for an aquatic life. It can invisibly melt away into water.", - "nationalPokedexNumbers": [ - 134 - ], + "nationalPokedexNumbers": [134], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1288,29 +987,20 @@ "id": "xy7-23", "name": "Relicanth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Deep Sea Search", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Pokémon Tool cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Take Down", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -1322,17 +1012,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "A rare Pokémon discovered during a deep-sea exploration. It has not changed in over 100 million years.", - "nationalPokedexNumbers": [ - 369 - ], + "nationalPokedexNumbers": [369], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1346,31 +1032,20 @@ "id": "xy7-24", "name": "Regice", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Resistance Blizzard", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon by Pokémon-EX." @@ -1382,19 +1057,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "24", "artist": "Miki Tanaka", "rarity": "Rare", "flavorText": "Its body is made of ice from the ice age. It controls frigid air of -328 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 378 - ], + "nationalPokedexNumbers": [378], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1408,37 +1077,23 @@ "id": "xy7-25", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glaciate", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Icecalibur", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to this Pokémon. The Defending Pokémon can't attack during your opponent's next turn." @@ -1450,18 +1105,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "25", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1475,13 +1124,9 @@ "id": "xy7-26", "name": "Jolteon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Eevee", "abilities": [ { @@ -1493,11 +1138,7 @@ "attacks": [ { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -1519,9 +1160,7 @@ "artist": "Sanosuke Sakuma", "rarity": "Rare Holo", "flavorText": "It accumulates negative ions in the atmosphere to blast out 10,000-volt lightning bolts.", - "nationalPokedexNumbers": [ - 135 - ], + "nationalPokedexNumbers": [135], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1535,38 +1174,24 @@ "id": "xy7-27", "name": "Ampharos-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "M Ampharos-EX" - ], + "types": ["Lightning"], + "evolvesTo": ["M Ampharos-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Rod", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and attach as many Lightning Energy cards you find there as you like to this Pokémon. Shuffle the other cards back into your deck." }, { "name": "Sparkling Tail", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -1584,17 +1209,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1608,14 +1228,9 @@ "id": "xy7-28", "name": "M Ampharos-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Ampharos-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1624,12 +1239,7 @@ "attacks": [ { "name": "Exavolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may do 50 more damage and leave your opponent's Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself." @@ -1647,18 +1257,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "28", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1672,29 +1276,20 @@ "id": "xy7-29", "name": "Rotom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Electro Ball", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Electric Mischief", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. For each heads, choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." @@ -1712,17 +1307,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "Its body is composed of plasma. It is known to infiltrate electronic devices and wreak havoc.", - "nationalPokedexNumbers": [ - 479 - ], + "nationalPokedexNumbers": [479], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1736,13 +1327,9 @@ "id": "xy7-30", "name": "Unown", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Farewell Letter", @@ -1753,9 +1340,7 @@ "attacks": [ { "name": "Hidden Power", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -1767,17 +1352,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "Shaped like ancient writing, it is a huge mystery whether language or Unown came first.", - "nationalPokedexNumbers": [ - 201 - ], + "nationalPokedexNumbers": [201], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1791,32 +1372,21 @@ "id": "xy7-31", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "attacks": [ { "name": "Slap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1828,17 +1398,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It moves by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1852,16 +1418,10 @@ "id": "xy7-32", "name": "Baltoy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Claydol" - ], + "types": ["Psychic"], + "evolvesTo": ["Claydol"], "ancientTrait": { "name": "θ Stop", "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon." @@ -1869,9 +1429,7 @@ "attacks": [ { "name": "Future Spin", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 3 cards of either player's deck and put them back on top of that player's deck in any order." @@ -1883,17 +1441,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Ayaka Yoshida", "rarity": "Common", "flavorText": "It moves by spinning on its foot. It is a rare Pokémon that was discovered in ancient ruins.", - "nationalPokedexNumbers": [ - 343 - ], + "nationalPokedexNumbers": [343], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1907,30 +1461,21 @@ "id": "xy7-33", "name": "Claydol", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Baltoy", "attacks": [ { "name": "Rewind", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand." }, { "name": "Hyper Beam", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -1942,18 +1487,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Satoshi Shirai", "rarity": "Rare", "flavorText": "It is said that it originates from clay dolls made by an ancient civilization.", - "nationalPokedexNumbers": [ - 344 - ], + "nationalPokedexNumbers": [344], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1967,23 +1507,14 @@ "id": "xy7-34", "name": "Golett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Golurk" - ], + "types": ["Psychic"], + "evolvesTo": ["Golurk"], "attacks": [ { "name": "Smash Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -2001,19 +1532,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "Ancient science fashioned this Pokémon from clay. It's been active for thousands of years.", - "nationalPokedexNumbers": [ - 622 - ], + "nationalPokedexNumbers": [622], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2027,13 +1552,9 @@ "id": "xy7-35", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Golett", "ancientTrait": { "name": "θ Stop", @@ -2049,12 +1570,7 @@ "attacks": [ { "name": "Superpower", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself." @@ -2072,20 +1588,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "35", "artist": "kawayoo", "rarity": "Rare", "flavorText": "It flies across the sky at Mach speeds. Removing the seal on its chest makes its internal energy go out of control.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2099,14 +1608,9 @@ "id": "xy7-36", "name": "Hoopa-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -2120,11 +1624,7 @@ "attacks": [ { "name": "Hyperspace Fury", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2136,17 +1636,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "36", "artist": "Ryota Murayama", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2160,35 +1655,23 @@ "id": "xy7-37", "name": "Machamp-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steaming Mad", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of damage counters on this Pokémon. This Pokémon is now Confused." }, { "name": "Crazy Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from this Pokémon." @@ -2200,18 +1683,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "37", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2225,32 +1702,21 @@ "id": "xy7-38", "name": "Wooper", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Quagsire" - ], + "types": ["Fighting"], + "evolvesTo": ["Quagsire"], "attacks": [ { "name": "Nap", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2262,18 +1728,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "When the temperature cools in the evening, they emerge from water to seek food along the shore.", - "nationalPokedexNumbers": [ - 194 - ], + "nationalPokedexNumbers": [194], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2287,32 +1748,21 @@ "id": "xy7-39", "name": "Quagsire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Wooper", "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Landslide", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Resistance." @@ -2324,19 +1774,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "This carefree Pokémon has an easy-going nature. While swimming, it always bumps into boat hulls.", - "nationalPokedexNumbers": [ - 195 - ], + "nationalPokedexNumbers": [195], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2350,31 +1794,20 @@ "id": "xy7-40", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rock Throw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Unyielding Rock", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 60 more damage." @@ -2386,19 +1819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "40", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "The same rocks that form its body have been found in ground layers around the world.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2412,32 +1839,21 @@ "id": "xy7-41", "name": "Golurk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Golett", "attacks": [ { "name": "Dig Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard the top card of your deck. If that card is a Fighting Energy card, attach it to this Pokémon." }, { "name": "Double Lariat", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90×", "text": "Flip 2 coins. This attack does 90 damage times the number of heads." @@ -2449,20 +1865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "41", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "It flies across the sky at Mach speeds. Removing the seal on its chest makes its internal energy go out of control.", - "nationalPokedexNumbers": [ - 623 - ], + "nationalPokedexNumbers": [623], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2476,40 +1885,24 @@ "id": "xy7-42", "name": "Tyranitar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "M Tyranitar-EX" - ], + "types": ["Darkness"], + "evolvesTo": ["M Tyranitar-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Break Ground", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -2527,19 +1920,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "42", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2553,14 +1939,9 @@ "id": "xy7-43", "name": "M Tyranitar-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Tyranitar-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -2573,12 +1954,7 @@ "attacks": [ { "name": "Destroyer King", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -2596,19 +1972,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "43", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2622,45 +1991,32 @@ "id": "xy7-44", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Bewitching Eyes", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a Supporter card from your opponent's discard pile and use it as the effect of this attack." }, { "name": "Furtive Drop", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon." } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "It dwells in the darkness of caves. It uses its sharp claws to dig up gems to nourish itself.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2674,22 +2030,14 @@ "id": "xy7-45", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Ink Spit", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -2707,17 +2055,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2731,29 +2075,21 @@ "id": "xy7-46", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "attacks": [ { "name": "Entangling Control", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. The new Active Pokémon is now Confused." }, { "name": "Trash Tentacle", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Put a card from your discard pile into your hand." @@ -2771,17 +2107,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It lures prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2795,33 +2127,21 @@ "id": "xy7-47", "name": "Beldum", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Metang" - ], + "types": ["Metal"], + "evolvesTo": ["Metang"], "attacks": [ { "name": "Ram", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Spinning Attack", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -2839,18 +2159,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "47", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It converses with others by magnetic pulses. In a swarm, they move in perfect unison.", - "nationalPokedexNumbers": [ - 374 - ], + "nationalPokedexNumbers": [374], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2864,35 +2179,22 @@ "id": "xy7-48", "name": "Metang", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Beldum", - "evolvesTo": [ - "Metagross" - ], + "evolvesTo": ["Metagross"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Bullet Punch", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -2910,19 +2212,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "48", "artist": "Shigenori Negishi", "rarity": "Uncommon", "flavorText": "It is formed by two Beldum joining together. Its two brains are linked, amplifying its psychic power.", - "nationalPokedexNumbers": [ - 375 - ], + "nationalPokedexNumbers": [375], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2936,13 +2232,9 @@ "id": "xy7-49", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "abilities": [ { @@ -2954,12 +2246,7 @@ "attacks": [ { "name": "Iron Cannon", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may discard all Metal Energy attached to this Pokémon. If you do, this attack does 80 more damage." @@ -2977,20 +2264,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "49", "artist": "kirisAki", "rarity": "Rare", "flavorText": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3004,13 +2284,9 @@ "id": "xy7-50", "name": "Metagross", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metang", "ancientTrait": { "name": "θ Double", @@ -3019,22 +2295,14 @@ "attacks": [ { "name": "Machine Gun Stomp", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 10 more damage for each card in your hand." }, { "name": "Guard Press", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -3052,20 +2320,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "50", "artist": "Hitoshi Ariga", "rarity": "Rare", "flavorText": "Metang combined to form it. With four brains, it has the intelligence of a supercomputer.", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3079,31 +2340,20 @@ "id": "xy7-51", "name": "Registeel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Iron Head", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Forbidden Iron Hammer", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "If your opponent's Active Pokémon is a Pokémon-EX, discard an Energy attached to that Pokémon." @@ -3121,19 +2371,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "51", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "Its body is said to be harder than any kind of metal. A study has revealed that its body is hollow.", - "nationalPokedexNumbers": [ - 379 - ], + "nationalPokedexNumbers": [379], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3147,32 +2391,21 @@ "id": "xy7-52", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fairy"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3190,17 +2423,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It is highly attuned to the emotions of people and Pokémon. It hides if it senses hostility.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3214,35 +2443,22 @@ "id": "xy7-53", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Calm Mind", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3260,17 +2476,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "match", "rarity": "Uncommon", "flavorText": "It has a psychic power that enables it to distort the space around it and see into the future.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3284,13 +2496,9 @@ "id": "xy7-54", "name": "Gardevoir", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -3302,11 +2510,7 @@ "attacks": [ { "name": "Telekinesis", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 50 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance." @@ -3324,18 +2528,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "54", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It has the power to predict the future. Its power peaks when it is protecting its Trainer.", - "nationalPokedexNumbers": [ - 282 - ], + "nationalPokedexNumbers": [282], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3349,22 +2548,14 @@ "id": "xy7-55", "name": "Cottonee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Whimsicott" - ], + "types": ["Fairy"], + "evolvesTo": ["Whimsicott"], "attacks": [ { "name": "Cotton Bed", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "10", "text": "Your opponent's Active Pokémon is now Asleep." @@ -3382,17 +2573,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Perhaps because they feel more at ease in a group, they stick to others they find. They end up looking like a cloud.", - "nationalPokedexNumbers": [ - 546 - ], + "nationalPokedexNumbers": [546], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3406,30 +2593,21 @@ "id": "xy7-56", "name": "Whimsicott", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Cottonee", "attacks": [ { "name": "Windy Mischief", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Move all damage counters from 1 of your Benched Pokémon to your opponent's Active Pokémon." }, { "name": "Rolling Tackle", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -3447,17 +2625,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "56", "artist": "Atsuko Nishida", "rarity": "Uncommon", "flavorText": "Like the wind, it can slip through any gap, no matter how small. It leaves balls of white fluff behind.", - "nationalPokedexNumbers": [ - 547 - ], + "nationalPokedexNumbers": [547], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3471,14 +2645,9 @@ "id": "xy7-57", "name": "Giratina-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3492,12 +2661,7 @@ "attacks": [ { "name": "Chaos Wheel", - "cost": [ - "Grass", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from his or her hand during his or her next turn." @@ -3509,18 +2673,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3534,16 +2692,10 @@ "id": "xy7-58", "name": "Goomy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Sliggoo" - ], + "types": ["Dragon"], + "evolvesTo": ["Sliggoo"], "abilities": [ { "name": "Water Down", @@ -3554,10 +2706,7 @@ "attacks": [ { "name": "Stampede", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "" @@ -3569,18 +2718,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "58", "artist": "sui", "rarity": "Common", "flavorText": "It's covered in a slimy membrane that makes any punches or kicks slide off it harmlessly.", - "nationalPokedexNumbers": [ - 704 - ], + "nationalPokedexNumbers": [704], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3594,33 +2738,22 @@ "id": "xy7-59", "name": "Sliggoo", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Goomy", - "evolvesTo": [ - "Goodra" - ], + "evolvesTo": ["Goodra"], "attacks": [ { "name": "Bubble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Melt", - "cost": [ - "Water", - "Fairy" - ], + "cost": ["Water", "Fairy"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3632,19 +2765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "59", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "Its four horns are a high-performance radar system. It uses them to sense sounds and smells, rather than using ears or a nose.", - "nationalPokedexNumbers": [ - 705 - ], + "nationalPokedexNumbers": [705], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3658,33 +2785,21 @@ "id": "xy7-60", "name": "Goodra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Sliggoo", "attacks": [ { "name": "Liquid Blow", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon for each Colorless in its Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Shining Breath", - "cost": [ - "Water", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "During your opponent's next turn, this Pokémon can't be affected by any Special Conditions." @@ -3696,19 +2811,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "60", "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "It attacks with retractable horns. It throws a punch that's the equivalent of the force of a hundred pro boxers.", - "nationalPokedexNumbers": [ - 706 - ], + "nationalPokedexNumbers": [706], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3722,22 +2831,14 @@ "id": "xy7-61", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Act Tough", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon has any Darkness Energy attached to it, this attack does 20 more damage." @@ -3749,17 +2850,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "61", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3773,30 +2870,21 @@ "id": "xy7-62", "name": "Persian", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Meowth", "attacks": [ { "name": "Fake Out", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Ambush", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -3808,17 +2896,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "62", "artist": "Mitsuhiro Arita", "rarity": "Common", "flavorText": "Its lithe muscles allow it to walk without making a sound. It attacks in an instant.", - "nationalPokedexNumbers": [ - 53 - ], + "nationalPokedexNumbers": [53], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3832,13 +2916,9 @@ "id": "xy7-63", "name": "Eevee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesTo": [ "Vaporeon", "Jolteon", @@ -3852,19 +2932,14 @@ "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Lunge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If tails, this attack does nothing." @@ -3876,17 +2951,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions.", - "nationalPokedexNumbers": [ - 133 - ], + "nationalPokedexNumbers": [133], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3900,32 +2971,21 @@ "id": "xy7-64", "name": "Porygon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Porygon2" - ], + "types": ["Colorless"], + "evolvesTo": ["Porygon2"], "attacks": [ { "name": "Data Check", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look through your deck. Shuffle your deck afterward." }, { "name": "Sharpen", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3937,17 +2997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "64", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "A Pokémon that consists entirely of programming code. It is capable of moving freely in cyberspace.", - "nationalPokedexNumbers": [ - 137 - ], + "nationalPokedexNumbers": [137], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3961,34 +3017,22 @@ "id": "xy7-65", "name": "Porygon2", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon", - "evolvesTo": [ - "Porygon-Z" - ], + "evolvesTo": ["Porygon-Z"], "attacks": [ { "name": "Sharpen", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Tri Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 3 coins. This attack does 30 damage times the number of heads." @@ -4000,18 +3044,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "65", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "With planetary development software installed, it became capable of working in space.", - "nationalPokedexNumbers": [ - 233 - ], + "nationalPokedexNumbers": [233], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4025,31 +3064,21 @@ "id": "xy7-66", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "attacks": [ { "name": "Cyber Crush", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard all Special Energy attached to each of your opponent's Pokémon." }, { "name": "Slowing Beam", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "During your opponent's next turn, the Defending Pokémon's attacks cost Colorless more." @@ -4061,18 +3090,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "66", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error…", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4086,13 +3110,9 @@ "id": "xy7-67", "name": "Porygon-Z", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Porygon2", "ancientTrait": { "name": "θ Stop", @@ -4101,19 +3121,14 @@ "attacks": [ { "name": "Digital Reboot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve as many of your Benched Pokémon as many times as you like. Put each Evolution card removed this way into your hand." }, { "name": "Dazzle Blast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -4125,18 +3140,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Naoki Saito", "rarity": "Rare Holo", "flavorText": "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error…", - "nationalPokedexNumbers": [ - 474 - ], + "nationalPokedexNumbers": [474], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4150,36 +3160,23 @@ "id": "xy7-68", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aero Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Deep Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If there is any Stadium card in play, this attack does 70 more damage. Then, discard that Stadium card." @@ -4197,17 +3194,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "68", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4221,9 +3213,7 @@ "id": "xy7-69", "name": "Ace Trainer", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "You can play this card only if you have more Prize cards left than your opponent.", "Each player shuffles his or her hand into his or her deck. Then, draw 6 cards. Your opponent draws 3 cards.", @@ -4245,9 +3235,7 @@ "id": "xy7-70", "name": "Ampharos Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Ampharos-EX.", @@ -4269,9 +3257,7 @@ "id": "xy7-71", "name": "Eco Arm", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 3 Pokémon Tool cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4292,9 +3278,7 @@ "id": "xy7-72", "name": "Energy Recycler", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 5 basic Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4316,9 +3300,7 @@ "id": "xy7-73", "name": "Faded Town", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "At any time between turns, put 2 damage counters on each Mega Evolution Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -4339,9 +3321,7 @@ "id": "xy7-74", "name": "Forest of Giant Plants", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Each player's Grass Pokémon can evolve during his or her first turn or the turn he or she plays those Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -4362,9 +3342,7 @@ "id": "xy7-75", "name": "Hex Maniac", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Until the end of your opponent's next turn, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities. (This includes cards that come into play on that turn.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4385,9 +3363,7 @@ "id": "xy7-75a", "name": "Hex Maniac", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Until the end of your opponent's next turn, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities. (This includes cards that come into play on that turn.)", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4408,9 +3384,7 @@ "id": "xy7-76", "name": "Level Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4432,9 +3406,7 @@ "id": "xy7-77", "name": "Lucky Helmet", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Whenever the Pokémon this card is attached to is your Active Pokémon and is damaged by an opponent's attack (even if that Pokémon is Knocked Out), draw 2 cards.", @@ -4456,9 +3428,7 @@ "id": "xy7-78", "name": "Lysandre", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -4479,9 +3449,7 @@ "id": "xy7-79", "name": "Paint Roller", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Discard any Stadium card in play. Then, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -4502,9 +3470,7 @@ "id": "xy7-80", "name": "Sceptile Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Sceptile-EX.", @@ -4526,9 +3492,7 @@ "id": "xy7-81", "name": "Tyranitar Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Tyranitar-EX.", @@ -4550,9 +3514,7 @@ "id": "xy7-82", "name": "Dangerous Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Darkness Pokémon. This card provides Darkness Energy only while this card is attached to a Darkness Pokémon.", "Whenever the Darkness Pokémon this card is attached to is your Active Pokémon and is damaged by an attack from your opponent's Pokémon-EX (even if that Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon-EX.", @@ -4574,9 +3536,7 @@ "id": "xy7-83", "name": "Flash Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Lightning Pokémon. This card provides Lightning Energy only while this card is attached to a Lightning Pokémon.", "The Lightning Pokémon this card is attached to has no Weakness.", @@ -4598,36 +3558,24 @@ "id": "xy7-84", "name": "Sceptile-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Sceptile-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Sceptile-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned." }, { "name": "Unseen Claw", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 70 more damage." @@ -4639,16 +3587,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4662,14 +3606,9 @@ "id": "xy7-85", "name": "M Sceptile-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Sceptile-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4682,10 +3621,7 @@ "attacks": [ { "name": "Jagged Saber", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "100", "text": "You may attach up to 2 Grass Energy cards from your hand to your Benched Pokémon in any way you like. If you attached Energy to a Pokémon in this way, heal all damage from that Pokémon." @@ -4697,17 +3633,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "85", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4721,37 +3652,23 @@ "id": "xy7-86", "name": "Kyurem-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Glaciate", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Icecalibur", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard an Energy attached to this Pokémon. The Defending Pokémon can't attack during your opponent's next turn." @@ -4763,18 +3680,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "86", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4788,38 +3699,24 @@ "id": "xy7-87", "name": "Ampharos-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "M Ampharos-EX" - ], + "types": ["Lightning"], + "evolvesTo": ["M Ampharos-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Rod", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Look at the top 4 cards of your deck and attach as many Lightning Energy cards you find there as you like to this Pokémon. Shuffle the other cards back into your deck." }, { "name": "Sparkling Tail", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -4837,17 +3734,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "87", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4861,14 +3753,9 @@ "id": "xy7-88", "name": "M Ampharos-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Ampharos-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4877,12 +3764,7 @@ "attacks": [ { "name": "Exavolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may do 50 more damage and leave your opponent's Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself." @@ -4900,18 +3782,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "88", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 181 - ], + "nationalPokedexNumbers": [181], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4925,14 +3801,9 @@ "id": "xy7-89", "name": "Hoopa-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4946,11 +3817,7 @@ "attacks": [ { "name": "Hyperspace Fury", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4962,17 +3829,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "89", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4986,35 +3848,23 @@ "id": "xy7-90", "name": "Machamp-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steaming Mad", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the number of damage counters on this Pokémon. This Pokémon is now Confused." }, { "name": "Crazy Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from this Pokémon." @@ -5026,18 +3876,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "90", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5051,40 +3895,24 @@ "id": "xy7-91", "name": "Tyranitar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "M Tyranitar-EX" - ], + "types": ["Darkness"], + "evolvesTo": ["M Tyranitar-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hammer In", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Break Ground", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5102,19 +3930,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "91", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5128,14 +3949,9 @@ "id": "xy7-92", "name": "M Tyranitar-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Tyranitar-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5148,12 +3964,7 @@ "attacks": [ { "name": "Destroyer King", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110+", "text": "This attack does 60 more damage for each damage counter on your opponent's Active Pokémon." @@ -5171,19 +3982,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "92", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5197,14 +4001,9 @@ "id": "xy7-93", "name": "Giratina-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5218,12 +4017,7 @@ "attacks": [ { "name": "Chaos Wheel", - "cost": [ - "Grass", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from his or her hand during his or her next turn." @@ -5235,18 +4029,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "93", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5260,36 +4048,23 @@ "id": "xy7-94", "name": "Lugia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aero Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "This attack does 20 damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Deep Hurricane", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If there is any Stadium card in play, this attack does 70 more damage. Then, discard that Stadium card." @@ -5307,17 +4082,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5331,9 +4101,7 @@ "id": "xy7-95", "name": "Steven", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Supporter card and a basic Energy card, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5354,14 +4122,9 @@ "id": "xy7-96", "name": "Primal Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Kyogre-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Kyogre-EX, your turn ends.", @@ -5374,12 +4137,7 @@ "attacks": [ { "name": "Tidal Storm", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Move 2 Energy from this Pokémon to 1 of your Benched Pokémon. This attack does 30 damage to each of your opponent's Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5391,19 +4149,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "96", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5417,14 +4168,9 @@ "id": "xy7-97", "name": "Primal Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Groudon-EX", "rules": [ "Primal Reversion rule: When 1 of your Pokémon becomes Primal Groudon-EX, your turn ends.", @@ -5437,12 +4183,7 @@ "attacks": [ { "name": "Gaia Volcano", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "If there is any Stadium card in play, this attack does 100 more damage. Discard that Stadium card." @@ -5454,19 +4195,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "97", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5480,14 +4214,9 @@ "id": "xy7-98", "name": "M Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rayquaza-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5500,11 +4229,7 @@ "attacks": [ { "name": "Emerald Break", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "This attack does 30 damage times the number of your Benched Pokémon." @@ -5522,16 +4247,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "98", "artist": "5ban Graphics", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5545,9 +4266,7 @@ "id": "xy7-99", "name": "Energy Retrieval", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Put 2 basic Energy cards from your discard pile into your hand.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5569,9 +4288,7 @@ "id": "xy7-100", "name": "Trainers' Mail", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 4 cards of your deck. You may reveal a Trainer card you find there (except Trainers' Mail) and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." diff --git a/cards/en/xy8.json b/cards/en/xy8.json index 84ea245ef..251a4d140 100644 --- a/cards/en/xy8.json +++ b/cards/en/xy8.json @@ -3,22 +3,14 @@ "id": "xy8-1", "name": "Paras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Parasect" - ], + "types": ["Grass"], + "evolvesTo": ["Parasect"], "attacks": [ { "name": "Blot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -30,17 +22,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "Burrows under the ground to gnaw on tree roots. The mushrooms on its back absorb most of the nutrition.", - "nationalPokedexNumbers": [ - 46 - ], + "nationalPokedexNumbers": [46], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -54,30 +42,21 @@ "id": "xy8-2", "name": "Parasect", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Paras", "attacks": [ { "name": "Colorful Spores", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 3 of your Pokémon. For each of those Pokémon, search your deck for a different type of basic Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "X-Scissor", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -89,18 +68,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Sumiyoshi Kizuki", "rarity": "Rare", "flavorText": "The larger the mushroom on its back grows, the stronger the mushroom spores it scatters.", - "nationalPokedexNumbers": [ - 47 - ], + "nationalPokedexNumbers": [47], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -114,30 +88,20 @@ "id": "xy8-3", "name": "Pinsir", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Overhead Throw", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack does 20 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Heavy Suplex", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost." @@ -149,18 +113,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "3", "artist": "Satoshi Shirai", "rarity": "Uncommon", "flavorText": "It swings its long antlers wildly to attack. During cold periods, it hides deep in forests.", - "nationalPokedexNumbers": [ - 127 - ], + "nationalPokedexNumbers": [127], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -174,22 +133,14 @@ "id": "xy8-4", "name": "Cacnea", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Cacturne" - ], + "types": ["Grass"], + "evolvesTo": ["Cacturne"], "attacks": [ { "name": "Swagger", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -201,17 +152,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "It prefers harsh environments such as deserts. It can survive for 30 days on water stored in its body.", - "nationalPokedexNumbers": [ - 331 - ], + "nationalPokedexNumbers": [331], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -225,22 +172,14 @@ "id": "xy8-5", "name": "Pansage", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Simisage" - ], + "types": ["Grass"], + "evolvesTo": ["Simisage"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -252,17 +191,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Hajime Kusajima", "rarity": "Common", "flavorText": "It's good at finding berries and gathers them from all over. It's kind enough to share them with friends.", - "nationalPokedexNumbers": [ - 511 - ], + "nationalPokedexNumbers": [511], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -276,30 +211,21 @@ "id": "xy8-6", "name": "Simisage", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Pansage", "attacks": [ { "name": "Fire Fling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 Fire Energy cards from your discard pile into your hand." }, { "name": "Hand Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of cards in your hand." @@ -311,17 +237,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "Ill tempered, it fights by swinging its barbed tail around wildly. The leaf growing on its head is very bitter.", - "nationalPokedexNumbers": [ - 512 - ], + "nationalPokedexNumbers": [512], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -335,33 +257,21 @@ "id": "xy8-7", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Nosh", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from this Pokémon." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -373,17 +283,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "Such a thick shell of wood covers its head and back that even a direct hit from a truck wouldn't faze it.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -397,33 +303,21 @@ "id": "xy8-8", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Work", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -435,17 +329,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Megumi Mizutani", "rarity": "Common", "flavorText": "Such a thick shell of wood covers its head and back that even a direct hit from a truck wouldn't faze it.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -459,33 +349,21 @@ "id": "xy8-9", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Tree Climb", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Grass Energy card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "" @@ -497,17 +375,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -521,35 +395,22 @@ "id": "xy8-10", "name": "Quilladin", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chespin", - "evolvesTo": [ - "Chesnaught" - ], + "evolvesTo": ["Chesnaught"], "attacks": [ { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Pin Missile", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." @@ -561,19 +422,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "10", "artist": "Miki Tanaka", "rarity": "Uncommon", "flavorText": "They strengthen their lower bodies by running into one another. They are very kind and won't start fights.", - "nationalPokedexNumbers": [ - 651 - ], + "nationalPokedexNumbers": [651], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -587,34 +442,21 @@ "id": "xy8-11", "name": "Chesnaught", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Quilladin", "attacks": [ { "name": "Spike Lariat", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage." }, { "name": "Adamantine Press", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -626,20 +468,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "11", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When it takes a defensive posture with its fists guarding its face, it could withstand a bomb blast.", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -653,13 +488,9 @@ "id": "xy8-12", "name": "Chesnaught BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "190", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chesnaught", "rules": [ "BREAK Evolution Rule: Chesnaught BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -667,12 +498,7 @@ "attacks": [ { "name": "Tough Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon does 30 damage to itself. This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -681,9 +507,7 @@ "number": "12", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -697,32 +521,21 @@ "id": "xy8-13", "name": "Scatterbug", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Spewpa" - ], + "types": ["Grass"], + "evolvesTo": ["Spewpa"], "attacks": [ { "name": "String Shot", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -734,17 +547,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "13", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "The powder that covers its body regulates its temperature, so it can live in any region or climate.", - "nationalPokedexNumbers": [ - 664 - ], + "nationalPokedexNumbers": [664], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -758,33 +567,22 @@ "id": "xy8-14", "name": "Spewpa", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Scatterbug", - "evolvesTo": [ - "Vivillon" - ], + "evolvesTo": ["Vivillon"], "attacks": [ { "name": "Protect", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Tackle", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -796,18 +594,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "14", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "The beaks of birds can't begin to scratch its stalwart body. To defend itself, it spews powder.", - "nationalPokedexNumbers": [ - 665 - ], + "nationalPokedexNumbers": [665], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -821,13 +614,9 @@ "id": "xy8-15", "name": "Vivillon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spewpa", "abilities": [ { @@ -839,11 +628,7 @@ "attacks": [ { "name": "Sleep Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -855,17 +640,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "15", "artist": "Mizue", "rarity": "Rare Holo", "flavorText": "The patterns on this Pokémon's wings depend on the climate and topography of its habitat. It scatters colorful scales.", - "nationalPokedexNumbers": [ - 666 - ], + "nationalPokedexNumbers": [666], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -879,32 +660,21 @@ "id": "xy8-16", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Razor Leaf", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Rising Lunge", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -916,18 +686,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "16", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "If it has sunshine and water, it doesn't need to eat, because it can generate energy from the leaves on its back.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -941,31 +706,21 @@ "id": "xy8-17", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Overrun", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Horn Leech", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -977,18 +732,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "17", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "They inhabit mountainous regions. The leader of the herd is decided by a battle of clashing horns.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1002,32 +752,21 @@ "id": "xy8-18", "name": "Cyndaquil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Quilava" - ], + "types": ["Fire"], + "evolvesTo": ["Quilava"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Ember", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard a Fire Energy attached to this Pokémon." @@ -1039,17 +778,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "18", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "It has a timid nature. If it is startled, the flames on its back burn more vigorously.", - "nationalPokedexNumbers": [ - 155 - ], + "nationalPokedexNumbers": [155], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1063,24 +798,15 @@ "id": "xy8-19", "name": "Quilava", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Cyndaquil", - "evolvesTo": [ - "Typhlosion" - ], + "evolvesTo": ["Typhlosion"], "attacks": [ { "name": "Mini Eruption", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Discard the top card of your deck. If that card is an Energy card, this attack does 30 more damage." @@ -1092,17 +818,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "19", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Be careful if it turns its back during battle. It means that it will attack with the fire on its back.", - "nationalPokedexNumbers": [ - 156 - ], + "nationalPokedexNumbers": [156], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1116,31 +838,21 @@ "id": "xy8-20", "name": "Typhlosion", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Quilava", "attacks": [ { "name": "Massive Eruption", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "80×", "text": "Discard the top 5 cards of your deck. This attack does 80 damage times the number of Energy cards you discarded." }, { "name": "Flare Destroy", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "Discard an Energy attached to this Pokémon. Then, discard an Energy attached to your opponent's Active Pokémon." @@ -1152,19 +864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "20", "artist": "Megumi Mizutani", "rarity": "Rare Holo", "flavorText": "It has a secret, devastating move. It rubs its blazing fur together to cause huge explosions.", - "nationalPokedexNumbers": [ - 157 - ], + "nationalPokedexNumbers": [157], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1178,36 +884,24 @@ "id": "xy8-21", "name": "Houndoom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Houndoom-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Houndoom-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Melting Horn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon." @@ -1219,17 +913,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1243,14 +932,9 @@ "id": "xy8-22", "name": "M Houndoom-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndoom-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1259,10 +943,7 @@ "attacks": [ { "name": "Inferno Fang", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "80+", "text": "You may discard all Fire Energy attached to this Pokémon. If you do, this attack does 80 more damage." @@ -1274,16 +955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "22", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1297,22 +974,14 @@ "id": "xy8-23", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -1324,17 +993,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "sui", "rarity": "Common", "flavorText": "This Pokémon lives in caves in volcanoes. The fire within the tuft on its head can reach 600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1348,30 +1013,21 @@ "id": "xy8-24", "name": "Simisear", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Pansear", "attacks": [ { "name": "Water Fling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 Water Energy from your discard pile into your hand." }, { "name": "Hand Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of cards in your hand." @@ -1383,17 +1039,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "24", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "When it gets excited, embers rise from its head and tail and it gets hot. For some reason, it loves sweets.", - "nationalPokedexNumbers": [ - 514 - ], + "nationalPokedexNumbers": [514], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1407,23 +1059,14 @@ "id": "xy8-25", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Firebreathing", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -1435,17 +1078,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "25", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "As it walks, it munches on a twig in place of a snack. It intimidates opponents by puffing hot air out of its ears.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1459,25 +1098,15 @@ "id": "xy8-26", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Flamethrower", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -1489,17 +1118,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "26", "artist": "kawayoo", "rarity": "Uncommon", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1513,22 +1138,14 @@ "id": "xy8-27", "name": "Goldeen", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Seaking" - ], + "types": ["Water"], + "evolvesTo": ["Seaking"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -1540,17 +1157,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "27", "artist": "MAHOU", "rarity": "Common", "flavorText": "Its dorsal, pectoral and tail fins wave elegantly in water. That is why it is known as the water dancer.", - "nationalPokedexNumbers": [ - 118 - ], + "nationalPokedexNumbers": [118], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1564,29 +1177,21 @@ "id": "xy8-28", "name": "Seaking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Goldeen", "attacks": [ { "name": "Soaking Horn", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." }, { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "This Pokémon does 10 damage to itself." @@ -1598,18 +1203,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "Kyoko Umemoto", "rarity": "Uncommon", "flavorText": "It makes its nest by hollowing out boulders in streams with its horn. It defends its eggs with its life.", - "nationalPokedexNumbers": [ - 119 - ], + "nationalPokedexNumbers": [119], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1623,22 +1223,14 @@ "id": "xy8-29", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Continuous Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip a coin until you get tails. This attack does 10 damage times the number of heads." @@ -1650,17 +1242,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "It appears in large numbers by seashores. At night, its central core flashes with a red light.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1674,30 +1262,21 @@ "id": "xy8-30", "name": "Starmie", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Staryu", "attacks": [ { "name": "Deep Sea Swirl", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw 7 cards." }, { "name": "Balance Bind", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "If you and your opponent have the same number of Benched Pokémon, your opponent's Active Pokémon is now Paralyzed." @@ -1709,17 +1288,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "At the center of its body is a red core, which sends mysterious radio signals into the night sky.", - "nationalPokedexNumbers": [ - 121 - ], + "nationalPokedexNumbers": [121], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1733,32 +1308,21 @@ "id": "xy8-31", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Wild River", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1770,17 +1334,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "31", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Using its dorsal fin as a suction pad, it clings to a Mantine's underside to scavenge for leftovers.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1794,32 +1354,21 @@ "id": "xy8-32", "name": "Remoraid", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Octillery" - ], + "types": ["Water"], + "evolvesTo": ["Octillery"], "attacks": [ { "name": "Ion Pool", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard any Stadium card in play." }, { "name": "Water Gun", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -1831,17 +1380,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Suwama Chiaki", "rarity": "Common", "flavorText": "Using its dorsal fin as a suction pad, it clings to a Mantine's underside to scavenge for leftovers.", - "nationalPokedexNumbers": [ - 223 - ], + "nationalPokedexNumbers": [223], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1855,13 +1400,9 @@ "id": "xy8-33", "name": "Octillery", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Remoraid", "abilities": [ { @@ -1873,11 +1414,7 @@ "attacks": [ { "name": "Hug", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -1889,18 +1426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "33", "artist": "Kyoko Umemoto", "rarity": "Rare Holo", "flavorText": "It traps foes with the suction cups on its tentacles, then smashes them with its rock-hard head.", - "nationalPokedexNumbers": [ - 224 - ], + "nationalPokedexNumbers": [224], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1914,37 +1446,24 @@ "id": "xy8-34", "name": "Glalie-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], - "evolvesTo": [ - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Froslass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Ice Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Instant Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 100 more damage." @@ -1956,18 +1475,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1981,18 +1494,11 @@ "id": "xy8-35", "name": "M Glalie-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glalie-EX", - "evolvesTo": [ - "Froslass" - ], + "evolvesTo": ["Froslass"], "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." @@ -2000,11 +1506,7 @@ "attacks": [ { "name": "Cryo Mouth", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has 10 or more damage counters on it, this attack does 150 more damage." @@ -2016,18 +1518,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2041,23 +1537,14 @@ "id": "xy8-36", "name": "Piplup", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Prinplup" - ], + "types": ["Water"], + "evolvesTo": ["Prinplup"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2069,17 +1556,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold.", - "nationalPokedexNumbers": [ - 393 - ], + "nationalPokedexNumbers": [393], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2093,24 +1576,15 @@ "id": "xy8-37", "name": "Prinplup", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Piplup", - "evolvesTo": [ - "Empoleon" - ], + "evolvesTo": ["Empoleon"], "attacks": [ { "name": "Ice Beam", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2122,17 +1596,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "37", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "It lives a solitary life. Its wings deliver wicked blows that can snap even the thickest of trees.", - "nationalPokedexNumbers": [ - 394 - ], + "nationalPokedexNumbers": [394], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2146,13 +1616,9 @@ "id": "xy8-38", "name": "Empoleon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Prinplup", "abilities": [ { @@ -2164,10 +1630,7 @@ "attacks": [ { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "" @@ -2179,18 +1642,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "38", "artist": "Satoshi Shirai", "rarity": "Rare Holo", "flavorText": "The three horns that extend from its beak attest to its power. The leader has the biggest horns.", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2204,33 +1662,21 @@ "id": "xy8-39", "name": "Snover", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Abomasnow" - ], + "types": ["Water"], + "evolvesTo": ["Abomasnow"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Double Smash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -2242,19 +1688,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "39", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "In the spring, it grows berries with the texture of frozen treats around its belly.", - "nationalPokedexNumbers": [ - 459 - ], + "nationalPokedexNumbers": [459], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2268,34 +1708,21 @@ "id": "xy8-40", "name": "Abomasnow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Snover", "attacks": [ { "name": "Ice Age", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "If your opponent's Active Pokémon is a Dragon Pokémon, it is now Paralyzed." }, { "name": "Frost Breath", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "" @@ -2307,20 +1734,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "40", "artist": "Naoyo Kimura", "rarity": "Rare", "flavorText": "It lives a quiet life on mountains that are perpetually covered in snow. It hides itself by whipping up blizzards.", - "nationalPokedexNumbers": [ - 460 - ], + "nationalPokedexNumbers": [460], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2334,22 +1754,14 @@ "id": "xy8-41", "name": "Panpour", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Simipour" - ], + "types": ["Water"], + "evolvesTo": ["Simipour"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -2361,17 +1773,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "41", "artist": "Midori Harada", "rarity": "Common", "flavorText": "The water stored inside the tuft on its head is full of nutrients. Plants that receive its water grow large.", - "nationalPokedexNumbers": [ - 515 - ], + "nationalPokedexNumbers": [515], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2385,30 +1793,21 @@ "id": "xy8-42", "name": "Simipour", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Panpour", "attacks": [ { "name": "Green Fling", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Put 3 Grass Energy from your discard pile into your hand." }, { "name": "Hand Fling", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 10 damage times the number of cards in your hand." @@ -2420,17 +1819,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "42", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It prefers places with clean water. When its tuft runs low, it replenishes it by siphoning up water with its tail.", - "nationalPokedexNumbers": [ - 516 - ], + "nationalPokedexNumbers": [516], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2444,32 +1839,21 @@ "id": "xy8-43", "name": "Vanillite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Vanillish" - ], + "types": ["Water"], + "evolvesTo": ["Vanillish"], "attacks": [ { "name": "Stiffen", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Icy Snow", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2481,17 +1865,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "43", "artist": "MAHOU", "rarity": "Common", "flavorText": "This Pokémon formed from icicles bathed in energy from the morning sun. It sleeps buried in snow.", - "nationalPokedexNumbers": [ - 582 - ], + "nationalPokedexNumbers": [582], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2505,33 +1885,22 @@ "id": "xy8-44", "name": "Vanillish", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillite", - "evolvesTo": [ - "Vanilluxe" - ], + "evolvesTo": ["Vanilluxe"], "attacks": [ { "name": "Ice Edge", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Icy Wind", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." @@ -2543,18 +1912,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "44", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "Snowy mountains are this Pokémon's habitat. During an ancient ice age, they moved to southern areas.", - "nationalPokedexNumbers": [ - 583 - ], + "nationalPokedexNumbers": [583], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2568,32 +1932,21 @@ "id": "xy8-45", "name": "Vanilluxe", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Vanillish", "attacks": [ { "name": "Frigid Breath", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Until the end of your next turn, each player can't play any Supporter or Stadium cards from his or her hand." }, { "name": "Deep Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Confused." @@ -2605,17 +1958,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Ayaka Yoshida", "rarity": "Rare", "flavorText": "Swallowing large amounts of water, they make snow clouds inside their bodies and, when angry, cause violent blizzards.", - "nationalPokedexNumbers": [ - 584 - ], + "nationalPokedexNumbers": [584], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2629,22 +1978,14 @@ "id": "xy8-46", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Pound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2656,17 +1997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2680,24 +2017,15 @@ "id": "xy8-47", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "attacks": [ { "name": "Cut", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2709,17 +2037,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "47", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "Its swiftness is unparalleled. It can scale a tower of more than 2,000 feet in a minute's time.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2733,32 +2057,21 @@ "id": "xy8-48", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Gnaw", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Agility", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -2776,17 +2089,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2800,32 +2109,21 @@ "id": "xy8-49", "name": "Raichu", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Pikachu", "attacks": [ { "name": "Thunderclap Shot", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 50 damage to each of your opponent's Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Electrosmash", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2847,9 +2145,7 @@ "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "It can loose 100,000-volt bursts of electricity instantly downing foes several times its size.", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2863,13 +2159,9 @@ "id": "xy8-50", "name": "Raichu BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Raichu", "rules": [ "BREAK Evolution Rule: Raichu BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -2877,11 +2169,7 @@ "attacks": [ { "name": "Grand Bolt", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "170", "text": "Discard all Energy attached to this Pokémon." @@ -2890,9 +2178,7 @@ "number": "50", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 26 - ], + "nationalPokedexNumbers": [26], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2906,16 +2192,10 @@ "id": "xy8-51", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "abilities": [ { "name": "Sparkling Induction", @@ -2926,10 +2206,7 @@ "attacks": [ { "name": "Lightning Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2947,17 +2224,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "51", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It moves while constantly hovering. It discharges Thunder Wave and so on from the units at its sides.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2971,32 +2244,21 @@ "id": "xy8-52", "name": "Magnemite", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Magneton" - ], + "types": ["Lightning"], + "evolvesTo": ["Magneton"], "attacks": [ { "name": "Shock Generator", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Lightning Ball", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -3014,17 +2276,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It moves while constantly hovering. It discharges Thunder Wave and so on from the units at its sides.", - "nationalPokedexNumbers": [ - 81 - ], + "nationalPokedexNumbers": [81], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3038,34 +2296,22 @@ "id": "xy8-53", "name": "Magneton", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magnemite", - "evolvesTo": [ - "Magnezone" - ], + "evolvesTo": ["Magnezone"], "attacks": [ { "name": "Static Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electro Ball", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard an Energy attached to this Pokémon." @@ -3083,17 +2329,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "53", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "Generates strange radio signals. It raises the temperature by 3.6 degrees Fahrenheit within 3,300 feet.", - "nationalPokedexNumbers": [ - 82 - ], + "nationalPokedexNumbers": [82], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3107,13 +2349,9 @@ "id": "xy8-54", "name": "Magnezone", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Magneton", "abilities": [ { @@ -3125,11 +2363,7 @@ "attacks": [ { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard a Lightning Energy attached to this Pokémon." @@ -3147,19 +2381,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "54", "artist": "Hajime Kusajima", "rarity": "Rare Holo", "flavorText": "It evolved from exposure to a special magnetic field. Three units generate magnetism.", - "nationalPokedexNumbers": [ - 462 - ], + "nationalPokedexNumbers": [462], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3173,13 +2401,9 @@ "id": "xy8-55", "name": "Raikou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "abilities": [ { "name": "Shining Body", @@ -3190,11 +2414,7 @@ "attacks": [ { "name": "Thunder Lance", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "This attack does 20 more damage for each Lightning Energy attached to this Pokémon." @@ -3212,17 +2432,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "This rough Pokémon stores energy inside its body, then sweeps across the land, shooting off electricity.", - "nationalPokedexNumbers": [ - 243 - ], + "nationalPokedexNumbers": [243], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3236,31 +2452,20 @@ "id": "xy8-56", "name": "Stunfisk", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Revenge", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 80 more damage." }, { "name": "Thunder Blast", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Discard an Energy attached to this Pokémon." @@ -3278,19 +2483,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "56", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It conceals itself in the mud of the seashore. Then it waits. When prey touch it, it delivers aa jolt of electricity.", - "nationalPokedexNumbers": [ - 618 - ], + "nationalPokedexNumbers": [618], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3304,19 +2503,13 @@ "id": "xy8-57", "name": "Dedenne", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -3334,17 +2527,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "57", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It uses its tail to absorb electricity from power plants or from outlets in houses, and then it fires the electricity from its whiskers.", - "nationalPokedexNumbers": [ - 702 - ], + "nationalPokedexNumbers": [702], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3358,22 +2547,14 @@ "id": "xy8-58", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned." @@ -3391,17 +2572,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3415,17 +2592,11 @@ "id": "xy8-59", "name": "Haunter", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gastly", - "evolvesTo": [ - "Gengar" - ], + "evolvesTo": ["Gengar"], "abilities": [ { "name": "Gothic Fear", @@ -3436,10 +2607,7 @@ "attacks": [ { "name": "Poison Ring", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. That Pokémon can't retreat during your opponent's next turn." @@ -3457,17 +2625,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "It licks with its gaseous tongue to steal the victim's life force. It lurks in darkness for prey.", - "nationalPokedexNumbers": [ - 93 - ], + "nationalPokedexNumbers": [93], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3481,30 +2645,21 @@ "id": "xy8-60", "name": "Gengar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Haunter", "attacks": [ { "name": "Sinister Fog", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 1 damage counter on each of your opponent's Benched Pokémon." }, { "name": "Creep Show", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Active Pokémon has 3 or more damage counters on it, that Pokémon is Knocked Out." @@ -3526,9 +2681,7 @@ "artist": "Saya Tsuruta", "rarity": "Rare Holo", "flavorText": "Hiding in people's shadows at night, it absorbs their heat. The chill it causes makes the victims shake.", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3542,39 +2695,24 @@ "id": "xy8-61", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -3586,17 +2724,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3610,37 +2743,24 @@ "id": "xy8-62", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shatter Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Psychic Energy attached to this Pokémon." }, { "name": "Damage Change", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." @@ -3652,17 +2772,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "62", "artist": "PLANETA", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3676,14 +2791,9 @@ "id": "xy8-63", "name": "M Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3692,12 +2802,7 @@ "attacks": [ { "name": "Vanishing Strike", - "cost": [ - "Psychic", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "150+", "text": "If there is any Stadium card in play, this attack does 50 more damage, and this attack's damage isn't affected by Resistance or any effects on your opponent's Active Pokémon." @@ -3709,18 +2814,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "63", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3734,14 +2833,9 @@ "id": "xy8-64", "name": "M Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3750,10 +2844,7 @@ "attacks": [ { "name": "Psychic Infinity", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage times the amount of Energy attached to both Active Pokémon. This attack's damage isn't affected by Weakness." @@ -3765,17 +2856,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3789,22 +2875,14 @@ "id": "xy8-65", "name": "Misdreavus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Mismagius" - ], + "types": ["Psychic"], + "evolvesTo": ["Mismagius"], "attacks": [ { "name": "Haunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on your opponent's Active Pokémon." @@ -3822,17 +2900,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "65", "artist": "sui", "rarity": "Common", "flavorText": "It likes playing mischievous tricks, such as screaming and wailing to startle people at night.", - "nationalPokedexNumbers": [ - 200 - ], + "nationalPokedexNumbers": [200], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3846,13 +2920,9 @@ "id": "xy8-66", "name": "Mismagius", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Misdreavus", "abilities": [ { @@ -3864,11 +2934,7 @@ "attacks": [ { "name": "Curse Deeply", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused." @@ -3886,17 +2952,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "66", "artist": "Ayaka Yoshida", "rarity": "Rare Holo", "flavorText": "Its cries sound like incantations to torment the foe. It appears where you least expect it.", - "nationalPokedexNumbers": [ - 429 - ], + "nationalPokedexNumbers": [429], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3910,30 +2972,20 @@ "id": "xy8-67", "name": "Wobbuffet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Mirror Barrier", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn." }, { "name": "Rolling Tackle", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -3945,19 +2997,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "67", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "To keep its pitch-black tail hidden, it lives quietly in the darkness. It is never first to attack.", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3971,32 +3017,21 @@ "id": "xy8-68", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Psychic"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Nap", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from this Pokémon." }, { "name": "Smack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4008,17 +3043,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "MAHOU", "rarity": "Common", "flavorText": "It is highly attuned to the emotions of people and Pokémon. It hides if it senses hostility.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4032,34 +3063,22 @@ "id": "xy8-69", "name": "Kirlia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Ralts", - "evolvesTo": [ - "Gardevoir", - "Gallade" - ], + "evolvesTo": ["Gardevoir", "Gallade"], "attacks": [ { "name": "Beckon", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put a Supporter card from your discard pile into your hand." }, { "name": "Quick Turn", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -4071,17 +3090,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "It has a psychic power that enables it to distort the space around it and see into the future.", - "nationalPokedexNumbers": [ - 281 - ], + "nationalPokedexNumbers": [281], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4095,13 +3110,9 @@ "id": "xy8-70", "name": "Cresselia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "My Way", @@ -4112,11 +3123,7 @@ "attacks": [ { "name": "Moonlight Gain", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Heal 20 damage from this Pokémon." @@ -4128,18 +3135,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "70", "artist": "kawayoo", "rarity": "Rare", "flavorText": "Those who sleep holding Cresselia's feather are assured of joyful dreams. It is said to represent the crescent moon.", - "nationalPokedexNumbers": [ - 488 - ], + "nationalPokedexNumbers": [488], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4153,31 +3155,21 @@ "id": "xy8-71", "name": "Woobat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Swoobat" - ], + "types": ["Psychic"], + "evolvesTo": ["Swoobat"], "attacks": [ { "name": "Odor Sleuth", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, put a card from your discard pile into your hand." }, { "name": "Psyshot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4195,17 +3187,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "71", "artist": "match", "rarity": "Common", "flavorText": "The heart-shaped mark left on a body after a woobat has been attached to it is said to bring good fortune.", - "nationalPokedexNumbers": [ - 527 - ], + "nationalPokedexNumbers": [527], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4219,29 +3207,21 @@ "id": "xy8-72", "name": "Swoobat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Woobat", "attacks": [ { "name": "Wave Amplification", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Returning Echo attack does 60 more damage (before applying Weakness and Resistance)." }, { "name": "Returning Echo", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "60", "text": "Flip a coin. If tails, return this Pokémon and all cards attached to it to your hand." @@ -4259,17 +3239,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "sui", "rarity": "Uncommon", "flavorText": "Anyone who comes into contact with the ultrasonic waves emitted by a courting male experiences a positive mood shift.", - "nationalPokedexNumbers": [ - 528 - ], + "nationalPokedexNumbers": [528], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4283,22 +3259,14 @@ "id": "xy8-73", "name": "Elgyem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Beheeyem" - ], + "types": ["Psychic"], + "evolvesTo": ["Beheeyem"], "attacks": [ { "name": "Psych Up", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "During your next turn, this Pokémon's Psych Up attack does 20 more damage (before applying Weakness and Resistance)." @@ -4310,17 +3278,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Rumors of its origin are linked to a UFO crash site in the desert 50 years ago.", - "nationalPokedexNumbers": [ - 605 - ], + "nationalPokedexNumbers": [605], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4334,30 +3298,21 @@ "id": "xy8-74", "name": "Beheeyem", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Elgyem", "attacks": [ { "name": "Mind Bullet", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 1 of your opponent's Pokémon times the amount of Energy attached to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Psybeam", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "Your opponent's Active Pokémon is now Confused." @@ -4369,17 +3324,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "74", "artist": "Tomokazu Komiya", "rarity": "Uncommon", "flavorText": "It uses psychic power to control an opponent's brain and tamper with its memories.", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4393,32 +3344,21 @@ "id": "xy8-75", "name": "Sandshrew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Sandslash" - ], + "types": ["Fighting"], + "evolvesTo": ["Sandslash"], "attacks": [ { "name": "Double Scratch", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Sand Tomb", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -4430,17 +3370,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "75", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Disliking water, it lives in deep burrows in arid areas. It can roll itself instantly into a ball.", - "nationalPokedexNumbers": [ - 27 - ], + "nationalPokedexNumbers": [27], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4454,31 +3390,21 @@ "id": "xy8-76", "name": "Sandslash", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Sandshrew", "attacks": [ { "name": "Slash", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Swift", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon." @@ -4490,17 +3416,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "76", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "Curls up into a spiny ball when threatened. It can roll while curled up to attack or escape.", - "nationalPokedexNumbers": [ - 28 - ], + "nationalPokedexNumbers": [28], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4514,23 +3436,14 @@ "id": "xy8-77", "name": "Cubone", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Marowak" - ], + "types": ["Fighting"], + "evolvesTo": ["Marowak"], "attacks": [ { "name": "Whimsy Tackle", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Flip a coin. If tails, this attack does nothing." @@ -4542,18 +3455,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "It always wears the skull of its dead mother, so no one has any idea what its hidden face looks like.", - "nationalPokedexNumbers": [ - 104 - ], + "nationalPokedexNumbers": [104], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4567,30 +3475,21 @@ "id": "xy8-78", "name": "Marowak", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Cubone", "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Bone Windmill", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "If your opponent's Active Pokémon is a Pokémon-EX, switch this Pokémon with 1 of your Benched Pokémon." @@ -4602,18 +3501,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "78", "artist": "match", "rarity": "Rare", "flavorText": "The bone it holds is its key weapon. It throws the bone skillfully like a boomerang to KO targets.", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4627,13 +3521,9 @@ "id": "xy8-79", "name": "Marowak BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Marowak", "rules": [ "BREAK Evolution Rule: Marowak BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -4641,10 +3531,7 @@ "attacks": [ { "name": "Bone Revenge", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 40 more damage for each Prize card your opponent has taken." @@ -4653,9 +3540,7 @@ "number": "79", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 105 - ], + "nationalPokedexNumbers": [105], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4669,33 +3554,21 @@ "id": "xy8-80", "name": "Swinub", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Piloswine" - ], + "types": ["Fighting"], + "evolvesTo": ["Piloswine"], "attacks": [ { "name": "Powder Snow", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Mud-Slap", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -4707,17 +3580,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "80", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "If it smells something enticing, it dashes off headlong to find the source of the aroma.", - "nationalPokedexNumbers": [ - 220 - ], + "nationalPokedexNumbers": [220], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4731,35 +3600,22 @@ "id": "xy8-81", "name": "Piloswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Swinub", - "evolvesTo": [ - "Mamoswine" - ], + "evolvesTo": ["Mamoswine"], "attacks": [ { "name": "Push Down", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Gathering Footsteps", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "This attack does 10 more damage for each Colorless in the Retreat Cost of your Swinub, Piloswine, and Mamoswine." @@ -4771,18 +3627,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "81", "artist": "MAHOU", "rarity": "Uncommon", "flavorText": "Because the long hair all over its body obscures its sight, it just keeps charging repeatedly.", - "nationalPokedexNumbers": [ - 221 - ], + "nationalPokedexNumbers": [221], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4796,13 +3647,9 @@ "id": "xy8-82", "name": "Mamoswine", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Piloswine", "abilities": [ { @@ -4814,12 +3661,7 @@ "attacks": [ { "name": "Primordial Boom", - "cost": [ - "Fighting", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If you have a Stadium card in play, this attack does 40 more damage. If your opponent has a Stadium card in play, heal 40 damage from this Pokémon." @@ -4831,20 +3673,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "82", "artist": "Masakazu Fukuda", "rarity": "Rare Holo", "flavorText": "Its impressive tusks are made of ice. The population thinned when it turned warm after the ice age.", - "nationalPokedexNumbers": [ - 473 - ], + "nationalPokedexNumbers": [473], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4858,24 +3693,14 @@ "id": "xy8-83", "name": "Hippopotas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Hippowdon" - ], + "types": ["Fighting"], + "evolvesTo": ["Hippowdon"], "attacks": [ { "name": "Nose Jet", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -4887,19 +3712,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "83", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It enshrouds itself with sand to protect itself from germs. It does not enjoy getting wet.", - "nationalPokedexNumbers": [ - 449 - ], + "nationalPokedexNumbers": [449], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4913,13 +3732,9 @@ "id": "xy8-84", "name": "Gallade", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Kirlia", "abilities": [ { @@ -4931,10 +3746,7 @@ "attacks": [ { "name": "Sensitive Blade", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "60+", "text": "If you played a Supporter card from your hand during this turn, this attack does 70 more damage." @@ -4946,18 +3758,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "84", "artist": "5ban Graphics", "rarity": "Rare Holo", "flavorText": "A master of courtesy and swordsmanship, it fights using extending swords on its elbows.", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4971,30 +3778,20 @@ "id": "xy8-85", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Accelerating Spin", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 2 Fighting Energy cards from your discard pile to this Pokémon. Then, switch this Pokémon with 1 of your Benched Pokémon." }, { "name": "Prima Rondo", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If this Pokémon has any Psychic Energy attached to it, this attack does 50 more damage." @@ -5006,17 +3803,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "kirisAki", "rarity": "Rare Holo", "flavorText": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5030,23 +3823,14 @@ "id": "xy8-86", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Pompous Punch", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Discard a random card from your opponent's hand." @@ -5058,18 +3842,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Mizue", "rarity": "Common", "flavorText": "It does its level best to glare and pull a scary face, but it can't help grinning if anyone pats its head.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5083,29 +3862,20 @@ "id": "xy8-87", "name": "Hawlucha", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "High Jump Kick", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Skyward Kick", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "40", "text": "This attack's damage isn't affected by Resistance." @@ -5123,17 +3893,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "match", "rarity": "Rare", "flavorText": "With its wings, it controls its position in the air. It likes to attack from above, a maneuver that is difficult to defend against.", - "nationalPokedexNumbers": [ - 701 - ], + "nationalPokedexNumbers": [701], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5147,31 +3913,21 @@ "id": "xy8-88", "name": "Cacturne", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Cacnea", "attacks": [ { "name": "Derail", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Discard a Special Energy attached to your opponent's Active Pokémon." }, { "name": "Pin Missile", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -5189,17 +3945,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "88", "artist": "match", "rarity": "Uncommon", "flavorText": "Packs of them follow travelers through the desert until the travelers can no longer move.", - "nationalPokedexNumbers": [ - 332 - ], + "nationalPokedexNumbers": [332], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5213,32 +3965,21 @@ "id": "xy8-89", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Moonless Madness", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Dark Edge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -5256,17 +3997,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "89", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5280,32 +4017,21 @@ "id": "xy8-90", "name": "Zorua", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Zoroark" - ], + "types": ["Darkness"], + "evolvesTo": ["Zoroark"], "attacks": [ { "name": "Whiny Voice", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck." }, { "name": "Dark Edge", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Discard an Energy attached to this Pokémon." @@ -5323,17 +4049,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Hitoshi Ariga", "rarity": "Common", "flavorText": "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon.", - "nationalPokedexNumbers": [ - 570 - ], + "nationalPokedexNumbers": [570], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5347,13 +4069,9 @@ "id": "xy8-91", "name": "Zoroark", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zorua", "abilities": [ { @@ -5365,10 +4083,7 @@ "attacks": [ { "name": "Mind Jack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage for each of your opponent's Benched Pokémon." @@ -5386,18 +4101,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "91", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents.", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5411,13 +4121,9 @@ "id": "xy8-92", "name": "Zoroark BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Zoroark", "rules": [ "BREAK Evolution Rule: Zoroark BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -5425,9 +4131,7 @@ "attacks": [ { "name": "Foul Play", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 1 of your opponent's Active Pokémon's attacks and use it as this attack." @@ -5436,9 +4140,7 @@ "number": "92", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 571 - ], + "nationalPokedexNumbers": [571], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5452,23 +4154,14 @@ "id": "xy8-93", "name": "Inkay", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "Malamar" - ], + "types": ["Darkness"], + "evolvesTo": ["Malamar"], "attacks": [ { "name": "Disorderly Flip", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -5486,17 +4179,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "It flashes the light-emitting spots on its body, which drains its opponent's will to fight. It takes the opportunity to scuttle away and hide.", - "nationalPokedexNumbers": [ - 686 - ], + "nationalPokedexNumbers": [686], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5510,13 +4199,9 @@ "id": "xy8-94", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Fright Night", @@ -5527,11 +4212,7 @@ "attacks": [ { "name": "Pitch-Black Spear", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 60 damage to 1 of your opponent's Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -5549,18 +4230,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5574,23 +4250,14 @@ "id": "xy8-95", "name": "Bronzor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Bronzong" - ], + "types": ["Metal"], + "evolvesTo": ["Bronzong"], "attacks": [ { "name": "Payback", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "If your opponent has only 1 Prize card left, this attack does 60 more damage." @@ -5608,18 +4275,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "95", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "Implements shaped like it were discovered in ancient tombs. It is unknown if they are related.", - "nationalPokedexNumbers": [ - 436 - ], + "nationalPokedexNumbers": [436], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5633,32 +4295,21 @@ "id": "xy8-96", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "attacks": [ { "name": "Pain Amplifier", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon that has any damage counters on it." }, { "name": "Knock Away", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -5676,19 +4327,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "96", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5702,13 +4347,9 @@ "id": "xy8-97", "name": "Mr. Mime", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "abilities": [ { "name": "Bench Barrier", @@ -5719,10 +4360,7 @@ "attacks": [ { "name": "Juggling", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -5740,17 +4378,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "97", "artist": "kirisAki", "rarity": "Rare", "flavorText": "It is adept at conning people. It is said to be able to create walls out of thin air by miming.", - "nationalPokedexNumbers": [ - 122 - ], + "nationalPokedexNumbers": [122], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5764,33 +4398,21 @@ "id": "xy8-98", "name": "Snubbull", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Granbull" - ], + "types": ["Fairy"], + "evolvesTo": ["Granbull"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Bite", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -5808,18 +4430,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "98", "artist": "Yuka Morii", "rarity": "Common", "flavorText": "Small Pokémon flee from its scary face. It is, however, considered by women to be cute.", - "nationalPokedexNumbers": [ - 209 - ], + "nationalPokedexNumbers": [209], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5833,32 +4450,21 @@ "id": "xy8-99", "name": "Granbull", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Snubbull", "attacks": [ { "name": "Startling Bark", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin. If heads, choose 3 random cards from your opponent's hand. Your opponent reveals those cards and shuffles them into his or her deck." }, { "name": "Tantrum", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon is now Confused." @@ -5876,19 +4482,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "99", "artist": "Naoki Saito", "rarity": "Uncommon", "flavorText": "It can make most any Pokémon run away simply by opening its mouth wide to reveal its big fangs.", - "nationalPokedexNumbers": [ - 210 - ], + "nationalPokedexNumbers": [210], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5902,32 +4502,21 @@ "id": "xy8-100", "name": "Ralts", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Kirlia" - ], + "types": ["Fairy"], + "evolvesTo": ["Kirlia"], "attacks": [ { "name": "Mumble", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Magical Shot", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5945,17 +4534,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "100", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "It is highly attuned to the emotions of people and Pokémon. It hides if it senses hostility.", - "nationalPokedexNumbers": [ - 280 - ], + "nationalPokedexNumbers": [280], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5969,22 +4554,14 @@ "id": "xy8-101", "name": "Flabébé", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Floette" - ], + "types": ["Fairy"], + "evolvesTo": ["Floette"], "attacks": [ { "name": "Wish", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card and put it into your hand. Shuffle your deck afterward." @@ -6002,17 +4579,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "101", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "When it finds a flower it likes, it dwells on that flower its whole life long. It floats in the wind's embrace with an untroubled heart.", - "nationalPokedexNumbers": [ - 669 - ], + "nationalPokedexNumbers": [669], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6026,33 +4599,22 @@ "id": "xy8-102", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabébé", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Magical Leaf", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon." @@ -6070,17 +4632,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "102", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "When the flowers of a well-tended flower bed bloom, it appears and celebrates with an elegant dance.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6094,13 +4652,9 @@ "id": "xy8-103", "name": "Florges", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "110", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Floette", "abilities": [ { @@ -6112,11 +4666,7 @@ "attacks": [ { "name": "Wonder Shine", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Confused." @@ -6134,17 +4684,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "103", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "In times long past, governors of castles would invite Florges to create flower gardens to embellish the castle domains.", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6158,13 +4704,9 @@ "id": "xy8-104", "name": "Florges BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Florges", "rules": [ "BREAK Evolution Rule: Florges BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -6179,9 +4721,7 @@ "number": "104", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 671 - ], + "nationalPokedexNumbers": [671], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6195,22 +4735,14 @@ "id": "xy8-105", "name": "Spritzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Aromatisse" - ], + "types": ["Fairy"], + "evolvesTo": ["Aromatisse"], "attacks": [ { "name": "Flail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "This attack does 10 damage times the number of damage counters on this Pokémon." @@ -6228,17 +4760,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "105", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "In the past, rather than using perfume, royal ladies carried a Spritzee that would waft a fragrance they liked.", - "nationalPokedexNumbers": [ - 682 - ], + "nationalPokedexNumbers": [682], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6252,29 +4780,21 @@ "id": "xy8-106", "name": "Aromatisse", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Spritzee", "attacks": [ { "name": "Heavy Perfume", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused. Put 6 damage counters instead of 3 on that Pokémon for this Special Condition." }, { "name": "Hug", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -6292,17 +4812,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "106", "artist": "Mizue", "rarity": "Rare", "flavorText": "Its scent is so overpowering that, unless a Trainer happens to really enjoy the smell, he or she will have a hard time walking alongside it.", - "nationalPokedexNumbers": [ - 683 - ], + "nationalPokedexNumbers": [683], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6316,33 +4832,20 @@ "id": "xy8-107", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Rainbow Force", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each different type of Pokémon on your Bench." }, { "name": "Power Creation", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If this Pokémon was healed during this turn, this attack does 80 more damage." @@ -6360,18 +4863,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "107", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "When the horns on its head shine in seven different colors, it is said to be sharing everlasting life.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6385,33 +4883,21 @@ "id": "xy8-108", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Brat Snack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -6423,18 +4909,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "108", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They mark their territory by leaving gashes in trees with their tusks. If a tusk breaks, a new one grows in quickly.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6448,33 +4929,21 @@ "id": "xy8-109", "name": "Axew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "Fraxure" - ], + "types": ["Dragon"], + "evolvesTo": ["Fraxure"], "attacks": [ { "name": "Extra Chop", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." }, { "name": "Dragon Claw", - "cost": [ - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -6486,18 +4955,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "109", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "They mark their territory by leaving gashes in trees with their tusks. If a tusk breaks, a new one grows in quickly.", - "nationalPokedexNumbers": [ - 610 - ], + "nationalPokedexNumbers": [610], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6511,34 +4975,22 @@ "id": "xy8-110", "name": "Fraxure", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Axew", - "evolvesTo": [ - "Haxorus" - ], + "evolvesTo": ["Haxorus"], "attacks": [ { "name": "Sharp Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Dragon Slayer", - "cost": [ - "Fighting", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is a Dragon Pokémon, this attack does 40 more damage (before applying Weakness and Resistance)." @@ -6550,18 +5002,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "110", "artist": "Mitsuhiro Arita", "rarity": "Uncommon", "flavorText": "A broken tusk will not grow back, so it diligently sharpens its tusks on river rocks after the end of a battle.", - "nationalPokedexNumbers": [ - 611 - ], + "nationalPokedexNumbers": [611], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6575,39 +5022,28 @@ "id": "xy8-111", "name": "Haxorus", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Fraxure", "attacks": [ { "name": "Dragon Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "As long as this Haxorus is your Active Pokémon, each of its attacks does 100 more damage (before applying Weakness and Resistance). You can't add more than 100 damage in this way." }, { "name": "Sharp Fang", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "60", "text": "" }, { "name": "Dragon Pulse", - "cost": [ - "Fighting", - "Metal" - ], + "cost": ["Fighting", "Metal"], "convertedEnergyCost": 2, "damage": "130", "text": "Discard the top 3 cards of your deck." @@ -6619,19 +5055,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "111", "artist": "hatachu", "rarity": "Rare Holo", "flavorText": "Their sturdy tusks will stay sharp even if used to cut steel beams. These Pokémon are covered in hard armor.", - "nationalPokedexNumbers": [ - 612 - ], + "nationalPokedexNumbers": [612], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6645,31 +5075,21 @@ "id": "xy8-112", "name": "Noivern", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noibat", "attacks": [ { "name": "Tuning", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand." }, { "name": "Air Slash", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -6681,17 +5101,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "112", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The ultrasonic waves it emits from its ears can reduce a large boulder to pebbles. It emerges out of the dark to attack.", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6705,13 +5121,9 @@ "id": "xy8-113", "name": "Noivern BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Noivern", "rules": [ "BREAK Evolution Rule: Noivern BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -6719,11 +5131,7 @@ "attacks": [ { "name": "Synchro Woofer", - "cost": [ - "Psychic", - "Darkness", - "Colorless" - ], + "cost": ["Psychic", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 80 more damage." @@ -6732,9 +5140,7 @@ "number": "113", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 715 - ], + "nationalPokedexNumbers": [715], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6748,22 +5154,14 @@ "id": "xy8-114", "name": "Meowth", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Persian" - ], + "types": ["Colorless"], + "evolvesTo": ["Persian"], "attacks": [ { "name": "Exhausted Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, this attack does 30 damage to your opponent's Active Pokémon. If tails, this Pokémon does 30 damage to itself." @@ -6775,17 +5173,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "114", "artist": "kirisAki", "rarity": "Common", "flavorText": "Adores round objects. It wanders the streets on a nightly basis to look for dropped loose change.", - "nationalPokedexNumbers": [ - 52 - ], + "nationalPokedexNumbers": [52], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6799,32 +5193,21 @@ "id": "xy8-115", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Simultaneous Peck", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." }, { "name": "Doduo Delivery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw 2 cards." @@ -6842,17 +5225,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "115", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with a telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6866,32 +5245,21 @@ "id": "xy8-116", "name": "Doduo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Dodrio" - ], + "types": ["Colorless"], + "evolvesTo": ["Dodrio"], "attacks": [ { "name": "Double Stab", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." }, { "name": "Doduo Delivery", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Draw 2 cards." @@ -6909,17 +5277,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Naoki Saito", "rarity": "Common", "flavorText": "The brains in its two heads appear to communicate emotions to each other with a telepathic power.", - "nationalPokedexNumbers": [ - 84 - ], + "nationalPokedexNumbers": [84], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6933,13 +5297,9 @@ "id": "xy8-117", "name": "Dodrio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Doduo", "abilities": [ { @@ -6951,11 +5311,7 @@ "attacks": [ { "name": "Fury Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 3 coins. This attack does 40 damage times the number of heads." @@ -6973,17 +5329,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "An odd species that is rarely found. The three heads respectively represent joy, sadness, and anger.", - "nationalPokedexNumbers": [ - 85 - ], + "nationalPokedexNumbers": [85], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6997,13 +5349,9 @@ "id": "xy8-118", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Plump Body", @@ -7014,12 +5362,7 @@ "attacks": [ { "name": "Knock Away", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -7031,20 +5374,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "118", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7058,23 +5394,14 @@ "id": "xy8-119", "name": "Hoothoot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noctowl" - ], + "types": ["Colorless"], + "evolvesTo": ["Noctowl"], "attacks": [ { "name": "Proclaim the Night", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Your opponent can't play any Item cards from his or her hand during his or her next turn." @@ -7092,17 +5419,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "119", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "It always stand on one foot. It changes feet so fast, the movement can rarely be seen.", - "nationalPokedexNumbers": [ - 163 - ], + "nationalPokedexNumbers": [163], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7116,32 +5439,21 @@ "id": "xy8-120", "name": "Noctowl", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Hoothoot", "attacks": [ { "name": "High Flight", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Each player reveals his or her hand. This attack does 20 damage times the number of Item cards revealed." }, { "name": "Speed Dive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -7159,17 +5471,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "120", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When it needs to think, it rotates its head 180 degrees to sharpen its intellectual power.", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7183,23 +5491,14 @@ "id": "xy8-121", "name": "Teddiursa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Ursaring" - ], + "types": ["Colorless"], + "evolvesTo": ["Ursaring"], "attacks": [ { "name": "Flop", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7211,18 +5510,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "sui", "rarity": "Common", "flavorText": "Before food becomes scarce in wintertime, its habit is to hoard food in many hidden locations.", - "nationalPokedexNumbers": [ - 216 - ], + "nationalPokedexNumbers": [216], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7236,34 +5530,21 @@ "id": "xy8-122", "name": "Ursaring", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Teddiursa", "attacks": [ { "name": "Drag Off", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon. This attack does 50 damage to the new Active Pokémon." }, { "name": "Swing Around", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -7275,19 +5556,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "122", "artist": "5ban Graphics", "rarity": "Uncommon", "flavorText": "Although it has a large body, it is quite skilled at climbing trees. It eats and sleeps in the treetops.", - "nationalPokedexNumbers": [ - 217 - ], + "nationalPokedexNumbers": [217], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7301,13 +5576,9 @@ "id": "xy8-123", "name": "Smeargle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Second Coat", @@ -7318,10 +5589,7 @@ "attacks": [ { "name": "Beat", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7333,17 +5601,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "123", "artist": "Yukiko Baba", "rarity": "Rare", "flavorText": "Once it becomes an adult, it has a tendency to let its comrades plant footprints on its back.", - "nationalPokedexNumbers": [ - 235 - ], + "nationalPokedexNumbers": [235], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7357,22 +5621,14 @@ "id": "xy8-124", "name": "Swablu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Altaria" - ], + "types": ["Colorless"], + "evolvesTo": ["Altaria"], "attacks": [ { "name": "Bind Wound", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 20 damage from 1 of your Pokémon." @@ -7390,17 +5646,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "124", "artist": "Mizue", "rarity": "Common", "flavorText": "It constantly grooms its cotton-like wings. It takes a shower to clean itself if it becomes dirty.", - "nationalPokedexNumbers": [ - 333 - ], + "nationalPokedexNumbers": [333], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7414,22 +5666,14 @@ "id": "xy8-125", "name": "Starly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Staravia" - ], + "types": ["Colorless"], + "evolvesTo": ["Staravia"], "attacks": [ { "name": "Call for Pals", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for as many Starly as you like and put them onto your Bench. Shuffle your deck afterward." @@ -7447,17 +5691,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "125", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "They flock around mountains and fields, chasing after bug Pokémon. Their singing is noisy and annoying.", - "nationalPokedexNumbers": [ - 396 - ], + "nationalPokedexNumbers": [396], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7471,33 +5711,22 @@ "id": "xy8-126", "name": "Staravia", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Starly", - "evolvesTo": [ - "Staraptor" - ], + "evolvesTo": ["Staraptor"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Quick Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -7515,17 +5744,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "126", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It lives in forests and fields. Squabbles over territory occur when flocks collide.", - "nationalPokedexNumbers": [ - 397 - ], + "nationalPokedexNumbers": [397], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7539,32 +5764,21 @@ "id": "xy8-127", "name": "Staraptor", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Staravia", "attacks": [ { "name": "Cyclone Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "70", "text": "Before doing damage, have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Brave Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -7582,17 +5796,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "127", "artist": "Kouki Saitou", "rarity": "Rare", "flavorText": "When Staravia evolve into Staraptor, they leave the flock to live alone. They have sturdy wings.", - "nationalPokedexNumbers": [ - 398 - ], + "nationalPokedexNumbers": [398], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7606,29 +5816,20 @@ "id": "xy8-128", "name": "Chatot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Sing", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Aerial Ace", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -7646,17 +5847,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "128", "artist": "Akira Komayama", "rarity": "Rare", "flavorText": "It can learn and speak human words. If they gather, they all learn the same saying.", - "nationalPokedexNumbers": [ - 441 - ], + "nationalPokedexNumbers": [441], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7670,23 +5867,14 @@ "id": "xy8-129", "name": "Rufflet", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Braviary" - ], + "types": ["Colorless"], + "evolvesTo": ["Braviary"], "attacks": [ { "name": "Peck", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -7704,17 +5892,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "129", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "They will challenge anything, even strong opponents, without fear. Their frequent fights help them become stronger.", - "nationalPokedexNumbers": [ - 627 - ], + "nationalPokedexNumbers": [627], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7728,33 +5912,21 @@ "id": "xy8-130", "name": "Braviary", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rufflet", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dual Cut", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80×", "text": "Flip 2 coins. This attack does 80 damage times the number of heads." @@ -7772,18 +5944,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "130", "artist": "match", "rarity": "Rare", "flavorText": "They fight for their friends without any thought about danger to themselves. One can carry a car while flying.", - "nationalPokedexNumbers": [ - 628 - ], + "nationalPokedexNumbers": [628], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7797,22 +5964,14 @@ "id": "xy8-131", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Blot", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -7830,17 +5989,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "131", "artist": "sui", "rarity": "Common", "flavorText": "Even a robust wrestler will become dizzy and unable to stand when exposed to its 200,000-hertz ultrasonic waves.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7854,32 +6009,21 @@ "id": "xy8-132", "name": "Noibat", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Noivern" - ], + "types": ["Colorless"], + "evolvesTo": ["Noivern"], "attacks": [ { "name": "Mysterious Beam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -7897,17 +6041,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "132", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "Even a robust wrestler will become dizzy and unable to stand when exposed to its 200,000-hertz ultrasonic waves.", - "nationalPokedexNumbers": [ - 714 - ], + "nationalPokedexNumbers": [714], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7921,9 +6061,7 @@ "id": "xy8-133", "name": "Assault Vest", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Any damage done to the Pokémon this card is attached to by attacks from your opponent's Pokémon that have any Special Energy attached to them is reduced by 40 (after applying Weakness and Resistance).", @@ -7945,9 +6083,7 @@ "id": "xy8-134", "name": "Brigette", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for 1 Basic Pokémon-EX or 3 Basic Pokémon (except for Pokémon-EX) and put them onto your Bench. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -7968,9 +6104,7 @@ "id": "xy8-135", "name": "Buddy-Buddy Rescue", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Each player puts a Pokémon from his or her discard pile into his or her hand. (Your opponent chooses first.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -7991,9 +6125,7 @@ "id": "xy8-136", "name": "Fisherman", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Put 4 basic Energy cards from your discard pile into your hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8014,9 +6146,7 @@ "id": "xy8-137", "name": "Float Stone", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Pokémon this card is attached to has no Retreat Cost.", @@ -8038,9 +6168,7 @@ "id": "xy8-138", "name": "Giovanni's Scheme", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: Draw cards until you have 5 cards in your hand, or during this turn, your Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8061,9 +6189,7 @@ "id": "xy8-139", "name": "Glalie Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Glalie-EX.", @@ -8085,9 +6211,7 @@ "id": "xy8-140", "name": "Heavy Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for a Pokémon with a Retreat Cost of 3 or more, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8108,9 +6232,7 @@ "id": "xy8-141", "name": "Heavy Boots", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If the Retreat Cost of the Pokémon this card is attached to is 3 or more, that Pokémon gets +20 HP and can't be Confused. (If that Pokémon is currently Confused, remove that Special Condition.)", @@ -8132,9 +6254,7 @@ "id": "xy8-142", "name": "Houndoom Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Houndoom-EX.", @@ -8156,9 +6276,7 @@ "id": "xy8-143", "name": "Judge", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles his or her hand into his or her deck and draws 4 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8179,9 +6297,7 @@ "id": "xy8-144", "name": "Mewtwo Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Mewtwo-EX.", @@ -8203,9 +6319,7 @@ "id": "xy8-145", "name": "Parallel City", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Choose which way this card faces before you play it. This ↓ player can't have more than 3 Benched Pokémon. (When this card comes into play, this ↓ player discards Benched Pokémon until he or she has 3 Pokémon on the Bench.)", "Choose which way this card faces before you play it. Any damage done by attacks from this ↓ player's Grass, Fire, or Water Pokémon is reduced by 20 (before applying Weakness and Resistance).", @@ -8227,9 +6341,7 @@ "id": "xy8-146", "name": "Professor's Letter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8250,9 +6362,7 @@ "id": "xy8-146a", "name": "Professor's Letter", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8273,9 +6383,7 @@ "id": "xy8-147", "name": "Reserved Ticket", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, search your deck for a card, shuffle your deck, then put that card on top of it.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8296,9 +6404,7 @@ "id": "xy8-148", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8320,9 +6426,7 @@ "id": "xy8-149", "name": "Super Rod", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Shuffle 3 in any combination of Pokémon and basic Energy cards from your discard pile into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8343,9 +6447,7 @@ "id": "xy8-150", "name": "Town Map", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Turn all of your Prize cards face up. (Those Prize cards remain face up for the rest of the game.)", "You may play as many Item cards as you like during your turn (before your attack)." @@ -8366,9 +6468,7 @@ "id": "xy8-151", "name": "Burning Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Fire Pokémon. This card provides Fire Energy only while this card is attached to a Fire Pokémon.", "If this card is discarded by an attack of the Fire Pokémon this card is attached to, attach this card from your discard pile to that Pokémon after attacking.", @@ -8390,9 +6490,7 @@ "id": "xy8-152", "name": "Rainbow Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card provides Colorless Energy. While in play, this card provides every type of Energy but provides only 1 Energy at a time. When you attach this card from your hand to 1 of your Pokémon, put 1 damage counter on that Pokémon." ], @@ -8412,36 +6510,24 @@ "id": "xy8-153", "name": "Houndoom-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Houndoom-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Houndoom-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Melting Horn", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Discard the top 2 cards of your opponent's deck." }, { "name": "Grand Flame", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "50", "text": "Attach a Fire Energy card from your discard pile to 1 of your Benched Pokémon." @@ -8453,17 +6539,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "153", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8477,14 +6558,9 @@ "id": "xy8-154", "name": "M Houndoom-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Houndoom-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -8493,10 +6569,7 @@ "attacks": [ { "name": "Inferno Fang", - "cost": [ - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire"], "convertedEnergyCost": 2, "damage": "80+", "text": "You may discard all Fire Energy attached to this Pokémon. If you do, this attack does 80 more damage." @@ -8508,16 +6581,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "154", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 229 - ], + "nationalPokedexNumbers": [229], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8531,37 +6600,24 @@ "id": "xy8-155", "name": "Glalie-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], - "evolvesTo": [ - "Froslass" - ], + "types": ["Water"], + "evolvesTo": ["Froslass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Ice Breath", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Instant Freeze", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If you have the same number of cards in your hand as your opponent, this attack does 100 more damage." @@ -8573,18 +6629,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "155", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8598,18 +6648,11 @@ "id": "xy8-156", "name": "M Glalie-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Glalie-EX", - "evolvesTo": [ - "Froslass" - ], + "evolvesTo": ["Froslass"], "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." @@ -8617,11 +6660,7 @@ "attacks": [ { "name": "Cryo Mouth", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "100+", "text": "If this Pokémon has 10 or more damage counters on it, this attack does 150 more damage." @@ -8633,18 +6672,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "156", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 362 - ], + "nationalPokedexNumbers": [362], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8658,39 +6691,24 @@ "id": "xy8-157", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -8702,17 +6720,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "157", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8726,37 +6739,24 @@ "id": "xy8-158", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shatter Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Psychic Energy attached to this Pokémon." }, { "name": "Damage Change", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." @@ -8768,17 +6768,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "158", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8792,14 +6787,9 @@ "id": "xy8-159", "name": "M Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -8808,12 +6798,7 @@ "attacks": [ { "name": "Vanishing Strike", - "cost": [ - "Psychic", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Psychic", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "150+", "text": "If there is any Stadium card in play, this attack does 50 more damage, and this attack's damage isn't affected by Resistance or any effects on your opponent's Active Pokémon." @@ -8825,18 +6810,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "159", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8850,14 +6829,9 @@ "id": "xy8-160", "name": "M Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Mewtwo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -8866,10 +6840,7 @@ "attacks": [ { "name": "Psychic Infinity", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "This attack does 30 more damage times the amount of Energy attached to both Active Pokémon. This attack's damage isn't affected by Weakness." @@ -8881,17 +6852,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "160", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8905,9 +6871,7 @@ "id": "xy8-161", "name": "Brigette", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for 1 Basic Pokémon-EX or 3 Basic Pokémon (except for Pokémon-EX), and put them onto your Bench. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8928,9 +6892,7 @@ "id": "xy8-162", "name": "Giovanni's Scheme", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Choose 1: Draw cards until you have 5 cards in your hand, or during this turn, your Pokémon's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", "You may play only 1 Supporter card during your turn (before your attack)." @@ -8951,39 +6913,24 @@ "id": "xy8-163", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -8995,17 +6942,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "163", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9019,37 +6961,24 @@ "id": "xy8-164", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shatter Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Psychic Energy attached to this Pokémon." }, { "name": "Damage Change", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." @@ -9061,17 +6990,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "164", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" diff --git a/cards/en/xy9.json b/cards/en/xy9.json index 2954c38cb..f16662455 100644 --- a/cards/en/xy9.json +++ b/cards/en/xy9.json @@ -3,32 +3,21 @@ "id": "xy9-1", "name": "Chikorita", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Bayleef" - ], + "types": ["Grass"], + "evolvesTo": ["Bayleef"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Blot", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "1", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It uses the leaf on its head to determine the temperature and humidity. It loves to sunbathe.", - "nationalPokedexNumbers": [ - 152 - ], + "nationalPokedexNumbers": [152], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,33 +49,22 @@ "id": "xy9-2", "name": "Bayleef", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Chikorita", - "evolvesTo": [ - "Meganium" - ], + "evolvesTo": ["Meganium"], "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's active Pokémon is now Paralyzed." }, { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -102,18 +76,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "2", "artist": "Mizue", "rarity": "Uncommon", "flavorText": "The buds that ring its neck give off a spicy aroma that perks people up.", - "nationalPokedexNumbers": [ - 153 - ], + "nationalPokedexNumbers": [153], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -127,13 +96,9 @@ "id": "xy9-3", "name": "Meganium", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Bayleef", "abilities": [ { @@ -145,11 +110,7 @@ "attacks": [ { "name": "Green Force", - "cost": [ - "Grass", - "Grass", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon." @@ -161,19 +122,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "3", "artist": "kawayoo", "rarity": "Rare Holo", "flavorText": "Meganium's breath has the power to revive dead grass and plants. It can make them healthy again.", - "nationalPokedexNumbers": [ - 154 - ], + "nationalPokedexNumbers": [154], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -187,22 +142,14 @@ "id": "xy9-4", "name": "Seedot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Nuzleaf" - ], + "types": ["Grass"], + "evolvesTo": ["Nuzleaf"], "attacks": [ { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -214,17 +161,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "4", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "When it dangles from a tree branch, it looks just like an acorn. It enjoys scaring other Pokémon.", - "nationalPokedexNumbers": [ - 273 - ], + "nationalPokedexNumbers": [273], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -238,22 +181,14 @@ "id": "xy9-5", "name": "Kricketot", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Kricketune" - ], + "types": ["Grass"], + "evolvesTo": ["Kricketune"], "attacks": [ { "name": "Bug Hunch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Grass Pokémon, reveal them, and put them into your hand. Shuffle your deck afterward." @@ -265,17 +200,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "5", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "When its antennae hit each other, it sounds like the music of a xylophone.", - "nationalPokedexNumbers": [ - 401 - ], + "nationalPokedexNumbers": [401], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -289,29 +220,21 @@ "id": "xy9-6", "name": "Kricketune", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Kricketot", "attacks": [ { "name": "Screech", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, any damage done to the Defending Pokémon by attacks is increased by 60 (after applying Weakness and Resistance)." }, { "name": "Slash", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "40", "text": "" @@ -323,17 +246,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "6", "artist": "Suwama Chiaki", "rarity": "Uncommon", "flavorText": "It signals its emotions with its melodies. Scientists are studying these melodic patterns.", - "nationalPokedexNumbers": [ - 402 - ], + "nationalPokedexNumbers": [402], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -347,22 +266,14 @@ "id": "xy9-7", "name": "Petilil", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Lilligant" - ], + "types": ["Grass"], + "evolvesTo": ["Lilligant"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 10 damage from each of your Pokémon." @@ -374,17 +285,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "7", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "Since they prefer moist, nutrient-rich soil, the areas where Petilil live are known to be good for growing plants.", - "nationalPokedexNumbers": [ - 548 - ], + "nationalPokedexNumbers": [548], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -398,30 +305,21 @@ "id": "xy9-8", "name": "Lilligant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Petilil", "attacks": [ { "name": "Boo-Hoo", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "If your opponent attaches an Energy card from his or her hand to the Defending Pokémon during his or her next turn, that Pokémon will be Asleep." }, { "name": "Leaf Slice", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -433,17 +331,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "8", "artist": "Shin Nagasawa", "rarity": "Rare", "flavorText": "Even veteran Trainers face a challenge in getting its beautiful flower to bloom. This Pokémon is popular with celebrities.", - "nationalPokedexNumbers": [ - 549 - ], + "nationalPokedexNumbers": [549], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -457,29 +351,20 @@ "id": "xy9-9", "name": "Durant", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Mountain Munch", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard the top card of your opponent's deck." }, { "name": "Scrape Down", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If this Pokémon has any damage counters on it, discard the top 4 cards of your opponent's deck." @@ -491,17 +376,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "9", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "They attack in groups, covering themselves in steel armor to protect themselves from Heatmor.", - "nationalPokedexNumbers": [ - 632 - ], + "nationalPokedexNumbers": [632], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -515,23 +396,14 @@ "id": "xy9-10", "name": "Growlithe", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Arcanine" - ], + "types": ["Fire"], + "evolvesTo": ["Arcanine"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -543,18 +415,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "10", "artist": "match", "rarity": "Common", "flavorText": "It has a brave and trustworthy nature. It fearlessly stands up to bigger and stronger foes.", - "nationalPokedexNumbers": [ - 58 - ], + "nationalPokedexNumbers": [58], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -568,31 +435,21 @@ "id": "xy9-11", "name": "Arcanine", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Growlithe", "attacks": [ { "name": "Flop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Flamethrower", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Discard an Energy attached to this Pokémon." @@ -604,18 +461,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "11", "artist": "match", "rarity": "Uncommon", "flavorText": "Its magnificent bark conveys a sense of majesty. Anyone hearing it can't help but grovel before it.", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -629,33 +481,21 @@ "id": "xy9-12", "name": "Numel", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Camerupt" - ], + "types": ["Fire"], + "evolvesTo": ["Camerupt"], "attacks": [ { "name": "Tackle", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Combustion", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "" @@ -667,19 +507,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "12", "artist": "MAHOU", "rarity": "Common", "flavorText": "The magma in its body reaches 2,200 degrees Fahrenheit. Its hump gets smaller when it uses Fire-type moves.", - "nationalPokedexNumbers": [ - 322 - ], + "nationalPokedexNumbers": [322], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -693,32 +527,21 @@ "id": "xy9-13", "name": "Camerupt", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Numel", "attacks": [ { "name": "Ram", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Eruption", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Each player discards the top card of his or her deck. This attack does 60 more damage for each Energy card discarded in this way." @@ -730,20 +553,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "13", "artist": "Shigenori Negishi", "rarity": "Rare", "flavorText": "If angered, the humps on its back erupt in a shower of molten lava. It lives in the craters of volcanoes.", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -757,36 +573,23 @@ "id": "xy9-14", "name": "Emboar-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Spiral Punch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." }, { "name": "Strong Flare", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "Discard 2 Energy attached to this Pokémon." @@ -798,18 +601,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "14", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 500 - ], + "nationalPokedexNumbers": [500], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -823,30 +620,20 @@ "id": "xy9-15", "name": "Heatmor", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Reinforced Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20+", "text": "If this Pokémon has a Pokémon Tool card attached to it, this attack does 20 more damage." }, { "name": "Heat Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -858,18 +645,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "15", "artist": "match", "rarity": "Uncommon", "flavorText": "It draws in air through its tail, transforms it into fire, and uses it like a tongue. It melts Durant and eats them.", - "nationalPokedexNumbers": [ - 631 - ], + "nationalPokedexNumbers": [631], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -883,23 +665,14 @@ "id": "xy9-16", "name": "Psyduck", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Golduck" - ], + "types": ["Water"], + "evolvesTo": ["Golduck"], "attacks": [ { "name": "Stampede", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -911,17 +684,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "16", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It has mystical powers but doesn't recall that it has used them. That is why it always looks puzzled.", - "nationalPokedexNumbers": [ - 54 - ], + "nationalPokedexNumbers": [54], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -935,31 +704,21 @@ "id": "xy9-17", "name": "Golduck", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Psyduck", "attacks": [ { "name": "Derail", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "Discard a Special Energy attached to your opponent's Active Pokémon." }, { "name": "Hydro Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -971,17 +730,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "17", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "The forelegs are webbed, helping to make it an adept swimmer. It can be seen swimming elegantly in lakes, etc.", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -995,13 +750,9 @@ "id": "xy9-18", "name": "Golduck BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Golduck", "rules": [ "BREAK Evolution Rule: Golduck BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -1016,9 +767,7 @@ "number": "18", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 55 - ], + "nationalPokedexNumbers": [55], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1032,33 +781,21 @@ "id": "xy9-19", "name": "Slowpoke", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], - "evolvesTo": [ - "Slowbro", - "Slowking" - ], + "types": ["Water"], + "evolvesTo": ["Slowbro", "Slowking"], "attacks": [ { "name": "Headbutt", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Tail Lure", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." @@ -1070,18 +807,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "19", "artist": "Akira Komayama", "rarity": "Common", "flavorText": "It lazes vacantly near water. If something bites its tail, it won't even notice for a whole day.", - "nationalPokedexNumbers": [ - 79 - ], + "nationalPokedexNumbers": [79], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1095,31 +827,21 @@ "id": "xy9-20", "name": "Slowbro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "attacks": [ { "name": "Careless Head", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 50 more damage." }, { "name": "Walk-Off Homer", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "If you use this attack when you have only 1 Prize card left, you win this game." @@ -1131,18 +853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "20", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "When a Slowpoke went hunting in the sea, its tail was bitten by a Shellder. That made it evolve into Slowbro.", - "nationalPokedexNumbers": [ - 80 - ], + "nationalPokedexNumbers": [80], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1156,13 +873,9 @@ "id": "xy9-21", "name": "Slowking", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Slowpoke", "abilities": [ { @@ -1174,10 +887,7 @@ "attacks": [ { "name": "Psych Up", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "During your next turn, this Pokémon's Psych Up attack does 40 more damage (before applying Weakness and Resistance)." @@ -1189,18 +899,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "21", "artist": "Aya Kusube", "rarity": "Rare Holo", "flavorText": "When its head was bitten, toxins entered Slowpoke's head and unlocked an extraordinary power.", - "nationalPokedexNumbers": [ - 199 - ], + "nationalPokedexNumbers": [199], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1214,22 +919,14 @@ "id": "xy9-22", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Razor Shell", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -1241,18 +938,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "22", "artist": "Mizue", "rarity": "Common", "flavorText": "Clamping on to an opponent reveals its vulnerable parts, so it uses this move only as a last resort.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1266,23 +958,14 @@ "id": "xy9-23", "name": "Shellder", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cloyster" - ], + "types": ["Water"], + "evolvesTo": ["Cloyster"], "attacks": [ { "name": "Clamp", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, this attack does nothing." @@ -1294,17 +977,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "23", "artist": "Kouki Saitou", "rarity": "Common", "flavorText": "Clamping on to an opponent reveals its vulnerable parts, so it uses this move only as a last resort.", - "nationalPokedexNumbers": [ - 90 - ], + "nationalPokedexNumbers": [90], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1318,31 +997,21 @@ "id": "xy9-24", "name": "Cloyster", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Shellder", "attacks": [ { "name": "Sudden Grip", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "If this Pokémon evolved from Shellder during this turn, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Surf", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -1354,18 +1023,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "24", "artist": "Saya Tsuruta", "rarity": "Uncommon", "flavorText": "Its shell is extremely hard. It cannot be shattered, even with a bomb. The shell opens only when it is attacking.", - "nationalPokedexNumbers": [ - 91 - ], + "nationalPokedexNumbers": [91], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1379,22 +1043,14 @@ "id": "xy9-25", "name": "Staryu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "40", - "types": [ - "Water" - ], - "evolvesTo": [ - "Starmie" - ], + "types": ["Water"], + "evolvesTo": ["Starmie"], "attacks": [ { "name": "Smack", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -1410,9 +1066,7 @@ "artist": "Hiroki Asanuma", "rarity": "Common", "flavorText": "It appears in large numbers by seashores. At night, its central core flashes with a red light.", - "nationalPokedexNumbers": [ - 120 - ], + "nationalPokedexNumbers": [120], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1426,38 +1080,24 @@ "id": "xy9-26", "name": "Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Gyarados-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Gyarados-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stormy Seas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, search your deck for a Water Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Splash Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1469,19 +1109,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "26", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1495,14 +1128,9 @@ "id": "xy9-27", "name": "M Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Gyarados-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -1511,12 +1139,7 @@ "attacks": [ { "name": "Blast Geyser", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may do 20 more damage for each Water Energy attached to this Pokémon. If you do, discard the top 2 cards of your deck." @@ -1528,17 +1151,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "27", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1552,30 +1170,20 @@ "id": "xy9-28", "name": "Lapras", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Errand-Running", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Water Splash", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -1587,18 +1195,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "28", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Its high intelligence enables it to understand human speech. It likes to ferry people on its back.", - "nationalPokedexNumbers": [ - 131 - ], + "nationalPokedexNumbers": [131], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1612,34 +1215,21 @@ "id": "xy9-29", "name": "Corsola", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Water" - ], - "evolvesTo": [ - "Cursola" - ], + "types": ["Water"], + "evolvesTo": ["Cursola"], "attacks": [ { "name": "Spike Cannon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Power Gem", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -1651,17 +1241,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "29", "artist": "Kanako Eo", "rarity": "Common", "flavorText": "They prefer unpolluted southern seas. Their coral branches lose their color and deteriorate in dirty water.", - "nationalPokedexNumbers": [ - 222 - ], + "nationalPokedexNumbers": [222], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1675,13 +1261,9 @@ "id": "xy9-30", "name": "Suicune", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Wind Charm", @@ -1692,11 +1274,7 @@ "attacks": [ { "name": "Aurora Beam", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "110", "text": "" @@ -1708,17 +1286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "30", "artist": "Mitsuhiro Arita", "rarity": "Rare Holo", "flavorText": "Said to be the embodiment of north winds, it can instantly purify filthy, murky water.", - "nationalPokedexNumbers": [ - 245 - ], + "nationalPokedexNumbers": [245], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1732,36 +1306,23 @@ "id": "xy9-31", "name": "Palkia-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Aqua Turbo", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "40", "text": "Search your deck for 2 Water Energy cards and attach them to 1 of your Benched Pokémon. Shuffle your deck afterward." }, { "name": "Pearl Hurricane", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "120", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -1773,17 +1334,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "31", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1797,14 +1353,9 @@ "id": "xy9-32", "name": "Manaphy-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -1818,10 +1369,7 @@ "attacks": [ { "name": "Mineral Pump", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from each of your Benched Pokémon." @@ -1833,16 +1381,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "32", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1856,32 +1400,21 @@ "id": "xy9-33", "name": "Tympole", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Palpitoad" - ], + "types": ["Water"], + "evolvesTo": ["Palpitoad"], "attacks": [ { "name": "Get Loud", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Round", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "This attack does 10 damage times the number of your Pokémon in play that have the Round attack." @@ -1893,17 +1426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "33", "artist": "Miki Tanaka", "rarity": "Common", "flavorText": "By vibrating its cheeks, it emits sound waves imperceptible to humans. It uses the rhythm of these sounds to talk.", - "nationalPokedexNumbers": [ - 535 - ], + "nationalPokedexNumbers": [535], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1917,35 +1446,22 @@ "id": "xy9-34", "name": "Palpitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Tympole", - "evolvesTo": [ - "Seismitoad" - ], + "evolvesTo": ["Seismitoad"], "attacks": [ { "name": "Frog Hop", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Mud Shot", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1957,19 +1473,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "34", "artist": "Ayaka Yoshida", "rarity": "Uncommon", "flavorText": "It lives in the water and on land. It uses its long, sticky tongue to immobilize its opponents.", - "nationalPokedexNumbers": [ - 536 - ], + "nationalPokedexNumbers": [536], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1983,32 +1493,21 @@ "id": "xy9-35", "name": "Seismitoad", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Palpitoad", "attacks": [ { "name": "Siphon Off", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Attach 3 Energy cards from your discard pile to this Pokémon." }, { "name": "Shaky Fall", - "cost": [ - "Water", - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water", "Water"], "convertedEnergyCost": 4, "damage": "90", "text": "Your opponent's Active Pokémon is now Confused. That Pokémon can't retreat during your opponent's next turn." @@ -2020,19 +1519,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "35", "artist": "Kanako Eo", "rarity": "Rare", "flavorText": "They shoot paralyzing liquid from their head bumps. They use vibration to hurt their opponents.", - "nationalPokedexNumbers": [ - 537 - ], + "nationalPokedexNumbers": [537], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2046,22 +1539,14 @@ "id": "xy9-36", "name": "Ducklett", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Swanna" - ], + "types": ["Water"], + "evolvesTo": ["Swanna"], "attacks": [ { "name": "Lunge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, this attack does nothing." @@ -2079,17 +1564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "36", "artist": "Atsuko Nishida", "rarity": "Common", "flavorText": "They are better at swimming than flying, and they happily eat their favorite food, peat moss, as they dive underwater.", - "nationalPokedexNumbers": [ - 580 - ], + "nationalPokedexNumbers": [580], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2103,31 +1584,21 @@ "id": "xy9-37", "name": "Swanna", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Ducklett", "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Brave Bird", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 20 damage to itself." @@ -2149,9 +1620,7 @@ "artist": "sui", "rarity": "Uncommon", "flavorText": "Swanna start to dance at dusk. The one dancing in the middle is the leader of the flock.", - "nationalPokedexNumbers": [ - 581 - ], + "nationalPokedexNumbers": [581], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2165,22 +1634,14 @@ "id": "xy9-38", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2192,17 +1653,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "38", "artist": "Sanosuke Sakuma", "rarity": "Common", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2216,23 +1673,15 @@ "id": "xy9-39", "name": "Frogadier", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Froakie", - "evolvesTo": [ - "Greninja" - ], + "evolvesTo": ["Greninja"], "attacks": [ { "name": "Water Duplicates", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Frogadier and put them onto your Bench. Shuffle your deck afterward." @@ -2244,17 +1693,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "39", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "Its swiftness is unparalleled. It can scale a tower of more than 2,000 feet in a minute's time.", - "nationalPokedexNumbers": [ - 657 - ], + "nationalPokedexNumbers": [657], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2268,29 +1713,21 @@ "id": "xy9-40", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "attacks": [ { "name": "Shadow Stitching", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "40", "text": "Until the end of your opponent's next turn, each Pokémon your opponent has in play, in his or her hand, and in his or her discard pile has no Abilities. (This includes cards that come into play on that turn.)" }, { "name": "Moonlight Slash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "60+", "text": "You may return a Water Energy from this Pokémon to your hand. If you do, this attack does 20 more damage." @@ -2306,9 +1743,7 @@ "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It appears and vanishes with a ninja's grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2322,13 +1757,9 @@ "id": "xy9-41", "name": "Greninja BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Greninja", "rules": [ "BREAK Evolution Rule: Greninja BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -2343,9 +1774,7 @@ "number": "41", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2359,23 +1788,14 @@ "id": "xy9-42", "name": "Electabuzz", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Electivire" - ], + "types": ["Lightning"], + "evolvesTo": ["Electivire"], "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2387,18 +1807,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "42", "artist": "Shin Nagasawa", "rarity": "Common", "flavorText": "It loves to feed on strong electricity. It occasionally appears around large power plants and so on.", - "nationalPokedexNumbers": [ - 125 - ], + "nationalPokedexNumbers": [125], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2412,32 +1827,21 @@ "id": "xy9-43", "name": "Electivire", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Electabuzz", "attacks": [ { "name": "Knuckle Punch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Electroslug", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "" @@ -2449,19 +1853,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "43", "artist": "Shin Nagasawa", "rarity": "Uncommon", "flavorText": "It pushes the tips of its two tails against the foe, then lets loose with over 20,000 volts of power.", - "nationalPokedexNumbers": [ - 466 - ], + "nationalPokedexNumbers": [466], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2475,31 +1873,21 @@ "id": "xy9-44", "name": "Shinx", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Luxio" - ], + "types": ["Lightning"], + "evolvesTo": ["Luxio"], "attacks": [ { "name": "Roar", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Flop", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -2517,17 +1905,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "44", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "All of its fur dazzles if danger is sensed. It flees while the foe is momentarily blinded.", - "nationalPokedexNumbers": [ - 403 - ], + "nationalPokedexNumbers": [403], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2541,33 +1925,22 @@ "id": "xy9-45", "name": "Luxio", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Shinx", - "evolvesTo": [ - "Luxray" - ], + "evolvesTo": ["Luxray"], "attacks": [ { "name": "Bite", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30", "text": "" }, { "name": "Thunder Fang", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -2585,17 +1958,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "45", "artist": "Sanosuke Sakuma", "rarity": "Uncommon", "flavorText": "Strong electricity courses through the tips of its sharp claws. A light scratch causes fainting in foes.", - "nationalPokedexNumbers": [ - 404 - ], + "nationalPokedexNumbers": [404], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2609,32 +1978,21 @@ "id": "xy9-46", "name": "Luxray", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxio", "attacks": [ { "name": "Bite", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "" }, { "name": "Snarl", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (after applying Weakness and Resistance)." @@ -2652,17 +2010,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "46", "artist": "Masakazu Fukuda", "rarity": "Rare", "flavorText": "Luxray's ability to see through objects comes in handy when it's scouting for danger.", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2676,13 +2030,9 @@ "id": "xy9-47", "name": "Luxray BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "170", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Luxray", "rules": [ "BREAK Evolution Rule: Luxray BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -2690,12 +2040,7 @@ "attacks": [ { "name": "Wild Fury", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "Flip a coin until you get tails. This attack does 40 more damage for each heads." @@ -2704,9 +2049,7 @@ "number": "47", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 405 - ], + "nationalPokedexNumbers": [405], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2720,22 +2063,14 @@ "id": "xy9-48", "name": "Blitzle", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Zebstrika" - ], + "types": ["Lightning"], + "evolvesTo": ["Zebstrika"], "attacks": [ { "name": "Reckless Charge", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "This Pokémon does 10 damage to itself." @@ -2753,17 +2088,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "48", "artist": "Aya Kusube", "rarity": "Common", "flavorText": "Its mane shines when it discharges electricity. They use the frequency and rhythm of these flashes to communicate.", - "nationalPokedexNumbers": [ - 522 - ], + "nationalPokedexNumbers": [522], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2777,13 +2108,9 @@ "id": "xy9-49", "name": "Zebstrika", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Blitzle", "abilities": [ { @@ -2795,10 +2122,7 @@ "attacks": [ { "name": "Crashing Bolt", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "50+", "text": "If your opponent's Active Pokémon has Fighting Resistance, this attack does 60 more damage." @@ -2816,17 +2140,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "49", "artist": "Hajime Kusajima", "rarity": "Rare", "flavorText": "They have lightning-like movements. When Zebstrika run at full speed, the sound of thunder reverberates.", - "nationalPokedexNumbers": [ - 523 - ], + "nationalPokedexNumbers": [523], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2840,32 +2160,21 @@ "id": "xy9-50", "name": "Drowzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Hypno" - ], + "types": ["Psychic"], + "evolvesTo": ["Hypno"], "attacks": [ { "name": "Mumble", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Focused Wish", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -2877,18 +2186,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "50", "artist": "Shigenori Negishi", "rarity": "Common", "flavorText": "If you think that you had a good dream but you can't remember it, a Drowzee has probably eaten it.", - "nationalPokedexNumbers": [ - 96 - ], + "nationalPokedexNumbers": [96], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2902,13 +2206,9 @@ "id": "xy9-51", "name": "Hypno", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Drowzee", "abilities": [ { @@ -2920,10 +2220,7 @@ "attacks": [ { "name": "Zen Headbutt", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "50", "text": "" @@ -2935,18 +2232,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "51", "artist": "Tomokazu Komiya", "rarity": "Rare", "flavorText": "Seeing its swinging pendulum can induce sleep in three seconds, even in someone who just woke up.", - "nationalPokedexNumbers": [ - 97 - ], + "nationalPokedexNumbers": [97], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2960,34 +2252,23 @@ "id": "xy9-52", "name": "Espeon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Miraculous Shine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand." }, { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -2999,16 +2280,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "52", "artist": "Ayaka Yoshida", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3022,23 +2299,14 @@ "id": "xy9-53", "name": "Skorupi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Drapion" - ], + "types": ["Psychic"], + "evolvesTo": ["Drapion"], "attacks": [ { "name": "Pin Missile", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 4 coins. This attack does 10 damage times the number of heads." @@ -3050,18 +2318,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "53", "artist": "Kyoko Umemoto", "rarity": "Common", "flavorText": "It burrows under the sand to lie in wait for prey. Its tail claws can inject its prey with a savage poison.", - "nationalPokedexNumbers": [ - 451 - ], + "nationalPokedexNumbers": [451], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3075,34 +2338,21 @@ "id": "xy9-54", "name": "Drapion", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Skorupi", "attacks": [ { "name": "Poison Claws", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Heavy Impact", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -3114,20 +2364,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "54", "artist": "Mitsuhiro Arita", "rarity": "Rare", "flavorText": "It has the power in its clawed arms to make scrap of a car. The tips of its claws release poison.", - "nationalPokedexNumbers": [ - 452 - ], + "nationalPokedexNumbers": [452], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3141,29 +2384,20 @@ "id": "xy9-55", "name": "Sigilyph", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Reflective Shield", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put 5 damage counters on the Attacking Pokémon." }, { "name": "Psy Report", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent reveals his or her hand." @@ -3181,17 +2415,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "55", "artist": "Masakazu Fukuda", "rarity": "Uncommon", "flavorText": "The guardians of an ancient city, they always fly the same route while keeping watch for invaders.", - "nationalPokedexNumbers": [ - 561 - ], + "nationalPokedexNumbers": [561], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3205,22 +2435,14 @@ "id": "xy9-56", "name": "Trubbish", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Garbodor" - ], + "types": ["Psychic"], + "evolvesTo": ["Garbodor"], "attacks": [ { "name": "Acid Spray", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -3232,18 +2454,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "56", "artist": "OOYAMA", "rarity": "Common", "flavorText": "Inhaling the gas they belch will make you sleep for a week. They prefer unsanitary places.", - "nationalPokedexNumbers": [ - 568 - ], + "nationalPokedexNumbers": [568], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3257,13 +2474,9 @@ "id": "xy9-57", "name": "Garbodor", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trubbish", "abilities": [ { @@ -3275,12 +2488,7 @@ "attacks": [ { "name": "Offensive Bomb", - "cost": [ - "Psychic", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "60", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -3292,19 +2500,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "57", "artist": "Kouki Saitou", "rarity": "Rare Holo", "flavorText": "Consuming garbage makes new kinds of poison gases and liquids inside their bodies.", - "nationalPokedexNumbers": [ - 569 - ], + "nationalPokedexNumbers": [569], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3318,22 +2520,14 @@ "id": "xy9-58", "name": "Espurr", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Meowstic" - ], + "types": ["Psychic"], + "evolvesTo": ["Meowstic"], "attacks": [ { "name": "Scratch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -3345,17 +2539,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "58", "artist": "Kagemaru Himeno", "rarity": "Common", "flavorText": "It has enough psychic energy to blast everything within 300 feet of itself, but it has no control over its power.", - "nationalPokedexNumbers": [ - 677 - ], + "nationalPokedexNumbers": [677], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3369,30 +2559,21 @@ "id": "xy9-59", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "attacks": [ { "name": "Energy Present", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Attach up to 2 Energy cards from your hand to 1 of your Benched Pokémon." }, { "name": "Psyshot", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -3404,17 +2585,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "59", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The eyeball patterns on the interior of its ears emit psychic energy. It keeps the patterns tightly covered because that power is too immense.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3428,22 +2605,14 @@ "id": "xy9-60", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Psychic"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Stab", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on your opponent's Active Pokémon." @@ -3461,18 +2630,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "60", "artist": "kawayoo", "rarity": "Common", "flavorText": "If anyone dares to grab its hilt, it wraps a blue cloth around that person's arm and drains that person's life energy completely.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3486,24 +2650,15 @@ "id": "xy9-61", "name": "Doublade", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Honedge", - "evolvesTo": [ - "Aegislash" - ], + "evolvesTo": ["Aegislash"], "attacks": [ { "name": "Stab Deeply", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on your opponent's Active Pokémon." @@ -3521,18 +2676,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "61", "artist": "Hajime Kusajima", "rarity": "Uncommon", "flavorText": "The complex attack patterns of its two swords are unstoppable, even for an opponent greatly accomplished at swordplay.", - "nationalPokedexNumbers": [ - 680 - ], + "nationalPokedexNumbers": [680], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3546,34 +2696,21 @@ "id": "xy9-62", "name": "Aegislash", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Doublade", "attacks": [ { "name": "Painful Sword", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Double the number of damage counters on each of your opponent's Pokémon." }, { "name": "Megaton Slash", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3591,19 +2728,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "62", "artist": "Hitoshi Ariga", "rarity": "Rare Holo", "flavorText": "Apparently, it can detect innate qualities of leadership. According to legend, whoever it recognizes is destined to become king.", - "nationalPokedexNumbers": [ - 681 - ], + "nationalPokedexNumbers": [681], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3617,22 +2748,14 @@ "id": "xy9-63", "name": "Skrelp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Dragalge" - ], + "types": ["Psychic"], + "evolvesTo": ["Dragalge"], "attacks": [ { "name": "Hide", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." @@ -3644,17 +2767,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "63", "artist": "Yukiko Baba", "rarity": "Common", "flavorText": "It looks just like rotten kelp. It hides from foes while storing up power for its evolution.", - "nationalPokedexNumbers": [ - 690 - ], + "nationalPokedexNumbers": [690], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3668,22 +2787,14 @@ "id": "xy9-64", "name": "Phantump", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Trevenant" - ], + "types": ["Psychic"], + "evolvesTo": ["Trevenant"], "attacks": [ { "name": "Ascension", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon. (This counts as evolving this Pokémon.) Shuffle your deck afterward." @@ -3701,18 +2812,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "64", "artist": "Sumiyoshi Kizuki", "rarity": "Common", "flavorText": "According to old tales, these Pokémon are stumps possessed by the spirits of children who died while lost in the forest.", - "nationalPokedexNumbers": [ - 708 - ], + "nationalPokedexNumbers": [708], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3726,13 +2832,9 @@ "id": "xy9-65", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Phantump", "abilities": [ { @@ -3744,11 +2846,7 @@ "attacks": [ { "name": "Energy Press", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -3766,19 +2864,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "65", "artist": "Midori Harada", "rarity": "Rare", "flavorText": "Using its roots as a nervous system, it controls the trees in the forest. It's kind to the Pokémon that reside in its body.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3792,13 +2884,9 @@ "id": "xy9-66", "name": "Trevenant BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Trevenant", "rules": [ "BREAK Evolution Rule: Trevenant BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -3806,10 +2894,7 @@ "attacks": [ { "name": "Silent Fear", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put 3 damage counters on each of your opponent's Pokémon." @@ -3818,9 +2903,7 @@ "number": "66", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3834,20 +2917,13 @@ "id": "xy9-67", "name": "Sudowoodo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Watch and Learn", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "If your opponent's Pokémon used an attack during his or her last turn, use it as this attack." @@ -3859,18 +2935,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "67", "artist": "Hitoshi Ariga", "rarity": "Uncommon", "flavorText": "It disguises itself as a tree to avoid attack. It hates water, so it will disappear if it starts raining.", - "nationalPokedexNumbers": [ - 185 - ], + "nationalPokedexNumbers": [185], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3884,22 +2955,14 @@ "id": "xy9-68", "name": "Gible", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Gabite" - ], + "types": ["Fighting"], + "evolvesTo": ["Gabite"], "attacks": [ { "name": "Never Enough", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Discard a card from your hand. If you do, draw 2 cards." @@ -3911,17 +2974,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "68", "artist": "Naoyo Kimura", "rarity": "Common", "flavorText": "It nests in small, horizontal holes in cave walls. It pounces to catch prey that stray too close.", - "nationalPokedexNumbers": [ - 443 - ], + "nationalPokedexNumbers": [443], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3935,23 +2994,15 @@ "id": "xy9-69", "name": "Gabite", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gible", - "evolvesTo": [ - "Garchomp" - ], + "evolvesTo": ["Garchomp"], "attacks": [ { "name": "Sand Tomb", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -3963,17 +3014,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "69", "artist": "Midori Harada", "rarity": "Uncommon", "flavorText": "As it digs to expand its nest, it habitually digs up gems that it then hoards in its nest.", - "nationalPokedexNumbers": [ - 444 - ], + "nationalPokedexNumbers": [444], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3987,30 +3034,21 @@ "id": "xy9-70", "name": "Garchomp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Gabite", "attacks": [ { "name": "Turbo Assault", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "60", "text": "Attach an Energy card from your discard pile to 1 of your Pokémon." }, { "name": "Bite Off", - "cost": [ - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting"], "convertedEnergyCost": 2, "damage": "80+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 80 more damage." @@ -4026,9 +3064,7 @@ "artist": "TOKIYA", "rarity": "Rare Holo", "flavorText": "It flies at speeds equals to a jet fighter plane. It never allows its prey to escape.", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4042,32 +3078,21 @@ "id": "xy9-71", "name": "Pancham", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "Pangoro" - ], + "types": ["Fighting"], + "evolvesTo": ["Pangoro"], "attacks": [ { "name": "Light Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Confront", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -4079,18 +3104,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "71", "artist": "MAHOU", "rarity": "Common", "flavorText": "It does its level best to glare and pull a scary face, but it can't help grinning if anyone pats its head.", - "nationalPokedexNumbers": [ - 674 - ], + "nationalPokedexNumbers": [674], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4104,33 +3124,22 @@ "id": "xy9-72", "name": "Nuzleaf", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Seedot", - "evolvesTo": [ - "Shiftry" - ], + "evolvesTo": ["Shiftry"], "attacks": [ { "name": "Corkscrew Punch", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Razor Wind", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." @@ -4148,17 +3157,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "72", "artist": "Yuka Morii", "rarity": "Uncommon", "flavorText": "It lives deep in forests. With the leaf on its head, it makes a flute whose song makes listeners uneasy.", - "nationalPokedexNumbers": [ - 274 - ], + "nationalPokedexNumbers": [274], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4172,32 +3177,21 @@ "id": "xy9-73", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Roll Up", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. If any of them are heads, your opponent reveals his or her hand. Then, for each heads, discard a card from your opponent's hand." }, { "name": "Otherworldly Return", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Put a Trainer card from your discard pile into your hand." @@ -4215,17 +3209,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "73", "artist": "TOKIYA", "rarity": "Rare", "flavorText": "By flapping its leafy fan, it can whip up gusts of 100 feet per second that can level houses.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4239,35 +3229,23 @@ "id": "xy9-74", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Head", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 80 more damage." @@ -4285,17 +3263,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "74", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4309,31 +3282,21 @@ "id": "xy9-75", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pancham", "attacks": [ { "name": "Parting Shot", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "10", "text": "Switch this Pokémon with 1 of your Benched Pokémon. During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 60 (before applying Weakness and Resistance)." }, { "name": "Buster Swing", - "cost": [ - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by Resistance." @@ -4351,19 +3314,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "75", "artist": "Naoki Saito", "rarity": "Rare", "flavorText": "It charges ahead and bashes its opponents like a berserker, uncaring about any hits it might take. Its arms are mighty enough to snap a telephone pole.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4377,36 +3334,24 @@ "id": "xy9-76", "name": "Scizor-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Scizor-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Scizor-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Gale Thrust", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 60 more damage." @@ -4424,17 +3369,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "76", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4448,14 +3388,9 @@ "id": "xy9-77", "name": "M Scizor-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scizor-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -4464,10 +3399,7 @@ "attacks": [ { "name": "Iron Crusher", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "120", "text": "You may discard a Special Energy attached to your opponent's Active Pokémon or a Stadium card in play." @@ -4485,17 +3417,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "77", "artist": "5ban Graphics", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4509,30 +3436,20 @@ "id": "xy9-78", "name": "Mawile", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Tight Jaw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Cavernous Chomp", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "" @@ -4550,17 +3467,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "78", "artist": "Kouki Saitou", "rarity": "Uncommon", "flavorText": "Attached to its head is a huge set of jaws formed by horns. It can chew through iron beams.", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4574,23 +3487,14 @@ "id": "xy9-79", "name": "Ferroseed", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Ferrothorn" - ], + "types": ["Metal"], + "evolvesTo": ["Ferrothorn"], "attacks": [ { "name": "Harden", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less." @@ -4608,18 +3512,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "79", "artist": "Satoshi Shirai", "rarity": "Common", "flavorText": "It absorbs the iron it finds in the rock while clinging to the ceiling. It shoots spikes when in danger.", - "nationalPokedexNumbers": [ - 597 - ], + "nationalPokedexNumbers": [597], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4633,32 +3532,21 @@ "id": "xy9-80", "name": "Ferrothorn", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Ferroseed", "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" }, { "name": "Spike Lash", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "This attack does 10 damage to each of your opponent's Pokémon for each Colorless in that Pokémon's Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4676,19 +3564,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "80", "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "They attach themselves to cave ceilings, firing steel spikes at targets passing beneath them.", - "nationalPokedexNumbers": [ - 598 - ], + "nationalPokedexNumbers": [598], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4702,32 +3584,21 @@ "id": "xy9-81", "name": "Clefairy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Clefable" - ], + "types": ["Fairy"], + "evolvesTo": ["Clefable"], "attacks": [ { "name": "Sing", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "10×", "text": "Flip 2 coins. This attack does 10 damage times the number of heads." @@ -4745,17 +3616,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "81", "artist": "Tomokazu Komiya", "rarity": "Common", "flavorText": "The moonlight that it stores in the wings on its back apparently gives it the ability to float in midair.", - "nationalPokedexNumbers": [ - 35 - ], + "nationalPokedexNumbers": [35], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4769,31 +3636,21 @@ "id": "xy9-82", "name": "Clefable", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Clefairy", "attacks": [ { "name": "Moon Barrier", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "30", "text": "During your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon by Dragon Pokémon." }, { "name": "Tumbling Attack", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "Flip a coin. If heads, this attack does 30 more damage." @@ -4811,17 +3668,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "82", "artist": "Sanosuke Sakuma", "rarity": "Rare", "flavorText": "A timid fairy Pokémon that is rarely seen, it will run and hide the moment it senses people.", - "nationalPokedexNumbers": [ - 36 - ], + "nationalPokedexNumbers": [36], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4835,35 +3688,23 @@ "id": "xy9-83", "name": "Togekiss-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mighty Wind", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "You may attach an Energy card from your hand to 1 of your Benched Pokémon." }, { "name": "Hurricane Wing", - "cost": [ - "Fairy", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -4881,16 +3722,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "83", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 468 - ], + "nationalPokedexNumbers": [468], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4904,22 +3741,14 @@ "id": "xy9-84", "name": "Spritzee", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "Aromatisse" - ], + "types": ["Fairy"], + "evolvesTo": ["Aromatisse"], "attacks": [ { "name": "Beat", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "" @@ -4937,17 +3766,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "84", "artist": "kirisAki", "rarity": "Common", "flavorText": "In the past, rather than using perfume, royal ladies carried a Spritzee that would waft a fragrance they liked.", - "nationalPokedexNumbers": [ - 682 - ], + "nationalPokedexNumbers": [682], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4961,30 +3786,21 @@ "id": "xy9-85", "name": "Aromatisse", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Spritzee", "attacks": [ { "name": "Dizzying Cologne", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20+", "text": "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 40 more damage." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "" @@ -5002,17 +3818,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "85", "artist": "kirisAki", "rarity": "Uncommon", "flavorText": "Its scent is so overpowering that, unless a Trainer happens to really enjoy the smell, he or she will have a hard time walking alongside it.", - "nationalPokedexNumbers": [ - 683 - ], + "nationalPokedexNumbers": [683], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5026,30 +3838,21 @@ "id": "xy9-86", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Skrelp", "attacks": [ { "name": "Severe Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." }, { "name": "Dragon Pulse", - "cost": [ - "Water", - "Psychic" - ], + "cost": ["Water", "Psychic"], "convertedEnergyCost": 2, "damage": "60", "text": "Discard the top card of your deck." @@ -5061,18 +3864,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "86", "artist": "Shin Nagasawa", "rarity": "Rare Holo", "flavorText": "Tales are told of ships that wander into seas where Dragalge live, never to return.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5086,22 +3884,14 @@ "id": "xy9-87", "name": "Rattata", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Raticate" - ], + "types": ["Colorless"], + "evolvesTo": ["Raticate"], "attacks": [ { "name": "Dangerous Suspicion", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. Switch this Pokémon with 1 of your Benched Pokémon." @@ -5113,17 +3903,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "87", "artist": "match", "rarity": "Common", "flavorText": "Its fangs are long and very sharp. They grow continuously, so it gnaws on hard things to whittle them down.", - "nationalPokedexNumbers": [ - 19 - ], + "nationalPokedexNumbers": [19], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5137,13 +3923,9 @@ "id": "xy9-88", "name": "Raticate", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Rattata", "abilities": [ { @@ -5155,9 +3937,7 @@ "attacks": [ { "name": "Dirty Shock", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Poisoned. Discard all Pokémon Tool cards attached to that Pokémon." @@ -5173,9 +3953,7 @@ "artist": "Kagemaru Himeno", "rarity": "Rare", "flavorText": "The webs on its hind legs enable it to cross rivers. It searches wide areas for food.", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5189,13 +3967,9 @@ "id": "xy9-89", "name": "Raticate BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "110", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Raticate", "rules": [ "BREAK Evolution Rule: Raticate BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -5203,10 +3977,7 @@ "attacks": [ { "name": "Super Fang", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Put damage counters on your opponent's Active Pokémon until its remaining HP is 10." @@ -5215,9 +3986,7 @@ "number": "89", "artist": "5ban Graphics", "rarity": "Rare BREAK", - "nationalPokedexNumbers": [ - 20 - ], + "nationalPokedexNumbers": [20], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5231,28 +4000,20 @@ "id": "xy9-90", "name": "Dunsparce", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Call for Family", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward." }, { "name": "Ram", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" @@ -5264,17 +4025,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "90", "artist": "Akira Komayama", "rarity": "Uncommon", "flavorText": "It digs into the ground with its tail and makes a mazelike nest. It can fly just a little.", - "nationalPokedexNumbers": [ - 206 - ], + "nationalPokedexNumbers": [206], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5288,29 +4045,20 @@ "id": "xy9-91", "name": "Stantler", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Mystifying Horns", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." }, { "name": "Big Charge", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "If you have any Mega Evolution Pokémon on your Bench, this attack does 50 more damage." @@ -5322,17 +4070,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "91", "artist": "sui", "rarity": "Uncommon", "flavorText": "The curved antlers subtly change the flow of air to create a strange space where reality is distorted.", - "nationalPokedexNumbers": [ - 234 - ], + "nationalPokedexNumbers": [234], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5346,14 +4090,9 @@ "id": "xy9-92", "name": "Ho-Oh-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -5367,11 +4106,7 @@ "attacks": [ { "name": "Elemental Feather", - "cost": [ - "Grass", - "Water", - "Lightning" - ], + "cost": ["Grass", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon)." @@ -5389,17 +4124,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "92", "artist": "Eske Yoshinob", "rarity": "Rare Holo EX", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5413,32 +4143,21 @@ "id": "xy9-93", "name": "Glameow", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "Purugly" - ], + "types": ["Colorless"], + "evolvesTo": ["Purugly"], "attacks": [ { "name": "Act Cute", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent puts a card from his or her hand on the bottom of his or her deck." }, { "name": "Scratch", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -5450,17 +4169,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "93", "artist": "Saya Tsuruta", "rarity": "Common", "flavorText": "When it's happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon.", - "nationalPokedexNumbers": [ - 431 - ], + "nationalPokedexNumbers": [431], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5474,32 +4189,21 @@ "id": "xy9-94", "name": "Purugly", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Glameow", "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Nyan Press", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 40 more damage. If tails, your opponent's Active Pokémon is now Paralyzed." @@ -5511,18 +4215,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "94", "artist": "Kagemaru Himeno", "rarity": "Uncommon", "flavorText": "To make itself appear intimidatingly beefy, it tightly cinches its waist with its twin tails.", - "nationalPokedexNumbers": [ - 432 - ], + "nationalPokedexNumbers": [432], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5536,29 +4235,20 @@ "id": "xy9-95", "name": "Furfrou", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Collect", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card." }, { "name": "Tight Jaw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -5570,17 +4260,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "95", "artist": "Masakazu Fukuda", "rarity": "Common", "flavorText": "Historically, in the Kalos region, these Pokémon were the designated guardians of the king.", - "nationalPokedexNumbers": [ - 676 - ], + "nationalPokedexNumbers": [676], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5594,9 +4280,7 @@ "id": "xy9-96", "name": "All-Night Party", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player's Active Pokémon is Asleep, he or she may remove that Special Condition and heal 30 damage from that Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5617,9 +4301,7 @@ "id": "xy9-97", "name": "Bursting Balloon", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "If this card is attached to 1 of your Pokémon, discard it at the end of your opponent's turn.", @@ -5642,9 +4324,7 @@ "id": "xy9-98", "name": "Delinquent", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5665,9 +4345,7 @@ "id": "xy9-98a", "name": "Delinquent", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5688,9 +4366,7 @@ "id": "xy9-98b", "name": "Delinquent", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard any Stadium card in play. If you do, your opponent discards 3 cards from his or her hand.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5711,9 +4387,7 @@ "id": "xy9-99", "name": "Fighting Fury Belt", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "The Basic Pokémon this card is attached to gets +40 HP and its attacks do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -5735,9 +4409,7 @@ "id": "xy9-100", "name": "Great Ball", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5759,9 +4431,7 @@ "id": "xy9-101", "name": "Gyarados Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Gyarados-EX.", @@ -5783,9 +4453,7 @@ "id": "xy9-102", "name": "Max Elixir", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Look at the top 6 cards of your deck and attach a basic Energy card you find there to a Basic Pokémon on your Bench. Shuffle the other cards back into your deck.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5806,9 +4474,7 @@ "id": "xy9-103", "name": "Max Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal all damage from 1 of your Pokémon. If you do, discard all Energy attached to that Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5829,9 +4495,7 @@ "id": "xy9-104", "name": "Misty's Determination", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard a card from your hand. If you do, look at the top 8 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5852,9 +4516,7 @@ "id": "xy9-105", "name": "Pokémon Catcher", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5876,9 +4538,7 @@ "id": "xy9-106", "name": "Potion", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Heal 30 damage from 1 of your Pokémon.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -5900,9 +4560,7 @@ "id": "xy9-107", "name": "Professor Sycamore", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5923,9 +4581,7 @@ "id": "xy9-107a", "name": "Professor Sycamore", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Discard your hand and draw 7 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -5946,9 +4602,7 @@ "id": "xy9-108", "name": "Psychic's Third Eye", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Your opponent reveals his or her hand.", "Discard as many cards as you like from your hand. Then, draw that many cards.", @@ -5970,9 +4624,7 @@ "id": "xy9-109", "name": "Puzzle of Time", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "If you played 1 card, look at the top 3 cards of your deck and put them back in any order.", "If you played 2 cards, put 2 cards from your discard pile into your hand.", @@ -5994,9 +4646,7 @@ "id": "xy9-110", "name": "Reverse Valley", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Choose which way this card faces before you play it. Any damage done to this ↓ player's Metal Pokémon by an opponent's attack is reduced by 10 (after applying Weakness and Resistance).", "Choose which way this card faces before you play it. The attacks of this ↓ player's Darkness Pokémon do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).", @@ -6018,9 +4668,7 @@ "id": "xy9-111", "name": "Scizor Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Scizor-EX.", @@ -6042,9 +4690,7 @@ "id": "xy9-112", "name": "Tierno", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Draw 3 cards.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6065,9 +4711,7 @@ "id": "xy9-113", "name": "Splash Energy", "supertype": "Energy", - "subtypes": [ - "Special" - ], + "subtypes": ["Special"], "rules": [ "This card can only be attached to Water Pokémon. This card provides Water Energy only while this card is attached to a Water Pokémon.", "If the Water Pokémon this card is attached to is Knocked Out by damage from an opponent's attack, put that Pokémon into your hand. (Discard all cards attached to it.)", @@ -6089,38 +4733,24 @@ "id": "xy9-114", "name": "Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Gyarados-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Gyarados-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stormy Seas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, search your deck for a Water Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Splash Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6132,19 +4762,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "114", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6158,14 +4781,9 @@ "id": "xy9-115", "name": "M Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "240", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Gyarados-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6174,12 +4792,7 @@ "attacks": [ { "name": "Blast Geyser", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may do 20 more damage for each Water Energy attached to this Pokémon. If you do, discard the top 2 cards of your deck." @@ -6191,17 +4804,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "115", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6215,14 +4823,9 @@ "id": "xy9-116", "name": "Manaphy-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6236,10 +4839,7 @@ "attacks": [ { "name": "Mineral Pump", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from each of your Benched Pokémon." @@ -6251,16 +4851,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "116", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6274,34 +4870,23 @@ "id": "xy9-117", "name": "Espeon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Miraculous Shine", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Devolve each of your opponent's evolved Pokémon and put the highest Stage Evolution card on it into your opponent's hand." }, { "name": "Psyshock", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." @@ -6313,16 +4898,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "117", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 196 - ], + "nationalPokedexNumbers": [196], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6336,35 +4917,23 @@ "id": "xy9-118", "name": "Darkrai-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Pulse", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage for each Darkness Energy attached to all of your Pokémon." }, { "name": "Dark Head", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 80 more damage." @@ -6382,17 +4951,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "118", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6406,36 +4970,24 @@ "id": "xy9-119", "name": "Scizor-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Scizor-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Scizor-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steel Wing", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." }, { "name": "Gale Thrust", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "50+", "text": "If this Pokémon was on the Bench and became your Active Pokémon this turn, this attack does 60 more damage." @@ -6453,17 +5005,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "119", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6477,14 +5024,9 @@ "id": "xy9-120", "name": "M Scizor-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Scizor-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6493,10 +5035,7 @@ "attacks": [ { "name": "Iron Crusher", - "cost": [ - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal"], "convertedEnergyCost": 2, "damage": "120", "text": "You may discard a Special Energy attached to your opponent's Active Pokémon or a Stadium card in play." @@ -6514,17 +5053,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "120", "artist": "5ban Graphics", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 212 - ], + "nationalPokedexNumbers": [212], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6538,14 +5072,9 @@ "id": "xy9-121", "name": "Ho-Oh-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6559,11 +5088,7 @@ "attacks": [ { "name": "Elemental Feather", - "cost": [ - "Grass", - "Water", - "Lightning" - ], + "cost": ["Grass", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "130", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6581,17 +5106,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "121", "artist": "Ryo Ueda", "rarity": "Rare Ultra", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6605,9 +5125,7 @@ "id": "xy9-122", "name": "Skyla", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Trainer card, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -6629,38 +5147,24 @@ "id": "xy9-123", "name": "Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Gyarados-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Gyarados-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stormy Seas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin until you get tails. For each heads, search your deck for a Water Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Splash Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6672,19 +5176,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "123", "artist": "Mitsuhiro Arita", "rarity": "Rare Secret", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6694,4 +5191,4 @@ "large": "https://images.pokemontcg.io/xy9/123_hires.png" } } -] \ No newline at end of file +] diff --git a/cards/en/xyp.json b/cards/en/xyp.json index 190f99b20..798217e8a 100644 --- a/cards/en/xyp.json +++ b/cards/en/xyp.json @@ -3,32 +3,21 @@ "id": "xyp-XY01", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Seed Bomb", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -40,17 +29,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY01", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -64,32 +49,21 @@ "id": "xyp-XY02", "name": "Fennekin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Braixen" - ], + "types": ["Fire"], + "evolvesTo": ["Braixen"], "attacks": [ { "name": "Scratch", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Live Coal", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -101,17 +75,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY02", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Eating a twig fills it with energy, and its roomy ears give vent to air hotter than 390 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 653 - ], + "nationalPokedexNumbers": [653], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -125,32 +95,21 @@ "id": "xyp-XY03", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Pound", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Water Drip", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -162,17 +121,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY03", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It secretes flexible bubbles from its chest and back. The bubbles reduce the damage it would otherwise take when attacked.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -186,31 +141,21 @@ "id": "xyp-XY04", "name": "Sylveon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Disarming Voice", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Fairy Wind", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -228,17 +173,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY04", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It sends a soothing aura from its ribbonlike feelers to calm fights.", - "nationalPokedexNumbers": [ - 700 - ], + "nationalPokedexNumbers": [700], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -252,30 +193,20 @@ "id": "xyp-XY05", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Geomancy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Choose 2 of your Benched Pokémon. For each of those Pokémon, search your deck for a Fairy Energy card and attach it to that Pokémon. Shuffle your deck afterward." }, { "name": "Rainbow Spear", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Discard an Energy attached to this Pokémon." @@ -293,18 +224,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY05", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -318,30 +244,20 @@ "id": "xyp-XY06", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Oblivion Wing", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "30", "text": "Attach a Darkness Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Darkness Blade", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If tails, this Pokémon can't attack during your next turn." @@ -359,18 +275,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY06", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "When this legendary Pokémon's wings and tail feathers spread wide and glow red, it absorbs the life force of all living creatures.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -384,37 +295,23 @@ "id": "xyp-XY07", "name": "Xerneas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Break Through", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "X Blast", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon can't use X Blast during your next turn." @@ -432,17 +329,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY07", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -456,35 +348,23 @@ "id": "xyp-XY08", "name": "Yveltal-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Evil Ball", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Y Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -502,17 +382,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY08", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -526,38 +401,24 @@ "id": "xyp-XY09", "name": "Garchomp-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Garchomp-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Garchomp-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dual Chop", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." }, { "name": "Power Blast", - "cost": [ - "Water", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -569,17 +430,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY09", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -593,13 +449,9 @@ "id": "xyp-XY10", "name": "Dragalge", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Skrelp", "abilities": [ { @@ -611,11 +463,7 @@ "attacks": [ { "name": "Poison Breath", - "cost": [ - "Water", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned." @@ -627,17 +475,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY10", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Their poison is strong enough to eat through the hull of a tanker, and they spit it indiscriminately at anything that enters their territory.", - "nationalPokedexNumbers": [ - 691 - ], + "nationalPokedexNumbers": [691], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -651,23 +495,14 @@ "id": "xyp-XY11", "name": "Skiddo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Gogoat" - ], + "types": ["Grass"], + "evolvesTo": ["Gogoat"], "attacks": [ { "name": "Take Down", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "30", "text": "This Pokémon does 10 damage to itself." @@ -679,18 +514,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY11", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Thought to be one of the first Pokémon to live in harmony with humans, it has a placid disposition.", - "nationalPokedexNumbers": [ - 672 - ], + "nationalPokedexNumbers": [672], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -704,32 +534,21 @@ "id": "xyp-XY12", "name": "Honedge", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Metal" - ], - "evolvesTo": [ - "Doublade" - ], + "types": ["Metal"], + "evolvesTo": ["Doublade"], "attacks": [ { "name": "Swords Dance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "During your next turn, this Pokémon's Slash attack's base damage is 40." }, { "name": "Slash", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -747,18 +566,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY12", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Apparently this Pokémon is born when a departed spirit inhabits a sword. It attaches itself to people and drinks their life force.", - "nationalPokedexNumbers": [ - 679 - ], + "nationalPokedexNumbers": [679], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -772,13 +586,9 @@ "id": "xyp-XY13", "name": "Machamp", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Machoke", "abilities": [ { @@ -790,11 +600,7 @@ "attacks": [ { "name": "Machamp Crush", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "80", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 40 (before applying Weakness and Resistance)." @@ -806,18 +612,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY13", "artist": "PLANETA", "rarity": "Promo", "flavorText": "Its four ruggedly developed arms can launch a flurry of 1,000 punches in just two seconds.", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -831,31 +632,21 @@ "id": "xyp-XY14", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Phantump", "attacks": [ { "name": "Eerie Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "20", "text": "Your opponent's Active Pokémon is now Confused." }, { "name": "Wood Hammer", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If tails, this Pokémon does 20 damage to itself." @@ -873,19 +664,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY14", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "It can control trees at will. It will trap people who harm the forest, so they can never leave.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -899,32 +684,21 @@ "id": "xyp-XY15", "name": "Slurpuff", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Swirlix", "attacks": [ { "name": "Cotton Guard", - "cost": [ - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance)." }, { "name": "Sleepy Ball", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Asleep." @@ -942,18 +716,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY15", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It can distinguish the faintest of scents. It puts its sensitive sense of smell to use by helping pastry chefs in their work.", - "nationalPokedexNumbers": [ - 685 - ], + "nationalPokedexNumbers": [685], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -967,32 +736,21 @@ "id": "xyp-XY16", "name": "Gogoat", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Skiddo", "attacks": [ { "name": "Push Down", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Forest Press", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip a coin for each Grass Energy attached to this Pokémon. This attack does 30 more damage for each heads." @@ -1004,19 +762,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY16", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It can tell how its trainer is feeling by subtle shifts in the grip on its horns. This empathetic sense lets them run as if one being.", - "nationalPokedexNumbers": [ - 673 - ], + "nationalPokedexNumbers": [673], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1030,39 +782,24 @@ "id": "xyp-XY17", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Ascension", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for M Charizard-EX, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Brave Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 30 damage to itself." @@ -1074,18 +811,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY17", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1099,37 +830,23 @@ "id": "xyp-XY18", "name": "Chesnaught-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Pin Missile", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." }, { "name": "Wild Tackle", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -1141,19 +858,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY18", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1167,35 +877,23 @@ "id": "xyp-XY19", "name": "Delphox-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], + "types": ["Fire"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Psybeam", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Confused." }, { "name": "Wonder Flare", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Your opponent reveals his or her hand. This attack does 40 more damage for each Energy card in your opponent's hand." @@ -1207,17 +905,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY19", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 655 - ], + "nationalPokedexNumbers": [655], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1231,34 +924,23 @@ "id": "xyp-XY20", "name": "Greninja-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Sharpshooting", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Blast", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "Discard 1 Water Energy attached to this Pokémon." @@ -1270,16 +952,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY20", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1293,13 +971,9 @@ "id": "xyp-XY21", "name": "Bronzong", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Bronzor", "abilities": [ { @@ -1311,11 +985,7 @@ "attacks": [ { "name": "Hammer In", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -1333,19 +1003,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY21", "artist": "match", "rarity": "Promo", "flavorText": "In ages past, this Pokémon was revered as a bringer of rain. It was found buried in the ground.", - "nationalPokedexNumbers": [ - 437 - ], + "nationalPokedexNumbers": [437], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1359,31 +1023,20 @@ "id": "xyp-XY22", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Hypnoblast", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Deep Wind", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon is Asleep, this attack does 60 more damage and heal 30 damage from this Pokémon." @@ -1401,17 +1054,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY22", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "It chases people and Pokémon from its territory by causing them to experience deep, nightmarish slumbers.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1425,31 +1074,21 @@ "id": "xyp-XY23", "name": "Shiftry", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "140", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Nuzleaf", "attacks": [ { "name": "Whisk Away", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "Your opponent reveals his or her hand. Choose a Pokémon you find there and put it on the bottom your opponent's deck. If you do, this attack does 30 more damage." }, { "name": "Spirit Dance", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Flip 2 coins. This attack does 30 more damage for each heads." @@ -1461,18 +1100,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY23", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "A Pokémon that was feared as a forest guardian. It can read the foe's mind and take preemptive action.", - "nationalPokedexNumbers": [ - 275 - ], + "nationalPokedexNumbers": [275], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1486,13 +1120,9 @@ "id": "xyp-XY24", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Frogadier", "abilities": [ { @@ -1504,10 +1134,7 @@ "attacks": [ { "name": "Shadow Bullet", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness or Resistance for Benched Pokémon.)" @@ -1525,17 +1152,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY24", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "It creates throwing stars out of compressed water. When it spins them and throws them at high speed, these stars can split metal in two.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1549,37 +1172,23 @@ "id": "xyp-XY25", "name": "Krookodile-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Second Bite", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon." }, { "name": "Megaton Fang", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard a card from your hand. If you can't discard a card, this attack does nothing." @@ -1597,18 +1206,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY25", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 553 - ], + "nationalPokedexNumbers": [553], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1622,33 +1225,21 @@ "id": "xyp-XY26", "name": "Pyroar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Litleo", "attacks": [ { "name": "Crunch", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Royal Flare", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 2 Energy attached to this Pokémon." @@ -1660,18 +1251,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY26", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "The male with the largest mane of fire is the leader of the pride.", - "nationalPokedexNumbers": [ - 668 - ], + "nationalPokedexNumbers": [668], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1685,9 +1271,7 @@ "id": "xyp-XY27", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -1708,40 +1292,24 @@ "id": "xyp-XY28", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Jungle Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -1753,19 +1321,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY28", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1779,38 +1340,24 @@ "id": "xyp-XY29", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 3 basic Energy cards and attach them to this Pokémon. Shuffle your deck afterward." }, { "name": "Fire Blast", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -1822,17 +1369,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY29", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1846,38 +1388,24 @@ "id": "xyp-XY30", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. Then, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Splash Bomb", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "130", "text": "Flip a coin. If tails, this Pokémon does 30 damage to itself." @@ -1889,18 +1417,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY30", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1914,33 +1436,20 @@ "id": "xyp-XY31", "name": "Xerneas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "attacks": [ { "name": "Aurora Gain", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "During your opponent's next turn, this Pokémon has no weakness." }, { "name": "Light of Life", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If your opponent has Yveltal (including Yveltal-EX) in play, this attack does 40 more damage." @@ -1958,18 +1467,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY31", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Legends say it can share eternal life. It slept for a thousand years in the form of a tree before its revival.", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -1983,33 +1487,20 @@ "id": "xyp-XY32", "name": "Yveltal", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Air Crash", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Wings of Destruction", - "cost": [ - "Darkness", - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "If your opponent has Xerneas (including Xerneas-EX) in play, this attack does 40 more damage." @@ -2027,18 +1518,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY32", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "When this legendary Pokémon's wings and tail feathers spread wide and glow red, it absorbs the life force of living creatures.", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2052,9 +1538,7 @@ "id": "xyp-XY33", "name": "Trevor", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -2075,39 +1559,24 @@ "id": "xyp-XY34", "name": "Metagross-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Metal" - ], - "evolvesTo": [ - "M Metagross-EX" - ], + "types": ["Metal"], + "evolvesTo": ["M Metagross-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Magnetic Laser", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "You may move a Metal Energy from 1 of your Benched Pokémon to this Pokémon." }, { "name": "Squared Attack", - "cost": [ - "Metal", - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50×", "text": "Flip 4 coins. This attack does 50 damage times the number of heads." @@ -2125,19 +1594,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY34", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2151,14 +1613,9 @@ "id": "xyp-XY35", "name": "M Metagross-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Metal" - ], + "types": ["Metal"], "evolvesFrom": "Metagross-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -2167,12 +1624,7 @@ "attacks": [ { "name": "Gatling Slug", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "This attack does 10 more damage for each Metal Energy attached to this Pokémon." @@ -2190,19 +1642,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY35", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 376 - ], + "nationalPokedexNumbers": [376], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2216,22 +1661,14 @@ "id": "xyp-XY36", "name": "Treecko", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Grovyle" - ], + "types": ["Grass"], + "evolvesTo": ["Grovyle"], "attacks": [ { "name": "Quick Attack", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10+", "text": "Flip a coin. If heads, this attack does 10 more damage." @@ -2243,17 +1680,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY36", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "Small hooks on the bottom of its feet catch on walls and ceilings. That is how it can hang from above.", - "nationalPokedexNumbers": [ - 252 - ], + "nationalPokedexNumbers": [252], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2267,22 +1700,14 @@ "id": "xyp-XY37", "name": "Torchic", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Combusken" - ], + "types": ["Fire"], + "evolvesTo": ["Combusken"], "attacks": [ { "name": "Ember", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon." @@ -2294,17 +1719,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY37", "artist": "sui", "rarity": "Promo", "flavorText": "A fire burns inside, so it feels very warm to hug. It launches fireballs of 1,800 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 255 - ], + "nationalPokedexNumbers": [255], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2318,32 +1739,21 @@ "id": "xyp-XY38", "name": "Mudkip", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Marshtomp" - ], + "types": ["Water"], + "evolvesTo": ["Marshtomp"], "attacks": [ { "name": "Tackle", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "10", "text": "" }, { "name": "Mud-Slap", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" @@ -2355,17 +1765,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY38", "artist": "Aya Kusube", "rarity": "Promo", "flavorText": "To alert it, the fin on its head senses the flow of water. It has the strength to heft boulders.", - "nationalPokedexNumbers": [ - 258 - ], + "nationalPokedexNumbers": [258], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2379,13 +1785,9 @@ "id": "xyp-XY39", "name": "Kingdra", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Seadra", "ancientTrait": { "name": "α Growth", @@ -2394,20 +1796,14 @@ "attacks": [ { "name": "Gather Strength", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 4 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Dragon Blast", - "cost": [ - "Water", - "Water", - "Lightning" - ], + "cost": ["Water", "Water", "Lightning"], "convertedEnergyCost": 3, "damage": "150", "text": "Discard a Water and a Lightning Energy attached to this Pokémon." @@ -2419,17 +1815,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY39", "artist": "hatachu", "rarity": "Promo", "flavorText": "It stores energy by sleeping at underwater depths at which no other life-forms can survive.", - "nationalPokedexNumbers": [ - 230 - ], + "nationalPokedexNumbers": [230], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2443,13 +1835,9 @@ "id": "xyp-XY40", "name": "Ditto", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Metamorphosis Gene", @@ -2460,9 +1848,7 @@ "attacks": [ { "name": "Stick On", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Attach a basic Energy card from your discard pile to this Pokémon." @@ -2474,18 +1860,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY40", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It has the ability to reconstitute its entire cellular structure to transform into whatever it sees.", - "nationalPokedexNumbers": [ - 132 - ], + "nationalPokedexNumbers": [132], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2499,36 +1880,23 @@ "id": "xyp-XY41", "name": "Kyogre-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Water Pulse", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Asleep." }, { "name": "Giant Whirlpool", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "Return 2 Water Energy attached to this Pokémon to your hand." @@ -2540,19 +1908,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY41", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2566,36 +1927,23 @@ "id": "xyp-XY42", "name": "Groudon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rip Claw", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Massive Rend", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "" @@ -2607,19 +1955,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY42", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2633,38 +1974,24 @@ "id": "xyp-XY43", "name": "Diancie-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "140", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Diancie-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Diancie-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Moonblast", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." }, { "name": "Luminous Swirl", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "Flip 2 coins. This attack does 40 more damage for each heads." @@ -2682,17 +2009,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY43", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2706,14 +2028,9 @@ "id": "xyp-XY44", "name": "M Diancie-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "190", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Diancie-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -2722,11 +2039,7 @@ "attacks": [ { "name": "Diamond Force", - "cost": [ - "Fairy", - "Fairy", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, prevent all damage done to each of your Pokémon from your opponent's Pokémon-EX. (If this Pokémon is no longer your Active Pokémon, this effect ends.)" @@ -2744,17 +2057,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY44", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 719 - ], + "nationalPokedexNumbers": [719], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2768,40 +2076,24 @@ "id": "xyp-XY45", "name": "Gallade-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Gallade-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Gallade-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Assault Sword", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "If your opponent's Active Pokémon has no Energy attached to it, this attack does 40 more damage." }, { "name": "Cross Slash", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon can't use Cross Slash during your next turn." @@ -2813,17 +2105,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY45", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 475 - ], + "nationalPokedexNumbers": [475], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2837,13 +2124,9 @@ "id": "xyp-XY46", "name": "Altaria", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Swablu", "ancientTrait": { "name": "Δ Evolution", @@ -2859,10 +2142,7 @@ "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -2880,17 +2160,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY46", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "On sunny days, it flies freely through the sky and blends into the clouds. It sings in a beautiful soprano.", - "nationalPokedexNumbers": [ - 334 - ], + "nationalPokedexNumbers": [334], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2904,13 +2180,9 @@ "id": "xyp-XY47", "name": "Heliolisk", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "evolvesFrom": "Helioptile", "abilities": [ { @@ -2922,11 +2194,7 @@ "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -2944,17 +2212,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY47", "artist": "kawayoo", "rarity": "Promo", "flavorText": "They flare their frills and generate energy. A single Heliolisk can generate sufficient electricity to power a skyscraper.", - "nationalPokedexNumbers": [ - 695 - ], + "nationalPokedexNumbers": [695], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -2968,13 +2232,9 @@ "id": "xyp-XY48", "name": "Meowstic", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Espurr", "abilities": [ { @@ -2986,11 +2246,7 @@ "attacks": [ { "name": "Psyblast", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -3002,17 +2258,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY48", "artist": "kirisAki", "rarity": "Promo", "flavorText": "When in danger, it raises its ears and releases enough psychic power to grind a 10-ton truck into dust.", - "nationalPokedexNumbers": [ - 678 - ], + "nationalPokedexNumbers": [678], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3026,13 +2278,9 @@ "id": "xyp-XY49", "name": "Regirock", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "ancientTrait": { "name": "Ω Barrier", "text": "Whenever your opponent plays a Trainer card (excluding Pokémon Tools and Stadium cards), prevent all effects of that card done to this Pokémon." @@ -3040,21 +2288,14 @@ "attacks": [ { "name": "Land Maker", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 Stadium cards from your discard pile into your hand." }, { "name": "Stone Edge", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin. If heads, this attack does 40 more damage." @@ -3066,19 +2307,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY49", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "The same rocks that form its body have been found in ground layers around the world.", - "nationalPokedexNumbers": [ - 377 - ], + "nationalPokedexNumbers": [377], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3092,13 +2327,9 @@ "id": "xyp-XY50", "name": "Pangoro", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Pancham", "abilities": [ { @@ -3110,11 +2341,7 @@ "attacks": [ { "name": "Crazy Knuckle", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon is affected by a Special Condition, this attack does 40 more damage." @@ -3126,19 +2353,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY50", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "Although it possesses a violent temperament, it won't put up with bullying. It uses the leaf in its mouth to sense the movements of its enemies.", - "nationalPokedexNumbers": [ - 675 - ], + "nationalPokedexNumbers": [675], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3152,32 +2373,20 @@ "id": "xyp-XY51", "name": "Kyogre", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Spring Tides", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Ocean Cyclone", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "80", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3189,20 +2398,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY51", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench.", - "nationalPokedexNumbers": [ - 382 - ], + "nationalPokedexNumbers": [382], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3216,32 +2418,20 @@ "id": "xyp-XY52", "name": "Groudon", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage." }, { "name": "Break Ground", - "cost": [ - "Fighting", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -3253,20 +2443,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY52", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "This legendary Pokémon is said to represent the land. It went to sleep after dueling Kyogre.", - "nationalPokedexNumbers": [ - 383 - ], + "nationalPokedexNumbers": [383], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3280,37 +2463,24 @@ "id": "xyp-XY53", "name": "Sceptile-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Sceptile-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Sceptile-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Agility", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Strong Slash", - "cost": [ - "Grass", - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass", "Grass"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Strong Slash during your next turn." @@ -3322,16 +2492,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY53", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 254 - ], + "nationalPokedexNumbers": [254], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3345,39 +2511,24 @@ "id": "xyp-XY54", "name": "Blaziken-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Blaziken-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Blaziken-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fist of Focus", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Attach an Energy card from your discard pile to this Pokémon." }, { "name": "Flare Storm", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Flip a coin for each Fire Energy attached to this Pokémon. This attack does 20 more damage for each heads." @@ -3389,17 +2540,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY54", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3413,40 +2559,24 @@ "id": "xyp-XY55", "name": "Swampert-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Swampert-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Swampert-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mud Flood", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Reveal the top 4 cards of your deck. This attack does 40 more damage for each Water Energy you find there. Shuffle the revealed cards back into your deck." }, { "name": "Hydro Tackle", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -3458,18 +2588,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY55", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3483,33 +2607,21 @@ "id": "xyp-XY56", "name": "Blissey", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Chansey", "attacks": [ { "name": "Double Slap", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 2 coins. This attack does 40 damage times the number of heads." }, { "name": "Nurse's Egg", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "", "text": "Heal 100 damage from each of your Benched Pokémon. Then, discard 2 Energy attached to this Pokémon." @@ -3521,18 +2633,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY56", "artist": "Akira Komayama", "rarity": "Promo", "flavorText": "The eggs it lays are filled with happiness. Eating even one bite will bring a smile to anyone.", - "nationalPokedexNumbers": [ - 242 - ], + "nationalPokedexNumbers": [242], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3546,13 +2653,9 @@ "id": "xyp-XY57", "name": "Fearow", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Spearow", "ancientTrait": { "name": "Δ Evolution", @@ -3561,20 +2664,14 @@ "attacks": [ { "name": "Repeating Drill", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20×", "text": "Flip 5 coins. This attack does 20 damage times the number of heads." }, { "name": "Nosedive", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This Pokémon does 20 damage to itself." @@ -3592,17 +2689,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY57", "artist": "match", "rarity": "Promo", "flavorText": "It has the stamina to fly all day on its broad wings. It fights by using its sharp beak.", - "nationalPokedexNumbers": [ - 22 - ], + "nationalPokedexNumbers": [22], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3616,13 +2709,9 @@ "id": "xyp-XY58", "name": "Malamar", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "90", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Inkay", "ancientTrait": { "name": "θ Stop", @@ -3638,11 +2727,7 @@ "attacks": [ { "name": "Conform", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "If you have the same number of cards in your hand as your opponent, your opponent's Active Pokémon is now Confused." @@ -3660,18 +2745,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY58", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It lures its prey close with hypnotic motions, then wraps its tentacles around it before finishing it off with digestive fluids.", - "nationalPokedexNumbers": [ - 687 - ], + "nationalPokedexNumbers": [687], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3685,13 +2765,9 @@ "id": "xyp-XY59", "name": "Salamence", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "150", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Shelgon", "ancientTrait": { "name": "Δ Evolution", @@ -3700,21 +2776,14 @@ "attacks": [ { "name": "Call for Goons", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 3 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." }, { "name": "Dragon Pulse", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard the top card of your deck." @@ -3726,18 +2795,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY59", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It's uncontrollable if enraged. It flies around spouting flames and scorching fields and mountains.", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3751,13 +2815,9 @@ "id": "xyp-XY60", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "ancientTrait": { "name": "θ Double", @@ -3766,22 +2826,14 @@ "attacks": [ { "name": "Full Retaliation", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "This attack does 30 more damage for each damage counter on each of your Benched Magikarp." }, { "name": "Thrash", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Flip a coin. If heads, this attack does 30 more damage. If tails, this Pokémon does 30 damage to itself." @@ -3793,19 +2845,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY60", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3819,14 +2865,9 @@ "id": "xyp-XY61", "name": "Flygon-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -3840,12 +2881,7 @@ "attacks": [ { "name": "Spiral Buzz", - "cost": [ - "Grass", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Grass", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip a coin until you get tails. This attack does 30 more damage for each heads." @@ -3857,17 +2893,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY61", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 330 - ], + "nationalPokedexNumbers": [330], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3881,37 +2912,24 @@ "id": "xyp-XY62", "name": "Absol-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], - "evolvesTo": [ - "M Absol-EX" - ], + "types": ["Darkness"], + "evolvesTo": ["M Absol-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dark Fang", - "cost": [ - "Darkness" - ], + "cost": ["Darkness"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard a random card from your opponent's hand." }, { "name": "Dark Edge", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance)." @@ -3929,17 +2947,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY62", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -3953,14 +2966,9 @@ "id": "xyp-XY63", "name": "M Absol-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Absol-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -3969,10 +2977,7 @@ "attacks": [ { "name": "Disaster Wing", - "cost": [ - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness"], "convertedEnergyCost": 2, "damage": "80+", "text": "Discard the top card of your opponent's deck. If that card is a Trainer card, this attack does 80 more damage." @@ -3990,17 +2995,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY63", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4014,13 +3014,9 @@ "id": "xyp-XY64", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "abilities": [ { "name": "Ozone Wall", @@ -4031,12 +3027,7 @@ "attacks": [ { "name": "Dragon Pulse", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Discard the top 3 cards of your deck." @@ -4048,19 +3039,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY64", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It lives in the ozone layer far above the clouds and cannot be seen from the ground.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4074,31 +3059,20 @@ "id": "xyp-XY65", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Supersonic Flight", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "Flip a coin. If tails, this attack does nothing." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -4110,17 +3084,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY65", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4134,39 +3104,24 @@ "id": "xyp-XY66", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Ascension", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for M Rayquaza-EX, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Aeroscream", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, discard 2 Energy attached to this Pokémon." @@ -4184,17 +3139,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY66", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4208,29 +3158,20 @@ "id": "xyp-XY67", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Stardust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Special Energy attached to your opponent's Active Pokémon. If you do, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Dream Dance", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Both Active Pokémon are now Asleep." @@ -4248,17 +3189,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY67", "artist": "sui", "rarity": "Promo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4272,29 +3209,20 @@ "id": "xyp-XY67a", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Stardust", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10", "text": "Discard a Special Energy attached to your opponent's Active Pokémon. If you do, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn." }, { "name": "Dream Dance", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Both Active Pokémon are now Asleep." @@ -4312,17 +3240,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY67a", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4336,34 +3260,21 @@ "id": "xyp-XY68", "name": "Chesnaught", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Quilladin", "attacks": [ { "name": "Spike Lariat", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "If your opponent's Active Pokémon already has any damage counters on it, this attack does 60 more damage." }, { "name": "Adamantine Press", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance)." @@ -4375,20 +3286,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY68", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "When it takes a defensive posture with its fists guarding its face, it could withstand a bomb blast.", - "nationalPokedexNumbers": [ - 652 - ], + "nationalPokedexNumbers": [652], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4402,39 +3306,24 @@ "id": "xyp-XY69", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Colorless" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Colorless"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Mega Ascension", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Search your deck for M Rayquaza-EX, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Aeroscream", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, discard 2 Energy attached to this Pokémon." @@ -4452,17 +3341,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY69", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4476,14 +3360,9 @@ "id": "xyp-XY70", "name": "Tyrantrum-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4497,12 +3376,7 @@ "attacks": [ { "name": "Dragon Fang", - "cost": [ - "Fighting", - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Fighting", "Metal", "Metal", "Colorless"], "convertedEnergyCost": 4, "damage": "190", "text": "Discard 3 Energy attached to this Pokémon." @@ -4514,18 +3388,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY70", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 697 - ], + "nationalPokedexNumbers": [697], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4539,14 +3407,9 @@ "id": "xyp-XY71", "name": "Hoopa-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -4560,11 +3423,7 @@ "attacks": [ { "name": "Hyperspace Fury", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "", "text": "Discard 2 Energy attached to this Pokémon. This attack does 100 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4576,17 +3435,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY71", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4600,38 +3454,24 @@ "id": "xyp-XY72", "name": "Latios-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Latios-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Latios-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Fast Raid", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "40", "text": "If you go first, you can use this attack on your first turn." }, { "name": "Light Pulse", - "cost": [ - "Water", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Water", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn." @@ -4643,17 +3483,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY72", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4667,39 +3502,24 @@ "id": "xyp-XY73", "name": "Rayquaza-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Rayquaza-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Rayquaza-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dragon Claw", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Dragon Strike", - "cost": [ - "Fire", - "Fire", - "Lightning", - "Colorless" - ], + "cost": ["Fire", "Fire", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "Flip a coin. If tails, this Pokémon can't use Dragon Strike during your next turn." @@ -4711,17 +3531,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY73", "artist": "PLANETA", "rarity": "Promo", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4735,32 +3550,20 @@ "id": "xyp-XY74", "name": "Reshiram", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Repeater Blaze", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "Flip a coin until you get tails. This attack does 20 more damage for each heads." @@ -4772,18 +3575,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY74", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather.", - "nationalPokedexNumbers": [ - 643 - ], + "nationalPokedexNumbers": [643], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4797,31 +3595,20 @@ "id": "xyp-XY75", "name": "Palkia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Wave Splash", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Cross Slicer", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent can't attach Energy from his or her hand to the Defending Pokémon during his or her next turn." @@ -4833,19 +3620,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY75", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology.", - "nationalPokedexNumbers": [ - 484 - ], + "nationalPokedexNumbers": [484], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4859,32 +3640,20 @@ "id": "xyp-XY76", "name": "Zekrom", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "attacks": [ { "name": "Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" }, { "name": "Voltage Storm", - "cost": [ - "Lightning", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -4902,18 +3671,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY76", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail.", - "nationalPokedexNumbers": [ - 644 - ], + "nationalPokedexNumbers": [644], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4927,31 +3691,20 @@ "id": "xyp-XY77", "name": "Dialga", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Metal Claw", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Time Freeze", - "cost": [ - "Metal", - "Metal", - "Colorless" - ], + "cost": ["Metal", "Metal", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent can't play any Pokémon from his or her hand to evolve the Defending Pokémon during his or her next turn." @@ -4969,19 +3722,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY77", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity.", - "nationalPokedexNumbers": [ - 483 - ], + "nationalPokedexNumbers": [483], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -4995,30 +3742,20 @@ "id": "xyp-XY78", "name": "Latias", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Eon Connection", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "", "text": "Draw a card. If Latios is on your Bench, draw 1 more card." }, { "name": "Speed Wing", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -5030,17 +3767,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY78", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "It can telepathically communicate with people. It changes its appearance using its down that refracts light.", - "nationalPokedexNumbers": [ - 380 - ], + "nationalPokedexNumbers": [380], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5054,31 +3787,20 @@ "id": "xyp-XY79", "name": "Latios", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Glide", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Sky Blade", - "cost": [ - "Water", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "70+", "text": "If Latias is on your Bench, this attack does 50 more damage." @@ -5090,17 +3812,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY79", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting.", - "nationalPokedexNumbers": [ - 381 - ], + "nationalPokedexNumbers": [381], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5114,33 +3832,20 @@ "id": "xyp-XY80", "name": "Black Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Thunder Nail", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Frozen Slice", - "cost": [ - "Water", - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Water", "Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon does 20 damage to itself." @@ -5152,19 +3857,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY80", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5178,33 +3877,20 @@ "id": "xyp-XY81", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Hyper Beam", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Flare Blizzard", - "cost": [ - "Fire", - "Fire", - "Water", - "Colorless" - ], + "cost": ["Fire", "Fire", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "This Pokémon can't use Flare Blizzard during your next turn." @@ -5216,19 +3902,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY81", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5242,13 +3922,9 @@ "id": "xyp-XY82", "name": "Regigigas", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Earthen Awakening", @@ -5259,12 +3935,7 @@ "attacks": [ { "name": "Gigas Punch", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip 2 coins. If both of them are tails, this attack does nothing." @@ -5276,20 +3947,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY82", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "There is an enduring legend that states this Pokémon towed continents with ropes.", - "nationalPokedexNumbers": [ - 486 - ], + "nationalPokedexNumbers": [486], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5303,30 +3967,20 @@ "id": "xyp-XY83", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gather Light", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy as you like from your Benched Pokémon to this Pokémon." }, { "name": "Judgment Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 30 more damage for each different type of basic Energy attached to this Pokémon." @@ -5338,18 +3992,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY83", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5363,37 +4012,24 @@ "id": "xyp-XY84", "name": "Pikachu-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "130", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Overspark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Discard all Lightning Energy attached to this Pokémon. This attack does 50 damage times the number of Energy cards you discarded." @@ -5411,16 +4047,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY84", "artist": "Hitoshi Ariga", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5434,34 +4066,23 @@ "id": "xyp-XY85", "name": "Hoopa-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Hyperspace Ring", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for up to 2 Item cards, reveal them, and put them into your hand. Shuffle your deck afterward." }, { "name": "Wonder Trick", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "100", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -5473,17 +4094,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY85", "artist": "Hitoshi Ariga", "rarity": "Promo", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5497,14 +4113,9 @@ "id": "xyp-XY86", "name": "M Blaziken-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Blaziken-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5513,12 +4124,7 @@ "attacks": [ { "name": "Moonsault Blaze", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "During your next turn, this Pokémon's Moonsault Blaze attack does 100 more damage (before applying Weakness and Resistance)." @@ -5530,17 +4136,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY86", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 257 - ], + "nationalPokedexNumbers": [257], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5554,14 +4155,9 @@ "id": "xyp-XY87", "name": "M Swampert-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "220", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Swampert-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -5570,12 +4166,7 @@ "attacks": [ { "name": "Strongarm Impact", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130+", "text": "You may do 30 more damage. If you do, discard the top 3 cards of each player's deck." @@ -5587,18 +4178,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY87", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 260 - ], + "nationalPokedexNumbers": [260], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5612,23 +4197,14 @@ "id": "xyp-XY88", "name": "Chespin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Grass" - ], - "evolvesTo": [ - "Quilladin" - ], + "types": ["Grass"], + "evolvesTo": ["Quilladin"], "attacks": [ { "name": "Vine Whip", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -5640,18 +4216,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY88", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "Such a thick shell of wood covers its head and back that even a direct hit from a truck wouldn't faze it.", - "nationalPokedexNumbers": [ - 650 - ], + "nationalPokedexNumbers": [650], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5665,33 +4236,21 @@ "id": "xyp-XY89", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Thunder Wave", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Electric Ring", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30+", "text": "If Hoopa is on your Bench, this attack does 30 more damage." @@ -5709,17 +4268,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY89", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5733,30 +4288,20 @@ "id": "xyp-XY90", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Summoning Draw", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "If Pikachu is on your Bench, draw 3 cards." }, { "name": "Double Spin", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30×", "text": "Flip 2 coins. This attack does 30 damage times the number of heads." @@ -5768,17 +4313,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY90", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It gathers things it likes and pushes them through its loop to teleport them to a secret place.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5792,9 +4333,7 @@ "id": "xyp-XY91", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -5815,13 +4354,9 @@ "id": "xyp-XY92", "name": "Sableye", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "ancientTrait": { "name": "θ Stop", "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon." @@ -5829,36 +4364,26 @@ "attacks": [ { "name": "Energy Hunt", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. For each heads, attach a basic Energy card from your discard pile to your Benched Pokémon-EX in any way you like." }, { "name": "Claw Slash", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY92", "artist": "match", "rarity": "Promo", "flavorText": "It dwells in the darkness of caves. It uses its sharp claws to dig up gems to nourish itself.", - "nationalPokedexNumbers": [ - 302 - ], + "nationalPokedexNumbers": [302], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5872,13 +4397,9 @@ "id": "xyp-XY93", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "ancientTrait": { "name": "θ Stop", "text": "Prevent all effects of your opponent's Pokémon's Abilities done to this Pokémon." @@ -5893,9 +4414,7 @@ "attacks": [ { "name": "Sparkle Motion", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "", "text": "Put 1 damage counter on each of your opponent's Pokémon." @@ -5907,17 +4426,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY93", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "It has the power to travel across time, but it is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5931,13 +4446,9 @@ "id": "xyp-XY94", "name": "Trevenant", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Phantump", "abilities": [ { @@ -5949,11 +4460,7 @@ "attacks": [ { "name": "Energy Press", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -5971,19 +4478,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY94", "artist": "Midori Harada", "rarity": "Promo", "flavorText": "Using its roots as a nervous system, it controls the trees in the forest. It's kind to the Pokémon that reside in its body.", - "nationalPokedexNumbers": [ - 709 - ], + "nationalPokedexNumbers": [709], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -5997,32 +4498,21 @@ "id": "xyp-XY95", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Let's Eat Together", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from both Active Pokémon." }, { "name": "Quick Attack", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "10+", "text": "Flip a coin. If heads, this attack does 20 more damage." @@ -6040,17 +4530,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY95", "artist": "Kanako Eo", "rarity": "Promo", "flavorText": "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6064,32 +4550,21 @@ "id": "xyp-XY96", "name": "Umbreon", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Eevee", "attacks": [ { "name": "Mach Claw", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "This attack's damage isn't affected by Resistance." }, { "name": "Lunatic Sense", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Turn 1 of your face-down Prize cards face up. If that Prize card is a Pokémon, this attack does 60 more damage. (That Prize card remains up for the rest of the game.)" @@ -6107,18 +4582,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY96", "artist": "kawayoo", "rarity": "Promo", "flavorText": "When exposed to the moon's aura, the rings on its body glow faintly and it's filled with a mysterious power.", - "nationalPokedexNumbers": [ - 197 - ], + "nationalPokedexNumbers": [197], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6132,38 +4602,24 @@ "id": "xyp-XY97", "name": "Aerodactyl-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fighting" - ], - "evolvesTo": [ - "M Aerodactyl-EX" - ], + "types": ["Fighting"], + "evolvesTo": ["M Aerodactyl-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rock Smash", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30+", "text": "Flip a coin. If heads, this attack does 30 more damage." }, { "name": "Land Crush", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "70", "text": "" @@ -6181,16 +4637,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY97", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6204,14 +4656,9 @@ "id": "xyp-XY98", "name": "M Aerodactyl-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Aerodactyl-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6220,11 +4667,7 @@ "attacks": [ { "name": "Rock Drill Dive", - "cost": [ - "Fighting", - "Colorless", - "Colorless" - ], + "cost": ["Fighting", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "110", "text": "This attack does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6242,16 +4685,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY98", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 142 - ], + "nationalPokedexNumbers": [142], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6265,9 +4704,7 @@ "id": "xyp-XY99", "name": "Aerodactyl Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Aerodactyl-EX.", @@ -6289,32 +4726,20 @@ "id": "xyp-XY100", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Zen Blade", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This Pokémon can't use Zen Blade during your next turn." @@ -6326,18 +4751,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY100", "artist": "match", "rarity": "Promo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6351,32 +4771,20 @@ "id": "xyp-XY101", "name": "Mewtwo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Psy Bolt", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." }, { "name": "Zen Blade", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "This Pokémon can't use Zen Blade during your next turn." @@ -6388,18 +4796,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY101", "artist": "match", "rarity": "Promo", "flavorText": "A Pokémon created by recombining Mew's genes. It's said to have the most savage heart among Pokémon.", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6413,14 +4816,9 @@ "id": "xyp-XY102", "name": "Aurorus-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -6434,12 +4832,7 @@ "attacks": [ { "name": "Crystal Breath", - "cost": [ - "Water", - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Water", "Colorless"], "convertedEnergyCost": 4, "damage": "160", "text": "This Pokémon can't attack during your next turn." @@ -6451,18 +4844,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY102", "artist": "Toyste Beach", "rarity": "Promo", - "nationalPokedexNumbers": [ - 699 - ], + "nationalPokedexNumbers": [699], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6476,37 +4863,24 @@ "id": "xyp-XY103", "name": "Mawile-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "150", - "types": [ - "Fairy" - ], - "evolvesTo": [ - "M Mawile-EX" - ], + "types": ["Fairy"], + "evolvesTo": ["M Mawile-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Smack", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Wonder Bomb", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "100", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -6524,17 +4898,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY103", "artist": "Ayaka Yoshida", "rarity": "Promo", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6548,14 +4917,9 @@ "id": "xyp-XY104", "name": "M Mawile-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "190", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Mawile-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -6564,11 +4928,7 @@ "attacks": [ { "name": "Twin Grapple", - "cost": [ - "Fairy", - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy", "Fairy"], "convertedEnergyCost": 3, "damage": "130", "text": "Flip 2 coins. For each heads, discard an Energy attached to your opponent's Active Pokémon." @@ -6586,17 +4946,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY104", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 303 - ], + "nationalPokedexNumbers": [303], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6610,9 +4965,7 @@ "id": "xyp-XY105", "name": "Mawile Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Mawile-EX.", @@ -6634,38 +4987,24 @@ "id": "xyp-XY106", "name": "Gyarados-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Gyarados-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Gyarados-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Stormy Seas", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flips a coin until you get tails. For each heads, search your deck for a Water Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Splash Burn", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -6677,19 +5016,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY106", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6703,37 +5035,24 @@ "id": "xyp-XY107", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shatter Shot", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30×", "text": "This attack does 30 damage times the amount of Psychic Energy attached to this Pokémon." }, { "name": "Damage Change", - "cost": [ - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 3, "damage": "", "text": "Switch all damage counters on this Pokémon with those on your opponent's Active Pokémon." @@ -6745,17 +5064,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY107", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6769,35 +5083,23 @@ "id": "xyp-XY108", "name": "Machamp-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Steaming Mad", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "" }, { "name": "Crazy Hammer", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "80+", "text": "If this Pokémon is affected by a Special Condition, this attack does 80 more damage. Then, remove all Special Conditions from this Pokémon." @@ -6809,18 +5111,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY108", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 68 - ], + "nationalPokedexNumbers": [68], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6834,34 +5130,21 @@ "id": "xyp-XY109", "name": "Gyarados", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Magikarp", "attacks": [ { "name": "Berserker Splash", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "This attack does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Aqua Tail", - "cost": [ - "Water", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90+", "text": "Flip a coin for each Water Energy attached to this Pokémon. This attack does 30 more damage for each heads." @@ -6873,19 +5156,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY109", "artist": "Hajime Kusajima", "rarity": "Promo", "flavorText": "Rarely seen in the wild. Huge and vicious, it is capable of destroying entire cities in a rage.", - "nationalPokedexNumbers": [ - 130 - ], + "nationalPokedexNumbers": [130], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6899,30 +5176,20 @@ "id": "xyp-XY110", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Clairvoyance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -6934,17 +5201,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY110", "artist": "Kouki Saitou", "rarity": "Promo", "flavorText": "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -6958,28 +5221,20 @@ "id": "xyp-XY111", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Time Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -6991,17 +5246,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY111", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "It has the power to travel across time, but it is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7015,29 +5266,20 @@ "id": "xyp-XY112", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Precognitive Dream", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. This Pokémon is now Asleep." }, { "name": "Iron Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -7055,17 +5297,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY112", "artist": "Kagemaru Himeno", "rarity": "Promo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7079,29 +5317,20 @@ "id": "xyp-XY113", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Marine Guidance", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Aqua Ring", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -7113,17 +5342,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY113", "artist": "Hitoshi Ariga", "rarity": "Promo", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7137,31 +5362,20 @@ "id": "xyp-XY114", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Abyssal Sleep", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, that Pokémon is still Asleep." @@ -7179,18 +5393,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY114", "artist": "kawayoo", "rarity": "Promo", "flavorText": "It can lull people to sleep and make them dream. It is active during nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7204,31 +5413,20 @@ "id": "xyp-XY115", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon." @@ -7240,17 +5438,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY115", "artist": "You Iribi", "rarity": "Promo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude and the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7264,31 +5458,20 @@ "id": "xyp-XY116", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Type Switch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. Until the ends of your next turn, this Pokémon is that type." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -7300,18 +5483,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY116", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7325,29 +5503,20 @@ "id": "xyp-XY117", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Victory Ball", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a Fire Energy attached to this Pokémon." @@ -7359,17 +5528,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY117", "artist": "Atsuko Nishida", "rarity": "Promo", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7383,13 +5548,9 @@ "id": "xyp-XY118", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Justified", @@ -7400,11 +5561,7 @@ "attacks": [ { "name": "Sacred Sword", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Sacred Sword during your next turn." @@ -7416,17 +5573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY118", "artist": "Shin Nagasawa", "rarity": "Promo", "flavorText": "When it is resolute, its body fills with power and it becomes swifter. Its jumps are too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7440,31 +5593,20 @@ "id": "xyp-XY119", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Destructor Beam", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -7482,18 +5624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY119", "artist": "PLANETA", "rarity": "Promo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7507,29 +5644,20 @@ "id": "xyp-XY120", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Soprano Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. This attack does 10 damage times the number of heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Entrancing Melody", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -7541,17 +5669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY120", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7565,40 +5689,24 @@ "id": "xyp-XY121", "name": "Charizard-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire" - ], - "evolvesTo": [ - "M Charizard-EX" - ], + "types": ["Fire"], + "evolvesTo": ["M Charizard-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Wing Attack", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Combustion Blast", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "150", "text": "This Pokémon can't use Combustion Blast during your next turn." @@ -7610,17 +5718,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY121", "artist": "Kouki Saitou", "rarity": "Promo", - "nationalPokedexNumbers": [ - 6 - ], + "nationalPokedexNumbers": [6], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7634,38 +5737,24 @@ "id": "xyp-XY122", "name": "Blastoise-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Water" - ], - "evolvesTo": [ - "M Blastoise-EX" - ], + "types": ["Water"], + "evolvesTo": ["M Blastoise-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Rapid Spin", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon. The, your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." }, { "name": "Splash Bomb", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "120", "text": "Flip a coin. If heads, this Pokémon does 30 damage to itself." @@ -7677,18 +5766,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY122", "artist": "kawayoo", "rarity": "Promo", - "nationalPokedexNumbers": [ - 9 - ], + "nationalPokedexNumbers": [9], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7702,40 +5785,24 @@ "id": "xyp-XY123", "name": "Venusaur-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Venusaur-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Venusaur-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Poison Powder", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Your opponent's Active Pokémon is now Poisoned." }, { "name": "Jungle Hammer", - "cost": [ - "Grass", - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Grass", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "90", "text": "Heal 30 damage from this Pokémon." @@ -7747,19 +5814,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY123", "artist": "Naoki Saito", "rarity": "Promo", - "nationalPokedexNumbers": [ - 3 - ], + "nationalPokedexNumbers": [3], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7773,37 +5833,24 @@ "id": "xyp-XY124", "name": "Pikachu-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "130", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Iron Tail", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "30×", "text": "" }, { "name": "Overspark", - "cost": [ - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "" @@ -7821,16 +5868,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY124", "artist": "Megumi Mizutani", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7844,39 +5887,24 @@ "id": "xyp-XY125", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -7888,17 +5916,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY125", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7912,14 +5935,9 @@ "id": "xyp-XY126", "name": "Mew-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "120", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -7933,9 +5951,7 @@ "attacks": [ { "name": "Replace", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Move as many Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -7947,16 +5963,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY126", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -7970,31 +5982,20 @@ "id": "xyp-XY127", "name": "Moltres", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Combustion", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "" }, { "name": "Flying Flare", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "You may do 40 more damage. If you do, this Pokémon does 20 damage to itself." @@ -8012,17 +6013,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY127", "artist": "OOYAMA", "rarity": "Promo", "flavorText": "One of the legendary bird Pokémon. It is said that its appearance indicates the coming of spring.", - "nationalPokedexNumbers": [ - 146 - ], + "nationalPokedexNumbers": [146], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8036,31 +6033,20 @@ "id": "xyp-XY128", "name": "White Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Burning Icicles", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "40", "text": "If this Pokémon has any Fire Energy attached to it, this attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Blizzard Burn", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -8072,19 +6058,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY128", "artist": "kawayoo", "rarity": "Promo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body becomes frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8098,31 +6078,20 @@ "id": "xyp-XY129", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Geostrike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -8134,18 +6103,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY129", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It's hypothesized that it's monitoring those those who destroy the ecosystem from deep in the cave where it lives.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8159,13 +6123,9 @@ "id": "xyp-XY130", "name": "Tyranitar", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "160", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Pupitar", "abilities": [ { @@ -8177,13 +6137,7 @@ "attacks": [ { "name": "Dark Mountain", - "cost": [ - "Darkness", - "Darkness", - "Darkness", - "Darkness", - "Darkness" - ], + "cost": ["Darkness", "Darkness", "Darkness", "Darkness", "Darkness"], "convertedEnergyCost": 5, "damage": "150+", "text": "Discard the top 2 cards of your deck. This attack does 50 more damage for each Supporter card discard in this way." @@ -8201,20 +6155,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY130", "artist": "Satoshi Shirai", "rarity": "Promo", "flavorText": "If it ramages, it knocks down mountains and buries rivers. Maps must be redrawn afterward.", - "nationalPokedexNumbers": [ - 248 - ], + "nationalPokedexNumbers": [248], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8228,22 +6175,14 @@ "id": "xyp-XY131", "name": "Pansear", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Fire" - ], - "evolvesTo": [ - "Simisear" - ], + "types": ["Fire"], + "evolvesTo": ["Simisear"], "attacks": [ { "name": "Fury Swipes", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "10×", "text": "Flip 3 coins. This attack does 10 damage times the number of heads." @@ -8255,17 +6194,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY131", "artist": "sui", "rarity": "Promo", "flavorText": "This Pokémon lives in caves with volcanoes. The fire within the tuft on its head can reach 600 degrees Fahrenheit.", - "nationalPokedexNumbers": [ - 513 - ], + "nationalPokedexNumbers": [513], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8279,22 +6214,14 @@ "id": "xyp-XY132", "name": "Gastly", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "Haunter" - ], + "types": ["Psychic"], + "evolvesTo": ["Haunter"], "attacks": [ { "name": "Sleep Poison", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Asleep and Poisoned." @@ -8312,17 +6239,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY132", "artist": "Shigenori Negishi", "rarity": "Promo", "flavorText": "Born from gases, anyone would faint if engulfed by its gaseous body, which contains poison.", - "nationalPokedexNumbers": [ - 92 - ], + "nationalPokedexNumbers": [92], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8336,35 +6259,23 @@ "id": "xyp-XY133", "name": "Ash-Greninja-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Dancing Shuriken", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Flip 3 coins. This attack does 20 damage imtes the number of heads to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Ninja Blade", - "cost": [ - "Water", - "Water", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Ninja Blade during your next turn." @@ -8376,16 +6287,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY133", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8399,13 +6306,9 @@ "id": "xyp-XY134", "name": "Empoleon BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "170", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Empoleon", "rules": [ "BREAK Evolution Rule: Empoleon BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -8413,10 +6316,7 @@ "attacks": [ { "name": "Emperor's Command", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "This attack does 30 damage times the number of Pokémon your opponent has in play." @@ -8425,9 +6325,7 @@ "number": "XY134", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 395 - ], + "nationalPokedexNumbers": [395], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8441,13 +6339,9 @@ "id": "xyp-XY135", "name": "Beheeyem BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Beheeyem", "rules": [ "BREAK Evolution Rule: Beheeyem BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -8455,11 +6349,7 @@ "attacks": [ { "name": "Cosmic Circle", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "100", "text": "Move as many Psychic Energy attached to your Pokémon to your other Pokémon in any way you like." @@ -8468,9 +6358,7 @@ "number": "XY135", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 606 - ], + "nationalPokedexNumbers": [606], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8484,13 +6372,9 @@ "id": "xyp-XY136", "name": "Noctowl BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "evolvesFrom": "Noctowl", "rules": [ "BREAK Evolution Rule: Noctowl BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -8498,11 +6382,7 @@ "attacks": [ { "name": "Night Scan", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60+", "text": "Your opponent reveals his or her hand. This attack does 30 more damage for each Trainer card you find there." @@ -8511,9 +6391,7 @@ "number": "XY136", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 164 - ], + "nationalPokedexNumbers": [164], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8527,29 +6405,21 @@ "id": "xyp-XY137", "name": "Vivillon", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "120", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Spewpa", "attacks": [ { "name": "Dizzying Poison", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." }, { "name": "Powder", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "30+", "text": "This attack does 30 more damage for each Fire Energy attached to your opponent's Active Pokémon." @@ -8561,17 +6431,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY137", "artist": "match", "rarity": "Promo", "flavorText": "The patterns on this Pokémon's wings depend on the climate and topography of its habitat. It scatters colorful scales.", - "nationalPokedexNumbers": [ - 666 - ], + "nationalPokedexNumbers": [666], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8585,22 +6451,14 @@ "id": "xyp-XY138", "name": "Froakie", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "60", - "types": [ - "Water" - ], - "evolvesTo": [ - "Frogadier" - ], + "types": ["Water"], + "evolvesTo": ["Frogadier"], "attacks": [ { "name": "Bubble", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -8612,17 +6470,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY138", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "It protects its skin by covering its body in delicate bubbles. Beneath its happy-go-lucky air, it keeps a watchful eye on its surroundings.", - "nationalPokedexNumbers": [ - 656 - ], + "nationalPokedexNumbers": [656], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8636,33 +6490,22 @@ "id": "xyp-XY139", "name": "Floette", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "70", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "evolvesFrom": "Flabebe", - "evolvesTo": [ - "Florges" - ], + "evolvesTo": ["Florges"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Fairy" - ], + "cost": ["Fairy"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Magical Leaf", - "cost": [ - "Fairy", - "Fairy" - ], + "cost": ["Fairy", "Fairy"], "convertedEnergyCost": 2, "damage": "20+", "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon." @@ -8680,17 +6523,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY139", "artist": "Midori Harada", "rarity": "Promo", "flavorText": "When the flowers of a well-tended flower bed bloom, it appears and celebrates with an elegant dance.", - "nationalPokedexNumbers": [ - 670 - ], + "nationalPokedexNumbers": [670], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8704,31 +6543,21 @@ "id": "xyp-XY140", "name": "Lucario", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "evolvesFrom": "Riolu", "attacks": [ { "name": "Bone Rush", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." }, { "name": "Mach Claw", - "cost": [ - "Fighting", - "Fighting", - "Fighting" - ], + "cost": ["Fighting", "Fighting", "Fighting"], "convertedEnergyCost": 3, "damage": "90", "text": "This attack's damage isn't affected by Resistance." @@ -8740,18 +6569,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY140", "artist": "Naoki Saito", "rarity": "Promo", "flavorText": "By reading the auras of all things, it can tell how others are feeling from over half a mile away.", - "nationalPokedexNumbers": [ - 448 - ], + "nationalPokedexNumbers": [448], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8765,32 +6589,20 @@ "id": "xyp-XY141", "name": "Rayquaza", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "attacks": [ { "name": "Dual Claw", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "20×", "text": "Flip 2 coins. This attack does 20 damage times the number of heads." }, { "name": "Dragon Blast", - "cost": [ - "Fire", - "Lightning", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Lightning", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard 1 Fire Energy and 1 Lightning Energy attached to this Pokémon." @@ -8802,18 +6614,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY141", "artist": "Masakazu Fukuda", "rarity": "Promo", "flavorText": "It flies in the ozone layer, way up high in the sky. Until recently, no one had ever seen it.", - "nationalPokedexNumbers": [ - 384 - ], + "nationalPokedexNumbers": [384], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8827,30 +6634,20 @@ "id": "xyp-XY142", "name": "Azelf", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Shining Eyes", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Put 2 damage counters on each of your opponent's Pokémon that has any damage counters on it." }, { "name": "Mind Bend", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -8862,17 +6659,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY142", "artist": "chibi", "rarity": "Promo", "flavorText": "It is thought that Uxie, Mesprit, and Azelf all came from the same egg.", - "nationalPokedexNumbers": [ - 482 - ], + "nationalPokedexNumbers": [482], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8886,22 +6679,14 @@ "id": "xyp-XY143", "name": "Magikarp", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "30", - "types": [ - "Water" - ], - "evolvesTo": [ - "Gyarados" - ], + "types": ["Water"], + "evolvesTo": ["Gyarados"], "attacks": [ { "name": "Epic Splash", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "30", "text": "Flip 2 coins. If either of them is tails, this attack does nothing." @@ -8913,17 +6698,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY143", "artist": "Saya Tsuruta", "rarity": "Promo", "flavorText": "In the distant past, it was somewhat stronger than the horribly weak descendants that exist today.", - "nationalPokedexNumbers": [ - 129 - ], + "nationalPokedexNumbers": [129], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8937,13 +6718,9 @@ "id": "xyp-XY144", "name": "Yanmega", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Yanma", "abilities": [ { @@ -8955,11 +6732,7 @@ "attacks": [ { "name": "Assault Boom", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50+", "text": "If your opponent's Active Pokémon has a Pokémon Tool card attached to it, this attack does 70 more damage." @@ -8981,9 +6754,7 @@ "artist": "Midori Harada", "rarity": "Promo", "flavorText": "This six-legged Pokémon is easily capable of transporting an adult in flight. The wings on its tail help it stay balanced.", - "nationalPokedexNumbers": [ - 469 - ], + "nationalPokedexNumbers": [469], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -8997,30 +6768,20 @@ "id": "xyp-XY145", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Power Heater", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Choose 2 of your Benched Pokémon. Attach a Fire Energy card from your discard pile to each of those Pokémon." }, { "name": "Steam Artillery", - "cost": [ - "Fire", - "Fire", - "Fire" - ], + "cost": ["Fire", "Fire", "Fire"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -9032,18 +6793,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY145", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9057,13 +6813,9 @@ "id": "xyp-XY146", "name": "Clawitzer", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Clauncher", "abilities": [ { @@ -9075,11 +6827,7 @@ "attacks": [ { "name": "Crabhammer", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" @@ -9091,18 +6839,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY146", "artist": "Mitsuhiro Arita", "rarity": "Promo", "flavorText": "By expelling water from the nozzle in the back of its claw, it can move at a speed of 60 knots.", - "nationalPokedexNumbers": [ - 693 - ], + "nationalPokedexNumbers": [693], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9116,30 +6859,20 @@ "id": "xyp-XY147", "name": "Hoopa", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Hyperspace Punch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Portal Strike", - "cost": [ - "Psychic", - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic", "Psychic"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't use Portal Strike during your next turn." @@ -9151,18 +6884,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY147", "artist": "Yoshinobu Saito", "rarity": "Promo", "flavorText": "It is said to be able to seize anything it desires with its six rings and six huge arms. With its power sealed, it is transformed into a much smaller form.", - "nationalPokedexNumbers": [ - 720 - ], + "nationalPokedexNumbers": [720], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9176,14 +6904,9 @@ "id": "xyp-XY148", "name": "Shaymin-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "110", - "types": [ - "Grass" - ], + "types": ["Grass"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -9197,11 +6920,7 @@ "attacks": [ { "name": "Floral Gain", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "Heal 20 damage and remove all Special Conditions from this Pokémon." @@ -9213,17 +6932,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY148", "artist": "Kanako Eo", "rarity": "Promo", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9237,37 +6951,23 @@ "id": "xyp-XY149", "name": "Xerneas-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Fairy" - ], + "types": ["Fairy"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Break Through", - "cost": [ - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "X Blast", - "cost": [ - "Fairy", - "Fairy", - "Colorless", - "Colorless" - ], + "cost": ["Fairy", "Fairy", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "140", "text": "This Pokémon can't use X Blast during your next turn." @@ -9285,17 +6985,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY149", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 716 - ], + "nationalPokedexNumbers": [716], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9309,35 +7004,23 @@ "id": "xyp-XY150", "name": "Yveltal-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Evil Ball", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Y Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -9355,17 +7038,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY150", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9379,35 +7057,23 @@ "id": "xyp-XY150a", "name": "Yveltal-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Evil Ball", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "20+", "text": "This attack does 20 more damage times the amount of Energy attached to both Active Pokémon." }, { "name": "Y Cyclone", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "90", "text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon." @@ -9425,17 +7091,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY150a", "artist": "Hasuno", "rarity": "Promo", - "nationalPokedexNumbers": [ - 717 - ], + "nationalPokedexNumbers": [717], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9449,44 +7110,30 @@ "id": "xyp-XY151", "name": "Zygarde-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "190", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Land's Pulse", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "20+", "text": "If there is any Stadium card in play, this attack does 20 more damage." }, { "name": "Cell Storm", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "60", "text": "Heal 30 damage from this Pokémon." }, { "name": "Land's Wrath", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "100", "text": "" @@ -9498,18 +7145,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY151", "artist": "Eske Yoshinob", "rarity": "Promo", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9523,31 +7164,20 @@ "id": "xyp-XY152", "name": "Zygarde", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "attacks": [ { "name": "Rumble", - "cost": [ - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Colorless"], "convertedEnergyCost": 2, "damage": "20", "text": "The Defending Pokémon can't retreat during your opponent's next turn." }, { "name": "Geostrike", - "cost": [ - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9559,18 +7189,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY152", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It's hypothesized that it's monitoring those who destroy the ecosystem from deep in the cave where it lives.", - "nationalPokedexNumbers": [ - 718 - ], + "nationalPokedexNumbers": [718], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9584,31 +7209,20 @@ "id": "xyp-XY153", "name": "Ho-Oh", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Stoke", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for up to 2 Fire Energy cards and attach them to this Pokémon. Shuffle your deck afterward." }, { "name": "Fire Wing", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "" @@ -9626,18 +7240,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY153", "artist": "You Iribi", "rarity": "Promo", "flavorText": "It will reveal itself before a pure-hearted Trainer by shining its bright, rainbow-colored wings.", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9651,13 +7260,9 @@ "id": "xyp-XY154", "name": "Ho-Oh BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "150", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Ho-Oh", "rules": [ "BREAK Evolution Rule: Ho-Oh BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -9665,13 +7270,7 @@ "attacks": [ { "name": "Shining Flame", - "cost": [ - "Fire", - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 5, "damage": "160", "text": "This Pokémon can't use Shining Flame during your next turn." @@ -9680,9 +7279,7 @@ "number": "XY154", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 250 - ], + "nationalPokedexNumbers": [250], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9696,13 +7293,9 @@ "id": "xyp-XY155", "name": "Wobbuffet BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Wobbuffet", "rules": [ "BREAK Evolution Rule: Wobbuffet BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -9710,10 +7303,7 @@ "attacks": [ { "name": "Right Back at You", - "cost": [ - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Discard all Energy attached to this Pokémon. During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon is Knocked Out), put damage counters on the Attacking Pokémon equal to the damage done to this Pokémon." @@ -9722,9 +7312,7 @@ "number": "XY155", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 202 - ], + "nationalPokedexNumbers": [202], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9738,32 +7326,20 @@ "id": "xyp-XY156", "name": "Lugia", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "120", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Gust", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Aeroblast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "80+", "text": "Flip 2 coins. This attack does 20 more damage for each heads." @@ -9781,18 +7357,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY156", "artist": "Hajime Kusajima", "rarity": "Promo", "flavorText": "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm.", - "nationalPokedexNumbers": [ - 249 - ], + "nationalPokedexNumbers": [249], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9806,36 +7377,24 @@ "id": "xyp-XY157", "name": "Beedrill-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Grass" - ], - "evolvesTo": [ - "M Beedrill-EX" - ], + "types": ["Grass"], + "evolvesTo": ["M Beedrill-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Double Scrapper", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Discard up to 2 Pokémon Tool cards attached to your opponent's Pokémon." }, { "name": "Pin Missile", - "cost": [ - "Grass", - "Colorless" - ], + "cost": ["Grass", "Colorless"], "convertedEnergyCost": 2, "damage": "40×", "text": "Flip 4 coins. This attack does 40 damage times the number of heads." @@ -9847,16 +7406,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY157", "artist": "hatachu", "rarity": "Promo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9870,14 +7425,9 @@ "id": "xyp-XY158", "name": "M Beedrill-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "200", - "types": [ - "Grass" - ], + "types": ["Grass"], "evolvesFrom": "Beedrill-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -9886,10 +7436,7 @@ "attacks": [ { "name": "Hazard Stinger", - "cost": [ - "Grass", - "Grass" - ], + "cost": ["Grass", "Grass"], "convertedEnergyCost": 2, "damage": "40", "text": "Discard all Energy attached to this Pokémon. Your opponent's Active Pokémon is now Paralyzed and Poisoned. Put 4 damage counters instead of 1 on that Pokémon between turns." @@ -9904,9 +7451,7 @@ "number": "XY158", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 15 - ], + "nationalPokedexNumbers": [15], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -9920,9 +7465,7 @@ "id": "xyp-XY159", "name": "Beedrill Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Beedrill-EX.", @@ -9944,33 +7487,20 @@ "id": "xyp-XY160", "name": "Black Kyurem", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Ice Wing", - "cost": [ - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "" }, { "name": "Frosty Thunder", - "cost": [ - "Water", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Water", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "If this Pokémon has any Lightning Energy attached to it, this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -9982,19 +7512,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY160", "artist": "kawayoo", "rarity": "Promo", "flavorText": "It generates a powerful, freezing energy inside itself, but its body became frozen when the energy leaked out.", - "nationalPokedexNumbers": [ - 646 - ], + "nationalPokedexNumbers": [646], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10008,33 +7532,22 @@ "id": "xyp-XY161", "name": "Braixen", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "80", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Fennekin", - "evolvesTo": [ - "Delphox" - ], + "evolvesTo": ["Delphox"], "attacks": [ { "name": "Destructive Flame", - "cost": [ - "Fire" - ], + "cost": ["Fire"], "convertedEnergyCost": 1, "damage": "20", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." }, { "name": "Crackling Ribbon", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" @@ -10046,17 +7559,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY161", "artist": "kirisAki", "rarity": "Promo", "flavorText": "When the twig is plucked from its tail, friction sets the twig alight. The flame is used to send signals to its allies.", - "nationalPokedexNumbers": [ - 654 - ], + "nationalPokedexNumbers": [654], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10070,30 +7579,21 @@ "id": "xyp-XY162", "name": "Greninja", "supertype": "Pokémon", - "subtypes": [ - "Stage 2" - ], + "subtypes": ["Stage 2"], "hp": "130", - "types": [ - "Water" - ], + "types": ["Water"], "evolvesFrom": "Frogadier", "attacks": [ { "name": "Aqua Shower", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Dual Cut", - "cost": [ - "Water", - "Colorless" - ], + "cost": ["Water", "Colorless"], "convertedEnergyCost": 2, "damage": "60×", "text": "Flip 2 coins. This attack does 60 damage times the number of heads." @@ -10105,17 +7605,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY162", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "It appears and vanishes with a ninja's grace. It toys with its enemies using swift movements, while slicing them with throwing stars of sharpest water.", - "nationalPokedexNumbers": [ - 658 - ], + "nationalPokedexNumbers": [658], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10129,13 +7625,9 @@ "id": "xyp-XY163", "name": "Weezing", "supertype": "Pokémon", - "subtypes": [ - "Stage 1" - ], + "subtypes": ["Stage 1"], "hp": "100", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Koffing", "abilities": [ { @@ -10147,9 +7639,7 @@ "attacks": [ { "name": "Smokescreen", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "30", "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing." @@ -10161,19 +7651,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY163", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "Very rarely, a sudden mutation can result in two small Koffing twins becoming conjoined as a Weezing.", - "nationalPokedexNumbers": [ - 110 - ], + "nationalPokedexNumbers": [110], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10187,33 +7671,20 @@ "id": "xyp-XY164", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Concentrated Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip a coin for each Fire Energy attached to this Pokémon. This attack does 50 damage times the number of heads." }, { "name": "Combustion Impact", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -10225,20 +7696,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY164", "artist": "TOKIYA", "rarity": "Promo", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10252,28 +7716,20 @@ "id": "xyp-XY165", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Entertain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from 1 of your Benched Pokémon." }, { "name": "Prismatic Wave", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the number of different types of Pokémon on your opponent's Bench." @@ -10291,17 +7747,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY165", "artist": "Megumi Mizutani", "rarity": "Promo", "flavorText": "Magearna, with its metallic body, is an artificial Pokémon created 500 years ago by humans.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10315,14 +7767,9 @@ "id": "xyp-XY166", "name": "M Gengar-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Gengar-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -10331,12 +7778,7 @@ "attacks": [ { "name": "Hollow Geist", - "cost": [ - "Psychic", - "Psychic", - "Psychic", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Psychic", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Your opponent's Active Pokémon is now Confused and Poisoned." @@ -10354,17 +7796,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY166", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 94 - ], + "nationalPokedexNumbers": [94], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10378,38 +7815,24 @@ "id": "xyp-XY167", "name": "Garchomp-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Garchomp-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Garchomp-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Shred", - "cost": [ - "Fighting" - ], + "cost": ["Fighting"], "convertedEnergyCost": 1, "damage": "30", "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon." }, { "name": "Hyper Beam", - "cost": [ - "Water", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -10421,17 +7844,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY167", "artist": "Ryo Ueda", "rarity": "Promo", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10445,14 +7863,9 @@ "id": "xyp-XY168", "name": "M Garchomp-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Garchomp-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -10461,12 +7874,7 @@ "attacks": [ { "name": "Crimson Edge", - "cost": [ - "Water", - "Fighting", - "Fighting", - "Colorless" - ], + "cost": ["Water", "Fighting", "Fighting", "Colorless"], "convertedEnergyCost": 4, "damage": "180", "text": "This Pokémon does 10 damage to itself for each damage counter on it." @@ -10481,9 +7889,7 @@ "number": "XY168", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 445 - ], + "nationalPokedexNumbers": [445], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10497,9 +7903,7 @@ "id": "xyp-XY169", "name": "Garchomp Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Garchomp-EX.", @@ -10521,40 +7925,24 @@ "id": "xyp-XY170", "name": "Salamence-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Dragon" - ], - "evolvesTo": [ - "M Salamence-EX" - ], + "types": ["Dragon"], + "evolvesTo": ["M Salamence-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Beastly Fang", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "10+", "text": "This attack does 50 more damage for each of your opponent's Pokémon-EX." }, { "name": "Dragon Strike", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "130", "text": "This Pokémon can't use Dragon Strike during your next turn." @@ -10566,17 +7954,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY170", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10590,14 +7973,9 @@ "id": "xyp-XY171", "name": "M Salamence-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Dragon" - ], + "types": ["Dragon"], "evolvesFrom": "Salamence-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -10606,12 +7984,7 @@ "attacks": [ { "name": "Savage Wing", - "cost": [ - "Fire", - "Water", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Water", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100+", "text": "Discard as many basic Fire Energy attached to this Pokémon as you like. This attack does 40 more damage for each Energy card you discarded in this way." @@ -10623,16 +7996,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY171", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 373 - ], + "nationalPokedexNumbers": [373], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10646,9 +8015,7 @@ "id": "xyp-XY172", "name": "Salamence Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Salamence-EX.", @@ -10670,15 +8037,9 @@ "id": "xyp-XY173", "name": "Volcanion-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "180", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -10692,11 +8053,7 @@ "attacks": [ { "name": "Volcanic Heat", - "cost": [ - "Fire", - "Fire", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless"], "convertedEnergyCost": 3, "damage": "130", "text": "This Pokémon can't attack during your next turn." @@ -10708,18 +8065,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 3, "number": "XY173", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10733,38 +8084,24 @@ "id": "xyp-XY174", "name": "Pikachu-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "130", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Thunder Shock", - "cost": [ - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "Flip a coin. If heads your opponent's Active Pokémon is now Paralyzed." }, { "name": "Mega Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Colorless" - ], + "cost": ["Lightning", "Lightning", "Colorless"], "convertedEnergyCost": 3, "damage": "160", "text": "Discard all Energy attached to this Pokémon." @@ -10782,16 +8119,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY174", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10805,14 +8138,9 @@ "id": "xyp-XY175", "name": "Magearna-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "160", - "types": [ - "Metal" - ], + "types": ["Metal"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], @@ -10826,11 +8154,7 @@ "attacks": [ { "name": "Soul Blaster", - "cost": [ - "Metal", - "Colorless", - "Colorless" - ], + "cost": ["Metal", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60." @@ -10848,16 +8172,12 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY175", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -10871,9 +8191,7 @@ "id": "xyp-XY176", "name": "Champions Festival", "supertype": "Trainer", - "subtypes": [ - "Stadium" - ], + "subtypes": ["Stadium"], "rules": [ "Once during each player's turn, if that player has 6 Pokémon in play, he or she may heal 10 damage from each of his or her Pokémon.", "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you can't play this card." @@ -10894,9 +8212,7 @@ "id": "xyp-XY177", "name": "Karen", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles all Pokémon in his or her discard pile into his or her deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10917,9 +8233,7 @@ "id": "xyp-XY177a", "name": "Karen", "supertype": "Trainer", - "subtypes": [ - "Supporter" - ], + "subtypes": ["Supporter"], "rules": [ "Each player shuffles all Pokémon in his or her discard pile into his or her deck.", "You may play only 1 Supporter card during your turn (before your attack)." @@ -10940,13 +8254,9 @@ "id": "xyp-XY178", "name": "Absol", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "100", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "abilities": [ { "name": "Lamentation", @@ -10957,11 +8267,7 @@ "attacks": [ { "name": "Shadow Cage", - "cost": [ - "Darkness", - "Colorless", - "Colorless" - ], + "cost": ["Darkness", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "The Defending Pokémon can't retreat during your opponent's next turn." @@ -10979,17 +8285,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY178", "artist": "Hasuno", "rarity": "Promo", "flavorText": "It appears when it senses an impending natural disaster. As a result, it was mistaken as a doom bringer.", - "nationalPokedexNumbers": [ - 359 - ], + "nationalPokedexNumbers": [359], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11003,13 +8305,9 @@ "id": "xyp-XY179", "name": "Snorlax", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "abilities": [ { "name": "Immunity", @@ -11020,12 +8318,7 @@ "attacks": [ { "name": "Body Slam", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "50", "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." @@ -11037,20 +8330,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY179", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep.", - "nationalPokedexNumbers": [ - 143 - ], + "nationalPokedexNumbers": [143], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11064,13 +8350,9 @@ "id": "xyp-XY180", "name": "Arcanine BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "160", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Arcanine", "rules": [ "BREAK Evolution Rule: Arcanine BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -11078,10 +8360,7 @@ "attacks": [ { "name": "Turbo Flame", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "80", "text": "Attach 2 basic Energy cards from your discard pile to 1 of your Benched Pokémon." @@ -11090,9 +8369,7 @@ "number": "XY180", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 59 - ], + "nationalPokedexNumbers": [59], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11106,13 +8383,9 @@ "id": "xyp-XY181", "name": "Crobat BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "160", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "evolvesFrom": "Crobat", "rules": [ "BREAK Evolution Rule: Crobat BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -11120,11 +8393,7 @@ "attacks": [ { "name": "Silent Bite", - "cost": [ - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "60", "text": "You may leave your opponent's Active Pokémon Paralyzed. If you do, shuffle this Pokémon and all cards attached to into your deck." @@ -11133,9 +8402,7 @@ "number": "XY181", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 169 - ], + "nationalPokedexNumbers": [169], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11149,13 +8416,9 @@ "id": "xyp-XY182", "name": "Mandibuzz BREAK", "supertype": "Pokémon", - "subtypes": [ - "BREAK" - ], + "subtypes": ["BREAK"], "hp": "140", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Mandibuzz", "rules": [ "BREAK Evolution Rule: Mandibuzz BREAK retains the attacks, Abilities, Weakness, Resistance, and Retreat Cost of its previous Evolution." @@ -11163,9 +8426,7 @@ "attacks": [ { "name": "Wings of Disaster", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "This attack does 20 damage to each of your opponent's Pokémon. Don't apply Weakness and Resistance. Discard all Pokémon Tool cards attached to each of your opponent's Pokémon." @@ -11174,9 +8435,7 @@ "number": "XY182", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 630 - ], + "nationalPokedexNumbers": [630], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11190,39 +8449,24 @@ "id": "xyp-XY183", "name": "Mewtwo-EX", "supertype": "Pokémon", - "subtypes": [ - "Basic", - "EX" - ], + "subtypes": ["Basic", "EX"], "hp": "170", - "types": [ - "Psychic" - ], - "evolvesTo": [ - "M Mewtwo-EX" - ], + "types": ["Psychic"], + "evolvesTo": ["M Mewtwo-EX"], "rules": [ "Pokémon-EX rule: When a Pokémon-EX has been Knocked Out, your opponent takes 2 Prize cards." ], "attacks": [ { "name": "Photon Wave", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance)." }, { "name": "Psyburn", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "" @@ -11234,17 +8478,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY183", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 150 - ], + "nationalPokedexNumbers": [150], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11258,13 +8497,9 @@ "id": "xyp-XY184", "name": "Giratina", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "abilities": [ { "name": "Devour Light", @@ -11275,12 +8510,7 @@ "attacks": [ { "name": "Shadow Claw", - "cost": [ - "Psychic", - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "110", "text": "Discard a random card from your opponent's hand." @@ -11298,18 +8528,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY184", "artist": "5ban Graphics", "rarity": "Promo", "flavorText": "It was banished for its violence. It silently gazed upon the old world from the Distortion World.", - "nationalPokedexNumbers": [ - 487 - ], + "nationalPokedexNumbers": [487], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11323,33 +8548,20 @@ "id": "xyp-XY185", "name": "Volcanion", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Concentrated Fire", - "cost": [ - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "50×", "text": "Flip a coin for each Fire Energy attached to this Pokémon. This attack does 50 damage times the number of heads." }, { "name": "Combustion Impact", - "cost": [ - "Fire", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "100", "text": "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon." @@ -11361,20 +8573,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY185", "artist": "Hasuno", "rarity": "Promo", "flavorText": "It expels its internal steam from the arms on its back. It has enough power to blow away a mountain.", - "nationalPokedexNumbers": [ - 721 - ], + "nationalPokedexNumbers": [721], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11388,28 +8593,20 @@ "id": "xyp-XY186", "name": "Magearna", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Entertain", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Heal 40 damage from 1 of your Benched Pokémon." }, { "name": "Prismatic Wave", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "20×", "text": "This attack does 20 damage times the number of different types of Pokémon on your opponent's Bench." @@ -11427,17 +8624,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY186", "artist": "Sanosuke Sakuma", "rarity": "Promo", "flavorText": "Magearna, with its metallic body, is an artificial Pokémon created 500 years ago by humans.", - "nationalPokedexNumbers": [ - 801 - ], + "nationalPokedexNumbers": [801], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11451,28 +8644,20 @@ "id": "xyp-XY187", "name": "Celebi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Time Call", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward." }, { "name": "Leech Seed", - "cost": [ - "Grass" - ], + "cost": ["Grass"], "convertedEnergyCost": 1, "damage": "10", "text": "Heal 10 damage from this Pokémon." @@ -11484,17 +8669,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY187", "artist": "Tomokazu Komiya", "rarity": "Promo", "flavorText": "It has the power to travel across time, but it is said to appear only in peaceful times.", - "nationalPokedexNumbers": [ - 251 - ], + "nationalPokedexNumbers": [251], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11508,31 +8689,20 @@ "id": "xyp-XY188", "name": "Shaymin", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Grass" - ], + "types": ["Grass"], "attacks": [ { "name": "Aromatherapy", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "Heal 30 damage from each of your Pokémon." }, { "name": "Magical Leaf", - "cost": [ - "Grass", - "Colorless", - "Colorless" - ], + "cost": ["Grass", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "Flip a coin. If heads, this attack does 20 more damage and heal 20 damage from this Pokémon." @@ -11544,17 +8714,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY188", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "The blooming of Gracidea flowers confers the power of flight upon it. Feelings of gratitude are the message it delivers.", - "nationalPokedexNumbers": [ - 492 - ], + "nationalPokedexNumbers": [492], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11568,29 +8734,20 @@ "id": "xyp-XY189", "name": "Victini", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Fire" - ], + "types": ["Fire"], "attacks": [ { "name": "Energy Assist", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Flip a coin. If heads, attach a basic Energy card from your discard pile to 1 of your Benched Pokémon." }, { "name": "Victory Ball", - "cost": [ - "Fire", - "Colorless" - ], + "cost": ["Fire", "Colorless"], "convertedEnergyCost": 2, "damage": "50", "text": "Discard a Fire Energy attached to this Pokémon." @@ -11602,17 +8759,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY189", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "When it shares the infinite energy it creates, that being's entire body will be overflowing with power.", - "nationalPokedexNumbers": [ - 494 - ], + "nationalPokedexNumbers": [494], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11626,29 +8779,20 @@ "id": "xyp-XY190", "name": "Manaphy", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Water" - ], + "types": ["Water"], "attacks": [ { "name": "Marine Guidance", - "cost": [ - "Water" - ], + "cost": ["Water"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Water Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward." }, { "name": "Aqua Ring", - "cost": [ - "Water", - "Water" - ], + "cost": ["Water", "Water"], "convertedEnergyCost": 2, "damage": "30", "text": "Switch this Pokémon with 1 of your Benched Pokémon." @@ -11660,17 +8804,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY190", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It starts its life with a wondrous power that permits it to bond with any kind of Pokémon.", - "nationalPokedexNumbers": [ - 490 - ], + "nationalPokedexNumbers": [490], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11684,13 +8824,9 @@ "id": "xyp-XY191", "name": "Keldeo", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "90", - "types": [ - "Water" - ], + "types": ["Water"], "abilities": [ { "name": "Justified", @@ -11701,11 +8837,7 @@ "attacks": [ { "name": "Sacred Sword", - "cost": [ - "Water", - "Water", - "Water" - ], + "cost": ["Water", "Water", "Water"], "convertedEnergyCost": 3, "damage": "100", "text": "This Pokémon can't use Sacred Sword during your next turn." @@ -11717,17 +8849,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY191", "artist": "Hajime Kusajima", "rarity": "Promo", "flavorText": "When it is resolute, it body fills with power and it becomes swifter. Its jumps are then too fast to follow.", - "nationalPokedexNumbers": [ - 647 - ], + "nationalPokedexNumbers": [647], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11741,30 +8869,20 @@ "id": "xyp-XY192", "name": "Mew", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Clairvoyance", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Your opponent reveals his or her hand." }, { "name": "Psychic", - "cost": [ - "Psychic", - "Colorless", - "Colorless" - ], + "cost": ["Psychic", "Colorless", "Colorless"], "convertedEnergyCost": 3, "damage": "40+", "text": "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon." @@ -11776,17 +8894,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY192", "artist": "Saya Tsuruta", "rarity": "Promo", "flavorText": "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques.", - "nationalPokedexNumbers": [ - 151 - ], + "nationalPokedexNumbers": [151], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11800,29 +8914,20 @@ "id": "xyp-XY193", "name": "Meloetta", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "80", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "attacks": [ { "name": "Soprano Wave", - "cost": [ - "Psychic" - ], + "cost": ["Psychic"], "convertedEnergyCost": 1, "damage": "", "text": "Flip 3 coins. This attack does 10 damage times the number of heads to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Entrancing Melody", - "cost": [ - "Psychic", - "Psychic" - ], + "cost": ["Psychic", "Psychic"], "convertedEnergyCost": 2, "damage": "30", "text": "Your opponent's Active Pokémon is now Confused." @@ -11834,17 +8939,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY193", "artist": "Hasuno", "rarity": "Promo", "flavorText": "Its melodies are sung with a special vocalization method that can control the feelings of those who hear it.", - "nationalPokedexNumbers": [ - 648 - ], + "nationalPokedexNumbers": [648], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11858,31 +8959,20 @@ "id": "xyp-XY194", "name": "Darkrai", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "attacks": [ { "name": "Dark Cutter", - "cost": [ - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Colorless"], "convertedEnergyCost": 2, "damage": "30", "text": "" }, { "name": "Abyssal Sleep", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "80", "text": "Your opponent's Active Pokémon is now Asleep. Your opponent flips 2 coins instead of 1 between turns. If either of them is tails, the Pokémon is still Asleep." @@ -11900,18 +8990,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY194", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It can lull people to sleep and make them dream. It is active during the nights of the new moon.", - "nationalPokedexNumbers": [ - 491 - ], + "nationalPokedexNumbers": [491], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11925,29 +9010,20 @@ "id": "xyp-XY195", "name": "Jirachi", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "70", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Precognitive Dream", - "cost": [ - "Metal" - ], + "cost": ["Metal"], "convertedEnergyCost": 1, "damage": "", "text": "Draw 3 cards. This Pokémon is now Asleep." }, { "name": "Iron Head", - "cost": [ - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless"], "convertedEnergyCost": 2, "damage": "30×", "text": "Flip a coin until you get tails. This attack does 30 damage times the number of heads." @@ -11965,17 +9041,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY195", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "It is said to have the ability to grant any wish for just one week every thousand years.", - "nationalPokedexNumbers": [ - 385 - ], + "nationalPokedexNumbers": [385], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -11989,31 +9061,20 @@ "id": "xyp-XY196", "name": "Genesect", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "110", - "types": [ - "Metal" - ], + "types": ["Metal"], "attacks": [ { "name": "Linear Attack", - "cost": [ - "Metal", - "Colorless" - ], + "cost": ["Metal", "Colorless"], "convertedEnergyCost": 2, "damage": "", "text": "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)" }, { "name": "Destructor Beam", - "cost": [ - "Metal", - "Metal", - "Metal" - ], + "cost": ["Metal", "Metal", "Metal"], "convertedEnergyCost": 3, "damage": "90", "text": "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon." @@ -12031,18 +9092,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY196", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "This Pokémon existed 300 million years ago. Team Plasma altered it and attached a cannon to its back.", - "nationalPokedexNumbers": [ - 649 - ], + "nationalPokedexNumbers": [649], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12056,31 +9112,20 @@ "id": "xyp-XY197", "name": "Arceus", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "130", - "types": [ - "Colorless" - ], + "types": ["Colorless"], "attacks": [ { "name": "Type Switch", - "cost": [ - "Colorless" - ], + "cost": ["Colorless"], "convertedEnergyCost": 1, "damage": "", "text": "Choose Grass, Fire, Water, Lightning, Psychic, Fighting, Darkness, Metal, Fairy, or Dragon type. Until the end of your next turn, this Pokémon is that type." }, { "name": "Power Blast", - "cost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "cost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120", "text": "Discard an Energy attached to this Pokémon." @@ -12092,18 +9137,13 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless"], "convertedRetreatCost": 2, "number": "XY197", "artist": "kirisAki", "rarity": "Promo", "flavorText": "It is told in mythology that this Pokémon was born before the universe even existed.", - "nationalPokedexNumbers": [ - 493 - ], + "nationalPokedexNumbers": [493], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12117,14 +9157,9 @@ "id": "xyp-XY198", "name": "M Camerupt-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Camerupt-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -12133,12 +9168,7 @@ "attacks": [ { "name": "Magma Eruption", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may discard the top 3 cards of each player's deck. If you do, this attack does 40 more damage for each Energy card you discarded in this way." @@ -12150,19 +9180,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY198", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12176,14 +9199,9 @@ "id": "xyp-XY198a", "name": "M Camerupt-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "230", - "types": [ - "Fire" - ], + "types": ["Fire"], "evolvesFrom": "Camerupt-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -12192,12 +9210,7 @@ "attacks": [ { "name": "Magma Eruption", - "cost": [ - "Fire", - "Fire", - "Colorless", - "Colorless" - ], + "cost": ["Fire", "Fire", "Colorless", "Colorless"], "convertedEnergyCost": 4, "damage": "120+", "text": "You may discard the top 3 cards of each player's deck. If you do, this attack does 40 more damage for each Energy card you discarded in this way." @@ -12209,19 +9222,12 @@ "value": "×2" } ], - "retreatCost": [ - "Colorless", - "Colorless", - "Colorless", - "Colorless" - ], + "retreatCost": ["Colorless", "Colorless", "Colorless", "Colorless"], "convertedRetreatCost": 4, "number": "XY198a", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 323 - ], + "nationalPokedexNumbers": [323], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12235,9 +9241,7 @@ "id": "xyp-XY199", "name": "Camerupt Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Camerupt-EX.", @@ -12259,14 +9263,9 @@ "id": "xyp-XY200", "name": "M Sharpedo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sharpedo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -12275,11 +9274,7 @@ "attacks": [ { "name": "Torpedo Dive", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon for each Colorless in that Pokémon's Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -12294,9 +9289,7 @@ "number": "XY200", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12310,14 +9303,9 @@ "id": "xyp-XY200a", "name": "M Sharpedo-EX", "supertype": "Pokémon", - "subtypes": [ - "MEGA", - "EX" - ], + "subtypes": ["MEGA", "EX"], "hp": "210", - "types": [ - "Darkness" - ], + "types": ["Darkness"], "evolvesFrom": "Sharpedo-EX", "rules": [ "Mega Evolution rule: When 1 of your Pokémon becomes a Mega Evolution Pokémon, your turn ends.", @@ -12326,11 +9314,7 @@ "attacks": [ { "name": "Torpedo Dive", - "cost": [ - "Darkness", - "Darkness", - "Colorless" - ], + "cost": ["Darkness", "Darkness", "Colorless"], "convertedEnergyCost": 3, "damage": "120", "text": "This attack does 10 damage to each of your opponent's Benched Pokémon for each Colorless in that Pokémon's Retreat Cost. (Don't apply Weakness and Resistance for Benched Pokémon.)" @@ -12345,9 +9329,7 @@ "number": "XY200a", "artist": "5ban Graphics", "rarity": "Promo", - "nationalPokedexNumbers": [ - 319 - ], + "nationalPokedexNumbers": [319], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12361,9 +9343,7 @@ "id": "xyp-XY201", "name": "Sharpedo Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Sharpedo-EX.", @@ -12385,33 +9365,21 @@ "id": "xyp-XY202", "name": "Pikachu", "supertype": "Pokémon", - "subtypes": [ - "Basic" - ], + "subtypes": ["Basic"], "hp": "50", - "types": [ - "Lightning" - ], - "evolvesTo": [ - "Raichu" - ], + "types": ["Lightning"], + "evolvesTo": ["Raichu"], "attacks": [ { "name": "Charge", - "cost": [ - "Lightning" - ], + "cost": ["Lightning"], "convertedEnergyCost": 1, "damage": "", "text": "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward." }, { "name": "Thunderbolt", - "cost": [ - "Lightning", - "Lightning", - "Lightning" - ], + "cost": ["Lightning", "Lightning", "Lightning"], "convertedEnergyCost": 3, "damage": "70", "text": "Discard all Energy attached to this Pokémon." @@ -12429,17 +9397,13 @@ "value": "-20" } ], - "retreatCost": [ - "Colorless" - ], + "retreatCost": ["Colorless"], "convertedRetreatCost": 1, "number": "XY202", "artist": "Ken Sugimori", "rarity": "Promo", "flavorText": "When several of these Pokémon gather, their electricity can build and cause lightning storms.", - "nationalPokedexNumbers": [ - 25 - ], + "nationalPokedexNumbers": [25], "legalities": { "unlimited": "Legal", "expanded": "Legal" @@ -12453,9 +9417,7 @@ "id": "xyp-XY203", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12476,9 +9438,7 @@ "id": "xyp-XY204", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12499,9 +9459,7 @@ "id": "xyp-XY205", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12522,9 +9480,7 @@ "id": "xyp-XY206", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12545,9 +9501,7 @@ "id": "xyp-XY207", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12568,9 +9522,7 @@ "id": "xyp-XY208", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12591,9 +9543,7 @@ "id": "xyp-XY209", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12614,9 +9564,7 @@ "id": "xyp-XY210", "name": "Gym Badge", "supertype": "Trainer", - "subtypes": [ - "Item" - ], + "subtypes": ["Item"], "rules": [ "Flip a coin until you get tails. For each heads, draw a card.", "You may play as many Item cards as you like during your turn (before your attack)." @@ -12637,9 +9585,7 @@ "id": "xyp-XY211", "name": "Lucario Spirit Link", "supertype": "Trainer", - "subtypes": [ - "Pokémon Tool" - ], + "subtypes": ["Pokémon Tool"], "rules": [ "Attach a Pokémon Tool to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.", "Your turn does not end if the Pokémon this card is attached to becomes M Lucario-EX.", @@ -12657,4 +9603,4 @@ "large": "https://images.pokemontcg.io/xyp/XY211_hires.png" } } -] \ No newline at end of file +] diff --git a/decks/en/base1.json b/decks/en/base1.json index 7cffc3530..75051a5cb 100644 --- a/decks/en/base1.json +++ b/decks/en/base1.json @@ -2,11 +2,7 @@ { "id": "d-base1-1", "name": "2-Player Starter Set", - "types": [ - "Fire", - "Fighting", - "Colorless" - ], + "types": ["Fire", "Fighting", "Colorless"], "cards": [ { "id": "base1-47", @@ -125,10 +121,7 @@ { "id": "d-base1-2", "name": "Overgrowth", - "types": [ - "Water", - "Grass" - ], + "types": ["Water", "Grass"], "cards": [ { "id": "base1-44", @@ -229,10 +222,7 @@ { "id": "d-base1-3", "name": "Zap!", - "types": [ - "Lightning", - "Psychic" - ], + "types": ["Lightning", "Psychic"], "cards": [ { "id": "base1-58", @@ -351,10 +341,7 @@ { "id": "d-base1-4", "name": "Brushfire", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "base1-46", @@ -467,10 +454,7 @@ { "id": "d-base1-5", "name": "Blackout", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "base1-62", @@ -568,4 +552,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/base2.json b/decks/en/base2.json index 5052156db..fe3b5a575 100644 --- a/decks/en/base2.json +++ b/decks/en/base2.json @@ -2,10 +2,7 @@ { "id": "d-base2-1", "name": "Water Blast", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "base1-59", @@ -112,10 +109,7 @@ { "id": "d-base2-2", "name": "Power Reserve", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "base2-57", @@ -219,4 +213,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/base3.json b/decks/en/base3.json index 5c38dfeee..f77d63fb4 100644 --- a/decks/en/base3.json +++ b/decks/en/base3.json @@ -2,10 +2,7 @@ { "id": "d-base3-1", "name": "LockDown", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "base1-68", @@ -112,10 +109,7 @@ { "id": "d-base3-2", "name": "BodyGuard", - "types": [ - "Grass", - "Fighting" - ], + "types": ["Grass", "Fighting"], "cards": [ { "id": "base1-44", @@ -207,4 +201,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/base4.json b/decks/en/base4.json index 6b2445a51..5cdc36efc 100644 --- a/decks/en/base4.json +++ b/decks/en/base4.json @@ -2,11 +2,7 @@ { "id": "d-base4-1", "name": "2-Player CD-ROM Starter Set", - "types": [ - "Fighting", - "Water", - "Colorless" - ], + "types": ["Fighting", "Water", "Colorless"], "cards": [ { "id": "base4-71", @@ -125,10 +121,7 @@ { "id": "d-base4-2", "name": "Grass Chopper", - "types": [ - "Fighting", - "Grass" - ], + "types": ["Fighting", "Grass"], "cards": [ { "id": "base4-91", @@ -235,10 +228,7 @@ { "id": "d-base4-3", "name": "Hot Water", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "base4-69", @@ -345,10 +335,7 @@ { "id": "d-base4-4", "name": "Lightning Bug", - "types": [ - "Lightning", - "Grass" - ], + "types": ["Lightning", "Grass"], "cards": [ { "id": "base4-68", @@ -455,10 +442,7 @@ { "id": "d-base4-5", "name": "Psych Out", - "types": [ - "Psychic", - "Water" - ], + "types": ["Psychic", "Water"], "cards": [ { "id": "base4-65", @@ -577,10 +561,7 @@ { "id": "d-base4-6", "name": "Thunderstorm", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "base1-20", @@ -752,4 +733,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/base5.json b/decks/en/base5.json index 910300e35..d79fd8f31 100644 --- a/decks/en/base5.json +++ b/decks/en/base5.json @@ -2,10 +2,7 @@ { "id": "d-base5-1", "name": "Devastation", - "types": [ - "Grass", - "Water" - ], + "types": ["Grass", "Water"], "cards": [ { "id": "base4-100", @@ -124,10 +121,7 @@ { "id": "d-base5-2", "name": "Trouble", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "base4-65", @@ -254,4 +248,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/base6.json b/decks/en/base6.json index 95f0c434f..8eb2e1088 100644 --- a/decks/en/base6.json +++ b/decks/en/base6.json @@ -2,10 +2,7 @@ { "id": "d-base6-1", "name": "Turmoil", - "types": [ - "Lightning", - "Water" - ], + "types": ["Lightning", "Water"], "cards": [ { "id": "base6-95", @@ -112,10 +109,7 @@ { "id": "d-base6-2", "name": "Lava", - "types": [ - "Fighting", - "Fire" - ], + "types": ["Fighting", "Fire"], "cards": [ { "id": "base6-70", @@ -225,4 +219,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw1.json b/decks/en/bw1.json index b6ae7c219..41fa62614 100644 --- a/decks/en/bw1.json +++ b/decks/en/bw1.json @@ -2,10 +2,7 @@ { "id": "d-bw1-1", "name": "Green Tornado", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "bw1-5", @@ -156,10 +153,7 @@ { "id": "d-bw1-2", "name": "Red Frenzy", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "bw1-19", @@ -296,10 +290,7 @@ { "id": "d-bw1-3", "name": "Blue Assault", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "bw1-31", @@ -441,4 +432,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw10.json b/decks/en/bw10.json index 89595702d..2f1d8a3e1 100644 --- a/decks/en/bw10.json +++ b/decks/en/bw10.json @@ -2,10 +2,7 @@ { "id": "d-bw10-1", "name": "Mind Wipe", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "bw10-10", @@ -160,10 +157,7 @@ { "id": "d-bw10-2", "name": "Solar Strike", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "bw10-13", @@ -315,4 +309,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw2.json b/decks/en/bw2.json index 6826c2b64..3709e22ca 100644 --- a/decks/en/bw2.json +++ b/decks/en/bw2.json @@ -2,10 +2,7 @@ { "id": "d-bw2-1", "name": "Power Play", - "types": [ - "Fighting", - "Water" - ], + "types": ["Fighting", "Water"], "cards": [ { "id": "bw2-62", @@ -156,10 +153,7 @@ { "id": "d-bw2-2", "name": "Toxic Tricks", - "types": [ - "Psychic", - "Fire" - ], + "types": ["Psychic", "Fire"], "cards": [ { "id": "bw2-40", @@ -301,4 +295,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw3.json b/decks/en/bw3.json index 458424e28..03133c05e 100644 --- a/decks/en/bw3.json +++ b/decks/en/bw3.json @@ -2,10 +2,7 @@ { "id": "d-bw3-1", "name": "Fast Daze", - "types": [ - "Grass", - "Fire" - ], + "types": ["Grass", "Fire"], "cards": [ { "id": "bw3-12", @@ -156,10 +153,7 @@ { "id": "d-bw3-2", "name": "Furious Knights", - "types": [ - "Metal", - "Lightning" - ], + "types": ["Metal", "Lightning"], "cards": [ { "id": "bw3-80", @@ -307,4 +301,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw4.json b/decks/en/bw4.json index 97ca12a62..f1f7200e3 100644 --- a/decks/en/bw4.json +++ b/decks/en/bw4.json @@ -2,10 +2,7 @@ { "id": "d-bw4-1", "name": "Explosive Edge", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "bw4-21", @@ -162,10 +159,7 @@ { "id": "d-bw4-2", "name": "Voltage Vortex", - "types": [ - "Lightning", - "Darkness" - ], + "types": ["Lightning", "Darkness"], "cards": [ { "id": "bw4-50", @@ -313,4 +307,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw5.json b/decks/en/bw5.json index 311b52698..0713ab036 100644 --- a/decks/en/bw5.json +++ b/decks/en/bw5.json @@ -2,10 +2,7 @@ { "id": "d-bw5-1", "name": "Raiders", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "cards": [ { "id": "bw5-52", @@ -162,10 +159,7 @@ { "id": "d-bw5-2", "name": "Shadows", - "types": [ - "Darkness", - "Water" - ], + "types": ["Darkness", "Water"], "cards": [ { "id": "bw5-71", @@ -313,4 +307,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw6.json b/decks/en/bw6.json index 833f2de50..cc2b8eb79 100644 --- a/decks/en/bw6.json +++ b/decks/en/bw6.json @@ -2,10 +2,7 @@ { "id": "d-bw6-1", "name": "DragonSnarl", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "cards": [ { "id": "bw6-98", @@ -168,10 +165,7 @@ { "id": "d-bw6-2", "name": "Dragon Speed", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "bw6-91", @@ -337,4 +331,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw7.json b/decks/en/bw7.json index 16c4c4e42..75ec84fac 100644 --- a/decks/en/bw7.json +++ b/decks/en/bw7.json @@ -2,10 +2,7 @@ { "id": "d-bw7-1", "name": "Ice Shock", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "bw7-100", @@ -162,10 +159,7 @@ { "id": "d-bw7-2", "name": "Cold Fire", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "bw7-102", @@ -328,10 +322,7 @@ { "id": "d-bw7-3", "name": "Red Genesect Collection", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "bwp-BW101", @@ -476,4 +467,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw8.json b/decks/en/bw8.json index 50916788a..0be7ba8c8 100644 --- a/decks/en/bw8.json +++ b/decks/en/bw8.json @@ -2,10 +2,7 @@ { "id": "d-bw8-1", "name": "Plasma Shadow", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "bw8-62", @@ -162,11 +159,7 @@ { "id": "d-bw8-2", "name": "Plasma Claw", - "types": [ - "Fire", - "Water", - "Dragon" - ], + "types": ["Fire", "Water", "Dragon"], "cards": [ { "id": "bw8-94", @@ -320,4 +313,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/bw9.json b/decks/en/bw9.json index 8234d5eb6..33c594656 100644 --- a/decks/en/bw9.json +++ b/decks/en/bw9.json @@ -2,10 +2,7 @@ { "id": "d-bw9-1", "name": "Frost Ray", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "bw9-23", @@ -166,10 +163,7 @@ { "id": "d-bw9-2", "name": "Psy Crusher", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "bw9-11", @@ -327,4 +321,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/col1.json b/decks/en/col1.json index f3442a830..3a19de8c6 100644 --- a/decks/en/col1.json +++ b/decks/en/col1.json @@ -2,10 +2,7 @@ { "id": "d-col1-1", "name": "Retort", - "types": [ - "Fighting", - "Lightning" - ], + "types": ["Fighting", "Lightning"], "cards": [ { "id": "col1-14", @@ -168,10 +165,7 @@ { "id": "d-col1-2", "name": "Recon", - "types": [ - "Grass", - "Fire" - ], + "types": ["Grass", "Fire"], "cards": [ { "id": "col1-16", @@ -325,4 +319,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp1.json b/decks/en/dp1.json index f9ad10342..67b54325c 100644 --- a/decks/en/dp1.json +++ b/decks/en/dp1.json @@ -2,10 +2,7 @@ { "id": "d-dp1-1", "name": "Terra Firma", - "types": [ - "Grass", - "Darkness" - ], + "types": ["Grass", "Darkness"], "cards": [ { "id": "dp1-17", @@ -120,10 +117,7 @@ { "id": "d-dp1-2", "name": "Inferno Zone", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "dp1-5", @@ -238,10 +232,7 @@ { "id": "d-dp1-3", "name": "Royal Frost", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "cards": [ { "id": "dp1-4", @@ -353,4 +344,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp2.json b/decks/en/dp2.json index f5fe9c13c..811b9d064 100644 --- a/decks/en/dp2.json +++ b/decks/en/dp2.json @@ -2,10 +2,7 @@ { "id": "d-dp2-1", "name": "Armor Fortress", - "types": [ - "Water", - "Metal" - ], + "types": ["Water", "Metal"], "cards": [ { "id": "dp2-21", @@ -118,10 +115,7 @@ { "id": "d-dp2-2", "name": "Skull Charge", - "types": [ - "Grass", - "Fighting" - ], + "types": ["Grass", "Fighting"], "cards": [ { "id": "dp2-33", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp3.json b/decks/en/dp3.json index df8e7a884..4c4ea3973 100644 --- a/decks/en/dp3.json +++ b/decks/en/dp3.json @@ -2,10 +2,7 @@ { "id": "d-dp3-1", "name": "Powerhouse", - "types": [ - "Lightning", - "Fighting" - ], + "types": ["Lightning", "Fighting"], "cards": [ { "id": "dp3-25", @@ -112,10 +109,7 @@ { "id": "d-dp3-2", "name": "Lavaflow", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "dp3-31", @@ -219,4 +213,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp4.json b/decks/en/dp4.json index 19375e3ca..8a82937d5 100644 --- a/decks/en/dp4.json +++ b/decks/en/dp4.json @@ -2,10 +2,7 @@ { "id": "d-dp4-1", "name": "Infinite Space", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "dp4-26", @@ -118,10 +115,7 @@ { "id": "d-dp4-2", "name": "Eternal Time", - "types": [ - "Fighting", - "Metal" - ], + "types": ["Fighting", "Metal"], "cards": [ { "id": "dp4-16", @@ -240,11 +234,7 @@ { "id": "d-dp4-3", "name": "Endless Night", - "types": [ - "Grass", - "Fire", - "Darkness" - ], + "types": ["Grass", "Fire", "Darkness"], "cards": [ { "id": "dp4-4", @@ -359,4 +349,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp5.json b/decks/en/dp5.json index c02dbc5f8..9fb53667a 100644 --- a/decks/en/dp5.json +++ b/decks/en/dp5.json @@ -2,10 +2,7 @@ { "id": "d-dp5-1", "name": "Forest Force", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "dp5-24", @@ -118,10 +115,7 @@ { "id": "d-dp5-2", "name": "Polar Frost", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "dp5-20", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp6.json b/decks/en/dp6.json index 16b457645..e4c6d83b3 100644 --- a/decks/en/dp6.json +++ b/decks/en/dp6.json @@ -2,10 +2,7 @@ { "id": "d-dp6-1", "name": "Bombardment", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "dp6-37", @@ -124,10 +121,7 @@ { "id": "d-dp6-2", "name": "Metal Surge", - "types": [ - "Metal", - "Grass" - ], + "types": ["Metal", "Grass"], "cards": [ { "id": "dp6-30", @@ -237,4 +231,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/dp7.json b/decks/en/dp7.json index dbf7a309d..027317555 100644 --- a/decks/en/dp7.json +++ b/decks/en/dp7.json @@ -2,10 +2,7 @@ { "id": "d-dp7-1", "name": "Raging Sea", - "types": [ - "Water", - "Grass" - ], + "types": ["Water", "Grass"], "cards": [ { "id": "dp7-19", @@ -118,10 +115,7 @@ { "id": "d-dp7-2", "name": "Dark Rampage", - "types": [ - "Darkness", - "Fighting" - ], + "types": ["Darkness", "Fighting"], "cards": [ { "id": "dp7-30", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ecard1.json b/decks/en/ecard1.json index 2657ce803..ec0b46f6f 100644 --- a/decks/en/ecard1.json +++ b/decks/en/ecard1.json @@ -2,10 +2,7 @@ { "id": "d-ecard1-1", "name": "Echo", - "types": [ - "Psychic", - "Colorless" - ], + "types": ["Psychic", "Colorless"], "cards": [ { "id": "ecard1-93", @@ -126,10 +123,7 @@ { "id": "d-ecard1-2", "name": "Electric Garden", - "types": [ - "Grass", - "Lightning" - ], + "types": ["Grass", "Lightning"], "cards": [ { "id": "ecard1-122", @@ -245,4 +239,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ecard2.json b/decks/en/ecard2.json index b94ae5585..fbf4f5047 100644 --- a/decks/en/ecard2.json +++ b/decks/en/ecard2.json @@ -2,10 +2,7 @@ { "id": "d-ecard2-1", "name": "Rock Garden", - "types": [ - "Fighting", - "Grass" - ], + "types": ["Fighting", "Grass"], "cards": [ { "id": "ecard2-96", @@ -118,10 +115,7 @@ { "id": "d-ecard2-2", "name": "Abyss", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "ecard2-116", @@ -225,4 +219,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ecard3.json b/decks/en/ecard3.json index e06b559f9..de97fda84 100644 --- a/decks/en/ecard3.json +++ b/decks/en/ecard3.json @@ -2,11 +2,7 @@ { "id": "d-ecard3-1", "name": "Eeveelution", - "types": [ - "Fire", - "Water", - "Lightning" - ], + "types": ["Fire", "Water", "Lightning"], "cards": [ { "id": "ecard3-54", @@ -118,14 +114,7 @@ { "id": "d-ecard3-2", "name": "Mind Machine", - "types": [ - "Grass", - "Fire", - "Water", - "Lightning", - "Psychic", - "Fighting" - ], + "types": ["Grass", "Fire", "Water", "Lightning", "Psychic", "Fighting"], "cards": [ { "id": "ecard3-80", @@ -237,4 +226,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex1.json b/decks/en/ex1.json index a81b1a0e1..ca188c541 100644 --- a/decks/en/ex1.json +++ b/decks/en/ex1.json @@ -2,10 +2,7 @@ { "id": "d-ex1-1", "name": "Ruby", - "types": [ - "Fighting", - "Fire" - ], + "types": ["Fighting", "Fire"], "cards": [ { "id": "ex1-73", @@ -120,10 +117,7 @@ { "id": "d-ex1-2", "name": "Sapphire", - "types": [ - "Water", - "Grass" - ], + "types": ["Water", "Grass"], "cards": [ { "id": "ex1-60", @@ -235,4 +229,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex10.json b/decks/en/ex10.json index f7ace6643..912eb54a6 100644 --- a/decks/en/ex10.json +++ b/decks/en/ex10.json @@ -2,10 +2,7 @@ { "id": "d-ex10-1", "name": "Golden Sky", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "ex10-27", @@ -124,10 +121,7 @@ { "id": "d-ex10-2", "name": "Silvery Ocean", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "ex10-29", @@ -243,4 +237,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex11.json b/decks/en/ex11.json index 5452bdce0..47fd869c9 100644 --- a/decks/en/ex11.json +++ b/decks/en/ex11.json @@ -2,11 +2,7 @@ { "id": "d-ex11-1", "name": "Breakthrough", - "types": [ - "Grass", - "Lightning", - "Metal" - ], + "types": ["Grass", "Lightning", "Metal"], "cards": [ { "id": "ex11-88", @@ -125,11 +121,7 @@ { "id": "d-ex11-2", "name": "Steeplechase", - "types": [ - "Fire", - "Colorless", - "Metal" - ], + "types": ["Fire", "Colorless", "Metal"], "cards": [ { "id": "ex11-57", @@ -240,4 +232,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex12.json b/decks/en/ex12.json index 0361b939b..ba893c5cf 100644 --- a/decks/en/ex12.json +++ b/decks/en/ex12.json @@ -2,10 +2,7 @@ { "id": "d-ex12-1", "name": "Groundbreaker", - "types": [ - "Grass", - "Fighting" - ], + "types": ["Grass", "Fighting"], "cards": [ { "id": "ex12-53", @@ -118,10 +115,7 @@ { "id": "d-ex12-2", "name": "Shadowquake", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "ex12-52", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex13.json b/decks/en/ex13.json index 97e07ef22..588c36c88 100644 --- a/decks/en/ex13.json +++ b/decks/en/ex13.json @@ -2,10 +2,7 @@ { "id": "d-ex13-1", "name": "FireMist", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "ex13-21", @@ -118,10 +115,7 @@ { "id": "d-ex13-2", "name": "FloodRush", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "ex13-22", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex14.json b/decks/en/ex14.json index 5a7b2a07f..a02787ab5 100644 --- a/decks/en/ex14.json +++ b/decks/en/ex14.json @@ -2,9 +2,7 @@ { "id": "d-ex14-1", "name": "Green Cyclone", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "ex14-45", @@ -106,10 +104,7 @@ { "id": "d-ex14-2", "name": "Storm Surge", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "ex14-63", @@ -222,10 +217,7 @@ { "id": "d-ex14-3", "name": "Earth Shower", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "ex14-58", @@ -341,4 +333,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex15.json b/decks/en/ex15.json index 103caa534..361aca7a9 100644 --- a/decks/en/ex15.json +++ b/decks/en/ex15.json @@ -2,10 +2,7 @@ { "id": "d-ex15-1", "name": "Power Wave", - "types": [ - "Lightning", - "Fighting" - ], + "types": ["Lightning", "Fighting"], "cards": [ { "id": "ex15-2", @@ -118,10 +115,7 @@ { "id": "d-ex15-2", "name": "Shadow Blaze", - "types": [ - "Fire", - "Psychic" - ], + "types": ["Fire", "Psychic"], "cards": [ { "id": "ex15-12", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex16.json b/decks/en/ex16.json index b06064882..cbf2dc8bb 100644 --- a/decks/en/ex16.json +++ b/decks/en/ex16.json @@ -2,10 +2,7 @@ { "id": "d-ex16-1", "name": "Mind Game", - "types": [ - "Fighting", - "Psychic" - ], + "types": ["Fighting", "Psychic"], "cards": [ { "id": "ex16-14", @@ -124,10 +121,7 @@ { "id": "d-ex16-2", "name": "Dark Blast", - "types": [ - "Darkness", - "Fire" - ], + "types": ["Darkness", "Fire"], "cards": [ { "id": "ex16-18", @@ -244,4 +238,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex2.json b/decks/en/ex2.json index 156811844..f78efe21b 100644 --- a/decks/en/ex2.json +++ b/decks/en/ex2.json @@ -2,10 +2,7 @@ { "id": "d-ex2-1", "name": "Oasis", - "types": [ - "Water", - "Fighting" - ], + "types": ["Water", "Fighting"], "cards": [ { "id": "ex2-27", @@ -120,10 +117,7 @@ { "id": "d-ex2-2", "name": "Caravan", - "types": [ - "Grass", - "Fire" - ], + "types": ["Grass", "Fire"], "cards": [ { "id": "ex2-42", @@ -229,4 +223,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex3.json b/decks/en/ex3.json index 4b0cbdf35..d589c77c0 100644 --- a/decks/en/ex3.json +++ b/decks/en/ex3.json @@ -2,10 +2,7 @@ { "id": "d-ex3-1", "name": "WindBlast", - "types": [ - "Grass", - "Lightning" - ], + "types": ["Grass", "Lightning"], "cards": [ { "id": "ex3-78", @@ -108,10 +105,7 @@ { "id": "d-ex3-2", "name": "FireFang", - "types": [ - "Fire", - "Water" - ], + "types": ["Fire", "Water"], "cards": [ { "id": "ex3-49", @@ -211,4 +205,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex4.json b/decks/en/ex4.json index 7ffd9e039..ed64635b0 100644 --- a/decks/en/ex4.json +++ b/decks/en/ex4.json @@ -2,10 +2,7 @@ { "id": "d-ex4-1", "name": "Team Magma", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "ex4-58", @@ -114,10 +111,7 @@ { "id": "d-ex4-2", "name": "Team Aqua", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "ex4-56", @@ -223,4 +217,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex5.json b/decks/en/ex5.json index 613f2418f..a527bc9c6 100644 --- a/decks/en/ex5.json +++ b/decks/en/ex5.json @@ -2,10 +2,7 @@ { "id": "d-ex5-1", "name": "Wish Maker", - "types": [ - "Psychic", - "Water" - ], + "types": ["Psychic", "Water"], "cards": [ { "id": "ex5-8", @@ -126,10 +123,7 @@ { "id": "d-ex5-2", "name": "Forest Guardian", - "types": [ - "Colorless", - "Grass" - ], + "types": ["Colorless", "Grass"], "cards": [ { "id": "ex5-4", @@ -229,4 +223,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex6.json b/decks/en/ex6.json index 0ec989313..f73872343 100644 --- a/decks/en/ex6.json +++ b/decks/en/ex6.json @@ -2,10 +2,7 @@ { "id": "d-ex6-1", "name": "FireRed", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "ex6-58", @@ -108,10 +105,7 @@ { "id": "d-ex6-2", "name": "LeafGreen", - "types": [ - "Grass", - "Lightning" - ], + "types": ["Grass", "Lightning"], "cards": [ { "id": "ex6-55", @@ -211,4 +205,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex7.json b/decks/en/ex7.json index ef04dfeef..0f069758c 100644 --- a/decks/en/ex7.json +++ b/decks/en/ex7.json @@ -2,11 +2,7 @@ { "id": "d-ex7-1", "name": "Jessie", - "types": [ - "Grass", - "Psychic", - "Fighting" - ], + "types": ["Grass", "Psychic", "Fighting"], "cards": [ { "id": "ex7-62", @@ -133,11 +129,7 @@ { "id": "d-ex7-2", "name": "James", - "types": [ - "Grass", - "Water", - "Lightning" - ], + "types": ["Grass", "Water", "Lightning"], "cards": [ { "id": "ex7-52", @@ -267,4 +259,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex8.json b/decks/en/ex8.json index f1cb34267..8f57d6f25 100644 --- a/decks/en/ex8.json +++ b/decks/en/ex8.json @@ -2,10 +2,7 @@ { "id": "d-ex8-1", "name": "Starcharge", - "types": [ - "Grass", - "Psychic" - ], + "types": ["Grass", "Psychic"], "cards": [ { "id": "ex8-16", @@ -120,11 +117,7 @@ { "id": "d-ex8-2", "name": "Jetstream", - "types": [ - "Fire", - "Water", - "Lightning" - ], + "types": ["Fire", "Water", "Lightning"], "cards": [ { "id": "ex8-22", @@ -242,4 +235,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/ex9.json b/decks/en/ex9.json index 301500fbf..5a6213421 100644 --- a/decks/en/ex9.json +++ b/decks/en/ex9.json @@ -2,10 +2,7 @@ { "id": "d-ex9-1", "name": "Hydrobloom", - "types": [ - "Water", - "Grass" - ], + "types": ["Water", "Grass"], "cards": [ { "id": "ex9-50", @@ -120,10 +117,7 @@ { "id": "d-ex9-2", "name": "Wildfire", - "types": [ - "Lightning", - "Fire" - ], + "types": ["Lightning", "Fire"], "cards": [ { "id": "ex9-47", @@ -235,4 +229,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/gym1.json b/decks/en/gym1.json index 7258491e5..cd3a8251a 100644 --- a/decks/en/gym1.json +++ b/decks/en/gym1.json @@ -2,9 +2,7 @@ { "id": "d-gym1-1", "name": "Brock", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "cards": [ { "id": "gym1-66", @@ -118,9 +116,7 @@ { "id": "d-gym1-2", "name": "Misty", - "types": [ - "Water" - ], + "types": ["Water"], "cards": [ { "id": "gym1-85", @@ -222,9 +218,7 @@ { "id": "d-gym1-3", "name": "Lt. Surge", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "cards": [ { "id": "gym1-80", @@ -326,9 +320,7 @@ { "id": "d-gym1-4", "name": "Erika", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "gym1-76", @@ -438,4 +430,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/gym2.json b/decks/en/gym2.json index 77e576ae9..abbbe55a3 100644 --- a/decks/en/gym2.json +++ b/decks/en/gym2.json @@ -2,9 +2,7 @@ { "id": "d-gym2-1", "name": "Sabrina", - "types": [ - "Psychic" - ], + "types": ["Psychic"], "cards": [ { "id": "gym2-93", @@ -112,9 +110,7 @@ { "id": "d-gym2-2", "name": "Koga", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "gym2-82", @@ -222,9 +218,7 @@ { "id": "d-gym2-3", "name": "Blaine", - "types": [ - "Fire" - ], + "types": ["Fire"], "cards": [ { "id": "gym1-62", @@ -344,9 +338,7 @@ { "id": "d-gym2-4", "name": "Giovanni", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "cards": [ { "id": "gym2-75", @@ -456,4 +448,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/hgss1.json b/decks/en/hgss1.json index edf3fc83c..f307dab6f 100644 --- a/decks/en/hgss1.json +++ b/decks/en/hgss1.json @@ -2,10 +2,7 @@ { "id": "d-hgss1-1", "name": "Growth Clash", - "types": [ - "Grass", - "Fighting" - ], + "types": ["Grass", "Fighting"], "cards": [ { "id": "hgss1-26", @@ -126,10 +123,7 @@ { "id": "d-hgss1-2", "name": "Ember Spark", - "types": [ - "Fire", - "Lightning" - ], + "types": ["Fire", "Lightning"], "cards": [ { "id": "hgss1-32", @@ -244,10 +238,7 @@ { "id": "d-hgss1-3", "name": "Mind Flood", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "hgss1-20", @@ -359,4 +350,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/hgss2.json b/decks/en/hgss2.json index 7a89d2949..061be4877 100644 --- a/decks/en/hgss2.json +++ b/decks/en/hgss2.json @@ -2,11 +2,7 @@ { "id": "d-hgss2-1", "name": "Chaos Control", - "types": [ - "Psychic", - "Fighting", - "Darkness" - ], + "types": ["Psychic", "Fighting", "Darkness"], "cards": [ { "id": "hgss2-26", @@ -127,11 +123,7 @@ { "id": "d-hgss2-2", "name": "Steel Sentinel", - "types": [ - "Grass", - "Fighting", - "Metal" - ], + "types": ["Grass", "Fighting", "Metal"], "cards": [ { "id": "hgss2-24", @@ -249,4 +241,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/hgss3.json b/decks/en/hgss3.json index 45b0a2655..229b34f6a 100644 --- a/decks/en/hgss3.json +++ b/decks/en/hgss3.json @@ -2,10 +2,7 @@ { "id": "d-hgss3-1", "name": "Daybreak", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "hgss3-2", @@ -162,10 +159,7 @@ { "id": "d-hgss3-2", "name": "Nightfall", - "types": [ - "Darkness", - "Metal" - ], + "types": ["Darkness", "Metal"], "cards": [ { "id": "hgss3-10", @@ -319,4 +313,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/hgss4.json b/decks/en/hgss4.json index f0237f495..798666734 100644 --- a/decks/en/hgss4.json +++ b/decks/en/hgss4.json @@ -2,10 +2,7 @@ { "id": "d-hgss4-1", "name": "Verdant Frost", - "types": [ - "Grass", - "Water" - ], + "types": ["Grass", "Water"], "cards": [ { "id": "hgss4-5", @@ -162,10 +159,7 @@ { "id": "d-hgss4-2", "name": "Royal Guard", - "types": [ - "Psychic", - "Fighting" - ], + "types": ["Psychic", "Fighting"], "cards": [ { "id": "hgss4-6", @@ -319,4 +313,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/neo1.json b/decks/en/neo1.json index 76773419f..56cf326de 100644 --- a/decks/en/neo1.json +++ b/decks/en/neo1.json @@ -2,10 +2,7 @@ { "id": "d-neo1-1", "name": "Hotfoot", - "types": [ - "Grass", - "Fire" - ], + "types": ["Grass", "Fire"], "cards": [ { "id": "neo1-61", @@ -118,10 +115,7 @@ { "id": "d-neo1-2", "name": "Cold Fusion", - "types": [ - "Lightning", - "Water" - ], + "types": ["Lightning", "Water"], "cards": [ { "id": "neo1-80", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/neo2.json b/decks/en/neo2.json index 1f0d83822..a45ba7e17 100644 --- a/decks/en/neo2.json +++ b/decks/en/neo2.json @@ -2,10 +2,7 @@ { "id": "d-neo2-1", "name": "BrainWave", - "types": [ - "Psychic", - "Water" - ], + "types": ["Psychic", "Water"], "cards": [ { "id": "neo2-38", @@ -124,10 +121,7 @@ { "id": "d-neo2-2", "name": "Wallop", - "types": [ - "Grass", - "Fighting" - ], + "types": ["Grass", "Fighting"], "cards": [ { "id": "neo2-57", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/neo4.json b/decks/en/neo4.json index e745ecb70..555fe59c2 100644 --- a/decks/en/neo4.json +++ b/decks/en/neo4.json @@ -2,10 +2,7 @@ { "id": "d-neo4-1", "name": "Light", - "types": [ - "Fighting", - "Water" - ], + "types": ["Fighting", "Water"], "cards": [ { "id": "neo4-67", @@ -94,10 +91,7 @@ { "id": "d-neo4-2", "name": "Dark", - "types": [ - "Fire", - "Psychic" - ], + "types": ["Fire", "Psychic"], "cards": [ { "id": "neo4-61", @@ -237,4 +231,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/pl1.json b/decks/en/pl1.json index 1eeb01ce4..f4015ee9f 100644 --- a/decks/en/pl1.json +++ b/decks/en/pl1.json @@ -2,10 +2,7 @@ { "id": "d-pl1-1", "name": "Flourish", - "types": [ - "Grass", - "Fire" - ], + "types": ["Grass", "Fire"], "cards": [ { "id": "pl1-38", @@ -118,10 +115,7 @@ { "id": "d-pl1-2", "name": "Rebellion", - "types": [ - "Psychic", - "Fighting" - ], + "types": ["Psychic", "Fighting"], "cards": [ { "id": "pl1-28", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/pl2.json b/decks/en/pl2.json index 2547b888c..4838e599c 100644 --- a/decks/en/pl2.json +++ b/decks/en/pl2.json @@ -2,10 +2,7 @@ { "id": "d-pl2-1", "name": "Drill Point", - "types": [ - "Fighting", - "Water" - ], + "types": ["Fighting", "Water"], "cards": [ { "id": "pl2-32", @@ -118,10 +115,7 @@ { "id": "d-pl2-2", "name": "Cutting Edge", - "types": [ - "Psychic", - "Grass" - ], + "types": ["Psychic", "Grass"], "cards": [ { "id": "pl2-20", @@ -237,4 +231,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/pl3.json b/decks/en/pl3.json index 6a791c15b..7ee97a689 100644 --- a/decks/en/pl3.json +++ b/decks/en/pl3.json @@ -2,10 +2,7 @@ { "id": "d-pl3-1", "name": "Ignition", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "pl3-15", @@ -118,10 +115,7 @@ { "id": "d-pl3-2", "name": "Overflow", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "pl3-35", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/pl4.json b/decks/en/pl4.json index ed611b0c4..7771df75f 100644 --- a/decks/en/pl4.json +++ b/decks/en/pl4.json @@ -2,10 +2,7 @@ { "id": "d-pl4-1", "name": "Flamemaster", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "pl4-94", @@ -118,10 +115,7 @@ { "id": "d-pl4-2", "name": "Stormshaper", - "types": [ - "Lightning", - "Psychic" - ], + "types": ["Lightning", "Psychic"], "cards": [ { "id": "pl4-94", @@ -231,4 +225,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm1.json b/decks/en/sm1.json index 154d4b298..8d6316a1d 100644 --- a/decks/en/sm1.json +++ b/decks/en/sm1.json @@ -2,9 +2,7 @@ { "id": "d-sm1-1", "name": "Forest Shadow", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "sm1-11", @@ -166,10 +164,7 @@ { "id": "d-sm1-2", "name": "Roaring Heat", - "types": [ - "Fire", - "Fighting" - ], + "types": ["Fire", "Fighting"], "cards": [ { "id": "sm1-26", @@ -330,10 +325,7 @@ { "id": "d-sm1-3", "name": "Bright Tide", - "types": [ - "Water", - "Lightning" - ], + "types": ["Water", "Lightning"], "cards": [ { "id": "sm1-41", @@ -491,4 +483,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm10.json b/decks/en/sm10.json index 59f01c829..0a56c8490 100644 --- a/decks/en/sm10.json +++ b/decks/en/sm10.json @@ -2,9 +2,7 @@ { "id": "d-sm10-1", "name": "Lightning Loop", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "cards": [ { "id": "sm10-60", @@ -118,10 +116,7 @@ { "id": "d-sm10-2", "name": "Battle Mind", - "types": [ - "Psychic", - "Fire" - ], + "types": ["Psychic", "Fire"], "cards": [ { "id": "sm10-75", @@ -243,4 +238,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm2.json b/decks/en/sm2.json index 47cb80e29..20bc601ba 100644 --- a/decks/en/sm2.json +++ b/decks/en/sm2.json @@ -2,10 +2,7 @@ { "id": "d-sm2-1", "name": "Steel Sun", - "types": [ - "Metal", - "Psychic" - ], + "types": ["Metal", "Psychic"], "cards": [ { "id": "sm2-87", @@ -166,10 +163,7 @@ { "id": "d-sm2-2", "name": "Hidden Moon", - "types": [ - "Psychic", - "Fire" - ], + "types": ["Psychic", "Fire"], "cards": [ { "id": "sm2-61", @@ -327,4 +321,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm3.json b/decks/en/sm3.json index 373bbc527..d79c00b37 100644 --- a/decks/en/sm3.json +++ b/decks/en/sm3.json @@ -2,10 +2,7 @@ { "id": "d-sm3-1", "name": "Rock Steady", - "types": [ - "Fighting", - "Psychic" - ], + "types": ["Fighting", "Psychic"], "cards": [ { "id": "sm3-76", @@ -166,10 +163,7 @@ { "id": "d-sm3-2", "name": "Luminous Frost", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "sm3-28", @@ -333,4 +327,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm4.json b/decks/en/sm4.json index 246762875..3bd3ac6b8 100644 --- a/decks/en/sm4.json +++ b/decks/en/sm4.json @@ -2,10 +2,7 @@ { "id": "d-sm4-1", "name": "Destruction Fang", - "types": [ - "Darkness", - "Psychic" - ], + "types": ["Darkness", "Psychic"], "cards": [ { "id": "sm4-62", @@ -166,10 +163,7 @@ { "id": "d-sm4-2", "name": "Clanging Thunder", - "types": [ - "Lightning", - "Fighting" - ], + "types": ["Lightning", "Fighting"], "cards": [ { "id": "sm4-77", @@ -327,4 +321,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm5.json b/decks/en/sm5.json index d2c92fe53..02822677a 100644 --- a/decks/en/sm5.json +++ b/decks/en/sm5.json @@ -2,9 +2,7 @@ { "id": "d-sm5-1", "name": "Mach Strike", - "types": [ - "Fighting" - ], + "types": ["Fighting"], "cards": [ { "id": "sm5-99", @@ -160,9 +158,7 @@ { "id": "d-sm5-2", "name": "Imperial Command", - "types": [ - "Water" - ], + "types": ["Water"], "cards": [ { "id": "sm5-34", @@ -309,4 +305,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm6.json b/decks/en/sm6.json index 28659d7bf..057ca3216 100644 --- a/decks/en/sm6.json +++ b/decks/en/sm6.json @@ -2,9 +2,7 @@ { "id": "d-sm6-1", "name": "Tropical Takedown", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "sm6-2", @@ -204,10 +202,7 @@ { "id": "d-sm6-2", "name": "Twilight Rogue", - "types": [ - "Fighting", - "Psychic" - ], + "types": ["Fighting", "Psychic"], "cards": [ { "id": "sm6-76", @@ -383,4 +378,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm7.json b/decks/en/sm7.json index 86ff29fb2..9b2a4ddd1 100644 --- a/decks/en/sm7.json +++ b/decks/en/sm7.json @@ -2,10 +2,7 @@ { "id": "d-sm7-1", "name": "Leaf Charge", - "types": [ - "Grass", - "Lightning" - ], + "types": ["Grass", "Lightning"], "cards": [ { "id": "sm7-10", @@ -178,10 +175,7 @@ { "id": "d-sm7-2", "name": "Hydro Fury", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "sm7-35", @@ -363,4 +357,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm8.json b/decks/en/sm8.json index fa7e47eeb..172de87f8 100644 --- a/decks/en/sm8.json +++ b/decks/en/sm8.json @@ -2,9 +2,7 @@ { "id": "d-sm8-1", "name": "Storm Caller", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "cards": [ { "id": "sm8-79", @@ -172,10 +170,7 @@ { "id": "d-sm8-2", "name": "Blazing Volcano", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "sm8-47", @@ -357,4 +352,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/sm9.json b/decks/en/sm9.json index 07eb0edc0..173549281 100644 --- a/decks/en/sm9.json +++ b/decks/en/sm9.json @@ -2,9 +2,7 @@ { "id": "d-sm9-1", "name": "Relentless Flame", - "types": [ - "Fire" - ], + "types": ["Fire"], "cards": [ { "id": "sm9-14", @@ -130,9 +128,7 @@ { "id": "d-sm9-2", "name": "Torrential Cannon", - "types": [ - "Water" - ], + "types": ["Water"], "cards": [ { "id": "sm9-25", @@ -258,9 +254,7 @@ { "id": "d-sm9-3", "name": "Let's Play, Pikachu!", - "types": [ - "Lightning" - ], + "types": ["Lightning"], "cards": [ { "id": "sm35-28", @@ -392,9 +386,7 @@ { "id": "d-sm9-4", "name": "Let's Play, Eevee!", - "types": [ - "Fire" - ], + "types": ["Fire"], "cards": [ { "id": "sm8-155", @@ -516,4 +508,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/swsh1.json b/decks/en/swsh1.json index fb69a79da..fca7b92a8 100644 --- a/decks/en/swsh1.json +++ b/decks/en/swsh1.json @@ -2,9 +2,7 @@ { "id": "d-swsh1-1", "name": "Rillaboom", - "types": [ - "Grass" - ], + "types": ["Grass"], "cards": [ { "id": "swsh1-15", @@ -130,9 +128,7 @@ { "id": "d-swsh1-2", "name": "Cinderace", - "types": [ - "Fire" - ], + "types": ["Fire"], "cards": [ { "id": "swsh1-36", @@ -258,9 +254,7 @@ { "id": "d-swsh1-3", "name": "Inteleon", - "types": [ - "Water" - ], + "types": ["Water"], "cards": [ { "id": "swsh1-59", @@ -383,4 +377,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/swsh2.json b/decks/en/swsh2.json index 80de879d2..a6de1b3b2 100644 --- a/decks/en/swsh2.json +++ b/decks/en/swsh2.json @@ -251,4 +251,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy1.json b/decks/en/xy1.json index b8de2a95f..4b164e0f1 100644 --- a/decks/en/xy1.json +++ b/decks/en/xy1.json @@ -2,10 +2,7 @@ { "id": "d-xy1-1", "name": "Resilient Life", - "types": [ - "Fairy", - "Psychic" - ], + "types": ["Fairy", "Psychic"], "cards": [ { "id": "xy1-96", @@ -177,10 +174,7 @@ { "id": "d-xy1-2", "name": "Destruction Rush", - "types": [ - "Darkness", - "Fighting" - ], + "types": ["Darkness", "Fighting"], "cards": [ { "id": "xy1-78", @@ -347,4 +341,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy10.json b/decks/en/xy10.json index e89c61e59..5dddd0f25 100644 --- a/decks/en/xy10.json +++ b/decks/en/xy10.json @@ -2,10 +2,7 @@ { "id": "d-xy10-1", "name": "Sky Guardian", - "types": [ - "Fire", - "Fairy" - ], + "types": ["Fire", "Fairy"], "cards": [ { "id": "xy10-78", @@ -172,10 +169,7 @@ { "id": "d-xy10-2", "name": "Battle Ruler", - "types": [ - "Fighting", - "Grass" - ], + "types": ["Fighting", "Grass"], "cards": [ { "id": "xy10-53", @@ -339,4 +333,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy11.json b/decks/en/xy11.json index f8ab8d892..2067bb4d8 100644 --- a/decks/en/xy11.json +++ b/decks/en/xy11.json @@ -2,10 +2,7 @@ { "id": "d-xy11-1", "name": "Gears of Fire", - "types": [ - "Fire", - "Metal" - ], + "types": ["Fire", "Metal"], "cards": [ { "id": "xy11-25", @@ -148,10 +145,7 @@ { "id": "d-xy11-2", "name": "Ring of Lightning", - "types": [ - "Psychic", - "Lightning" - ], + "types": ["Psychic", "Lightning"], "cards": [ { "id": "xy11-51", @@ -297,4 +291,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy12.json b/decks/en/xy12.json index bc7820773..f5cfc1983 100644 --- a/decks/en/xy12.json +++ b/decks/en/xy12.json @@ -2,10 +2,7 @@ { "id": "d-xy12-1", "name": "Pikachu Power", - "types": [ - "Lightning", - "Grass" - ], + "types": ["Lightning", "Grass"], "cards": [ { "id": "xy12-35", @@ -166,10 +163,7 @@ { "id": "d-xy12-2", "name": "Mewtwo Mayhem", - "types": [ - "Psychic", - "Fighting" - ], + "types": ["Psychic", "Fighting"], "cards": [ { "id": "xy12-51", @@ -333,4 +327,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy2.json b/decks/en/xy2.json index 98bed559a..93025e42f 100644 --- a/decks/en/xy2.json +++ b/decks/en/xy2.json @@ -2,10 +2,7 @@ { "id": "d-xy2-1", "name": "Brilliant Thunder", - "types": [ - "Fire", - "Lightning" - ], + "types": ["Fire", "Lightning"], "cards": [ { "id": "xy2-37", @@ -166,10 +163,7 @@ { "id": "d-xy2-2", "name": "Mystic Typhoon", - "types": [ - "Water", - "Psychic" - ], + "types": ["Water", "Psychic"], "cards": [ { "id": "xy2-43", @@ -327,4 +321,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy3.json b/decks/en/xy3.json index 7c1c342d2..b53792252 100644 --- a/decks/en/xy3.json +++ b/decks/en/xy3.json @@ -2,10 +2,7 @@ { "id": "d-xy3-1", "name": "Enchanted Echo", - "types": [ - "Grass", - "Fairy" - ], + "types": ["Grass", "Fairy"], "cards": [ { "id": "xy3-72", @@ -153,10 +150,7 @@ { "id": "d-xy3-2", "name": "Dark Hammer", - "types": [ - "Darkness", - "Fighting" - ], + "types": ["Darkness", "Fighting"], "cards": [ { "id": "xy3-68", @@ -308,4 +302,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy4.json b/decks/en/xy4.json index 2abf44ee9..4cd4bd42e 100644 --- a/decks/en/xy4.json +++ b/decks/en/xy4.json @@ -2,10 +2,7 @@ { "id": "d-xy4-1", "name": "Burning Winds", - "types": [ - "Fire", - "Grass" - ], + "types": ["Fire", "Grass"], "cards": [ { "id": "xy4-10", @@ -183,10 +180,7 @@ { "id": "d-xy4-2", "name": "Bolt Twister", - "types": [ - "Lightning", - "Water" - ], + "types": ["Lightning", "Water"], "cards": [ { "id": "xy4-27", @@ -361,4 +355,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy5.json b/decks/en/xy5.json index 481e9009d..624cd57d6 100644 --- a/decks/en/xy5.json +++ b/decks/en/xy5.json @@ -2,10 +2,7 @@ { "id": "d-xy5-1", "name": "Ocean's Core", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "xy5-53", @@ -171,10 +168,7 @@ { "id": "d-xy5-2", "name": "Earth's Pulse", - "types": [ - "Fighting", - "Lightning" - ], + "types": ["Fighting", "Lightning"], "cards": [ { "id": "xy5-84", @@ -344,4 +338,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy6.json b/decks/en/xy6.json index ff4796fce..1e92eed03 100644 --- a/decks/en/xy6.json +++ b/decks/en/xy6.json @@ -2,10 +2,7 @@ { "id": "d-xy6-1", "name": "Aurora Blast", - "types": [ - "Water", - "Fire" - ], + "types": ["Water", "Fire"], "cards": [ { "id": "xy6-16", @@ -190,10 +187,7 @@ { "id": "d-xy6-2", "name": "Storm Rider", - "types": [ - "Lightning", - "Grass" - ], + "types": ["Lightning", "Grass"], "cards": [ { "id": "xy6-23", @@ -369,4 +363,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy7.json b/decks/en/xy7.json index 8a25e9902..08d7992dc 100644 --- a/decks/en/xy7.json +++ b/decks/en/xy7.json @@ -2,10 +2,7 @@ { "id": "d-xy7-1", "name": "Iron Tide", - "types": [ - "Metal", - "Water" - ], + "types": ["Metal", "Water"], "cards": [ { "id": "xy7-49", @@ -159,10 +156,7 @@ { "id": "d-xy7-2", "name": "Stone Heart", - "types": [ - "Fighting", - "Grass" - ], + "types": ["Fighting", "Grass"], "cards": [ { "id": "xy7-40", @@ -312,4 +306,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy8.json b/decks/en/xy8.json index 320bcd94a..dddea8d74 100644 --- a/decks/en/xy8.json +++ b/decks/en/xy8.json @@ -2,10 +2,7 @@ { "id": "d-xy8-1", "name": "Burning Spark", - "types": [ - "Lightning", - "Fire" - ], + "types": ["Lightning", "Fire"], "cards": [ { "id": "xy8-49", @@ -183,10 +180,7 @@ { "id": "d-xy8-2", "name": "Night Striker", - "types": [ - "Psychic", - "Darkness" - ], + "types": ["Psychic", "Darkness"], "cards": [ { "id": "xy8-112", @@ -355,4 +349,4 @@ } ] } -] \ No newline at end of file +] diff --git a/decks/en/xy9.json b/decks/en/xy9.json index 1583f0923..fdcc1eb61 100644 --- a/decks/en/xy9.json +++ b/decks/en/xy9.json @@ -2,10 +2,7 @@ { "id": "d-xy9-1", "name": "Wave Slasher", - "types": [ - "Water", - "Grass" - ], + "types": ["Water", "Grass"], "cards": [ { "id": "xy9-40", @@ -177,10 +174,7 @@ { "id": "d-xy9-2", "name": "Electric Eye", - "types": [ - "Lightning", - "Psychic" - ], + "types": ["Lightning", "Psychic"], "cards": [ { "id": "xy9-46", @@ -350,4 +344,4 @@ } ] } -] \ No newline at end of file +]